.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  z-index:1;
}
.swiper-container-no-flexbox .swiper-slide{
  float:left;
}
.swiper-container-vertical>.swiper-wrapper{
  -ms-flex-direction:column;
  flex-direction:column;
}
.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:-ms-flexbox;
  display:flex;
  transition-property:transform;
  box-sizing:content-box;
}
.swiper-container-android .swiper-slide,.swiper-wrapper{
  -ms-transform:translateZ(0);
  transform:translateZ(0);
}
.swiper-container-multirow>.swiper-wrapper{
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto;
}
.swiper-slide{
  -webkit-flex-shrink:0;
  -ms-flex:0 0 auto;
  -ms-flex-negative:0;
      flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto;
}
.swiper-container-autoheight .swiper-wrapper{
  -ms-flex-align:start;
  align-items:flex-start;
  transition-property:transform,height;
}
.swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000;
}
.swiper-wp8-horizontal{
  -ms-touch-action:pan-y;
  touch-action:pan-y;
}
.swiper-wp8-vertical{
  -ms-touch-action:pan-x;
  touch-action:pan-x;
}
.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:50%;
  width:27px;
  height:44px;
  margin-top:-22px;
  z-index:10;
  cursor:pointer;
  background-size:27px 44px;
  background-position:50%;
  background-repeat:no-repeat;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left:10px;
  right:auto;
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right:10px;
  left:auto;
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s;
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  z-index:10;
}
.swiper-pagination.swiper-pagination-hidden{
  opacity:0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:10px;
  left:0;
  width:100%;
}
.swiper-pagination-bullet{
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2;
}
button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer;
}
.swiper-pagination-white .swiper-pagination-bullet{
  background:#fff;
}
.swiper-pagination-bullet-active{
  opacity:1;
  background:#007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active{
  background:#fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active{
  background:#000;
}
.swiper-container-vertical>.swiper-pagination-bullets{
  right:10px;
  top:50%;
  -ms-transform:translate3d(0,-50%,0);
  transform:translate3d(0,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:5px 0;
  display:block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 5px;
}
.swiper-pagination-progress{
  background:rgba(0,0,0,.25);
  position:absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar{
  background:#007aff;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -ms-transform:scale(0);
  transform:scale(0);
  -ms-transform-origin:left top;
  transform-origin:left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{
  -ms-transform-origin:right top;
  transform-origin:right top;
}
.swiper-container-horizontal>.swiper-pagination-progress{
  width:100%;
  height:4px;
  left:0;
  top:0;
}
.swiper-container-vertical>.swiper-pagination-progress{
  width:4px;
  height:100%;
  left:0;
  top:0;
}
.swiper-pagination-progress.swiper-pagination-white{
  background:hsla(0,0%,100%,.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{
  background:#fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{
  background:#000;
}
.swiper-container-3d{
  -o-perspective:1200px;
  perspective:1200px;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  transform-style:preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10;
}
.swiper-container-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{
  -ms-perspective:1200px;
}
.swiper-container-cube,.swiper-container-flip{
  overflow:visible;
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{
  pointer-events:none;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.swiper-container-cube .swiper-slide{
  visibility:hidden;
  -ms-transform-origin:0 0;
  transform-origin:0 0;
  width:100%;
  height:100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide{
  -ms-transform-origin:100% 0;
  transform-origin:100% 0;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible;
}
.swiper-container-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  filter:blur(50px);
  z-index:0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  transition-timing-function:ease-out;
}
.swiper-container-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none;
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto;
}
.swiper-zoom-container{
  width:100%;
  height:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-align:center;
  align-items:center;
  text-align:center;
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
.swiper-scrollbar{
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1);
}
.swiper-container-horizontal>.swiper-scrollbar{
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%;
}
.swiper-container-vertical>.swiper-scrollbar{
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%;
}
.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  border-radius:10px;
  left:0;
  top:0;
}
.swiper-scrollbar-cursor-drag{
  cursor:move;
}
.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  -ms-transform-origin:50%;
      transform-origin:50%;
  animation:a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after{
  display:block;
  content:"";
  width:100%;
  height:100%;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position:50%;
  background-size:100%;
  background-repeat:no-repeat;
}
.swiper-lazy-preloader-white:after{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes a{
  to{
    transform:rotate(1turn);
  }
}

@font-face{
  font-family:DINNextLTPro;
  src:url(../fonts/320470_0_0.eot);
  src:url(../fonts/320470_0_0.eot?#iefix) format('embedded-opentype'),url(../fonts/320470_0_0.woff2) format('woff2'),url(../fonts/320470_0_0.woff) format('woff'),url(../fonts/320470_0_0.ttf) format('truetype');
  font-weight:700;
  font-style:normal;
}
@font-face{
  font-family:DINNextLTPro;
  src:url(../fonts/320470_1_0.eot);
  src:url(../fonts/320470_1_0.eot?#iefix) format('embedded-opentype'),url(../fonts/320470_1_0.woff2) format('woff2'),url(../fonts/320470_1_0.woff) format('woff'),url(../fonts/320470_1_0.ttf) format('truetype');
  font-weight:400;
  font-style:normal;
}
@font-face{
  font-family:DINNextLTPro;
  src:url(../fonts/320470_2_0.eot);
  src:url(../fonts/320470_2_0.eot?#iefix) format('embedded-opentype'),url(../fonts/320470_2_0.woff2) format('woff2'),url(../fonts/320470_2_0.woff) format('woff'),url(../fonts/320470_2_0.ttf) format('truetype');
  font-weight:600;
  font-style:normal;
}
@font-face{
  font-family:DINNextLTPro-Medium;
  src:url(../fonts/DINNextLTPro-Medium.eot);
  src:url(../fonts/DINNextLTPro-Medium.eot?#iefix) format('embedded-opentype'),url(../fonts/DINNextLTPro-Medium.woff) format('woff'),url(../DINNextLTPro-Medium.ttf) format('truetype');
  font-weight:400;
  font-style:normal;
}
.jobs-single h1,h1,h2,h3,h4,h5,h6{
  text-transform:uppercase;
}
h1{
  font-size:3rem;
  line-height:1.1;
  margin:0 0 1.5rem;
  font-weight:400;
}
@media (min-width:760px){
  h1{
    font-size:2.66667rem;
  }
}
@media (max-width:640px){
  h1{
    font-size:1.6rem;
    line-height:34px;
  }
}
h2{
  font-size:3.75rem;
  line-height:1.05;
  margin:0 0 .9375rem;
  font-weight:700;
}
@media (max-width:640px){
  h2{
    font-size:1.4rem;
  }
}
.jobs-single h1,h3{
  font-size:1.875rem;
  line-height:38px;
  font-weight:400;
  margin:0 0 .9375rem;
}
@media (min-width:760px){
  .jobs-single h1,h3{
    font-size:1.875rem;
  }
}
@media (max-width:640px){
  .jobs-single h1,h3{
    font-size:1.2rem;
    line-height:28px;
  }
}
h4{
  font-size:1.375rem;
  line-height:28px;
  margin:0 0 .9375rem;
  font-weight:400;
}
*+h4{
  margin-top:1.5rem;
}
@media (max-width:640px){
  h4{
    font-size:1.2rem;
  }
}
h5{
  font-size:1.0625rem;
  line-height:1.2;
  margin:0 0 .9375rem;
  font-weight:700;
}
*+h5{
  margin-top:1.5rem;
}
h6{
  font-size:1.0625rem;
  line-height:1.2;
  font-weight:700;
  margin:0 0 .9375rem;
}
*+h6{
  margin-top:1.5rem;
}
p{
  font-size:1.0625rem;
  font-family:DINNextLTPro,sans-serif;
  line-height:1.5;
  margin:0 0 1.875rem;
  font-weight:400;
}
@media (max-width:640px){
  p{
    margin:0 0 1rem;
  }
}
.grey,.jobs-list__item dt,.jobs-single dt{
  color:#959595;
}
.date{
  font-size:.875rem;
  margin-top:.9375rem;
  margin-bottom:.625rem;
}
b,strong{
  font-family:DINNextLTPro-Medium;
  font-size:1.0625rem;
  font-weight:400;
  font-style:normal;
}
.boldgreen,.boldgreen a,.reference-list-filters__col-left h2{
  color:#51ad31;
  font-weight:700;
}
.lead{
  font-size:1.375rem;
  line-height:28px;
  margin:0 0 1.5rem;
}
.lead,a{
  font-weight:400;
}
a{
  font-family:DINNextLTPro-Medium;
  font-size:1.0625rem;
  font-style:normal;
  text-decoration:none;
}
a,a:hover{
  color:#54ab3a;
}
a:hover{
  text-decoration:underline;
}
.email,.read-more{
  color:#51ad31;
}
ul{
  font-size:1.0625rem;
  font-family:DINNextLTPro,sans-serif;
  line-height:1.5;
  list-style-type:none;
  margin:1rem 0;
  padding:0 0 0 1rem;
}
ul ul{
  margin:.5rem 0;
}
li{
  position:relative;
  margin-bottom:.5rem;
}
ul li:before{
  content:'';
  width:6px;
  height:6px;
  background-color:#51ad31;
  display:block;
  position:absolute;
  left:-0.75rem;
  top:0.75em;
  -ms-transform:translateX(-50%) translateY(-50%);
      transform:translateX(-50%) translateY(-50%);
  border-radius:50%;
}
ul li li:before{
  width:6px;
  height:1px;
  background-color:#000;
  -ms-transform:translateX(-50%) translateY(0);
      transform:translateX(-50%) translateY(0);
}
ol{
  margin:1rem 0;
  padding:0 0 0 1.5rem;
}
hr{
  border:none;
  height:0;
  display:block;
  border-bottom:1px solid #ccc;
  margin:2.55rem auto;
}
.lainaus{
  font-family:DINNextLTRegular,sans-serif;
  font-size:1.375rem;
  line-height:32px;
  font-weight:300;
  color:#54ab3a;
  max-width:620px;
}
.lainaus,del{
  display:block;
  text-align:center;
  margin:30px auto;
}
del{
  text-decoration:none;
}
del span.lainaus-with-color{
  font-family:DINNextLTRegular,sans-serif;
  font-size:1.375rem;
  line-height:32px;
  font-weight:300;
  color:#54ab3a;
  max-width:620px;
}
.nostolaatikko{
  display:block;
  margin:30px auto;
  background-color:#ebebeb;
  padding:30px;
  max-width:610px;
}
.nostolaatikko p{
  margin-bottom:15px;
}
.nostolaatikko p:last-of-type{
  margin-bottom:0;
}
.accordion+.accordion{
  margin-top:-1px;
}
.accordion.hidden .accordion__indicator.minus{
  display:none;
}
.accordion.hidden .accordion__indicator.plus,.accordion:not(.hidden) .accordion__indicator.minus{
  display:block;
}
.accordion:not(.hidden) .accordion__indicator.plus{
  display:none;
}
.accordion__header{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-align:center;
      align-items:center;
  border-top:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
  cursor:pointer;
}
.accordion__header img{
  max-height:32px;
  width:32px;
  margin:0 1rem;
  display:block;
}
@media (min-width:760px){
  .accordion__header img{
    margin:0 1.5rem;
  }
}
.accordion__header h4{
  margin:1.5rem 0;
  -ms-flex-positive:1;
      flex-grow:1;
  -ms-flex-negative:1;
      flex-shrink:1;
  line-height:1;
}
.accordion__button,.accordion__icon{
  -ms-flex-positive:0;
      flex-grow:0;
}
.accordion__content{
  padding:1.5rem 1rem;
}
.accordion__content p{
  line-height:1.2;
  margin:0;
}
.accordion__content p+p{
  margin-top:1rem;
}
.accordion__content strong{
  display:block;
}
.accordion__content img{
  max-width:100%;
  height:auto;
  display:block;
}
.accordion__content a img{
  width:16px;
  margin-left:.5rem;
  display:inline-block;
  vertical-align:middle;
}
@media (min-width:760px){
  .accordion__content{
    padding:1.5rem;
  }
  .accordion__content strong{
    display:inline;
  }
}
@media (min-width:1400px){
  .accordion__content{
    padding:1.5rem calc(3rem + 30px);
  }
}
.banner-carousel-greencare{
  position:relative;
}
.banner-carousel-greencare a:hover{
  color:#fff;
}
.banner-carousel-greencare .swiper-slide{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-align:center;
      align-items:center;
  background-size:cover;
  min-height:200px;
}
.banner-carousel-greencare .swiper-slide .banner__content{
  text-transform:none;
  width:50em !important;
}
@media screen and (max-width:640px){
  .banner-carousel-greencare .swiper-slide .banner__content{
    padding:10px 35px;
  }
}
.banner-carousel-greencare:not(.is-ready) .swiper-wrapper{
  -ms-flex-pack:center;
      justify-content:center;
}
@media (min-width:640px){
  .banner-carousel-greencare:not(.is-ready) .swiper-slide{
    width:50%;
  }
}
@media (min-width:1400px){
  .banner-carousel-greencare:not(.is-ready) .swiper-slide{
    width:33.333%;
  }
}
@media (min-width:1700px){
  .banner-carousel-greencare:not(.is-ready) .swiper-slide{
    width:25%;
  }
}
.banner-carousel-greencare.is-ready .banner-carousel__control{
  display:block;
}
.banner-carousel-greencare .banner__content{
  text-align:center;
}
.banner-carousel-greencare .banner__content h1{
  margin-bottom:2rem;
}
@media screen and (max-width:640px){
  .banner-carousel-greencare .banner__content h1{
    margin-bottom:1.5rem;
  }
}
.banner-carousel-greencare .banner__content h3{
  font-family:DINNextLTPro-medium;
  font-size:1.25rem;
  margin-bottom:2rem;
  max-width:44rem;
}
@media screen and (max-width:640px){
  .banner-carousel-greencare .banner__content h3{
    font-size:1rem;
    margin-bottom:1.5rem;
  }
}
@media screen and (max-width:640px){
  .banner-carousel-greencare .banner__content p{
    font-size:.975rem;
  }
}
.banner-carousel-greencare .banner__content .text-green{
  color:#54ab3a;
}
.banner-carousel-greencare .banner__content .text-white{
  color:#fff;
}
.banner-carousel{
  margin-top:6rem;
  position:relative;
}
.banner-carousel a:hover{
  color:#fff;
}
.banner-carousel:not(.is-ready) .swiper-wrapper{
  -ms-flex-pack:center;
      justify-content:center;
}
@media (min-width:640px){
  .banner-carousel:not(.is-ready) .swiper-slide{
    width:50%;
  }
}
@media (min-width:1400px){
  .banner-carousel:not(.is-ready) .swiper-slide{
    width:33.333%;
  }
}
@media (min-width:1700px){
  .banner-carousel:not(.is-ready) .swiper-slide{
    width:25%;
  }
}
.banner-carousel .banner{
  width:100% !important;
}
.swiper-pagination-bullets{
  bottom:20px;
  left:0;
  width:100%;
}
@media screen and (max-width:760px){
  .swiper-pagination-bullets{
    display:none;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet{
  width:20px;
  height:20px;
  border:2px solid #fff;
  background-color:transparent;
  opacity:1;
  margin-right:10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active{
  background-color:#fff;
}
.banner-carousel__control{
  position:absolute;
  top:calc(50% - 32px);
  width:32px;
  height:64px;
  background:#fff;
  z-index:2;
  border:none;
  padding:0;
  transition:opacity .2s ease;
  display:none;
}
.banner-carousel.is-ready .banner-carousel__control{
  display:block;
}
.banner-carousel__control img{
  width:20px;
  height:auto;
  display:block;
  margin:0 auto;
}
.banner-carousel__control.control--prev{
  left:0;
}
.banner-carousel__control.control--prev img{
  transform:rotateY(180deg);
}
.banner-carousel__control.control--next{
  right:0;
}
.banner-carousel__control.swiper-button-disabled{
  opacity:0;
  pointer-events:none;
}
.banner-carousel .banner__content{
  text-align:center;
}
.banner-carousel .banner__content h1{
  margin-bottom:2rem;
}
@media screen and (max-width:640px){
  .banner-carousel .banner__content h1{
    margin-bottom:1.5rem;
  }
}
.banner-carousel .banner__content h3{
  font-family:DINNextLTPro-medium;
  font-size:1.25rem;
  margin-bottom:2rem;
  max-width:44rem;
}
@media screen and (max-width:640px){
  .banner-carousel .banner__content h3{
    font-size:1rem;
    margin-bottom:1.5rem;
  }
}
@media screen and (max-width:640px){
  .banner-carousel .banner__content p{
    font-size:.975rem;
  }
}
.banner-carousel .banner__content .text-green{
  color:#54ab3a;
}
.banner-carousel .banner__content .text-white{
  color:#fff;
}
@media (min-width:760px){
  .banner-list{
    display:-ms-flexbox;
    display:flex;
  }
  .banner-list__col{
    width:50%;
  }
}
.banner-row__title{
  width:100%;
  max-width:1200px;
  text-align:center;
  padding:0 20px;
  margin:20px auto;
}
.banner-row__items{
  max-width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack:center;
      justify-content:center;
}
.banner,.banner-row__items a:hover{
  color:#fff;
}
.banner{
  background-color:#ccc;
  text-transform:uppercase;
  background-size:cover;
  background-position:50%;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  text-shadow:0 0 12px rgba(1,36,21,.25);
  transition:opacity .3s;
  width:100%;
}
.banner.lazyload,.banner.lazyloading{
  opacity:0;
}
.banner.lazyloaded{
  opacity:1;
}
.banner h2{
  font-size:3.75rem;
  margin:.25rem 0;
  line-height:1.1;
  font-weight:700;
}
@media (max-width:760px){
  .banner h2{
    font-size:2.5rem;
  }
}
@media (max-width:640px){
  .banner h2{
    font-size:1.5rem;
  }
}
.banner h4{
  font-size:30px;
  margin:.25rem 0;
}
.banner h4.is--giant{
  font-size:50px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  margin:.25rem 0 0;
}
@media (min-width:1040px){
  .banner h4.is--giant{
    font-size:80px;
  }
}
@media (min-width:1400px){
  .banner h4.is--giant{
    font-size:120px;
  }
}
@media (max-width:640px){
  .banner h4{
    font-size:28px;
  }
}
.banner:hover{
  text-decoration:none;
}
.banner.align--bottom-right{
  text-align:right;
  -ms-flex-align:end;
      align-items:flex-end;
  -ms-flex-pack:end;
      justify-content:flex-end;
}
.banner.align--bottom-left{
  -ms-flex-align:end;
      align-items:flex-end;
  -ms-flex-pack:start;
      justify-content:flex-start;
}
.banner.align--center{
  text-align:center;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-pack:center;
      justify-content:center;
}
.banner.align--top-left{
  -ms-flex-pack:start;
      justify-content:flex-start;
}
.banner.align--top-left,.banner.align--top-right{
  -ms-flex-align:start;
      align-items:flex-start;
}
.banner.align--top-right{
  -ms-flex-pack:end;
      justify-content:flex-end;
  text-align:right;
}
.banner.align--center-left{
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-pack:start;
      justify-content:flex-start;
}
.banner.size--small{
  min-height:100px;
}
@media (min-width:760px){
  .banner.size--small{
    height:250px;
  }
}
.banner.size--small:hover{
  color:#fff;
}
.banner.size--smedium{
  min-height:200px;
}
@media (min-width:640px){
  .banner.size--smedium{
    width:50%;
  }
}
@media (min-width:760px){
  .banner.size--smedium{
    height:300px;
  }
}
@media (min-width:1400px){
  .banner.size--smedium{
    width:33.333%;
  }
}
.banner.size--medium{
  min-height:200px;
}
@media (min-width:760px){
  .banner.size--medium{
    height:500px;
  }
}
.banner.size--medium:hover{
  color:#fff;
}
.banner.size--large{
  height:300px;
}
@media (min-width:760px){
  .banner.size--large{
    height:750px;
  }
}
.banner.size--large:hover{
  color:#fff;
}
.banner.size--hero,.banner.size--hero-large{
  min-height:200px;
  -ms-flex-align:center;
      align-items:center;
}
.banner.size--hero-large .content-width-narrow,.banner.size--hero .content-width-narrow{
  width:100%;
  margin:auto;
}
.banner.size--hero-large .banner__content,.banner.size--hero .banner__content{
  width:36em;
}
.banner.size--hero-large .banner__content.text-align-center,.banner.size--hero .banner__content.text-align-center{
  margin:0 auto;
  text-align:center;
}
.banner.size--hero-large .banner__content.text-align-center.greencare,.banner.size--hero .banner__content.text-align-center.greencare{
  width:43em;
}
.banner.size--hero-large .banner__content.text-align-center.greencare .text-green,.banner.size--hero .banner__content.text-align-center.greencare .text-green{
  color:#54ab3a;
}
.banner.size--hero-large .banner__content.text-align-center.greencare .text-white,.banner.size--hero .banner__content.text-align-center.greencare .text-white{
  color:#fff;
}
.banner.size--hero-large .banner__content.text-align-center.greencare img,.banner.size--hero .banner__content.text-align-center.greencare img{
  width:100%;
  height:auto;
  margin-bottom:3rem;
}
@media screen and (max-width:640px){
  .banner.size--hero-large .banner__content.text-align-center.greencare img,.banner.size--hero .banner__content.text-align-center.greencare img{
    margin:2rem 0 1rem;
  }
}
.banner.size--hero-large .banner__content.text-align-center.greencare h3,.banner.size--hero .banner__content.text-align-center.greencare h3{
  font-size:2.625rem;
}
.banner.size--hero-large .banner__content.text-align-center.greencare .greencare-text,.banner.size--hero .banner__content.text-align-center.greencare .greencare-text{
  line-height:1;
}
.banner.size--hero-large:hover,.banner.size--hero:hover{
  color:#fff;
}
@media (min-width:760px){
  .banner.size--hero{
    height:630px;
  }
}
@media (min-width:760px){
  .banner.size--hero-large{
    height:760px;
  }
}
.banner:not(.overlay--none).overlay--shade-intensive:before,.banner:not(.overlay--none).overlay--shade:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background:#081209;
  opacity:.2;
  transition:opacity .2s ease;
}
.banner:not(.overlay--none).overlay--shade-intensive:before{
  opacity:.5;
}
.banner:not(.overlay--none)[href].overlay--shade-intensive:hover:before,.banner:not(.overlay--none)[href].overlay--shade:hover:before{
  opacity:0;
}
.banner__content{
  padding:10px 20px;
  position:relative;
  z-index:2;
  max-width:100%;
}
.banner__content>:empty:not(img){
  display:none;
}
.size--hero-large .banner__content>*,.size--hero .banner__content>*{
  margin:1rem 0;
}
.banner.has--video{
  background-color:#000;
  background-image:none !important;
}
@media (min-width:640px){
  .banner.has--video{
    height:auto !important;
    -ms-flex-pack:center;
        justify-content:center;
    -ms-flex-align:center;
        align-items:center;
  }
  .banner.has--video .content-width-narrow{
    position:absolute;
    z-index:2;
    text-align:center;
  }
}
.banner.has--video .banner__content{
  visibility:visible;
  opacity:1;
  transition:all .5s ease;
  -ms-transform:translateY(20%);
      transform:translateY(20%);
  margin-left:auto;
  margin-right:auto;
}
.banner.has--video.cue--holiday-greeting .banner__content{
  visibility:visible;
  opacity:1;
  -ms-transform:translateY(0);
      transform:translateY(0);
}
.banner__video{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  height:100%;
  overflow:hidden;
}
.banner__video video{
  position:relative;
  left:50%;
  width:auto;
  height:100%;
  -ms-transform:translateX(-50%);
      transform:translateX(-50%);
}
@media (min-width:640px){
  .banner__video{
    width:100%;
    max-width:100%;
    position:relative;
    height:auto;
  }
  .banner__video:before{
    content:'';
    padding-bottom:56.25%;
    display:block;
  }
  .banner__video video{
    position:absolute;
    top:0;
    left:50%;
    width:100%;
    height:100%;
    -ms-transform:translateX(-50%);
        transform:translateX(-50%);
  }
}
.billlboard{
  padding:3rem 0;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  overflow:hidden;
}
@media (min-width:760px){
  .billlboard{
    padding:6rem 0;
  }
  .billlboard#front-page-module,.billlboard#greencare-palvelumalli-heading,.billlboard#kartoitus-valaistussuunnittelu-heading,.billlboard#toimitus-asennus-heading,.billlboard#tuottava-valaistus-heading,.billlboard#valoa-palveluna-heading{
    padding:3.5rem 0;
  }
  .billlboard#greencare-palvelumalli-sub-heading-2,.billlboard#greencare-palvelumalli-sub-heading-5,.billlboard#kartoitus-valaistussuunnittelu-sub-heading,.billlboard#toimitus-asennus-sub-heading,.billlboard#tuottava-valaistus-sub-heading1,.billlboard#tuottava-valaistus-sub-heading2,.billlboard#valoa-palveluna-sub-heading{
    padding:3.5rem 0 2rem;
  }
  .billlboard#tuottava-valaistus-link-buttons{
    padding:3.5rem 0;
  }
  .billlboard#greencare-palvelumalli-sub-heading-1,.billlboard#soittopyynto-lomake{
    padding:3.5rem 0 0;
  }
  .billlboard#greencare-palvelumalli-sub-heading-3{
    padding:4.5rem 0 2rem;
  }
  .billlboard#greencare-palvelumalli-sub-heading-4,.billlboard#tuottava-valaistus-sub-heading1{
    padding:1rem 0 2rem;
  }
  .billlboard.padding--header{
    padding:6rem 0 2rem;
  }
  .billlboard.padding--form{
    padding:0 0 4rem;
  }
  .billlboard#greencare-palvelumalli-sub-heading-3 .content-width-narrow .billlboard__columns.per-row--4,.billlboard#tuottava-valaistus-heading .content-width-narrow .billlboard__columns.per-row--2{
    margin-top:4rem;
  }
}
.billlboard>.content-width-narrow{
  position:relative;
  z-index:2;
}
.billlboard.has--bg{
  color:#fff;
}
.billlboard.bg--gray{
  background-color:#e7e7e7;
}
.billlboard.bg--green{
  background-color:#51ad31;
  color:#fff;
}
.billlboard#tuottava-valaistus-link-buttons{
  background-color:#ebebeb;
}
.billlboard#tuottava-valaistus-link-buttons .billlboard__intro-copy{
  max-width:32rem;
  margin:0 auto;
}
.billlboard#tuottava-valaistus-link-buttons .billlboard__intro-links{
  text-align:center;
}
@media (min-width:640px){
  .billlboard#tuottava-valaistus-link-buttons .billlboard__intro-links a:first-child{
    margin-right:2rem;
  }
}
.billlboard__intro{
  padding:0 1.5rem;
}
.billlboard.layout--center .billlboard__intro,.billlboard.layout--narrow .billlboard__intro{
  margin:0 auto;
  max-width:calc(38em + 3rem);
}
.billlboard.layout--center .billlboard__intro+*,.billlboard.layout--narrow .billlboard__intro+*{
  margin-top:3rem;
}
.billlboard__intro img{
  width:100%;
  height:auto;
}
.billlboard__intro #tuottava-valaistus-heading .billlboard__intro{
  margin-bottom:4rem;
}
#front-page-module .billlboard__intro{
  max-width:calc(51em + 6rem);
}
.billlboard.layout--center .billlboard__intro{
  text-align:center;
}
.billlboard__intro-copy:empty,.billlboard__intro h3:empty{
  display:none;
}
.billlboard__intro+.billlboard__columns{
  margin-top:1.5rem;
}
@media (min-width:760px){
  .billlboard__columns{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -ms-flex-align:stretch;
        align-items:stretch;
    -ms-flex-pack:center;
        justify-content:center;
    width:100%;
  }
  .billlboard__intro+.billlboard__columns{
    margin-top:3rem;
  }
  .billlboard__columns.bordered--yep{
    width:calc(100% + 3rem);
    margin-left:-1.5rem;
    margin-right:-1.5rem;
  }
}
.billlboard__column{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  max-width:100%;
  padding:0 1.5rem;
}
.billlboard__column.width--full{
  width:100%;
}
.billlboard__column img{
  width:100%;
  height:auto;
}
.billlboard__column img.icon-68px{
  height:3.75rem;
  margin-bottom:1.2rem;
}
.billlboard__column .greenlist ol{
  list-style:none;
  counter-reset:a;
}
.billlboard__column .greenlist li:before{
  content:counter(a);
  color:#51ad31;
  display:inline-block;
  width:1em;
  margin-left:-1em;
}
.billlboard__column .greenlist li{
  counter-increment:a;
}
.billlboard__column .greenlist .listitem-hidden{
  visibility:hidden;
  height:0;
}
.billlboard__column ul.greenlist-plus-icon{
  list-style:none;
  padding:0 0 0 1.4rem;
}
.billlboard__column ul.greenlist-plus-icon li:before{
  content:'';
  background-image:url(../img/Greenled_green_plus_16px_symbol.svg);
  background-color:transparent;
  width:12px;
  height:12px;
  display:block;
  position:absolute;
  left:-.9rem;
  top:.7rem;
  -ms-transform:-50%;
      transform:-50%;
  border:none;
}
@media (min-width:760px){
  .billlboard__column.width--half{
    width:50%;
  }
  .billlboard__column.width--half-wide{
    width:60%;
  }
  .billlboard__column.width--half-narrow{
    width:40%;
  }
  .billlboard__column.width--third{
    width:33.33333%;
  }
  .billlboard__column.width--fourth{
    width:50%;
  }
}
@media (min-width:1040px){
  .billlboard__column.width--fourth{
    width:25%;
  }
}
@media (min-width:760px){
  .billlboard__column.bordered--yep{
    padding:0 3rem;
    border-left:1px solid #ebebeb;
  }
  .billlboard.bg--gray .billlboard__column.bordered--yep,.billlboard.has--bg .billlboard__column.bordered--yep{
    border-left-color:#fff;
  }
  .billlboard__column.bordered--yep.width--half-narrow:nth-child(odd),.billlboard__column.bordered--yep.width--half-wide:nth-child(odd),.billlboard__column.bordered--yep.width--half:nth-child(odd),.billlboard__column.bordered--yep.width--third:nth-child(3n+1),.billlboard__column.bordered--yep:first-child{
    border-left:none;
  }
}
@media (min-width:760px) and (max-width:1039px){
  .billlboard__column.bordered--yep.width--fourth:nth-child(odd){
    border-left:none;
  }
}
@media (min-width:1040px){
  .billlboard__column.bordered--yep.width--fourth:nth-child(4n+1){
    border-left:none;
  }
}
.breadcrumb-trail li,.breadcrumb-trail ul{
  list-style:none;
  margin:0;
  padding:0;
}
.breadcrumb-trail li:before,.breadcrumb-trail ul:before{
  content:none;
}
.breadcrumb-trail ul{
  display:-ms-flexbox;
  display:flex;
}
.breadcrumb-trail li:first-of-type a:before{
  content:url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBkYXRhLWlkPSJnZW9taWNvbi1ob21lIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0xNiAwIEwzMiAxNiBMMjggMTYgTDI4IDMwIEwyMCAzMCBMMjAgMjAgTDEyIDIwIEwxMiAzMCBMNCAzMCBMNCAxNiBMMCAxNiBaIj48L3BhdGg+PC9zdmc+");
  display:inline-block;
  vertical-align:middle;
  width:16px;
  height:16px;
  position:relative;
  background-color:transparent;
  left:auto;
  top:-.15em;
  border-radius:0;
}
.breadcrumb-trail li:first-of-type a span{
  display:none;
}
.breadcrumb-trail li:not(:last-of-type):after{
  content:'›';
  display:inline-block;
  vertical-align:middle;
  padding:0 .5rem;
}
.breadcrumb-trail a:hover span{
  text-decoration:underline;
}
.breadcrumb-trail span{
  display:inline-block;
  vertical-align:middle;
  max-width:20em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.button{
  font-family:DINNextLTPro,sans-serif;
  font-size:1.0625rem;
  line-height:1.3;
  margin:5px 0;
  display:inline-block;
  padding:8px 10px;
  text-decoration:none;
  text-transform:uppercase;
  transition:color .2s,background-color .2s;
  cursor:pointer;
}
.button i{
  width:16px;
  height:16px;
}
@media (max-width:640px){
  .button{
    display:block;
    margin:1.25rem auto;
    text-align:center;
  }
}
.button:hover{
  text-decoration:none;
}
.button svg{
  fill:currentColor;
}
.white-button{
  border:1px solid #51ad31;
  background-color:#fff;
  color:#51ad31;
  padding:10px 20px;
}
.white-button:hover{
  border:1px solid #fff;
  background-color:#51ad31;
  color:#fff;
}
.gform_button.button,.green-button{
  color:#fff;
  border:1px solid #54ab3a;
  background-color:#54ab3a;
  font-weight:400;
}
.gform_button.button:hover,.green-button:hover{
  color:#fff;
  background-color:#45922a;
  border:1px solid #45922a;
  transition:all .3s ease-in;
}
.blue-button{
  border:1px solid #00aeef;
  background-color:#00aeef;
  color:#fff;
  font-weight:400;
}
.blue-button:hover{
  color:#fff;
  background-color:#0591c5;
  border:1px solid #0591c5;
  transition:all .3s ease-in;
}
.product-info a{
  color:#51ad31;
  text-decoration:none;
}
@media (min-width:760px){
  .button{
    margin:15px 0 0;
    padding:8px 20px;
  }
}
.call-to-action{
  margin:2.5rem 0 5rem;
}
.call-to-action .call-to-action-container{
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  padding:0 1.5rem;
}
@media (max-width:640px){
  .call-to-action .call-to-action-container{
    -ms-flex-direction:column;
        flex-direction:column;
  }
}
.call-to-action .call-to-action-image{
  width:35%;
  background-size:cover;
  background-position:50% 50%;
}
@media (max-width:1400px){
  .call-to-action .call-to-action-image{
    width:35%;
  }
}
@media (max-width:760px){
  .call-to-action .call-to-action-image{
    width:45%;
  }
}
@media (max-width:640px){
  .call-to-action .call-to-action-image{
    width:100%;
    height:15.625rem;
    background-position:100% 50%;
  }
}
.call-to-action .call-to-action-image-article{
  width:25%;
  background-size:cover;
  background-position:50% 50%;
}
@media (max-width:1400px){
  .call-to-action .call-to-action-image-article{
    width:25%;
  }
}
@media (max-width:760px){
  .call-to-action .call-to-action-image-article{
    width:35%;
  }
}
@media (max-width:640px){
  .call-to-action .call-to-action-image-article{
    width:100%;
    height:15.625rem;
    background-position:100% 50%;
  }
}
.call-to-action .call-to-action-content{
  width:65%;
  padding:1.875rem 2.5rem;
  background-color:#ebebeb;
}
.call-to-action .call-to-action-content .personname,.call-to-action .call-to-action-content persontitle{
  display:block;
}
.call-to-action .call-to-action-content .personname,.call-to-action .call-to-action-content .persontitle{
  font-style:italic;
}
@media (max-width:1400px){
  .call-to-action .call-to-action-content{
    width:65%;
  }
}
@media (max-width:760px){
  .call-to-action .call-to-action-content{
    width:55%;
    padding:1.875rem 1.5rem;
  }
}
@media (max-width:640px){
  .call-to-action .call-to-action-content{
    width:100%;
    padding:1.875rem .875rem;
  }
}
.call-to-action .call-to-action-content-article{
  width:75%;
  padding:1.875rem 2.5rem;
  background-color:#ebebeb;
}
.call-to-action .call-to-action-content-article .personname,.call-to-action .call-to-action-content-article persontitle{
  display:block;
}
.call-to-action .call-to-action-content-article .personname,.call-to-action .call-to-action-content-article .persontitle{
  font-style:italic;
}
@media (max-width:1400px){
  .call-to-action .call-to-action-content-article{
    width:75%;
  }
}
@media (max-width:760px){
  .call-to-action .call-to-action-content-article{
    width:65%;
    padding:1.875rem 1.5rem;
  }
}
@media (max-width:640px){
  .call-to-action .call-to-action-content-article{
    width:100%;
    padding:1.875rem .875rem;
  }
}
@media (max-width:760px){
  .call-to-action{
    margin:2.5rem 0 6rem;
  }
}
@media (max-width:640px){
  .call-to-action{
    margin:2.5rem 0 4rem;
  }
}
[data-aos=zoom-in]{
  opacity:0;
}
[data-aos=zoom-in].aos-animate{
  opacity:1;
  transform:translateZ(0) scale(1);
}
@media (max-width:640px){
  body.single-post .call-to-action-image{
    background-position:50% 50%;
  }
}
.contact-list{
  text-align:center;
}
.contacts-area{
  padding:1.5rem 0;
}
.contacts-area-header,.contacts-area-header h3{
  margin-bottom:1.5rem;
}
@media (min-width:1400px){
  .contacts-area-header{
    margin-bottom:3rem;
  }
}
.contact-list__items{
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack:center;
      justify-content:center;
  margin-bottom:30px;
}
.contact-item,.contact-list__items{
  width:100%;
  display:-ms-flexbox;
  display:flex;
}
.contact-item{
  padding:1.5rem 1rem;
  -ms-flex-direction:column;
      flex-direction:column;
  text-align:center;
  border-bottom:1px solid #ebebeb;
  margin:0 1rem;
}
@media (min-width:475px){
  .contact-item{
    width:50%;
    margin:0;
    border:none;
  }
}
@media (min-width:760px){
  .contact-item{
    width:33.333%;
    padding:20px .75rem;
  }
}
@media (min-width:1400px){
  .contact-item{
    width:25%;
  }
}
.contact-item-image{
  width:100%;
  margin-bottom:1rem;
}
.contact-item-image img{
  border-radius:50%;
  width:30%;
  max-width:180px;
}
@media (min-width:475px){
  .contact-item-image img{
    width:50%;
  }
}
@media (min-width:760px){
  .contact-item-image img{
    width:80%;
  }
}
@media (min-width:1400px){
  .contact-item-image img{
    width:90%;
  }
}
.contact-name{
  font-weight:700;
}
.contact-email a{
  font-size:15px;
}
.contact-item-info p{
  margin-bottom:.25rem;
}
.contact-item hr{
  border:none;
  height:0;
  display:block;
  border-bottom:1px solid #51ad31;
  width:30px;
  margin:.75rem auto;
}
.cc-window{
  position:fixed;
  z-index:900;
  bottom:0;
  left:0;
  right:0;
  line-height:1.3;
  background-color:rgba(30,30,30,.9);
  transition:opacity .15s ease,visibility .15s ease;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-flow:row wrap;
      flex-flow:row wrap;
  -ms-flex-pack:center;
      justify-content:center;
  text-align:center;
}
.cc-window>*{
  -ms-flex:1 0 auto;
      flex:1 0 auto;
}
@media (min-width:80ch){
  .cc-window{
    -ms-flex-pack:justify;
        justify-content:space-between;
    text-align:initial;
  }
  .cc-window>*{
    -ms-flex:0 0 auto;
        flex:0 0 auto;
  }
}
.cc-window.cc-invisible{
  visibility:hidden;
  opacity:0;
}
.cc-window .cc-message{
  color:#b4b4b4;
  padding:.5rem 1.5rem;
  width:100%;
}
@media (min-width:80ch){
  .cc-window .cc-message{
    width:auto;
    padding:0 0 0 1.5rem;
  }
}
.cc-window .cc-message a{
  color:inherit;
  text-decoration:underline;
}
.cc-window .cc-message a:focus,.cc-window .cc-message a:hover{
  color:#dcdcdc;
  text-decoration:underline;
}
.cc-window .cc-btn{
  color:#e6e6e6;
  font-size:inherit;
  display:block;
  padding:.5rem 1.5rem;
  background-color:#646464;
  text-decoration:none;
  cursor:default;
  width:100%;
}
.cc-window .cc-btn:focus,.cc-window .cc-btn:hover{
  background-color:#8c8c8c;
}
@media (min-width:80ch){
  .cc-window .cc-btn{
    width:auto;
  }
}
img[class*=wp-image-]{
  margin:1.7rem 0;
  max-width:100%;
  height:auto;
  display:block;
}
@media (min-width:){
  img[class*=wp-image-]{
    margin:.85rem 0;
  }
}
.editor img{
  max-width:100%;
  height:auto;
}
.wp-caption{
  margin:1.7rem 0;
  width:auto !important;
  max-width:100%;
  line-height:1.4;
}
.wp-caption img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0;
}
.wp-caption-dd,.wp-caption-text{
  margin:.85rem 0 0;
  background-color:#fff;
  font-size:.9rem;
  color:#959595;
}
.wp-caption[data-width="300"] .wp-caption-dd,.wp-caption[data-width="300"] .wp-caption-text{
  padding:1rem 1.5rem;
}
@media (min-width:760px){
  .wp-caption,img[class*=wp-image-]{
    margin-bottom:.85rem;
  }
  .wp-caption.alignleft,img[class*=wp-image-].alignleft{
    margin-right:1.5em;
    margin-top:0;
    float:left;
    max-width:210px;
    height:auto;
    padding-top:.4rem;
  }
  .wp-caption.alignright,img[class*=wp-image-].alignright{
    margin-left:1.5em;
    margin-top:0;
    float:right;
    max-width:210px;
    height:auto;
    padding-top:.4rem;
  }
  .wp-caption.aligncenter,img[class*=wp-image-].aligncenter{
    display:block;
    margin:1.7rem auto;
  }
  .wp-caption.alignnone,img[class*=wp-image-].alignnone{
    display:block;
    margin-top:1.7rem;
    margin-bottom:1.7rem;
  }
}
.entry-content-asset{
  margin-top:1.7rem;
  margin-bottom:1.7rem;
}
.footer{
  font-size:1.0625rem;
  position:relative;
  z-index:3;
}
.footer__top{
  background-image:url(../img/content-segment2.png);
  background-repeat:no-repeat;
  background-size:cover;
  padding:3rem 0;
}
@media (min-width:1400px){
  .footer__top{
    padding:4.5rem 0;
  }
}
.footer__top-wrap{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:start;
      align-items:flex-start;
  -ms-flex-direction:column;
      flex-direction:column;
}
@media (min-width:1400px){
  .footer__top-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
        align-items:flex-start;
        -ms-flex-direction:row;
        flex-direction:row;
  }
}
.footer__top-heading{
  text-align:center;
  padding:0 1.5rem;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width:100%;
}
.footer__top-heading h3{
  margin-bottom:3rem;
}
@media (max-width:1400px){
  .footer__top-heading h3{
    margin-bottom:1rem;
  }
}
.footer__top-heading h3:hover{
  color:#000;
}
.footer__top-heading a:hover{
  text-decoration:none;
}
@media (min-width:1400px){
  .footer__top-heading{
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    width:auto;
    text-align:left;
    padding-right:3rem;
  }
}
.footer__top-heading .blue-button{
  margin-bottom:4rem;
}
@media (min-width:1400px){
  .footer__top-heading .blue-button{
    margin-bottom:2rem;
  }
}
.footer__top-content{
  width:100%;
  -ms-flex:1 1 auto;
      flex:1 1 auto;
}
.footer__columns{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-align:stretch;
      align-items:stretch;
}
@media (min-width:760px){
  .footer__columns{
    -ms-flex-direction:row;
        flex-direction:row;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -ms-flex-pack:center;
        justify-content:center;
    padding:0 1.5rem;
  }
}
@media (min-width:1400px){
  .footer__columns{
    -ms-flex-pack:start;
        justify-content:flex-start;
    padding:0;
    -ms-flex-positive:1;
        flex-grow:1;
  }
}
.footer__column{
  max-width:100%;
  margin:0 1.5rem;
}
@media (max-width:767px){
  .footer__column+.footer__column{
    padding-top:1.5rem;
    margin-top:1.5rem;
    border-top:1px solid #ebebeb;
  }
}
@media (min-width:760px){
  .footer__column{
    border:none;
    width:33%;
    padding:0 1.5rem;
    margin:0;
    -ms-flex-direction:column;
        flex-direction:column;
  }
  .footer__column .footer__column-top{
    -ms-flex-positive:1;
        flex-grow:1;
  }
}
@media (min-width:1040px){
  .footer__column{
    border:none;
    display:-ms-flexbox;
    display:flex;
  }
}
.footer__column h6{
  margin-bottom:.5rem;
}
.footer__column .footer__column-bottom{
  white-space:nowrap;
}
.footer__column .footer__column-bottom img{
  width:12px;
  margin-left:5px;
}
.footer__columns-bottom{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  text-align:center;
  border-top:1px solid #fff;
  padding:1.5rem 1.5rem 0;
  margin-top:1.5rem;
  max-width:100%;
}
.footer__columns-bottom p{
  margin:0;
}
@media (min-width:1040px){
  .footer__columns-bottom{
    width:100%;
    text-align:left;
  }
  .footer__columns-bottom p{
    display:inline-block;
    margin-right:.5rem;
  }
}
.footer__extra-info{
  border-top:1px solid #fff;
  margin:3rem 1.5rem 0;
  padding:3em 0 0;
}
@media (min-width:760px){
  .footer__extra-info{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:row;
        flex-direction:row;
    -ms-flex:1 0 auto;
        flex:1 0 auto;
  }
}
@media (min-width:1040px){
  .footer__extra-info{
    width:100%;
    margin:3rem 0 0;
  }
}
.footer__extra-info a{
  text-decoration:none;
}
.footer__extra-info .col{
  -ms-flex:1 1 auto;
      flex:1 1 auto;
}
.footer__extra-info .col+.col{
  margin-top:1.5rem;
}
@media (min-width:760px){
  .footer__extra-info .col{
    padding:0 1.5rem;
  }
  .footer__extra-info .col+.col{
    margin-top:0;
  }
}
.footer__extra-info .col>:last-child{
  margin-bottom:0;
}
.footer__bottom{
  width:100%;
  text-align:center;
  background-color:#fff;
  padding:1.5rem;
}
.footer__bottom p:last-child{
  margin:0;
}
@media (min-width:1040px){
  .footer__bottom{
    text-align:left;
  }
}
.footer__avainlippu{
  width:auto;
  height:50px;
  margin:0 1.5rem 1rem;
}
.footer__avainlippu,.footer__avainlippu+div{
  vertical-align:middle;
  display:inline-block;
}
@media (min-width:1040px){
  .footer__avainlippu{
    margin-bottom:0;
  }
}
.footer__bottom-wrap{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-direction:column;
      flex-direction:column;
}
@media (min-width:1040px){
  .footer__bottom-wrap{
    -ms-flex-pack:center;
        justify-content:center;
    -ms-flex-direction:row;
        flex-direction:row;
  }
  .footer__bottom-wrap.has--nav{
    -ms-flex-pack:justify;
        justify-content:space-between;
  }
}
.footer__slogan{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  -ms-flex-order:3;
      order:3;
  max-width:100%;
}
@media (min-width:1040px){
  .footer__slogan{
    white-space:nowrap;
    -ms-flex-order:1;
        order:1;
  }
}
.footer__bottom-spacer{
  -ms-flex:1 1 auto;
      flex:1 1 auto;
  position:relative;
  -ms-flex-order:2;
      order:2;
  height:3rem;
  width:100%;
}
.footer__bottom-spacer:after{
  content:'';
  border-bottom:1px solid #ebebeb;
  position:absolute;
  left:3rem;
  right:3rem;
  top:50%;
  height:auto;
  width:auto;
}
.footer__nav{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  list-style:none;
  margin:0;
  padding:0;
  -ms-flex-order:1;
      order:1;
  display:-ms-flexbox;
  display:flex;
}
@media (max-width:760px){
  .footer__nav{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
}
@media (min-width:1040px){
  .footer__nav{
    -ms-flex-order:3;
        order:3;
  }
}
.footer__nav li{
  padding:0;
  margin:0;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
}
.footer__nav li:before{
  display:none;
}
.footer__nav a{
  font-family:DINNextLTPro;
  text-transform:uppercase;
  font-size:14px;
  padding:0 10px;
  transition:color .15s ease;
}
.footer__nav a:hover{
  color:#000;
}
.ethical-subtitle-1{
  font-size:1.0625rem;
  margin-bottom:12px;
  margin-left:20px;
}
.ethical-subtitle-2{
  font-size:1.0625rem;
  margin-left:40px;
}
.ethical-title-whitespace{
  font-size:1.0625rem;
  margin-left:7px;
}
@media (max-width:760px){
  .divider-list-item ul{
    padding:0;
  }
}
.gform_wrapper{
  margin:3rem auto 0;
  max-width:auto;
}
.gform_wrapper .gform_anchor:before{
  content:'';
  display:block;
  width:0;
  height:62px;
  margin:-62px 0 0;
}
.gform_wrapper>br,.gform_wrapper p:empty,.gform_wrapper p>iframe{
  display:none;
}
@media (min-width:760px){
  .gform_wrapper{
    margin-top:0;
  }
}
@media (max-width:640px){
  .gform_wrapper{
    margin:1rem auto 0;
  }
}
.gform_fields{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row wrap;
      flex-flow:row wrap;
      list-style:none;
      margin:0;
      padding:0;
}
.gform_fields>li{
  margin:0 0 .65rem;
  width:100%;
}
.gform_fields>li.width--half{
  width:calc(50% - .75rem);
}
.gform_fields>li.width--half+.width--half{
  margin-left:1.5rem;
}
.gform_fields>li.divider-list-item:before{
  content:none;
}
.gform_fields>li.divider-list-item{
  width:50%;
  list-style:none;
}
.gfield_label{
  display:inline-block;
}
.gfield_label .gfield_required{
  display:inline-block;
  color:#51ad31;
  margin-left:.5em;
  -ms-transform:scale(1.65);
      transform:scale(1.65);
}
#extensions_message,.gfield_description,.ginput_counter{
  font-size:.8em;
  font-style:italic;
  color:$c-text-muted;
}
#extensions_message.validation_message,.gfield_description.validation_message,.ginput_counter.validation_message{
  color:#51ad31;
}
li.gfield:before{
  display:none;
}
li.gfield+li.gfield{
  margin-top:.5rem;
}
li.gfield input[type=email],li.gfield input[type=number],li.gfield input[type=tel],li.gfield input[type=text],li.gfield input[type=url],li.gfield select,li.gfield textarea{
  border:1px solid #e1e1e1;
  border-radius:0;
  -webkit-border-radius:0;
  background-color:#fff;
  display:block;
  width:100%;
  color:inherit;
  font-size:16px;
  transition:color .2s ease,background .2s ease,border .2s ease;
}
.theme--red li.gfield input[type=email],.theme--red li.gfield input[type=number],.theme--red li.gfield input[type=tel],.theme--red li.gfield input[type=text],.theme--red li.gfield input[type=url],.theme--red li.gfield select,.theme--red li.gfield textarea{
  border:none;
}
li.gfield input[type=email]:focus,li.gfield input[type=number]:focus,li.gfield input[type=tel]:focus,li.gfield input[type=text]:focus,li.gfield input[type=url]:focus,li.gfield select:focus,li.gfield textarea:focus{
  border-color:#9e9e9e;
  outline:0 none;
}
li.gfield input[type=email],li.gfield input[type=number],li.gfield input[type=tel],li.gfield input[type=text],li.gfield input[type=url],li.gfield textarea{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}
li.gfield textarea{
  resize:horizontal;
}
li.gfield select{
  border:0;
  outline:1px solid #e1e1e1;
  background-color:#fff;
  transition:color .2s ease,background .2s ease,border .2s ease;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='284.929px' height='284.929px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-position:98% 50%;
  background-size:15px 15px;
  background-repeat:no-repeat;
}
li.gfield select:focus{
  outline:1px solid #9e9e9e;
}
li.gfield.gfield_error input[type=email]:not(:focus),li.gfield.gfield_error input[type=number]:not(:focus),li.gfield.gfield_error input[type=tel]:not(:focus),li.gfield.gfield_error input[type=text]:not(:focus),li.gfield.gfield_error input[type=url]:not(:focus),li.gfield.gfield_error select:not(:focus),li.gfield.gfield_error textarea:not(:focus){
  border-color:#e7e7e7;
}
li.gfield input[type=email],li.gfield input[type=number],li.gfield input[type=tel],li.gfield input[type=text],li.gfield input[type=url],li.gfield select{
  padding:0 .5em;
  line-height:2rem;
  height:2rem;
}
li.gfield textarea{
  height:150px;
  padding:.5em;
  line-height:1.2;
}
li.gfield textarea.small{
  height:4em;
  resize:none;
}
li.gfield textarea.medium{
  height:7em;
}
li.gfield textarea.large{
  resize:none;
  height:7.04em;
  min-height:6.05em;
  max-height:6.05em;
}
li.gfield .gfield_checkbox{
  margin:0;
  padding:0;
}
li.gfield .gfield_checkbox li{
  margin:0;
}
li.gfield .gfield_checkbox,li.gfield .gfield_radio{
  list-style:none;
  padding:0;
  margin:0;
}
li.gfield .gfield_checkbox li,li.gfield .gfield_radio li{
  margin-bottom:.25rem;
}
li.gfield .gfield_checkbox li:before,li.gfield .gfield_radio li:before{
  display:none;
}
li.gfield .gfield_checkbox input,li.gfield .gfield_radio input{
  display:inline-block;
  vertical-align:middle;
  margin-right:.5em;
}
li.gfield .gfield_checkbox label,li.gfield .gfield_radio label{
  vertical-align:middle;
}
.gform_wrapper .validation_error{
  padding:1.5rem;
  margin:0 0 2rem;
  background-color:#e7e7e7;
}
.gform_wrapper .gfield.gform_validation_container{
  display:none;
}
.gform_confirmation_wrapper{
  padding:1.5rem;
  background-color:#e7e7e7;
  margin:3rem auto 0;
  max-width:360px;
}
@media (min-width:760px){
  .gform_confirmation_wrapper{
    margin-top:0;
  }
}
.gform_ajax_spinner{
  line-height:1;
  margin-left:1rem;
}
.gform_button.button{
  display:block;
  margin:0 auto;
  margin-top:1rem;
  color:#fff;
  text-transform:uppercase;
  cursor:pointer;
  transition:all .15s ease;
}
.gform_button.button:hover{
  color:#fff;
  background-color:#45922a;
  transition:all .3s ease-in;
}
.sticky .gform_button.button{
  margin:0;
  width:100%;
}
.order-newsletter .gform_button.button{
  margin:0;
}
.order-newsletter li.gfield input[type=email]{
  width:auto;
  min-width:280px;
}
.footer__top-content .order-newsletter li.gfield input[type=email]{
  min-width:410px;
}
@media (min-width:2000px){
  .footer__top-content .order-newsletter li.gfield input[type=email]{
    min-width:100%;
  }
}
@media (max-width:1040px){
  .footer__top-content .order-newsletter li.gfield input[type=email]{
    min-width:280px;
    margin:0 auto;
  }
}
@media (max-width:640px){
  .footer__top-content .order-newsletter li.gfield input[type=email]{
    min-width:100%;
    margin:0;
  }
}
.footer__top-content form{
  position:relative;
}
@media (max-width:1040px){
  .footer__top-content form{
    position:inherit;
  }
}
.footer__top-content .gform_fields>li{
  width:68%;
}
@media (max-width:1040px){
  .footer__top-content .gform_fields>li{
    width:100%;
  }
}
.footer__top-content .gform_button.button{
  position:absolute;
  right:0;
  top:48%;
  width:150px;
  height:37px;
}
@media (max-width:1040px){
  .footer__top-content .gform_button.button{
    position:inherit;
    right:0;
    top:0;
    width:auto;
    height:auto;
    display:block;
    margin:0 auto 20px;
  }
}
@media (max-width:640px){
  .footer__top-content .gform_button.button{
    min-width:100%;
    margin:0 0 25px;
  }
}
.footer__top-content .validation_error{
  display:none;
}
.footer__top-content .gform_validation_error .gform_button.button{
  top:38%;
}
.gform_button_select_files{
  border:1px solid #e7e7e7;
  padding:0.5rem .5rem;
}
.radiobuttonsNewLayout .gfield_label{
  font-size:1.375rem;
  text-transform:uppercase;
  margin-top:2.5rem;
  margin-bottom:1.25rem;
  text-align:center;
  width:100%;
}
.radiobuttonsNewLayout .ginput_container ul{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack:center;
      justify-content:center;
}
@media (max-width:640px){
  .radiobuttonsNewLayout .ginput_container ul{
    display:inline-block;
    font-size:.875rem;
  }
}
.radiobuttonsNewLayout ul li{
  margin-right:1.875rem;
  margin-bottom:1rem !important;
}
.radiobuttonsNewLayout ul li:last-of-type{
  margin-right:0;
}
.radiobuttonsNewLayout [type=radio]:checked,.radiobuttonsNewLayout [type=radio]:not(:checked){
  position:absolute;
  left:-9999px;
}
.radiobuttonsNewLayout [type=radio]:checked+label,.radiobuttonsNewLayout [type=radio]:not(:checked)+label{
  position:relative;
  padding-left:28px;
  cursor:pointer;
  line-height:22px;
  display:inline-block;
  color:#000;
}
.radiobuttonsNewLayout [type=radio]:checked+label:before,.radiobuttonsNewLayout [type=radio]:not(:checked)+label:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:18px;
  height:18px;
  border:1px solid #45922a;
  border-radius:100%;
  background:#fff;
}
.radiobuttonsNewLayout [type=radio]:checked+label:after,.radiobuttonsNewLayout [type=radio]:not(:checked)+label:after{
  content:'';
  width:12px;
  height:12px;
  background:#45922a;
  position:absolute;
  top:4px;
  left:4px;
  border-radius:100%;
  transition:all .2s ease;
}
.radiobuttonsNewLayout [type=radio]:not(:checked)+label:after{
  opacity:0;
  -ms-transform:scale(0);
      transform:scale(0);
}
.radiobuttonsNewLayout [type=radio]:checked+label:after{
  opacity:1;
  -ms-transform:scale(1);
      transform:scale(1);
}
.ginput_container_date .screen-reader-text{
  display:none;
}
.ginput_container_date .gfdpui-icon{
  position:absolute;
  top:50%;
  right:2%;
}
.gfdpui.ui-datepicker .ui-datepicker-calendar{
  width:100%;
}
.gfdpui.ui-datepicker .ui-datepicker-header{
  text-align:center;
}
.gfdpui.ui-datepicker .ui-datepicker-prev{
  margin-right:30px;
}
.gfdpui.ui-datepicker .ui-datepicker-prev:before{
  top:-6px;
  left:-30px;
}
.gfdpui.ui-datepicker .ui-datepicker-next:before{
  top:-6px;
  right:-30px;
}
.gfdpui.ui-datepicker td a{
  display:inline-block;
  line-height:30px;
}
.save-information label{
  font-size:1rem;
  margin-bottom:.3125rem;
}
.jobs-list{
  padding:3rem 0 0;
}
@media (min-width:760px){
  .jobs-list{
    padding:6rem 0 0;
  }
}
.jobs-list__container{
  padding:0 1.5rem;
}
@media (min-width:760px){
  .jobs-list__items{
    margin-top:3rem;
  }
}
.jobs-list__item{
  border:1px solid #ebebeb;
  display:block;
  position:relative;
  text-decoration:none;
  margin-top:.75rem;
}
.jobs-list__item:first-child{
  border-top:1px solid #ebebeb;
  margin-top:0;
}
.jobs-list__item a{
  color:currentColor;
  padding:1rem calc(2rem + 25px) 1rem 1rem;
  display:block;
  transition:background .15s ease;
}
.jobs-list__item a:hover{
  background-color:#ebebeb;
  text-decoration:none;
}
.jobs-list__item a:hover img{
  -ms-transform:translateX(.5rem);
      transform:translateX(.5rem);
}
@media (min-width:1200px){
  .jobs-list__item a{
    padding-left:1.5rem;
  }
}
.jobs-list__item h5{
  margin:0;
  line-height:1.5;
}
.jobs-list__item p{
  margin:.25rem 0;
}
.jobs-list__item dd,.jobs-list__item dl,.jobs-list__item dt{
  list-style:none;
  margin:0;
  padding:0;
}
.jobs-list__item dl>div{
  display:inline-block;
  padding:0 1.5rem 0 0;
}
.jobs-list__item dd,.jobs-list__item dt{
  display:inline-block;
}
.jobs-list__item img{
  position:absolute;
  right:1.5rem;
  top:0;
  bottom:0;
  width:25px;
  height:auto;
  margin:auto;
  transition:transform .15s ease;
}
.jobs-single dd,.jobs-single dl,.jobs-single dt{
  list-style:none;
  margin:0;
  padding:0;
}
.jobs-single dl{
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
  margin:1rem 0;
  padding:1rem 0;
}
.jobs-single dl>div{
  padding:0 1.5rem 0 0;
}
.jobs-single dd,.jobs-single dt{
  display:inline-block;
}
.jobs-single__content{
  padding:0 1.5rem;
}
@media (max-width:1039px){
  .main-menu{
    max-width:20em;
    margin:0 auto;
  }
}
.main-menu__list{
  margin:0;
  padding:0;
  list-style:none;
  color:#000;
}
.main-menu__list.level-2{
  margin-left:1.5rem;
}
.main-menu__list.is--hidden{
  display:none;
}
.main-menu__item{
  margin:0;
  padding:0;
  max-width:100%;
  line-height:1.4;
}
.main-menu__item:before{
  content:normal;
}
.main-menu__item p{
  margin:0;
  position:relative;
}
.main-menu__link.main-menu__link{
  font-family:DINNextLTPro,sans-serif;
  font-size:.9375rem;
  font-weight:400;
  color:currentColor;
  text-decoration:none;
  display:block;
  padding:.75rem 0;
}
.main-menu__link.main-menu__link.level-1{
  text-transform:uppercase;
  max-width:86%;
}
.main-menu__link.main-menu__link.current-menu-item,.main-menu__link.main-menu__link:hover{
  color:#54ab3a;
}
.main-menu__link.contact-us-link{
  color:#fff;
  background-color:#51ad31;
  border:1px solid #51ad31;
  text-align:center;
  margin-top:1rem;
}
.main-menu__link.contact-us-link.level-1{
  text-transform:uppercase;
  max-width:100%;
}
.main-menu__link.contact-us-link.current-menu-item,.main-menu__link.contact-us-link:hover{
  color:#fff;
  background-color:#45922a;
  border:1px solid #45922a;
}
.main-menu__link.contact-us-link:hover{
  transition:all .3s ease-in;
}
.main-menu__list-toggle-trigger,.news-archive__year-toggle{
  display:inline-block;
  line-height:1;
  font-size:1rem;
  text-decoration:none;
  border:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  position:relative;
  padding:0;
  background-color:transparent;
  text-rendering:optimizelegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position:absolute;
  width:2.15rem;
  height:2.9rem;
  top:0;
  right:0;
  cursor:pointer;
}
.main-menu__list-toggle-trigger span,.news-archive__year-toggle span{
  color:#54ab3a;
  height:2.7rem;
  background:#fff;
  border:1px solid #e4e4e4;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  position:absolute;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-pack:center;
      justify-content:center;
  width:2rem;
  height:2rem;
  transition:border .15s ease,background .15s ease;
}
.main-menu__list-toggle-trigger svg,.news-archive__year-toggle svg{
  transition:transform .15s ease;
}
.main-menu__list-toggle-trigger:focus,.news-archive__year-toggle:focus{
  outline:none;
}
.main-menu__list-toggle-trigger:focus span,.main-menu__list-toggle-trigger:hover span,.news-archive__year-toggle:focus span,.news-archive__year-toggle:hover span{
  color:#fff;
  background-color:#54ab3a;
  border-color:#54ab3a;
}
.main-menu__list-toggle-trigger:not(.is--hidden) svg,.news-archive__year-toggle:not(.is--hidden) svg{
  -ms-transform:rotate(90deg);
      transform:rotate(90deg);
}
.main-menu__list-toggle-trigger:not(.is--hidden) svg path:first-of-type,.news-archive__year-toggle:not(.is--hidden) svg path:first-of-type{
  opacity:0;
}
.mobile-menu{
  width:100%;
  text-align:center;
  position:fixed;
  z-index:1010;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:hsla(0,0%,100%,.96);
  -ms-transform:scale(.85);
      transform:scale(.85);
  transition:all .3s ease;
  opacity:0;
  visibility:hidden;
}
.mobile-menu.is--active{
  opacity:1;
  visibility:visible;
  -ms-transform:scale(1);
      transform:scale(1);
}
.mobile-menu .btn--close-navigation{
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  cursor:pointer;
}
.menu-top-bar{
  height:60px;
  padding:15px 30px;
  margin-bottom:20px;
  -ms-flex-pack:center;
      justify-content:center;
}
.menu-page-list,.menu-top-bar{
  width:100%;
  display:-ms-flexbox;
  display:flex;
}
.menu-page-list{
  padding:10px 0;
  color:#51ad31;
  text-transform:uppercase;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-direction:column;
      flex-direction:column;
}
.page-list-item{
  padding:0;
  margin:0 0 15px;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  max-width:100%;
}
.page-list-item p{
  margin-bottom:0;
}
.mobile-menu .logo img{
  max-height:30px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-item-align:center;
      align-self:center;
}
.close-menu{
  position:absolute;
  right:30px;
  top:15px;
}
.close-menu img{
  width:30px;
}
.page-list-item a{
  color:#000;
}
.page-list-item a:hover{
  color:#51ad31;
}
.mobile-menu .current-menu-item{
  border-bottom:6px solid #51ad31;
}
.shadow{
  box-shadow:0 4px 5px -2px #ebebeb;
}
.mobile-menu__footer{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-align:center;
      align-items:center;
  margin:0 25%;
  padding:20px 0;
  border-top:1px solid #ebebeb;
}
.mobile-menu__language-switcher a,.mobile-menu__some-links a{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width:30px;
  height:30px;
  display:-ms-flexbox;
  display:flex;
  padding:2px;
  margin:0 5px;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-align:center;
      align-items:center;
  text-transform:uppercase;
  border:1px solid #51ad31;
  color:#bcbec0;
}
.mobile-menu__language-switcher a:not([href]),.mobile-menu__some-links a:not([href]){
  background:#51ad31;
  color:#fff;
}
.mobile-menu__language-switcher a img,.mobile-menu__some-links a img{
  max-width:16px;
  max-height:16px;
  vertical-align:middle;
}
.mobile-menu__language-switcher a p,.mobile-menu__some-links a p{
  margin:0;
}
.mobile-menu__language-switcher,.mobile-menu__some-links{
  display:-ms-flexbox;
  display:flex;
}
.mobile-menu__some-links{
  margin-top:20px;
}
.navigation-bar{
  width:100%;
  background-color:#fff;
  height:60px;
  padding:0 20px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-pack:justify;
      justify-content:space-between;
  position:relative;
  z-index:1000;
}
@media (min-width:1200px){
  .navigation-bar{
    height:75px;
    -ms-flex-pack:center;
        justify-content:center;
  }
}
.navigation-bar--pages{
  margin:0 20px;
  height:100%;
}
.navigation-bar--pages,.navigation-bar-item{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:stretch;
      align-items:stretch;
}
.navigation-bar-item{
  -ms-flex-negative:0;
      flex-shrink:0;
  position:relative;
}
.navigation-bar-item.current-menu-ancestor a:after,.navigation-bar-item.current-menu-item a:after,.navigation-bar-item.current-page-parent a:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  border-bottom:8px solid #51ad31;
  pointer-events:none;
}
.navigation-bar-buttons{
  display:none;
}
.navigation-bar-buttons img{
  max-height:32px;
  vertical-align:middle;
}
@media (min-width:1200px){
  .navigation-bar-buttons{
    display:-ms-flexbox;
    display:flex;
  }
}
.navigation-bar-button{
  position:relative;
  margin:0 10px;
}
.navigation-bar-button>a{
  position:relative;
  z-index:2;
  display:block;
  cursor:pointer;
  line-height:30px;
  background:#fff;
}
.navigation-bar-dropdown{
  z-index:1;
  visibility:hidden;
  position:absolute;
  top:calc(100% - 1px);
  left:0;
  width:32px;
  background:#fff;
  border:1px solid #51ad31;
  text-align:center;
  padding:0;
  opacity:0;
  -ms-transform:translateY(-32px);
      transform:translateY(-32px);
  transition:all .2s ease;
}
.navigation-bar-dropdown a{
  display:block;
  line-height:32px;
  color:#bcbec0;
  cursor:pointer;
  transition:all .15s ease;
  text-transform:uppercase;
}
.navigation-bar-dropdown a:hover{
  background-color:#51ad31;
  color:#fff;
}
.navigation-bar-dropdown a img{
  height:18px;
  width:auto;
  vertical-align:middle;
}
.navigation-bar-button:hover .navigation-bar-dropdown{
  visibility:visible;
  opacity:1;
  -ms-transform:translateY(0);
      transform:translateY(0);
}
.navigation-bar--pages a{
  font-family:DINNextLTPro;
  text-transform:uppercase;
  font-size:14px;
  padding:0 10px;
  color:#000;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  transition:color .15s ease;
}
.navigation-bar--pages a:hover{
  color:#51ad31;
}
.navigation-bar .logo{
  display:block;
}
.navigation-bar .logo img{
  height:40px;
  display:block;
}
@media (min-width:1400px){
  .navigation-bar .logo img{
    height:50px;
  }
}
.navigation-bar .language,.navigation-bar .share{
  display:none;
}
.menu{
  margin:0 10px;
}
.language a,.share a{
  margin:0;
}
.btn--open-navigation{
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  cursor:pointer;
}
.btn--open-navigation img{
  width:36px;
  height:24px;
  vertical-align:middle;
}
@media (min-width:760px){
  .navigation-bar .language,.navigation-bar .share{
    width:32px;
    height:32px;
    font-size:14px;
    text-align:center;
    color:#bcbec0;
    border:1px solid #51ad31;
    padding:2px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
        justify-content:center;
    -ms-flex-align:center;
        align-items:center;
    text-transform:uppercase;
  }
}
@media (min-width:1200px){
  .hide-desktop{
    display:none;
  }
}
.news-archive ul{
  list-style:none;
}
.news-archive li,.news-archive ul{
  padding:0;
  margin:0;
}
.news-archive li:before{
  display:none;
}
.news-archive>ul>li{
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
  margin-top:-1px;
  padding:.75em 0;
}
.news-archive>ul>li>p{
  margin:0 auto;
  font-size:1.2rem;
  position:relative;
  padding:0 calc(2rem + 40px) 0 1rem;
}
.news-archive a{
  display:inline-block;
  padding:.3em 0;
  transition:all .2s ease;
  text-transform:capitalize;
  text-decoration:none !important;
}
.news-archive a:hover{
  text-decoration:underline !important;
}
.news-archive__year-toggle{
  margin:0;
}
ul.news-archive__year-items{
  padding:0 3rem;
  margin:0 auto;
}
ul.news-archive__year-items.is--hidden{
  display:none;
}
ul.news-archive__year-items a.is--current{
  text-decoration:underline !important;
}
.order-newsletter-block{
  margin-top:2.5rem;
}
.order-newsletter-block h2,.order-newsletter-block h3,.order-newsletter-block h4,.order-newsletter-block h5{
  border-bottom:1px solid #ebebeb;
  padding-bottom:.75em;
}
.news-list__item{
  padding:25px 0;
  border-bottom:1px solid #ebebeb;
}
.news-list__item img{
  max-width:100%;
  height:auto;
}
.news-list__item h3:hover{
  color:#000;
}
.news-list__item a:hover{
  text-decoration:none;
}
.news-list__item a.read-more:hover{
  text-decoration:underline;
}
.news-list__item:first-child{
  padding-top:0;
}
.news-list__item .boldgreen{
  margin-top:5px;
  margin-bottom:10px;
}
.news-list__item p{
  margin-bottom:10px;
}
.news-recent{
  padding:0 1.5rem;
}
.news-recent-list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-align:center;
      align-items:center;
}
.news-recent-item{
  width:40rem;
  max-width:100%;
  padding:1.5rem;
  border-top:1px solid #ebebeb;
}
.news-recent-item:first-child{
  border:none;
}
.news-recent-item h5.boldgreen a:hover{
  color:#000;
  text-decoration:none;
}
.news-recent-item .date{
  margin-bottom:0;
}
@media (min-width:1400px){
  .news-recent{
    padding:3rem 1.5rem;
  }
  .news-recent-list{
    width:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:row;
        flex-direction:row;
    -ms-flex-align:start;
        align-items:flex-start;
  }
  .news-recent-item{
    width:33.33333%;
    padding:0 1.5rem;
    border-left:1px solid #ebebeb;
    border-top:none;
  }
}
.horizontalsocial{
  display:-ms-flexbox;
  display:flex;
  vertical-align:middle;
  width:100%;
  border-bottom:1px solid #ebebeb;
  border-top:1px solid #ebebeb;
  padding:20px 0;
  margin:40px 0 20px;
  max-height:85px !important;
  background:#fff;
}
.horizontalsocial .fb_iframe_widget{
  margin-right:15px;
}
@media (max-width:640px){
  .horizontalsocial .fb_iframe_widget{
    display:inline-block;
    margin-right:0;
    text-align:center;
    width:100%;
    margin-bottom:25px;
  }
}
@media (max-width:640px){
  .horizontalsocial{
    display:block;
    border:none;
    max-height:100% !important;
    padding:0;
  }
}
.horizontalsocial .sharertitle{
  display:inline-block;
  border-right:1px solid #ebebeb;
  padding:6px 20px 6px 0;
  margin:0 20px 0 0;
  text-transform:uppercase;
  vertical-align:middle;
  text-align:center;
}
.horizontalsocial .sharertitle h5{
  margin-bottom:0;
}
@media (max-width:640px){
  .horizontalsocial .sharertitle{
    padding:10px 0 6px;
    margin:0;
    border:none;
    width:100%;
    margin-bottom:8px;
  }
}
.horizontalsocial .sharebutton{
  display:inline-block;
  margin:0 15px 0 0;
  line-height:36px;
}
.horizontalsocial .sharebutton svg{
  fill:#fff;
  vertical-align:middle;
}
.twitter-share-button{
  height:20px;
  margin-right:7px;
}
.twitter-share-button iframe{
  position:relative !important;
  top:34%;
}
@media (max-width:640px){
  .twitter-share-button{
    margin-right:0;
    margin-bottom:25px;
  }
}
@media (max-width:640px){
  .linkedin-share-button,.twitter-share-button{
    text-align:center;
  }
}
.social-buttons .facebook:before,.social-buttons .twitter:before{
  font-size:15px;
  font-weight:400 !important;
  position:absolute;
  top:1px;
}
.social-buttons .linkedin:before{
  font-size:15px;
  font-weight:400 !important;
  position:absolute;
  top:0;
}
.social-buttons .facebook span.count,.social-buttons .linkedin span.count,.social-buttons .twitter span.count{
  padding:0 0 0 25px;
  vertical-align:middle;
  margin:1px 0 0;
}
.social-buttons .facebook{
  background:#3a589e;
  color:#fff;
  padding:10px;
  border-radius:3px;
  border:1px solid #3a589e;
  position:relative;
}
.social-buttons .twitter{
  background:#55acee;
  color:#fff;
  padding:10px;
  border-radius:3px;
  border:1px solid #55acee;
  position:relative;
}
.social-buttons .linkedin{
  background:#0077b5;
  color:#fff;
  padding:10px;
  border-radius:3px;
  border:1px solid #0077b5;
  position:relative;
}
.page-text--twocolumns{
  width:100%;
  padding:30px 0;
  background-color:#ebebeb;
}
.page-text--twocolumns h5{
  margin-top:0;
  margin-bottom:15px;
}
.page-text--twocolumns p{
  margin-bottom:30px;
}
.columns{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-pack:center;
      justify-content:center;
  width:100%;
  margin-top:40px;
}
.column{
  width:100%;
  padding:0 1.5rem;
}
.twocolumns-heading h3{
  text-align:center;
  max-width:60%;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
}
@media (min-width:760px){
  .page-text--twocolumns{
    padding:70px 0;
  }
  .columns{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:row;
        flex-direction:row;
    -ms-flex-pack:center;
        justify-content:center;
    margin-top:70px;
  }
  .column{
    width:50%;
    padding:0 30px;
  }
  .twocolumns-heading h3{
    max-width:100%;
  }
  .right-column{
    border-left:1px solid #fff;
  }
}
.page-text{
  background-repeat:no-repeat;
  background-size:cover;
  padding:40px 1rem;
}
.page-text-heading{
  display:-ms-flexbox;
  -ms-flex-positive:0;
      flex-grow:0;
  -ms-flex-negative:0;
      flex-shrink:0;
  -ms-flex-preferred-size:40%;
      flex-basis:40%;
  max-width:100%;
  margin:0;
  padding:0;
  text-align:center;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
}
.page-text-heading h3{
  margin:0;
  max-width:100%;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
}
.page-text-paragraph p{
  margin:0 0 1em;
}
.page-text-paragraph{
  max-width:100%;
  padding:20px 0 0;
  -ms-flex:0 1 auto;
      flex:0 1 auto;
}
.page-text h3{
  margin-top:0;
}
.page-text h4{
  margin-bottom:1rem;
}
@media (min-width:760px){
  .page-text{
    padding:70px 40px;
  }
  .page-text-heading{
    text-align:left;
    padding-left:40px;
  }
  .page-text-paragraph{
    padding:0 0 0 30px;
  }
}
.pagination{
  -ms-flex-align:center;
  -ms-flex-pack:center;
  margin-top:2rem;
  margin-bottom:2rem;
}
.pagination,.pagination a{
  display:-ms-flexbox;
  display:flex;
      align-items:center;
      justify-content:center;
}
.pagination a{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width:2.5rem;
  height:2.5rem;
  -ms-flex-align:center;
  -ms-flex-pack:center;
  border:1px solid #ebebeb;
  transition:all .15s ease;
}
.pagination a:hover{
  color:#fff;
  background-color:#54ab3a;
  border:1px solid #54ab3a;
}
.pagination a>span{
  display:block;
}
.pagination a.pagination__next:hover,.pagination a.pagination__prev:hover{
  background-color:#fff;
}
.pagination img{
  width:20px;
  height:auto;
}
.pagination [rel=prev] img{
  -ms-transform:rotate(180deg);
      transform:rotate(180deg);
}
ul.pagination__items{
  -ms-flex:0 1 auto;
      flex:0 1 auto;
  margin:0 .25rem -.5rem;
  padding:0;
  list-style:none;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
ul.pagination__items li{
  margin:0 .25rem .5rem;
  padding:0;
}
ul.pagination__items li:before{
  display:none;
}
ul.pagination__items a{
  text-decoration:none;
  font-weight:400;
}
ul.pagination__items a.is--current{
  border-color:#54ab3a;
  background-color:#54ab3a;
  color:#fff;
}
.product-description{
  max-width:100%;
  height:auto;
  padding:3rem 0;
}
@media (min-width:760px){
  .product-description{
    padding:6rem 0;
  }
}
.product-description .column{
  padding:0 1.5rem;
}
.product-description .column.product-description__image{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-align:start;
      align-items:flex-start;
  margin-bottom:3rem;
}
.product-description .column.product-description__image img{
  width:100%;
  max-width:480px;
  height:auto;
}
@media (min-width:760px){
  .product-description .column.product-description__image{
    padding:0 3rem;
    margin-bottom:0;
  }
}
.product-description .buttons{
  margin:0 -.5rem;
}
.product-description .button{
  margin:1.5rem .5rem 0;
}
.product-description__meta{
  margin-bottom:1.5rem;
  text-transform:uppercase;
}
.product-description__copy-extra{
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
  padding:1.5rem 0;
  margin:1.5rem 0;
}
.product-description__copy-extra>:first-child{
  margin-top:0;
}
.product-description__copy-extra>:last-child{
  margin-bottom:0;
}
.product-files{
  padding:0 1.5rem 3rem;
}
.product-files h3{
  text-align:center;
  margin-bottom:3rem;
}
.product-files__gallery{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.product-files__gallery,.product-files__gallery li{
  margin:0;
  padding:0;
  list-style:none;
}
.product-files__gallery:before,.product-files__gallery li:before{
  content:none;
}
.product-files__gallery{
  margin:0 calc(-1rem + 4px);
}
.product-files__gallery li{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width:100%;
  padding:0 calc(1rem - 6px);
  margin-bottom:2rem;
}
.product-files__gallery.gallery--addon li,.product-files__gallery.gallery--bracket li,.product-files__gallery.gallery--ldt li{
  box-sizing:content-box;
  width:208px;
  max-width:100%;
}
.product-files__gallery figure{
  margin:0;
  max-width:100%;
  background-color:#f1f1f1;
  padding:4px;
}
.product-files__gallery figcaption{
  padding:0 .25rem;
  line-height:1.1;
}
.product-files__gallery img{
  max-width:100%;
  height:auto;
  display:block;
}
.product-files__badges{
  text-align:center;
  padding:3rem 0 0;
  margin:-5px;
}
.product-files__badges img{
  height:30px;
  display:inline-block;
  width:auto;
  margin:5px;
}
@media (min-width:760px){
  .product-files__badges img{
    height:50px;
    margin:10px;
  }
}
.product-list-filters{
  background-color:#ebebeb;
}
.filter{
  max-width:100%;
  padding-right:0;
  font-size:16px;
  border-right:none;
  position:relative;
  border-bottom:1px solid #c8c8c8;
}
.filter:first-child{
  border-top:1px solid #c8c8c8;
}
@media (min-width:760px){
  .filter{
    display:block !important;
    border-bottom:0;
  }
  .filter:first-child{
    border-top:0;
  }
}
.filter-form{
  display:none;
  padding:1rem 0;
}
@media (min-width:760px){
  .filter-form{
    display:block !important;
  }
}
.filter label{
  display:block;
  margin-top:5px;
  cursor:pointer;
}
.product-list-filters h2{
  margin-top:0;
  margin-bottom:20px;
}
.product-list-filters h6{
  margin:0;
  padding:1.5rem 0;
  display:block;
  position:relative;
  cursor:pointer;
}
@media (min-width:760px){
  .product-list-filters h6{
    cursor:default;
    pointer-events:none;
  }
}
.product-list-filters__wrap{
  padding:30px 1rem;
}
.btn--toggle-filter-list{
  position:absolute;
  top:0;
  right:1rem;
  bottom:0;
  height:24px;
  width:24px;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:transparent;
  border:0;
  border-radius:50%;
  padding:0;
  margin:auto;
  cursor:pointer;
  transition:all .3s ease;
}
@media (min-width:760px){
  .btn--toggle-filter-list{
    display:none !important;
  }
}
.btn--toggle-filter-list:focus{
  outline:none;
}
.btn--toggle-filter-list.is--active .lines:before{
  -ms-transform:scaleX(0) rotate(90deg);
      transform:scaleX(0) rotate(90deg);
  opacity:0;
}
.btn--toggle-filter-list.is--active .lines:after{
  -ms-transform:rotate(90deg);
      transform:rotate(90deg);
}
.btn--toggle-filter-list .lines{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.btn--toggle-filter-list .lines:after,.btn--toggle-filter-list .lines:before{
  background-color:#51ad31;
  display:block;
  content:'';
  position:absolute;
  transition:all .3s ease;
}
.btn--toggle-filter-list .lines:before{
  top:50%;
  left:0;
  right:0;
  height:2px;
  margin-top:-1px;
}
.btn--toggle-filter-list .lines:after{
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  margin-left:-1px;
}
@media (min-width:760px){
  .product-list-filters{
    text-align:left;
  }
  .product-list-filters__wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    padding:100px 30px;
  }
  .filters-info{
    width:100%;
    -ms-flex:0 1 auto;
        flex:0 1 auto;
  }
  .filters-info h2{
    font-size:50px;
  }
  .filters-info br{
    display:none;
  }
  .filters-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1 1 auto;
        flex:1 1 auto;
    -ms-flex-align:stretch;
        align-items:stretch;
  }
  .filter{
    -ms-flex:1 0 auto;
        flex:1 0 auto;
    margin:0;
    padding:0 20px;
    border-right:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    font-size:14px;
  }
  .filter+.filter{
    border-left:none;
  }
}
@media (min-width:1400px){
  .product-list-filters__wrap{
    -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
  }
  .filters-info{
    max-width:33%;
  }
  .filters-info br{
    display:block;
  }
  .filters-list{
    margin-left:60px;
  }
  .filter{
    padding-right:0 30px 0 0;
    max-width:33%;
  }
}
.filter input[type=checkbox],.filter input[type=radio]{
  display:none !important;
}
.filter label{
  display:-ms-flexbox;
  display:flex;
}
.filter label>*{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  -ms-flex-align:center;
      align-items:center;
  display:block;
}
.filter input[type=checkbox]+i{
  background-color:#e1e1e1;
  width:25px;
  height:25px;
  position:relative;
  margin-right:5px;
  transition:all .15s ease;
}
.filter label:hover input[type=checkbox]+i{
  background-color:#f4f4f4;
}
@media (min-width:760px){
  .filter input[type=checkbox]+i{
    width:20px;
    height:20px;
  }
}
.filter input[type=checkbox]+i:after,.filter input[type=checkbox]+i:before{
  content:'';
  width:1px;
  height:100%;
  background:#51ad31;
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  transition:transform .15s ease;
}
.filter input[type=checkbox]+i:before{
  -ms-transform:rotate(-45deg) scale(0);
      transform:rotate(-45deg) scale(0);
}
.filter input[type=checkbox]+i:after{
  -ms-transform:rotate(45deg) scale(0);
      transform:rotate(45deg) scale(0);
}
.filter input[type=checkbox]:checked+i:before{
  -ms-transform:rotate(-45deg) scale(1);
      transform:rotate(-45deg) scale(1);
}
.filter input[type=checkbox]:checked+i:after{
  -ms-transform:rotate(45deg) scale(1);
      transform:rotate(45deg) scale(1);
}
.filter input[type=radio]+i{
  background-color:#e1e1e1;
  width:25px;
  height:25px;
  position:relative;
  border-radius:50%;
  margin-right:5px;
  transition:all .15s ease;
}
.filter label:hover input[type=radio]+i{
  background-color:#f4f4f4;
}
@media (min-width:760px){
  .filter input[type=radio]+i{
    width:20px;
    height:20px;
  }
}
.filter input[type=radio]+i:after,.filter input[type=radio]+i:before{
  content:'';
  width:10px;
  height:10px;
  border-radius:50%;
  background:#51ad31;
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  transition:transform .15s ease;
}
.filter input[type=radio]+i:after,.filter input[type=radio]+i:before{
  -ms-transform:scale(0);
      transform:scale(0);
}
.filter input[type=radio]:checked+i:after,.filter input[type=radio]:checked+i:before{
  -ms-transform:scale(1);
      transform:scale(1);
}
.product-list__no-items{
  text-align:center;
  font-size:1.5em;
  color:#51ad31;
  opacity:0;
  transition:opacity .6s ease;
}
.product-list__no-items.is--active{
  opacity:1;
}
.product-list{
  clear:both;
  height:auto;
  padding:3rem .5rem;
}
.product-list-heading{
  width:100%;
  margin-bottom:30px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  text-align:center;
}
.product-list-items{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin-left:auto;
  margin-right:auto;
}
.product-list-header{
  text-align:center;
  padding:30px;
}
.product-list-header h3{
  margin-bottom:10px;
}
.product-list-item{
  width:100%;
  padding:.5rem;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
}
@media (min-width:520px){
  .product-list-item{
    width:50%;
  }
}
@media (min-width:760px){
  .product-list-item{
    width:33.333%;
  }
}
@media (min-width:1200px){
  .product-list-item{
    width:25%;
  }
}
.product-card{
  border:1px solid #e1e1e1;
  text-align:center;
  font-size:13px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  position:relative;
}
.product-card:hover{
  background-color:#ebebeb;
}
@media (min-width:520px){
  .product-card{
    height:320px;
  }
}
.product-card-body{
  padding:1rem;
}
.product-card-image{
  height:150px;
  padding:15px;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
}
.product-card-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-item-align:center;
      align-self:center;
}
@media (min-width:520px){
  .product-card-image{
    height:50%;
  }
}
.product-card p{
  margin-bottom:5px;
}
.product-card--new{
  position:relative;
}
.product-card-open{
  display:none;
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  opacity:0;
  text-align:center;
  transition:all .15s ease;
  -ms-transform:translateY(20px);
      transform:translateY(20px);
}
.product-card-open img{
  width:25px;
}
@media (min-width:520px){
  .product-card-open{
    display:block;
  }
  .product-card:hover .product-card-open{
    opacity:1;
    -ms-transform:translateY(0);
        transform:translateY(0);
  }
}
.product-card-description{
  height:50%;
  color:#000;
}
.product-card__excerpt{
  transition:all .15s ease;
}
.product-card:hover .product-card__excerpt{
  opacity:0;
  -ms-transform:scale(.75);
      transform:scale(.75);
}
.product-card-badge{
  position:absolute;
  top:25px;
  left:0;
  background-color:#51ad31;
  padding:.25rem .75rem;
  color:#fff;
  text-transform:uppercase;
}
.product-list-item .boldgreen{
  margin-top:20px;
}
.product-tech-data{
  padding:3rem 1.5rem;
}
@media (min-width:760px){
  .product-tech-data{
    padding-top:6rem;
    padding-bottom:6rem;
  }
}
.product-tech-data+.product-tech-data{
  padding-top:0;
}
.product-tech-data__header{
  text-align:center;
  margin-bottom:1.5rem;
}
@media (min-width:760px){
  .product-tech-data__header{
    margin-bottom:3rem;
  }
}
@media (min-width:640px){
  .product-tech-data__columns{
    margin:0 -3rem;
    display:-ms-flexbox;
    display:flex;
  }
}
@media (min-width:640px){
  .product-tech-data__column{
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    width:50%;
    padding:0 3rem;
  }
  .product-tech-data__column:nth-child(2){
    border-left:1px solid #ebebeb;
  }
}
@media (max-width:759px){
  .product-tech-data__table-container{
    position:relative;
    margin:0 -1.5rem;
  }
}
.product-tech-data__table-scroller{
  background:linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,0),#fff 70%) 100% 0,radial-gradient(0 50%,farthest-side,rgba(0,0,0,.2),transparent),radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.2),transparent) 100% 0;
  background:linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,0),#fff 70%) 100% 0,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent) 100% 0;
  background-repeat:no-repeat;
  background-color:#fff;
  background-size:3rem 100%,3rem 100%,1.5rem 100%,1.5rem 100%;
  background-attachment:local,local,scroll,scroll;
  overflow-x:scroll;
  -webkit-overflow-scrolling:touch;
}
.product-tech-data__table{
  border-collapse:collapse;
}
.product-tech-data__table th{
  font-family:DINNextLTPro,sans-serif;
  text-transform:uppercase;
  vertical-align:bottom;
}
.product-tech-data__table.table--fuses,.product-tech-data__table.table--scale,.product-tech-data__table.table--variants{
  width:800px;
}
@media (min-width:760px){
  .product-tech-data__table.table--fuses,.product-tech-data__table.table--scale,.product-tech-data__table.table--variants{
    width:100%;
  }
}
.product-tech-data__table.table--fuses td,.product-tech-data__table.table--fuses th,.product-tech-data__table.table--scale td,.product-tech-data__table.table--scale th,.product-tech-data__table.table--variants td,.product-tech-data__table.table--variants th{
  padding:.25rem .5rem;
  text-align:left;
}
.product-tech-data__table.table--fuses td:not(:first-child),.product-tech-data__table.table--fuses th:not(:first-child),.product-tech-data__table.table--scale td:not(:first-child),.product-tech-data__table.table--scale th:not(:first-child),.product-tech-data__table.table--variants td:not(:first-child),.product-tech-data__table.table--variants th:not(:first-child){
  border-left:1px solid #ebebeb;
  text-align:right;
}
@media (max-width:759px){
  .product-tech-data__table.table--fuses td:first-child,.product-tech-data__table.table--fuses th:first-child,.product-tech-data__table.table--scale td:first-child,.product-tech-data__table.table--scale th:first-child,.product-tech-data__table.table--variants td:first-child,.product-tech-data__table.table--variants th:first-child{
    padding-left:1.5rem;
  }
  .product-tech-data__table.table--fuses td:last-child,.product-tech-data__table.table--fuses th:last-child,.product-tech-data__table.table--scale td:last-child,.product-tech-data__table.table--scale th:last-child,.product-tech-data__table.table--variants td:last-child,.product-tech-data__table.table--variants th:last-child{
    padding-right:1.5rem;
  }
}
.product-tech-data__table.table--fuses th,.product-tech-data__table.table--scale th,.product-tech-data__table.table--variants th{
  border-bottom:1px solid #ebebeb;
}
.product-tech-data__table.table--fuses td,.product-tech-data__table.table--scale td,.product-tech-data__table.table--variants td{
  white-space:nowrap;
  vertical-align:top;
}
.product-tech-data__table.table--fuses tbody tr:nth-child(odd) td,.product-tech-data__table.table--fuses tbody tr:nth-child(odd) th,.product-tech-data__table.table--scale tbody tr:nth-child(odd) td,.product-tech-data__table.table--scale tbody tr:nth-child(odd) th,.product-tech-data__table.table--variants tbody tr:nth-child(odd) td,.product-tech-data__table.table--variants tbody tr:nth-child(odd) th{
  background-color:rgba(0,0,0,.04);
}
.product-tech-data__table.table--smaller th{
  line-height:1.1;
}
.product-tech-data__table.table--smaller td,.product-tech-data__table.table--smaller th{
  font-size:.85rem;
}
.product-tech-data__table.table--scale{
  margin-bottom:2rem;
}
.product-tech-data__table.table--specs{
  width:100%;
  border-collapse:collapse;
}
.product-tech-data__table.table--specs table,.product-tech-data__table.table--specs tbody,.product-tech-data__table.table--specs td,.product-tech-data__table.table--specs th,.product-tech-data__table.table--specs tr{
  display:block;
  padding:0;
}
.product-tech-data__table.table--specs tr{
  clear:both;
  padding:.25rem 0;
  overflow:hidden;
}
.product-tech-data__table.table--specs tr+tr{
  border-top:1px solid #ebebeb;
}
@media (min-width:640px){
  .product-tech-data__table.table--specs tr+tr{
    border-top:none;
  }
}
.product-tech-data__table.table--specs th{
  padding-right:.5rem;
  float:left;
  clear:left;
}
.product-tech-data__table.table--specs td p{
  margin-bottom:.5rem;
}
.product-tech-data__table.table--specs td>:last-child{
  margin-bottom:0;
}
.product-tech-data__footer{
  margin-top:1rem;
  padding:.25rem 0;
}
.product-tech-data__footer img{
  width:auto;
  height:60px;
  float:left;
  margin:0 1rem 1rem 0;
}
.product-tech-data__footer ol,.product-tech-data__footer ul{
  overflow:hidden;
}
.reference-list-filters{
  background-color:#e7e7e7;
}
@media (min-width:1040px){
  .reference-list-filters__wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
        align-items:flex-start;
  }
}
@media (min-width:1040px){
  .reference-list-filters__col-left{
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    width:50%;
    padding-right:20px;
  }
  .reference-list-filters__col-left h2{
    font-size:50px;
  }
}
.reference-list-filters__col-right{
  margin-top:2rem;
}
@media (min-width:760px){
  .reference-list-filters__col-right form{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
        flex-flow:row wrap;
  }
}
@media (max-width:1039px){
  .reference-list-filters__col-right h6{
    display:none;
  }
}
@media (min-width:1040px){
  .reference-list-filters__col-right{
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    width:50%;
    padding:20px;
    margin-top:0;
    border-left:1px solid #e1e1e1;
  }
  .reference-list-filters__col-right h6{
    margin:0 0 1.5rem;
  }
  .reference-list-filters__col-right form{
    margin:-.5rem -1rem;
    -ms-flex:1 1 auto;
        flex:1 1 auto;
  }
  .reference-list-filters__col-right .accordion__header{
    display:none;
  }
  .reference-list-filters__col-right .accordion__content{
    display:block !important;
    padding:0 !important;
  }
}
.reference-list-filters__form-item{
  padding:.5rem 1rem;
}
@media (min-width:760px){
  .reference-list-filters__form-item{
    -ms-flex:1 1 auto;
        flex:1 1 auto;
    width:50%;
  }
}
label.fake-checkbox{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
}
label.fake-checkbox>*{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  display:block;
}
label.fake-checkbox input{
  position:absolute;
  width:1px;
  height:1px;
  top:12px;
  left:12px;
  pointer-events:none;
  opacity:0;
}
label.fake-checkbox i{
  background-color:#e1e1e1;
  width:24px;
  height:24px;
  position:relative;
  margin-right:5px;
  transition:all .15s ease;
}
label.fake-checkbox i:after,label.fake-checkbox i:before{
  content:'';
  width:1px;
  height:100%;
  background:#51ad31;
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  transition:transform .15s ease;
}
label.fake-checkbox i:before{
  -ms-transform:rotate(-45deg) scale(0);
      transform:rotate(-45deg) scale(0);
}
label.fake-checkbox i:after{
  -ms-transform:rotate(45deg) scale(0);
      transform:rotate(45deg) scale(0);
}
label.fake-checkbox:hover input+i{
  background-color:#f4f4f4;
}
label.fake-checkbox input:checked+i:before{
  -ms-transform:rotate(-45deg) scale(1);
      transform:rotate(-45deg) scale(1);
}
label.fake-checkbox input:checked+i:after{
  -ms-transform:rotate(45deg) scale(1);
      transform:rotate(45deg) scale(1);
}
label.fake-radio{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
}
label.fake-radio>*{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  display:block;
}
label.fake-radio input{
  position:absolute;
  width:1px;
  height:1px;
  top:12px;
  left:12px;
  pointer-events:none;
  opacity:0;
}
label.fake-radio i{
  background-color:#e1e1e1;
  width:25px;
  height:25px;
  position:relative;
  border-radius:50%;
  margin-right:5px;
  transition:all .15s ease;
}
label.fake-radio i:before{
  content:'';
  width:10px;
  height:10px;
  border-radius:50%;
  background:#51ad31;
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  transition:transform .15s ease;
  -ms-transform:scale(0);
      transform:scale(0);
}
label.fake-radio:hover input+i{
  background-color:#f4f4f4;
}
label.fake-radio input:checked+i:before{
  -ms-transform:scale(1);
      transform:scale(1);
}
@media (min-width:760px){
  .reference-list{
    width:100%;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    display:-ms-flexbox;
    display:flex;
  }
}
.reference-list__item{
  width:100%;
}
@media (min-width:760px){
  .reference-list__item{
    width:50%;
  }
}
.reference-page{
  overflow:hidden;
}
@media (min-width:760px){
  .reference-page .grid-column:first-child{
    width:calc(580px + 3rem);
    -ms-flex:0 1 calc(580px + 3rem);
        flex:0 1 calc(580px + 3rem);
  }
  .reference-page .grid-column:nth-child(2){
    min-width:calc(300px + 3rem);
    -ms-flex:1 1 calc(300px + 3rem);
        flex:1 1 calc(300px + 3rem);
    min-height:1185px;
  }
}
.reference-page__copy{
  padding:3rem 1.5rem;
}
@media (min-width:760px){
  .reference-page__copy{
    padding:6rem 1.5rem 3rem;
  }
}
.reference-page__info-box{
  background-color:#ebebeb;
  padding:3rem 1.5rem 3rem 3rem;
  -ms-flex-align:center;
      align-items:center;
  margin:0 1.5rem;
  position:relative;
}
.reference-page__info-box:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:50vw;
  height:100%;
  background-color:#ebebeb;
  z-index:1;
}
.reference-page__info-box>.body{
  position:relative;
  z-index:2;
}
.reference-page__info-box .info-box__heading{
  color:#51ad31;
  font-size:100px;
  margin:0;
  line-height:1;
  text-transform:uppercase;
  font-weight:700;
}
.reference-page__info-box .info-box__heading~*{
  margin:1rem 0;
}
.reference-page__info-box .info-box__heading~h3,.reference-page__info-box .info-box__heading~h4,.reference-page__info-box .info-box__heading~h5{
  font-size:1.0625rem;
}
@media (min-width:760px){
  .reference-page__info-box{
    background-color:#ebebeb;
    padding:6rem 1.5rem 6rem 3rem;
    -ms-flex-align:center;
        align-items:center;
    margin:0 0 0 1.5rem;
  }
}
@media (min-width:1040px){
  .reference-page__info-box{
    padding-left:4rem;
  }
  .reference-page__info-box .info-box__heading{
    font-size:7.5rem;
  }
}
.reference-page__aside-section{
  max-width:24.25rem;
  padding:1.5rem;
  margin:0 1.5rem;
}
@media (min-width:1040px){
  .reference-page__aside-section{
    padding-left:4rem;
  }
}
@media (max-width:760px){
  .reference-page__aside-section{
    padding:3rem 1.5rem;
    margin:0;
    max-width:100%;
  }
}
.reference-page__aside-section .body{
  max-width:24.25rem;
}
.reference-page__aside-section .body h5.sidebar-contactus-title:before{
  display:-ms-flexbox;
  display:flex;
  background-image:url(https://greenled.fi/wp-content/themes/greenled/assets/img/Greenled-phone2-icon.svg);
  background-size:contain;
  background-repeat:no-repeat;
  width:4.6875rem;
  height:3.125rem;
  margin-right:.9375rem;
  content:"";
}
.reference-page__aside-section .body h5.sidebar-contactus-title{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-pack:center;
      justify-content:center;
  height:3.125rem;
}
.reference-page__aside-section .body>:last-child{
  margin-bottom:0;
}
@media (max-width:760px){
  .reference-page__aside-section .body{
    max-width:100%;
  }
}
.reference-page__aside-section+.reference-page__aside-section{
  border-top:1px solid #ebebeb;
  max-width:24.25rem;
}
@media (max-width:760px){
  .reference-page__aside-section+.reference-page__aside-section{
    margin:0 auto;
    max-width:100%;
  }
}
.reference-page__aside-section.section--linked-products li,.reference-page__aside-section.section--linked-products ul{
  list-style:none;
  margin:0;
  padding:0;
}
.reference-page__aside-section.section--linked-products li:before,.reference-page__aside-section.section--linked-products ul:before{
  display:none;
}
.reference-page__aside-section.section--linked-products ul{
  margin-top:1.5rem;
}
@media (min-width:1040px){
  .reference-page__aside-section.section--linked-products.has--columns ul{
    column-count:2;
  }
}
.reference-page__aside-section.section--linked-products li{
  break-inside:avoid;
  display:inline-block;
  width:100%;
}
.reference-page__aside-section.section--linked-products a{
  text-decoration:none;
  display:-ms-flexbox;
  display:flex;
  max-width:100%;
  -ms-flex-pack:start;
      justify-content:flex-start;
  -ms-flex-align:center;
      align-items:center;
  margin-bottom:1rem;
  line-height:1.1;
}
.reference-page__aside-section.section--linked-products a strong{
  display:block;
  -ms-flex:0 1 auto;
      flex:0 1 auto;
}
.reference-page__aside-section.section--linked-products a span{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  display:block;
}
.reference-page__aside-section.section--linked-products a:hover{
  text-decoration:underline;
}
.reference-page__aside-section.section--linked-products img{
  width:18px;
  height:14px;
  vertical-align:middle;
  margin-left:.5em;
}
@media (min-width:760px){
  .extra-padding-top{
    padding:6rem 1.5rem 3rem 3rem;
  }
}
#scrolling-sidebar{
  will-change:min-height;
}
#scrolling-sidebar .sidebar__inner{
  -ms-transform:translate(0);
      transform:translate(0);
  transform:translateZ(0);
  will-change:position,transform;
}
.reference-list-container{
  margin:3rem 0;
}
.reference-list-container .reference-list-content{
  text-align:center;
}
.reference-list-container .banner-carousel{
  margin-top:3rem;
}
.reference-list-container .reference-list-links,h3.request-form,p.request-form{
  text-align:center;
}
.search-form{
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
  background-color:#e1e1e1;
  -ms-flex-align:center;
      align-items:center;
  padding:25px;
  -ms-flex-direction:column;
      flex-direction:column;
  position:relative;
}
.search-form p{
  margin:0;
  font-weight:700;
  font-size:16px;
}
.search-form input{
  border:none;
  width:200px;
  background-color:#ebebeb;
  height:30px;
  font-size:14px;
  padding:0 10px;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none;
  border-radius:0;
}
.search{
  display:block;
  position:relative;
  margin:15px 0 0;
}
.search>img{
  pointer-events:none;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  width:34px;
  height:auto;
  padding:0 8px;
  border-left:1px solid #e1e1e1;
}
.search-form__result-container{
  position:absolute;
  z-index:20;
  top:100%;
  left:0;
  right:0;
  background-color:hsla(0,0%,100%,.95);
  box-sizing:border-box;
  transition:all .3s ease;
  opacity:0;
  visibility:hidden;
}
.search-form__result-container.is--active{
  opacity:1;
  visibility:visible;
}
.search-form__result-container .content-width-narrow{
  padding-top:1px;
  padding-bottom:1px;
}
.search-form__result-container .btn--close{
  position:absolute;
  top:.25rem;
  right:.25rem;
  width:3rem;
  height:3rem;
  border:0;
  padding:.5rem;
  background-color:transparent;
  cursor:pointer;
}
.search-form__result-container .btn--close:focus{
  outline:none;
}
.search-form__result-container .btn--close path,.search-form__result-container .btn--close svg{
  fill:currentColor;
}
.search-form__result-container .btn--close svg{
  width:100%;
  height:100%;
  display:block;
}
.search-form__no-results,.search-form__results{
  padding:3rem;
}
.search-form__no-results{
  text-align:center;
  font-weight:400;
}
.search-form__no-results p{
  font-weight:400;
}
.search-form__result{
  background-color:#f0f0f0;
  padding:1rem;
  box-sizing:border-box;
  margin:.25rem;
  display:block;
}
.search-form__result .family{
  display:block;
  font-size:.75em;
}
.search-form__result mark{
  font-weight:700;
  background-color:#6dcc4b;
}
.search-form__no-results{
  display:none;
}
@media (min-width:760px){
  .search-form{
    width:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
        justify-content:center;
    -ms-flex-direction:row;
        flex-direction:row;
    background-color:#e1e1e1;
    -ms-flex-align:center;
        align-items:center;
    padding:30px;
  }
  .search{
    margin:0;
  }
  .search-form p{
    margin-right:20px;
  }
}
.service-item{
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-align:center;
      align-items:center;
  background-color:#ebebeb;
}
.service-item.background-white{
  background-color:#fff;
}
.service-item.background-gray{
  background-color:#ebebeb;
}
.service-item.background-green{
  background-color:#51ad31;
}
.service-item__image{
  -ms-flex-order:1;
      order:1;
  background-size:cover;
  background-position:50%;
  background-color:#ccc;
}
.service-item__image,.service-item__image img{
  width:100%;
  height:250px;
}
.service-item__content{
  width:100%;
  -ms-flex-order:2;
      order:2;
}
.service-item__content-wrap{
  padding:2rem;
  max-width:30rem;
  margin-left:auto;
  margin-right:auto;
}
.service-item__header{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  text-align:center;
  margin-bottom:3rem;
}
.service-item__header h4{
  -ms-flex:0 1 auto;
      flex:0 1 auto;
  max-width:100%;
  margin:0;
}
@media (max-width:640px){
  .service-item__header{
    margin-bottom:1rem;
  }
}
.service-item__copy .greenlist ol{
  list-style:none;
  counter-reset:a;
}
.service-item__copy .greenlist li:before{
  content:counter(a);
  color:#51ad31;
  display:inline-block;
  width:1em;
  margin-left:-1em;
}
.service-item__copy .greenlist li{
  counter-increment:a;
}
.service-item__icon{
  margin-bottom:1.5rem;
}
.service-item__icon img{
  width:82px;
  height:auto;
}
.alignleft.designer-image{
  border-radius:50%;
  padding-left:0;
}
.wp-caption.alignleft,img[class*=wp-image-].alignleft{
  max-width:140px;
}
@media (min-width:760px){
  .service-item{
    -ms-flex-direction:column;
        flex-direction:column;
    -ms-flex-align:stretch;
  }
  .service-item,.service-item__flex-wrap{
    display:-ms-flexbox;
    display:flex;
        align-items:stretch;
    width:100%;
  }
  .service-item__flex-wrap{
    -ms-flex:1 1 auto;
        flex:1 1 auto;
    min-height:500px;
    -ms-flex-align:stretch;
    -ms-flex-direction:row;
        flex-direction:row;
  }
  .is-reverse-order .service-item__flex-wrap{
    -ms-flex-direction:row-reverse;
        flex-direction:row-reverse;
  }
  .service-item__image{
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    width:50%;
    height:auto;
  }
  .service-item__content{
    width:50%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
        align-items:center;
    -ms-flex-pack:start;
        justify-content:flex-start;
  }
  .is-reverse-order .service-item__content{
    -ms-flex-pack:end;
        justify-content:flex-end;
  }
  .service-item__content-wrap{
    -ms-flex:0 1 auto;
        flex:0 1 auto;
    padding:3rem;
    max-width:40.5rem;
    margin:0;
  }
}
@media (min-width:1400px){
  .service-item__content-wrap{
    -ms-flex:1 1 auto;
        flex:1 1 auto;
    padding:3rem 4.5rem;
  }
  .service-item__header{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:row;
        flex-direction:row;
    -ms-flex-align:center;
        align-items:center;
    text-align:left;
    margin-bottom:1.5rem;
  }
  .service-item__icon{
    margin-right:25px;
    margin-bottom:0;
  }
}
.page-content__header h4{
  margin:0;
}
.page-content__header a.CallUsHeader{
  font-size:1.375rem;
}
.page-content__header img{
  width:2.1875rem;
  height:2.1875rem;
  margin:0 .625rem;
  vertical-align:bottom;
}
.share-links{
  position:relative;
  z-index:3;
  perspective:1000px;
  margin-right:1.5rem;
}
.page-content__header .share-links{
  margin-right:-1.5rem;
}
.share-links button{
  margin:0 .4rem 0 .2rem;
  line-height:1;
  position:relative;
  z-index:1;
}
.share-links button>*{
  display:inline-block;
  vertical-align:middle;
}
.share-links__toggle{
  display:inline-block;
  line-height:1;
  font-size:1rem;
  text-decoration:none;
  border:none;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  position:relative;
  padding:0;
  background-color:transparent;
  text-rendering:optimizelegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  height:4rem;
  color:#000;
  text-transform:uppercase;
  font-family:DINNextLTPro,sans-serif;
  padding:0 .5rem;
  transition:background .15s ease,color .15s ease;
}
.share-links__toggle span{
  display:none;
}
.page-content__header .share-links__toggle i{
  margin-right:.5rem;
}
.share-links__toggle svg{
  width:24px;
  height:24px;
  fill:#51ad31;
}
.page-side-panel .share-links__toggle{
  width:4rem;
}
@media (min-width:1200px){
  .share-links__toggle span{
    display:inline-block;
  }
}
.share-links__toggle:focus,.share-links__toggle:hover{
  outline:none;
  background-color:#51ad31;
  color:#fff;
}
.share-links__toggle:focus svg,.share-links__toggle:hover svg{
  fill:currentColor;
}
.call-link__button img{
  width:28px;
  height:28px;
  margin:0 .1rem .3rem .6rem;
  vertical-align:middle;
}
.call-link__button span{
  font-size:1.375rem;
}
@media (max-width:640px){
  .call-link__button .call-link__number{
    display:none;
  }
}
.call-link__button:after{
  content:'';
  top:0;
  right:100%;
  width:6px;
  position:absolute;
  height:100%;
  background:linear-gradient(270deg,hsla(0,0%,8%,.085) 0,hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
  margin-right:.2rem;
}
.share-links__dropdown{
  position:absolute;
  top:100%;
  right:0;
  transition:transform .2s ease,opacity 50ms ease,visibility .2s;
  -ms-transform-origin:top center;
      transform-origin:top center;
  z-index:2;
  background:#fff;
  box-shadow:0 2px 5px rgba(0,0,0,.25);
}
.share-links__dropdown li,.share-links__dropdown ul{
  list-style:none;
  margin:0;
  padding:0;
}
.share-links__dropdown li:before{
  content:none;
}
.share-links__dropdown a{
  display:block;
  white-space:nowrap;
  padding:.75rem 1rem;
  color:#000;
  text-transform:uppercase;
  font-family:DINNextLTPro,sans-serif;
  font-size:.85rem;
  line-height:1;
}
.share-links__dropdown a>*{
  display:inline-block;
  vertical-align:middle;
}
.share-links__dropdown a:hover{
  color:#fff;
  background-color:#51ad31;
}
.share-links__dropdown svg{
  width:16px;
  height:16px;
  margin-right:.5rem;
  fill:#51ad31;
}
.share-links__dropdown a:hover svg{
  fill:currentColor;
}
.share-links__dropdown.is--hidden{
  transform:rotateX(-80deg);
  pointer-events:none;
  opacity:0;
  transition:transform .2s ease,opacity 50ms ease .1s,visibility .2s;
}
.share-links_new_layout{
  width:auto;
  transition:transform .2s ease,opacity 50ms ease,visibility .2s;
  -ms-transform-origin:top center;
      transform-origin:top center;
  z-index:2;
  background:#fff;
  box-shadow:none;
}
.share-links_new_layout li,.share-links_new_layout ul{
  list-style:none;
  margin:0;
  padding:0;
}
.share-links_new_layout li:before{
  content:none;
}
.share-links_new_layout a{
  display:inline-block;
  white-space:nowrap;
  padding:.75rem 1rem;
  color:#000;
  text-transform:uppercase;
  font-family:DINNextLTPro,sans-serif;
  font-size:.85rem;
  font-weight:400;
  line-height:1;
}
.share-links_new_layout a>*{
  display:inline-block;
  vertical-align:middle;
}
.share-links_new_layout a:hover{
  color:#fff;
  background-color:#51ad31;
  text-decoration:none;
}
.share-links_new_layout a.button{
  float:right;
  margin-top:0;
  color:#fff;
  padding:.875rem 1rem;
}
.share-links_new_layout a.green-button{
  margin-right:10px;
}
.share-links_new_layout a.green-button:hover{
  color:#fff;
  background-color:#45922a;
  border:1px solid #45922a;
  transition:all .3s ease-in;
}
.share-links_new_layout a.blue-button:hover{
  color:#fff;
  background-color:#0591c5;
  border:1px solid #0591c5;
  transition:all .3s ease-in;
}
.share-links_new_layout svg{
  width:16px;
  height:16px;
  margin-right:.5rem;
  fill:#51ad31;
}
.share-links_new_layout a:hover svg{
  fill:currentColor;
}
.share-links_new_layout.is--hidden{
  transform:rotateX(-80deg);
  pointer-events:none;
  opacity:0;
  transition:transform .2s ease,opacity 50ms ease .1s,visibility .2s;
}
@media (max-width:1199px){
  .page-side-panel{
    position:fixed !important;
    top:0;
    left:0;
    width:100%;
    height:100% !important;
    z-index:1010;
    pointer-events:none;
  }
  .page-side-panel__content{
    background-color:#fff;
    transition:visibility .3s,transform .3s ease !important;
    pointer-events:all;
    width:280px !important;
    max-width:100%;
    height:calc(100% - 4rem) !important;
    position:absolute;
    top:4rem !important;
    z-index:2;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    -ms-transform:none !important;
        transform:none !important;
  }
  .page-side-panel.is--hidden>.page-side-panel__content{
    -ms-transform:translateX(-100%) !important;
        transform:translateX(-100%) !important;
    visibility:hidden;
    pointer-events:none;
  }
  .page-side-panel__backdrop{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:rgba(38,74,26,.9);
    transition:opacity .3s ease,visibility .3s;
    pointer-events:all;
  }
  .page-side-panel.is--hidden>.page-side-panel__backdrop{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .page-content{
    padding-top:4rem;
  }
}
@media (min-width:1200px){
  .page-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:stretch;
        align-items:stretch;
    width:100%;
  }
  .page-side-panel{
    background-color:#fff;
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    position:relative;
    z-index:2;
    width:280px;
  }
  .page-side-panel:after{
    content:'';
    position:absolute;
    top:0;
    left:100%;
    height:100%;
    width:8px;
    background:linear-gradient(90deg,hsla(0,0%,8%,.085) 0,hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
  }
  .page-content{
    -ms-flex:1 1 auto;
        flex:1 1 auto;
    position:relative;
    z-index:1;
    width:calc(100% - 280px);
    max-width:100%;
  }
  .page-side-panel{
    will-change:min-height;
  }
  .page-side-panel__content{
    transform:translateZ(0);
    will-change:position,transform;
  }
}
.page-side-panel__header{
  display:none;
}
@media (min-width:1200px){
  .page-side-panel__header{
    width:100%;
    height:4rem;
    padding:0 1.5rem;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
        align-items:center;
    background-color:#fff;
    pointer-events:all;
    position:relative;
    z-index:3;
  }
  .page-side-panel__header:after{
    content:'';
    top:100%;
    left:0;
    width:100%;
    position:absolute;
    height:6px;
    background:linear-gradient(180deg,hsla(0,0%,8%,.085) 0,hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
  }
}
.page-side-panel__logo{
  display:block;
}
.page-side-panel__logo img{
  max-height:36px;
  display:block;
}
@media (min-width:1200px){
  .page-side-panel__logo img{
    max-height:40px;
  }
}
.page-side-panel__segment{
  padding:1.5rem;
}
.page-side-panel__segment.segment--main-menu{
  position:relative;
}
.page-side-panel__segment.segment--main-menu:after{
  content:'';
  top:100%;
  left:0;
  width:100%;
  position:absolute;
  height:6px;
  background:linear-gradient(180deg,hsla(0,0%,8%,.085) 0,hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
}
.page-side-panel__segment.segment--footer{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-align:center;
      align-items:center;
  padding:2.25rem 1.5rem;
}
.page-side-panel__language-switcher a,.page-side-panel__some-links a{
  font-family:DINNextLTPro,sans-serif;
  font-size:.9375rem;
  font-weight:400;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width:30px;
  height:30px;
  display:-ms-flexbox;
  display:flex;
  padding:2px;
  margin:0 5px;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-align:center;
      align-items:center;
  border:1px solid #e4e4e4;
  color:#54ab3a;
  text-transform:uppercase;
  transition:border .15s ease,background .15s ease,color .15s ease;
}
.page-side-panel__language-switcher a:not([href]),.page-side-panel__some-links a:not([href]){
  background:#54ab3a;
  color:#fff;
  border-color:#54ab3a;
}
.page-side-panel__language-switcher a:hover,.page-side-panel__some-links a:hover{
  background:#54ab3a;
  color:#fff;
  border-color:#54ab3a;
  text-decoration:none;
}
.page-side-panel__language-switcher a img,.page-side-panel__some-links a img{
  max-width:16px;
  max-height:16px;
  vertical-align:middle;
}
.page-side-panel__language-switcher a p,.page-side-panel__some-links a p{
  margin:0;
}
.page-side-panel__language-switcher,.page-side-panel__some-links{
  display:-ms-flexbox;
  display:flex;
}
.page-side-panel__some-links{
  margin-top:20px;
}
.page-side-panel__some-links svg{
  width:auto;
  height:auto;
  max-width:32px;
  max-height:32px;
}
.page-side-panel__some-links svg path{
  fill:currentColor;
}
.sitemap li,.sitemap ul{
  list-style:none;
  margin:0;
  padding:0;
}
.sitemap li:before{
  content:none;
}
.sitemap li.level-1{
  border-bottom:1px solid #ccc;
  padding:1.25rem 1.5rem;
}
.sitemap li.level-1:first-child{
  border-top:1px solid #ccc;
}
.sitemap li.level-1>h4{
  margin:0;
  padding:0;
  line-height:1;
}
.sitemap ul ul{
  margin-top:1rem;
}
.sitemap a:hover{
  color:#397922;
}
.stats-list{
  width:100%;
  background-color:#ebebeb;
  padding:30px;
}
.stats-list__items{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-direction:space-between;
      flex-direction:space-between;
  text-transform:uppercase;
  -ms-flex-pack:center;
      justify-content:center;
}
.stats-list__item{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  width:100%;
  text-align:center;
  -ms-flex-align:center;
      align-items:center;
  margin:25px 0;
}
.stats-list__info{
  max-width:100%;
  -ms-flex:0 1 auto;
      flex:0 1 auto;
}
.stats-list__number{
  line-height:1;
  margin:0 0 1.5rem;
  text-transform:uppercase;
  color:#51ad31;
  margin-top:0;
  font-weight:700;
}
.stats-list__info p{
  font-size:16px;
  line-height:1.2;
  margin-bottom:0;
}
@media (min-width:760px){
  .stats-list__item{
    text-align:center;
  }
  .stats-list__number{
    font-size:80px;
  }
  .stats-list__info p{
    font-size:18px;
    line-height:1.2;
  }
}
@media (min-width:850px){
  .stats-list__items{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:row;
        flex-direction:row;
  }
  .stats-list__item{
    width:33.333%;
    -ms-flex-direction:column;
        flex-direction:column;
  }
  .stats-list{
    padding:60px 30px;
  }
  .stats-list__number{
    font-size:120px;
  }
  .stats-list__info p{
    font-size:20px;
    line-height:1.2;
  }
}
.page-id-23927 .steps-list,.page-id-23934 .steps-list,.page-id-23936 .steps-list{
  min-height:180px;
}
@media (min-width:520px){
  .page-id-23927 .steps-list,.page-id-23934 .steps-list,.page-id-23936 .steps-list{
    min-height:260px;
  }
}
@media (min-width:760px){
  .page-id-23927 .steps-list,.page-id-23934 .steps-list,.page-id-23936 .steps-list{
    min-height:400px;
  }
}
@media (min-width:1200px){
  .page-id-23927 .steps-list,.page-id-23934 .steps-list,.page-id-23936 .steps-list{
    min-height:480px;
  }
}
@media (min-width:1400px){
  .page-id-23927 .steps-list,.page-id-23934 .steps-list,.page-id-23936 .steps-list{
    min-height:560px;
  }
}
.steps-list{
  background-image:url(../img/banneri.jpg);
  background-position:50%;
  background-size:cover;
  background-color:#ddd;
  text-align:center;
  color:#fff;
  padding:3rem 0;
  width:100%;
  position:relative;
}
@media (min-width:1500px){
  .steps-list{
    display:block;
    padding:60px 0;
  }
}
@media (max-width:1040px){
  .steps-list{
    background-position:0 0;
  }
}
.steps-list>.content-width-narrow{
  position:relative;
  z-index:2;
}
.steps-list__section-link,.steps-list__section-link:focus,.steps-list__section-link:hover{
  text-decoration:none;
  color:#fff;
}
.steps-list__header{
  padding:0 1.5rem 1.5rem;
}
.steps-list__text{
  margin-top:-1rem;
  margin-bottom:3rem;
  font-size:1.25rem;
}
.steps-list__items{
  display:inline-block;
  height:auto;
  color:#fff;
  text-align:center;
  padding:0 30px;
}
@media (min-width:1040px){
  .steps-list__items{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
        justify-content:center;
    -ms-flex-direction:row;
        flex-direction:row;
  }
}
.steps-list__item-separator-middle{
  margin:40px 0;
  -ms-transform:rotate(90deg);
      transform:rotate(90deg);
}
@media (min-width:1040px){
  .steps-list__item-separator-middle{
    display:none;
  }
}
.steps-list__item-separator-top.steps-list__item-separator-top{
  display:none;
}
@media (min-width:1040px){
  .steps-list__item-separator-top.steps-list__item-separator-top{
    display:block;
    width:44px;
    height:40px;
    -ms-transform:translateX(2rem);
        transform:translateX(2rem);
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
  }
}
.steps-list__item{
  width:100%;
  text-align:left;
  visibility:hidden;
  opacity:0;
  transform:translate3d(0,-80px,0);
  transition:all .6s ease;
}
@media (min-width:1040px){
  .steps-list__item{
    display:block;
    -ms-flex:1 1 auto;
        flex:1 1 auto;
    width:33.33333%;
    max-width:22rem;
    padding:0 1rem;
  }
}
.steps-list__item.is--visible{
  visibility:visible;
  opacity:1;
  transform:translateZ(0);
}
.steps-list__item.set-opacity{
  opacity:.5;
}
.steps-list__item.set-opacity:focus,.steps-list__item.set-opacity:hover{
  opacity:1;
}
.steps-list__item>a,.steps-list__item a,.steps-list__item a:focus,.steps-list__item a:hover{
  text-decoration:none;
  color:#fff;
}
.steps-list__item-media{
  position:relative;
  text-align:center;
  margin-bottom:1.5rem;
}
.steps-list__item-media>img{
  height:80px;
  width:auto;
}
@media (min-width:640px){
  .steps-list__item-media{
    float:left;
    text-align:left;
    margin-right:1.5rem;
  }
}
@media (min-width:1040px){
  .steps-list__item-media{
    float:none;
    margin-bottom:2rem;
  }
}
.steps-list__item-body{
  overflow:hidden;
}
.steps-list__item-copy{
  min-height:3.5rem;
}
.steps-list__item-copy h4{
  max-width:13rem;
  font-size:1.0625rem;
  font-weight:400;
}
.steps-list__item-copy p{
  margin:0;
}
.steps-list__item-copy ul{
  margin-top:1.5rem;
  margin-bottom:0;
}
.steps-list__item-copy li{
  margin:0;
}
.steps-list__item-copy li:before{
  background-color:#fff;
}
.steps-list__item-list{
  min-height:14.125rem;
}
.steps-list__item-list ul.white-bullets li:before{
  content:'';
  width:6px;
  height:6px;
  background-color:#fff;
  display:block;
  position:absolute;
  left:-.75rem;
  top:.75em;
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  border-radius:50%;
}
.steps-list__item-button .button.white-button{
  padding:.5rem 2.75rem;
  color:#54ab3a;
}
.steps-list__item-button .button.white-button:hover{
  color:#fff;
}
.top-bar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:4rem;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  background-color:#fff;
  pointer-events:all;
  z-index:1011;
}
.top-bar.headroom{
  will-change:transform;
  transition:transform .2s ease,border .2s ease,background .2s ease;
}
.top-bar.headroom--unpinned{
  -ms-transform:translateY(-100%);
      transform:translateY(-100%);
}
.top-bar.headroom--pinned,body.page-side-panel--open .top-bar{
  -ms-transform:translateY(0);
      transform:translateY(0);
}
.top-bar:after{
  content:'';
  top:100%;
  left:0;
  width:100%;
  position:absolute;
  height:6px;
  background:linear-gradient(180deg,hsla(0,0%,8%,.085) 0,hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
}
@media (min-width:1200px){
  .top-bar{
    display:none;
  }
}
.top-bar__logo{
  display:block;
  padding-left:1.5rem;
  line-height:0;
}
.top-bar__logo a{
  display:inline-block;
}
.top-bar__logo img{
  max-height:36px;
  display:block;
}
@media (min-width:1200px){
  .top-bar__logo{
    width:280px;
  }
  .top-bar__logo img{
    max-height:40px;
  }
}
.top-bar__share{
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  margin-left:auto;
}
.top-bar__toggle{
  display:inline-block;
  line-height:1;
  font-size:1rem;
  text-decoration:none;
  border:none;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  position:relative;
  padding:0;
  background-color:transparent;
  text-rendering:optimizelegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  width:4rem;
  height:4rem;
  color:#51ad31;
  transition:background .15s ease;
}
.top-bar__toggle img{
  width:30px;
}
@media (min-width:1200px){
  .top-bar__toggle{
    display:none;
  }
}
.top-bar__toggle:focus,.top-bar__toggle:hover{
  outline:none;
  background-color:#51ad31;
  color:#fff;
}
.top-bar__toggle:after{
  content:'';
  top:0;
  left:100%;
  width:6px;
  position:absolute;
  height:100%;
  background:linear-gradient(90deg,hsla(0,0%,8%,.085) 0,hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
}
.hamburger{
  width:32px;
  height:32px;
  top:0;
  bottom:0;
  right:0;
  margin:auto;
}
.hamburger,.hamburger__line{
  position:absolute;
  left:0;
}
.hamburger__line{
  height:4px;
  top:16px;
  background-color:currentColor;
  width:100%;
  transition:transform .15s ease,opacity .15s ease,color .15s ease;
  border-radius:2px;
}
.hamburger__line:first-child{
  -ms-transform:translateY(-2px) rotate(45deg);
      transform:translateY(-2px) rotate(45deg);
}
.hamburger__line:nth-child(2){
  -ms-transform:translateY(-2px);
      transform:translateY(-2px);
  opacity:0;
}
.hamburger__line:nth-child(3){
  -ms-transform:translateY(-2px) rotate(-45deg);
      transform:translateY(-2px) rotate(-45deg);
}
body:not(.page-side-panel--open) .hamburger__line:first-child{
  -ms-transform:translateY(-11px);
      transform:translateY(-11px);
}
body:not(.page-side-panel--open) .hamburger__line:nth-child(2){
  -ms-transform:translateY(-2px);
      transform:translateY(-2px);
  opacity:1;
}
body:not(.page-side-panel--open) .hamburger__line:nth-child(3){
  -ms-transform:translateY(7px);
      transform:translateY(7px);
}
*{
  font-family:DINNextLTPro,sans-serif;
  box-sizing:border-box;
}
body{
  line-height:1.7;
  margin:0;
}
.content-width{
  max-width:1440px;
}
.content-width,.content-width-narrow{
  margin-left:auto;
  margin-right:auto;
}
.content-width-narrow{
  max-width:700px;
}
@media (max-width:1200px){
  .content-width-narrow{
    max-width:900px;
  }
}
@media (min-width:1400px){
  .content-width-narrow{
    max-width:1040px;
  }
}
@media (min-width:2000px){
  .content-width-narrow{
    max-width:1440px;
  }
}
.content-width-xnarrow{
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}
.clearfix:after{
  content:'';
  display:table;
  clear:both;
}
a img{
  border:none;
}
.grid-column{
  width:100%;
}
@media (min-width:760px){
  .grid{
    display:-ms-flexbox;
    display:flex;
  }
  .grid-column{
    width:50%;
  }
}
@media (max-width:1199px){
  .hide-tablet{
    display:none;
  }
}
@media (max-width:767px){
  .hide-mobile{
    display:none;
  }
}
body.u--body-lock{
  overflow:hidden;
}
.u--sr-only,.u--sr-only-focusable{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  -webkit-clip-path:inset(50%);
          clip-path:inset(50%);
  border:0;
}
.u--sr-only-focusable:active,.u--sr-only-focusable:focus{
  position:static;
  width:auto;
  height:auto;
  overflow:visible;
  clip:auto;
  white-space:normal;
  -webkit-clip-path:none;
          clip-path:none;
}
.u--content-padder{
  padding:3rem 1.5rem;
}
@media (min-width:760px){
  .u--content-padder{
    padding-top:6rem;
    padding-bottom:6rem;
  }
}
.page-content__header{
  display:none;
}
@media (min-width:1200px){
  .page-content__header{
    height:4rem;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
        align-items:center;
    -ms-flex-pack:justify;
        justify-content:space-between;
    position:relative;
    z-index:2;
    padding:0 1.5rem;
  }
  .page-content__header:after{
    content:'';
    top:100%;
    left:0;
    width:100%;
    position:absolute;
    height:6px;
    background:linear-gradient(180deg,hsla(0,0%,8%,.085),hsla(0,0%,8%,.03) 50%,hsla(0,0%,8%,0));
  }
}
@media (min-width:1200px){
  .detach{
    position:fixed;
    width:calc(100% - 280px);
    max-width:100%;
    background-color:#fff;
    z-index:900;
  }
}
.u--embed-container{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  max-width:100%;
}
.u--embed-container embed,.u--embed-container iframe,.u--embed-container object{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.error-404{
  padding:6rem 1.5rem;
  text-align:center;
}
.news__columns{
  padding:1rem;
}
@media (min-width:760px){
  .news__columns{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
        align-items:flex-start;
    -ms-flex-pack:center;
        justify-content:center;
    padding:3rem 0 1rem;
  }
  .news__columns h3{
    font-size:1.875rem;
    line-height:38px;
  }
  .news__columns h4{
    font-size:1.25rem;
    line-height:28px;
  }
  .news__columns h5{
    font-size:1rem;
    font-weight:700;
    line-height:26px;
  }
  .news__left-column{
    width:calc(700px + 3rem);
    -ms-flex:0 1 calc(700px + 3rem);
        flex:0 1 calc(700px + 3rem);
  }
  .news__right-column{
    min-width:calc(300px + 3rem);
    -ms-flex:1 0 calc(300px + 3rem);
        flex:1 0 calc(300px + 3rem);
  }
  .news__left-column .column__body,.news__right-column .column__body{
    padding:0 1.5rem;
  }
}
@media (min-width:1200px){
  .news__left-column{
    width:calc(900px + 3rem);
    -ms-flex:0 1 calc(900px + 3rem);
        flex:0 1 calc(900px + 3rem);
  }
}
@media (min-width:1400px){
  .news__left-column{
    width:calc(1040px + 3rem);
    -ms-flex:0 1 calc(1040px + 3rem);
        flex:0 1 calc(1040px + 3rem);
  }
}
@media (min-width:2000px){
  .news__left-column{
    width:calc(1440px + 3rem);
    -ms-flex:0 1 calc(1440px + 3rem);
        flex:0 1 calc(1440px + 3rem);
  }
}
.back-to-link{
  display:inline-block;
  margin-bottom:30px;
  text-transform:uppercase;
  padding-left:30px;
  background-image:url(../img/Greenled-arrow-left.png);
  background-repeat:no-repeat;
  background-size:18px 14px;
  background-position:0 5px;
}
.back-to-link:hover{
  color:#000;
  text-decoration:none;
}
.navigation{
  display:inline-block;
  width:100%;
  padding-top:30px;
}
.alignleft{
  float:left;
  text-transform:uppercase;
  padding-left:30px;
}
@media (max-width:1040px){
  img.alignleft{
    padding-left:0;
    margin:0 auto;
    float:none;
  }
}
.navigation .alignleft{
  background-image:url(../img/Greenled-arrow-left.png);
  background-repeat:no-repeat;
  background-size:18px 14px;
  background-position:0 5px;
}
.alignleft a:hover{
  color:#000;
  text-decoration:none;
}
.alignright{
  float:right;
  text-transform:uppercase;
  padding-right:30px;
  background-image:url(../img/Greenled-arrow-right.png);
  background-repeat:no-repeat;
  background-size:18px 14px;
  background-position:100% 5px;
}
.alignright a:hover{
  text-decoration:none;
  color:#000;
}
.newsletter{
  border-top:1px solid #ebebeb;
  padding-bottom:30px;
}
@media (max-width:640px){
  .newsletter{
    padding:30px 0 0;
  }
}
.newsletter-reference{
  border-top:none;
}
.newsletter .newsletter-text{
  text-align:center;
  padding:0 1.5rem;
  -ms-flex:0 0 auto;
      flex:0 0 auto;
  width:100%;
}
@media (min-width:1040px){
  .newsletter .newsletter-text{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:auto;
    text-align:left;
    padding-right:3rem;
    padding-left:0;
  }
}
@media (max-width:640px){
  .newsletter .newsletter-text{
    padding:0;
  }
}
.related-post{
  border-top:1px solid #ebebeb;
  padding-top:40px;
  padding-bottom:60px;
}
.related-post h2{
  font-size:2.66667rem;
  text-align:center;
  line-height:44px;
  font-weight:400;
  margin:0 0 2.1875rem;
}
.related-post h3{
  font-size:1.25rem;
  line-height:24px;
  font-weight:700;
  color:#54ab3a;
  margin-top:1.5625rem;
}
@media (max-width:640px){
  .related-post h3{
    margin-top:.125rem;
    margin-bottom:2.5rem;
  }
}
.related-post h3:hover{
  color:#000;
}
.related-post a:hover{
  text-decoration:none;
}
.related-post img{
  max-width:100%;
}
.slide-cont{
  display:block;
  margin:0 auto;
}
.owl-carouse div,.slide-cont{
  width:100%;
}
.owl-carousel .owl-controls .owl-dot{
  float:left;
  background-size:cover;
  margin-top:10px;
}
.owl-carousel .owl-dot{
  float:left;
  width:75px;
  height:75px;
  background-position:50% 50% !important;
  background-repeat:no-repeat !important;
  opacity:.4;
  border:1px solid #e4e4e4 !important;
  margin-right:10px;
  background-size:contain !important;
}
@media (min-width:1200px){
  .owl-carousel .owl-dot{
    width:75px;
  }
}
@media (min-width:1400px){
  .owl-carousel .owl-dot{
    width:120px;
  }
}
.owl-carousel .owl-dot:last-of-type{
  margin-right:0;
}
.owl-carousel .owl-dots button.active{
  opacity:1;
  color:#fff;
  border-color:#51ad31 !important;
}
@media (min-width:1040px){
  .owl-carousel .thumb-image{
    width:75px;
    background-size:75px 75px;
  }
}
img.mfp-img{
  background-color:#fff;
}
th.de{
  display:none;
}

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