@charset "UTF-8";
@font-face {
  font-family: 'equipextended';
  src: url("../fonts/EquipExtended-Regular.woff2") format("woff2"), url("../fonts/EquipExtended-Regular.woff") format("woff"), url("../fonts/EquipExtended-Regular.woff") format("ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'equipextended';
  src: url("../fonts/EquipExtended-Medium.woff2") format("woff2"), url("../fonts/EquipExtended-Medium.woff") format("woff"), url("../fonts/EquipExtended-Medium.woff") format("ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'equipextended';
  src: url("../fonts/EquipExtended-Italic.woff2") format("woff2"), url("../fonts/EquipExtended-Italic.woff") format("woff"), url("../fonts/EquipExtended-Italic.woff") format("ttf");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'equipextended';
  src: url("../fonts/EquipExtended-Light.woff2") format("woff2"), url("../fonts/EquipExtended-Light.woff") format("woff"), url("../fonts/EquipExtended-Light.woff") format("ttf");
  font-weight: 300;
  font-style: normal; }
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 52px;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
  letter-spacing: 0.15rem;
  text-transform: uppercase; }

h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
  letter-spacing: 0.15rem;
  text-transform: uppercase; }

h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
  letter-spacing: 0.15rem; }

h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
  letter-spacing: 0.15rem; }

h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0px 20px 0px; }

.content h2, .content h3, .content h4, .content h5 {
  letter-spacing: 0.025em;
  margin: 15px 0px 25px 0px; }

h6 {
  font-weight: 400;
  font-size: 12px;
  margin: 0px 0px 15px 0px; }

/*
## Small desktop-devices
*/
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 46px; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 22px; } }
/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 36px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .hero.hero--large h1.main-title {
    font-size: 22px;
    line-height: 2rem; }

  h1 {
    font-size: 32px;
    line-height: 38px; }

  h2 {
    font-size: 20px;
    line-height: 24px; }

  h3 {
    font-size: 18px;
    line-height: 20px; }

  h4 {
    font-size: 16px;
    line-height: 18px; }

  .hero--minimal h1 {
    font-size: 22px;
    line-height: 28px;
    word-break: break-word;
    padding: 0px 5px; } }
/* 
## Small phones
*/
[v-cloak] {
  display: none; }

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

html {
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  font-family: "equipextended", sans-serif, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.mobile-active {
  overflow: hidden !important;
  height: 100vh !important; }

a:link, a:visited, a:active {
  color: #ED935D;
  -webkit-transition: all 0.15s cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 0.15s cubic-bezier(0.3, 0, 0.1, 1); }

a:hover {
  color: #f5c1a2; }

p {
  font-size: 14px;
  color: #444444;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 24px; }

img {
  max-width: 100%; }

strong {
  font-weight: 500; }

ul, ol {
  margin-left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300; }

.margin-0 {
  margin: 0 !important; }

.padding-0 {
  padding: 0 !important; }

.site-wrapper {
  height: 100%;
  width: 100%;
  padding: 20px 30px;
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto; }

.ingress {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.025em; }
  .ingress p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.025em; }

.subheading, .small-title {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 30px;
  display: block; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.muted {
  font-size: 14px;
  color: #444444; }

.desktop {
  display: block !important; }

.mobile {
  display: none !important; }

.featherlight-area {
  display: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body .featherlight {
  background-color: rgba(0, 0, 0, 0.6); }

body .featherlight .featherlight-content {
  padding: 0px;
  border: 0px;
  margin: 50px 30px;
  overflow: unset;
  background: transparent; }

body .featherlight .featherlight-close-icon {
  top: -40px;
  color: white;
  background: none;
  font-size: 17px; }

body .slick-lightbox {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9) !important; }

.icon img {
  max-height: 170px; }

div#gform_wrapper_1 {
  display: block !important; }

li#field_1_8 {
  display: none; }

.gform_wrapper li label {
  text-transform: unset;
  font-weight: 300;
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }

body.gchoice_select_all, body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 300;
  color: #ED935D; }

body.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px; }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  .tablet {
    display: block !important; }

  #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: 100%; }

  .site-wrapper {
    padding: 10px; } }
/* 
## Small phones
*/
.block {
  clear: both;
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5; }

.block.location {
  border-top: 1px solid #E5E5E5; }

.block:first-child {
  border-top: 1px solid #E5E5E5; }

.cta-block .image img {
  max-height: 150px; }

.cta-block .image h4 {
  margin-bottom: 0px;
  margin-top: 15px;
  letter-spacing: 0.025em; }

.instagram-link {
  position: absolute;
  bottom: 150px;
  left: 70px; }

.instagram-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.025em; }

.instagram-link a img {
  padding: 0px 10px 0px 0px; }

.block--sidebar-left .sidebar-details {
  font-size: 14px;
  margin-left: 70px;
  margin-top: -50px;
  font-weight: 300; }
.block--sidebar-left .block--sidebar-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-right: 1px solid #E5E5E5;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*a {
          margin: 100px 10px 70px 70px;
  } */ }
  .block--sidebar-left .block--sidebar-content .video-block a {
    margin: 0; }
  .block--sidebar-left .block--sidebar-content h1, .block--sidebar-left .block--sidebar-content h2, .block--sidebar-left .block--sidebar-content h3 {
    margin: 100px 10px 70px 70px;
    text-transform: uppercase;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .block--sidebar-left .block--sidebar-content .carousel-content {
    margin: 100px 10px 70px 70px; }
    .block--sidebar-left .block--sidebar-content .carousel-content h3 {
      margin: 0; }
  .block--sidebar-left .block--sidebar-content .block--article-links span {
    margin-left: 70px;
    display: block; }
  .block--sidebar-left .block--sidebar-content .block--article-links a {
    margin-left: 70px;
    display: block;
    color: #000;
    -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
    transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
    text-decoration: none;
    font-size: 18px;
    text-transform: none;
    font-weight: 300; }
  .block--sidebar-left .block--sidebar-content .block--article-links input[type="radio"]:checked + label a {
    color: #ED935D; }
.block--sidebar-left .block--sidebar-content.block--sidebar-graphic {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block:first-child {
    -ms-flex: 1 0 50%;
    -webkit-box-flex: 1;
            flex: 1 0 50%;
    -ms-flex-basis: calc(50% - 1px);
    -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
    border-right: 1px solid #E5E5E5;
    height: 0%;
    padding-bottom: 50%;
    background-image: url("../assets/squares-small.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: repeat;
    background-position: center; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block {
    -ms-flex: 1 0 50%;
    -webkit-box-flex: 1;
            flex: 1 0 50%;
    height: 0%;
    padding-bottom: 50%;
    background-image: url("../assets/diagonal-lines-2.svg");
    background-position: center;
    background-size: 20px; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block {
    background-position: center;
    background-size: cover; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border-top: 1px solid #E5E5E5;
    height: 0%;
    padding-bottom: 100%;
    background: none;
    position: relative; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block:last-child {
    background-position: center;
    background-size: cover; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block.video-block {
    position: relative;
    padding-bottom: 100%; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block.video-block .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block.video-block .video-player {
      width: 50px;
      height: 50px;
      background-image: url("../assets/play-button.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
      transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block.video-block .video-player:hover {
      opacity: 0.8; }
.block--sidebar-left .full-width.full-width--repeater {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 40px; }
.block--sidebar-left .full-width.full-width--repeater:last-child {
  border-bottom: none; }
.block--sidebar-left .block--main-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.block--sidebar-left .block--main-content-cell.block--main-content-carousel {
  padding: 60px 20px; }
.block--sidebar-left .block--main-content-cell {
  display: block;
  width: 100%;
  clear: both;
  padding: 0px 20px; }
  .block--sidebar-left .block--main-content-cell .process {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .block--sidebar-left .block--main-content-cell .process .single-process {
      -ms-flex: 1 0 50%;
      -webkit-box-flex: 1;
              flex: 1 0 50%;
      padding: 10px 20px 10px 0px; }
  .block--sidebar-left .block--main-content-cell .block-ingress {
    text-align: center; }
    .block--sidebar-left .block--main-content-cell .block-ingress p {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.025em; }
  .block--sidebar-left .block--main-content-cell .content {
    margin: 101px auto;
    max-width: 600px; }
    .block--sidebar-left .block--main-content-cell .content .boxes-wrapper {
      margin: 0;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width {
        -ms-flex-basis: 33%;
        -o-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        max-width: 33%;
        padding: 110px 72px;
        height: 510px;
        border-top: 1px solid #E5E5E5;
        border-bottom: 0px; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:first-child, .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:nth-child(2), .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:nth-child(3) {
        border-top: 0px !important; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:nth-child(3n+2) {
        border-left: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width.job-box {
        height: 230px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding: 50px 70px 100px; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width.job-box:nth-child(3) {
        border-top: 1px solid #E5E5E5 !important; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width.job-box:nth-child(even) {
        border-left: 1px solid #E5E5E5;
        border-right: 0px;
        border-top: 1px solid #E5E5E5; }
      .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width.job-box:nth-child(odd) {
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid #E5E5E5; }
  .block--sidebar-left .block--main-content-cell .content > div {
    margin: 60px 0px; }
  .block--sidebar-left .block--main-content-cell .content.smaller-content {
    margin: 101px 70px; }
  .block--sidebar-left .block--main-content-cell a.full-width-link {
    padding: 120px;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    text-decoration: none; }
    .block--sidebar-left .block--main-content-cell a.full-width-link p {
      font-size: 18px;
      line-height: 28px; }
  .block--sidebar-left .block--main-content-cell .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width.job-box {
    height: 300px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 70px 70px 100px; }
  .block--sidebar-left .block--main-content-cell a.full-width-link:last-child {
    border-bottom: 0px; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.video-player {
  width: 50px;
  height: 50px;
  background-image: url("../assets/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }

.video-player:hover {
  opacity: 0.8; }

.block--sidebar-left.reverse-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .block--sidebar-left.reverse-block .block--sidebar-content {
    border-right: 0px;
    border-left: 1px solid #E5E5E5; }

.block--sidebar-left.block--sidebar-links .icon img {
  max-height: 50px;
  display: inline;
  text-align: left; }
.block--sidebar-left.block--sidebar-links .icon {
  text-align: left; }
.block--sidebar-left.block--sidebar-links .block--main-content-cell {
  padding: 0px; }
  .block--sidebar-left.block--sidebar-links .block--main-content-cell .content {
    margin: 0 auto;
    max-width: none; }
    .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link {
      position: relative;
      overflow: hidden; }
      .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link .hover-arrow {
        position: absolute;
        background-color: transparent;
        color: white;
        bottom: 0;
        right: 0;
        border-width: 0px 0px 140px 140px;
        border-color: transparent transparent #ED935D transparent;
        border-style: solid;
        padding: 0px 0px 0px 0px;
        vertical-align: bottom;
        visibility: hidden;
        -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
        transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
        -webkit-transform: translateX(50px) translateY(50px);
                transform: translateX(50px) translateY(50px); }
        .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link .hover-arrow .arrow-element {
          position: absolute;
          z-index: 9999;
          right: 40px;
          bottom: -110px;
          width: 20px; }
    .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link:hover, .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link:focus {
      background-color: #F7F7F5; }
    .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link:hover .hover-arrow, .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link:focus .hover-arrow {
      visibility: visible;
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px); }
    .block--sidebar-left.block--sidebar-links .block--main-content-cell .content a.full-width-link:only-child {
      border-bottom: 0px; }
    .block--sidebar-left.block--sidebar-links .block--main-content-cell .content .link-content {
      max-width: 600px;
      margin: 0 auto; }
      .block--sidebar-left.block--sidebar-links .block--main-content-cell .content .link-content h3, .block--sidebar-left.block--sidebar-links .block--main-content-cell .content .link-content h4, .block--sidebar-left.block--sidebar-links .block--main-content-cell .content .link-content h5 {
        color: #000000; }

.lataa-lisaa {
  width: 100%; }

.lataa-lisaa a {
  display: block;
  padding: 40px;
  text-transform: uppercase;
  font-size: 13px;
  color: #ED935D;
  text-align: center;
  cursor: pointer; }

.lataa-lisaa a:hover {
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  background-color: #F7F7F5; }

.block--contact-color {
  text-align: center; }
  .block--contact-color h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px; }

.red-bg {
  background-color: #7B2927; }

.see-more-link {
  display: block;
  text-align: center; }

.materials {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .materials .material-box {
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .materials .material-box .hover-arrow {
      position: absolute;
      background-color: transparent;
      color: white;
      bottom: 0;
      right: 0;
      border-width: 0px 0px 140px 140px;
      border-color: transparent transparent #ED935D transparent;
      border-style: solid;
      padding: 0px 0px 0px 0px;
      vertical-align: bottom;
      visibility: hidden;
      -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
      transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
      -webkit-transform: translateX(50px) translateY(50px);
              transform: translateX(50px) translateY(50px); }
      .materials .material-box .hover-arrow .arrow-element {
        position: absolute;
        z-index: 9999;
        right: 40px;
        bottom: -110px;
        width: 20px; }
    .materials .material-box .material-img {
      display: inline-block;
      border-right: 1px solid #E5E5E5;
      padding: 80px; }
      .materials .material-box .material-img img {
        display: block;
        margin: 0 auto; }
      .materials .material-box .material-img a {
        margin-left: 0px; }
    .materials .material-box a {
      color: #000;
      text-decoration: none;
      margin-left: 50px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      overflow: hidden;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
      transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }
    .materials .material-box a:hover {
      color: #ED935D; }
    .materials .material-box a:hover .hover-arrow, .materials .material-box a:focus .hover-arrow {
      visibility: visible;
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px); }
  .materials .material-box:last-child {
    border-bottom: 0px; }

.block--spacer .block-line {
  margin: 0 auto;
  height: 140px;
  width: 1px;
  background-color: #E5E5E5;
  display: inline-block; }

.border-link, a.border-link {
  color: #DD590A;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'equipextended',Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration: none; }
  .border-link:before, a.border-link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FAE4D6;
    pointer-events: none;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scaleY(0.3) scaleX(1);
            transform: scaleY(0.3) scaleX(1);
    -webkit-transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
    transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear;
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1); }
  .border-link:hover:before, a.border-link:hover:before {
    left: 100%;
    -webkit-transform: scaleY(0.3) scaleX(0);
            transform: scaleY(0.3) scaleX(0);
    -webkit-transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
    transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
    transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s;
    transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s; }

.block--full-width {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 50px;
  text-align: center; }
  .block--full-width .link-block {
    margin-top: 10px;
    display: inline-block;
    color: #DD590A;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'equipextended',Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-decoration: none; }
    .block--full-width .link-block:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #FAE4D6;
      pointer-events: none;
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transform: scaleY(0.3) scaleX(1);
              transform: scaleY(0.3) scaleX(1);
      -webkit-transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
      transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
      transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear;
      transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1); }
    .block--full-width .link-block:hover:before {
      left: 100%;
      -webkit-transform: scaleY(0.3) scaleX(0);
              transform: scaleY(0.3) scaleX(0);
      -webkit-transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
      transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
      transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s;
      transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s; }
  .block--full-width h3 {
    letter-spacing: 0.025em; }

.block--large-item .large-carousel-image {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-position: center center; }
.block--large-item .block--main-content-cell.block--main-content-carousel {
  padding: 0px; }
.block--large-item .VueCarousel-slide {
  width: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.block--graphic-right {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  height: auto;
  min-height: 900px;
  background-image: url(../assets/drawing.png);
  background-position: center;
  background-size: 510px;
  background-repeat: no-repeaT;
  background-position: bottom 0px right 23%; }
  .block--graphic-right.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: none; }
    .block--graphic-right.reverse .main-content > div {
      text-align: center; }
    .block--graphic-right.reverse .graphic-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex; }
  .block--graphic-right .main-content {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
    .block--graphic-right .main-content > div {
      margin: 200px 120px; }
      .block--graphic-right .main-content > div h3 {
        letter-spacing: 0.025em; }
  .block--graphic-right .graphic-area {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    .block--graphic-right .graphic-area .graphic-area-down {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex;
      height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
    .block--graphic-right .graphic-area .graphic-transparents {
      height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      padding-bottom: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .block--graphic-right .graphic-area .graphic-transparent {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      border: 1px solid #E5E5E5;
      height: 0;
      padding-bottom: 100%; }
    .block--graphic-right .graphic-area .graphic-transparent:nth-child(1) {
      border-top: 0;
      border-bottom: 0px; }
    .block--graphic-right .graphic-area .graphic-transparent:nth-child(2) {
      border-bottom: 0px; }
    .block--graphic-right .graphic-area .graphic-dots {
      -ms-flex: 1 0 50%;
      -webkit-box-flex: 1;
              flex: 1 0 50%;
      background-image: url(../assets/dots.png);
      background-position: center;
      background-size: 11px;
      height: 0;
      padding-bottom: 100%; }
    .block--graphic-right .graphic-area .graphic-large-image {
      height: auto;
      border: 1px solid #E5E5E5;
      background-position: center;
      background-size: cover;
      padding-bottom: 100%; }

.empty-block {
  padding: 40px 0px; }

.block-button, a.block-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #E5E5E5;
  cursor: pointer;
  color: #000000;
  text-decoration: none; }

.info-fields {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.info-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.info-field h5 {
  font-weight: 400;
  font-family: 'equipextended';
  font-size: 14px;
  text-transform: uppercase; }

.henkilosto-wrapper-area a.single-result-card {
  display: block;
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.henkilosto-wrapper-area a.single-result-card:nth-child(3n+2) {
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5; }

.henkilosto-wrapper-area a.single-result-card:nth-child(odd) {
  border-left: 0px; }

.henkilosto-wrapper-area a.single-result-card:nth-child(even) {
  border-left: 0px;
  border-right: 0px; }

.henkilosto-wrapper-area a.single-result-card:nth-last-child(-n+2) {
  border-bottom: 0px; }

.henkilosto-wrapper-area > div {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.block-quote h5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.fiilistely h2 {
  font-size: 28px;
  letter-spacing: 0.025em;
  text-transform: none; }

.emk.block--sidebar-left .block--sidebar-content h3, .blogi.block--sidebar-left .block--sidebar-content h3 {
  margin-left: 0px;
  font-size: 24px;
  line-height: 1.2;
  margin-left: 0px;
  text-transform: none;
  letter-spacing: 0.025em; }

.emk.block--sidebar-left .block--sidebar-content a, .blogi.block--sidebar-left .block--sidebar-content a {
  margin-left: 0px !important; }

.block--sidebar-content.block--down.block--sidebar-graphic {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.graphic-up-blocks {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 0px;
  padding-bottom: 50%; }

.block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.line-block:first-child {
  height: 100%;
  background-image: url(../assets/diagonal-lines-2.svg); }

.block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.transparent:last-child {
  height: 100%;
  border-top: 0px; }

.graphic-down-blocks {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  height: 0px;
  padding-bottom: 100%;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }

.block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.image-block {
  height: 100%;
  background: none;
  background-position: center;
  background-size: cover;
  padding-bottom: 100%; }

.block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  background-color: #DAD7CB;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .icon-block {
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100%;
    height: 0px;
    width: 100%;
    text-align: center;
    text-align: center;
    position: relative; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .icon-block img {
      max-height: 100%;
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 50%; }
  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block {
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    height: 0%;
    padding-bottom: 100%;
    text-align: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block h4 {
      margin-bottom: 0px;
      margin-top: 0px; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block div {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 100px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.15em;
      width: 80%; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block span {
      margin-bottom: 30px; }

.block.block--sidebar-left.down-part {
  background-image: url(../assets/drawing-bottom.png);
  background-repeat: no-repeat;
  background-position: top 2% left 30%;
  background-size: 30%; }

.block.notice {
  padding: 40px 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .block.notice p {
    margin-bottom: 0px;
    margin-top: 0px; }

.fact-block span {
  font-size: 14px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word; }

/*
## Small desktop-devices
*/
@media screen and (max-width: 1200px) {
  .block--sidebar-left .block--main-content-cell .block-ingress p {
    font-size: 16px;
    line-height: 24px; }

  .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width {
    padding: 110px 20px; }

  .block.block--sidebar-left.down-part {
    background: none; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block div {
    font-size: 9px; } }
/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  .block--sidebar-left .block--main-content-cell .block-ingress p {
    font-size: 14px;
    line-height: 22px; }

  .fiilistely h2 {
    font-size: inherit;
    letter-spacing: 0.025em;
    text-transform: none; }

  .block--sidebar-left .block--sidebar-content .block--article-links span, .block--sidebar-left .block--sidebar-content .block--article-links a {
    margin-left: 0px; }

  .block--sidebar-left .sidebar-details {
    margin-left: 0px;
    margin-top: 0px; }

  .block--sidebar-left .block--main-content-cell .content {
    margin: 20px auto; }

  .results .block--sidebar-left .block--main-content {
    width: 100%;
    height: auto;
    display: block; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic {
    flex-direction: row;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block:first-child {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-bottom: 50%;
    display: block; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-bottom: 50%; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-bottom: 50%; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block.media-block.video-block {
    padding-bottom: 50%; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic {
    height: auto;
    padding-top: 0px; }

  .graphic-up-blocks {
    display: block; }

  .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .block.reverse-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .block--sidebar-left .block--main-content {
    width: unset; }
  .block--sidebar-left .block--sidebar-content {
    border-right: 0px;
    border-bottom: 0px;
    text-align: center;
    padding: 40px 0px 0px; }
    .block--sidebar-left .block--sidebar-content h3 {
      margin: 40px 0px; }

  body .block--graphic-right {
    height: auto; }
    body .block--graphic-right .graphic-area {
      display: none; }
    body .block--graphic-right .main-content {
      background: white; }
      body .block--graphic-right .main-content > div {
        margin: 100px 20px; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.image-block {
    height: 0%;
    background: none;
    background-position: center;
    background-size: cover;
    padding-bottom: 50%; }

  .graphic-down-blocks {
    padding-bottom: 50%; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .icon-block {
    display: none; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-block:first-child {
    display: none; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .instagram-link {
    position: static;
    margin: 0 auto;
    display: inline-block; }

  .block--contact-color h4 {
    font-size: 22px;
    line-height: 22px; }

  .materials .material-box {
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }

  .materials .material-box .material-img {
    padding: 40px 0px 0px; }

  .materials .material-box a {
    margin-left: 0px;
    padding: 20px; }

  .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width.job-box {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

  .block--sidebar-left.block--sidebar-links .icon {
    text-align: center; }

  .block.block--sidebar-left.carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .block--sidebar-left .block--sidebar-content {
    border-bottom: 0px;
    padding: 40px 10px; }
  .block--sidebar-left .block--main-content-cell .content .boxes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width {
      -ms-flex-basis: 100%;
      -o-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      height: 300px;
      border-left: 0px;
      border-right: 0px;
      border-top: 1px solid #E5E5E5;
      border-bottom: 0px solid #E5E5E5;
      padding: 55px 20px;
      text-align: center; }
    .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:first-child, .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:nth-child(2), .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:nth-child(3) {
      border-top: 1px solid #E5E5E5 !important; }
    .block--sidebar-left .block--main-content-cell .content .boxes-wrapper .column-width:nth-child(3n+2) {
      border-left: 0px solid #E5E5E5;
      border-right: 0px solid #E5E5E5;
      border-top: 1px solid #E5E5E5; }

  .block--full-width {
    padding: 50px 20px; }

  .block--sidebar-left .block--main-content-cell .process .single-process {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 10px 20px 10px 0px; }

  .henkilosto-wrapper-area a.single-result-card {
    display: block;
    width: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

  .block.block--sidebar-left.carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .block.block--sidebar-left.carousel .slider-content {
      padding: 40px 0px 80px;
      min-height: 0px; }

  .block--sidebar-left .block--main-content-cell a.full-width-link {
    padding: 20px; }

  .block--sidebar-content div a {
    margin-left: 0px !important; }

  .block--spacer .block-line {
    height: 50px; }

  .graphic-up-blocks {
    display: none; }

  .graphic-down-blocks {
    height: auto;
    padding-bottom: unset; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic {
    padding: 0px; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.image-block {
    display: none; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0px; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .icon-block {
    height: 0px;
    padding-bottom: 25%;
    width: unset;
    display: block; }

  .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block {
    height: 0px;
    padding-bottom: 25%;
    width: unset; }
    .block--sidebar-left .block--sidebar-content.block--sidebar-graphic .graphic-down-blocks .graphic-block.beige-block .fact-block div {
      height: 50px;
      font-size: 10px; } }
/* 
## Small phones
*/
#header {
  padding-top: 49px; }

.page-template-template-myytavat #header, .page-template-template-yhteystiedot #header {
  padding-top: 20px; }

header.main-header {
  z-index: 99999;
  width: 100%;
  left: 30px;
  right: 30px;
  padding-top: 20px;
  top: 0px;
  background-color: white;
  position: fixed;
  width: calc(100% - 60px); }

.admin-bar header.main-header {
  top: 32px; }

.admin-bar .submenu {
  top: calc(94px + 32px); }

.navigation-bar {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  background-color: white;
  border: 1px solid #E5E5E5;
  height: 74px; }

.left-navigation {
  border-left: 1px solid #E5E5E5; }

.navigation {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /*.navigation--item > a:before {
      left: 100%;
      content: "";
      -ms-transform: scaleY(.3) scaleX(0);
      transform: scaleY(.3) scaleX(0);
      transition: left .3s cubic-bezier(.3,0,.1,1),transform 0s linear .3s;
  }
  .navigation--item:hover > a:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #FAE4D6;
      pointer-events: none;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -ms-transform: scaleY(.3) scaleX(1);
      transform: scaleY(.3) scaleX(1);
      transition: transform .3s cubic-bezier(.3,0,.1,1),left 0s linear;
  }
  */ }
  .navigation .navigation--item {
    height: 100%;
    text-align: center;
    border-left: 1px solid #E5E5E5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border-radius: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #E5E5E5;
    font-family: "equipextended", sans-serif; }
  .navigation .navigation--item > a:focus, .navigation .logo:focus, .navigation .toggle-icon:focus {
    background-color: #F7F7F5; }
  .navigation .navigation--item > a:hover {
    color: #DD590A; }
  .navigation .navigation--item > a:link, .navigation .navigation--item > a:visited, .navigation .navigation--item > a:active {
    padding: 29px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: black;
    text-decoration: none; }
  .navigation .brand {
    border-left: 0px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    padding: 0px;
    cursor: default;
    padding-right: 1px;
    height: 100%; }
    .navigation .brand .logo {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      text-align: center;
      padding: 5% !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navigation .brand .logo img {
        margin-top: -6px;
        height: 21px; }
    .navigation .brand .logo:hover {
      background-color: #F7F7F5; }
  .navigation .navigation--item:hover {
    background-color: #F7F7F5; }
  .navigation .navigation--item.dark {
    background-color: #000000;
    border-right: 0px;
    color: white;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex; }
    .navigation .navigation--item.dark a {
      color: white;
      width: 100%;
      height: 100%; }
    .navigation .navigation--item.dark img {
      margin-right: 8px; }
  .navigation .navigation--item.dark a:hover, .navigation .navigation--item.dark a:focus {
    color: #ED935D;
    background-color: #000000; }
  .navigation .navigation--item.brand:hover {
    background-color: white; }

.submenu {
  position: fixed;
  background-color: white;
  border: 1px solid #E5E5E5;
  border-top: 0px;
  border-left: 0px;
  top: 94px;
  border-bottom: 0px; }
  .submenu ul.menu {
    margin: 0;
    padding: 0; }
  .submenu .menu-item {
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #E5E5E5; }
    .submenu .menu-item a {
      display: block;
      padding: 29px 40px;
      color: #000000;
      text-decoration: none; }
  .submenu .submenu-item:hover, .submenu .submenu-item:focus {
    color: #DD590A;
    background-color: #F7F7F5; }

.submenu--toggle-menu a.submenu-item {
  border-right: 0px;
  border-left: 0px; }

.submenu.submenu--services {
  width: calc(4 / 6 * (100% - 61px) );
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-wrap: wrap;
  -moz-wrap: wrap;
  -ms-wrap: wrap;
  -o-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #E5E5E5; }

.submenu.submenu--toggle-menu {
  border-left: 0px;
  width: calc(1 / 6 * (100% - 61px) ); }

.submenu.submenu--toggle-menu.mobile-menu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.submenu.submenu--contact {
  border-left: 0px;
  border-right: 0px;
  width: calc( 1 / 6 * ( 100% - 61px) ); }

.submenu.submenu--sale {
  border-left: 0px;
  border-right: 0px;
  width: calc( 1 / 6 * ( 100% - 61px) ); }

.submenu--services a.submenu-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  padding: 19px 30px;
  border-bottom: 1px solid #E5E5E5;
  border-left: 0px;
  border-right: 0px;
  -ms-flex-basis: calc(50% - 1px);
  -o-flex-basis: calc(50% - 1px);
  -ms-flex-preferred-size: calc(50% - 1px);
      flex-basis: calc(50% - 1px);
  max-width: calc(50% - 1px); }

.submenu--services a.submenu-item:nth-child(even) {
  border-left: 1px solid #E5E5E5; }

.submenu .menu-icon {
  margin: 10px;
  max-width: 42px; }

.submenu--services a.submenu-item:nth-child(even) {
  border-right: 0px; }

a.submenu-item {
  display: block;
  padding: 29px 5px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  border-top: 0px;
  word-break: break-word; }

.submenu.submenu--search, .submenu.submenu--global-contact {
  color: #000000;
  position: fixed;
  right: 30px;
  width: calc( 2 / 6 * (100% - 60px) );
  border-left: 1px solid #E5E5E5;
  height: 100%;
  padding: 60px 70px;
  text-align: left;
  z-index: 999999;
  background-color: white;
  overflow: auto;
  padding-bottom: 120px; }
  .submenu.submenu--search h4, .submenu.submenu--global-contact h4 {
    text-transform: uppercase; }

.toggle-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer; }
  .toggle-menu .bar {
    background-color: black;
    width: 19px;
    height: 2px;
    margin: 4px auto;
    -webkit-transition: all 150ms cubic-bezier(0.3, 0, 0.1, 1);
    transition: all 150ms cubic-bezier(0.3, 0, 0.1, 1); }
  .toggle-menu .toggle-icon {
    padding: 29px 10px;
    display: block;
    text-align: center;
    margin-top: -5px; }
  .toggle-menu .toggle-icon.active {
    -webkit-transform: translateX(6px);
            transform: translateX(6px); }
  .toggle-menu .toggle-icon.active .bar {
    background-color: #ED935D; }
  .toggle-menu .toggle-icon.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(8px);
            transform: rotate(45deg) translateY(8px); }
  .toggle-menu .toggle-icon.active .bar:nth-child(2) {
    visibility: hidden;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  .toggle-menu .toggle-icon.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-8px);
            transform: rotate(-45deg) translateY(-8px); }

.toggle-menu:hover {
  background-color: #F7F7F5; }

.header-filter-bar {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-top: 0px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  position: fixed;
  width: calc(100% - 60px);
  z-index: 9999;
  background-color: white;
  top: 94px;
  padding-left: 1px; }
  .header-filter-bar form {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 0px; }

.admin-bar .header-filter-bar {
  top: calc(94px + 32px); }

.filter-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #E5E5E5;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  font-weight: 300;
  position: relative; }
  .filter-input input[type="text"] {
    width: 100%;
    border: 1px solid transparent;
    padding: 19px 12px;
    border-radius: 0px;
    -webkit-transition: all 200ms cubic-bezier(0.3, 0, 0.1, 1);
    transition: all 200ms cubic-bezier(0.3, 0, 0.1, 1);
    font-weight: 300; }
  .filter-input input[type="text"]:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ED935D;
    outline: none; }

.filter-dropdown {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-right: 1px solid #E5E5E5;
  cursor: pointer;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.filter-dropdown:after {
  padding: 0px 5px;
  content: "▾"; }

.filter-dropdown:hover {
  background-color: #F7F7F5; }

.filter-dropdown:last-child {
  border-right: 0px; }

.global-contact-trigger {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  z-index: 9999999;
  -webkit-transition: all 150ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 150ms cubic-bezier(0.3, 0, 0.1, 1);
  cursor: pointer; }

.global-contact-trigger:hover {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg); }

.navigation-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.tablet-two-row {
  display: none; }

.simple-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 30px;
  margin-top: -50px; }

.submenu.submenu--global-contact.hiddenheader {
  top: 0px; }

.admin-bar .submenu.submenu--global-contact.hiddenheader {
  top: 32px; }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  .navigation-primary-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .navigation .navigation--item, .navigation .brand {
    height: 50%; }

  .item-navigation-bar a.navigation-item {
    font-size: 9px; }

  .admin-bar .submenu {
    top: calc(166px + 32px); }

  .submenu {
    top: 166px; }

  .navigation-bar {
    height: auto; }
    .navigation-bar .navigation {
      -webkit-wrap: wrap;
      -moz-wrap: wrap;
      -ms-wrap: wrap;
      -o-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .navigation-bar .navigation .navigation--item {
        width: 33%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }

  .submenu {
    width: calc(100% - 60px) !important;
    left: 30px;
    top: 172px; }

  .submenu.submenu--toggle-menu {
    border-left: 1px solid #E5E5E5; }

  .submenu.submenu--search, .submenu.submenu--global-contact {
    padding-bottom: 200px; }

  li.navigation--item:nth-child(1), li.navigation--item:nth-child(2), li.navigation--item:nth-child(3) {
    border-bottom: 1px solid #E5E5E5; }

  .hidden-menu {
    display: none !important; }

  .tablet-two-row {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    font-weight: 300; }

  .tablet-two-row {
    display: block;
    position: fixed;
    z-index: 999999; }

  .tablet-two-row .submenu {
    top: 94px; }

  .admin-bar .tablet-two-row .submenu {
    top: calc(94px + 32px); }

  .toggle-menu .toggle-icon {
    padding: 27px 10px 28px; }

  .navigation .navigation--item.dark a {
    color: white;
    width: 100%;
    height: 100%;
    padding: 27px 0px; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .navigation .brand .logo img {
    margin-left: -20%; }

  .hidden-menu {
    display: block; }

  .tablet-two-row {
    display: none; }

  .navigation .navigation--item, .navigation .brand {
    height: 100%; }

  #header {
    padding-top: 28px; }

  .header-filter-bar {
    width: calc(100% - 20px); }

  header.main-header {
    left: 10px;
    right: 10px;
    padding-top: 0px;
    top: 0px;
    background-color: white;
    position: fixed;
    width: calc(100% - 20px); }

  .admin-bar .header-filter-bar .submenu.filter--type {
    top: 243px; }

  .header-filter-bar .submenu.filter--type {
    top: 194px;
    left: 21px; }
  .header-filter-bar .filter-input, .header-filter-bar .filter-dropdown {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
  .header-filter-bar .filter-dropdown:nth-child(n+3) {
    border-top: 1px solid #E5E5E5; }
  .header-filter-bar form {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    -o-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .navigation-bar a.toggleable:after {
    padding: 0px 5px;
    content: "▾"; }
  .navigation-bar .ratkaisut .submenu-item {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 10%;
    padding-right: 10%; }
  .navigation-bar .submenu-mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .navigation-bar .submenu-mobile-wrapper .submenu-item {
      background-color: #F7F7F7;
      min-height: 64px; }
  .navigation-bar .submenu-item.half {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    font-size: 12px;
    min-height: 50px; }
  .navigation-bar .submenu-item.dark {
    background-color: #000000;
    border-right: 0px;
    color: white;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex; }
    .navigation-bar .submenu-item.dark img {
      margin-right: 8px; }
  .navigation-bar .submenu-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 84px;
    border-left: 0px;
    border-right: 0px; }
  .navigation-bar .submenu-item-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .navigation-bar .navigation--item {
    display: none; }
  .navigation-bar .navigation--item.dark {
    display: none; }
  .navigation-bar .navigation--item.brand {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .navigation-bar .navigation--item.brand .toggle-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%; }
  .navigation-bar .navigation--item.brand .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    text-align: right;
    padding: 0px !important; }

  .submenu {
    width: calc(100% - 20px) !important;
    left: 10px;
    top: 74px; }

  .submenu.submenu--toggle-menu.mobile-menu {
    top: 74px; }

  .admin-bar .submenu.submenu--toggle-menu.mobile-menu {
    top: calc(74px + 32px); }

  body .header-filter-bar {
    top: 74px; }

  body.admin-bar .header-filter-bar {
    top: calc(74px + 32px); } }
/* 
## Small phones
*/
.hero {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  height: auto;
  border: 1px solid #E5E5E5;
  border-bottom: 0px;
  border-top: 0px; }
  .hero .hero-content {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    border-right: 0px;
    border-bottom: 0px;
    position: relative;
    text-align: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex; }
    .hero .hero-content .ingress {
      max-width: 600px; }
    .hero .hero-content .hero-heading {
      margin-left: 70px;
      margin-top: 120px;
      display: inline-block;
      color: white;
      text-align: left; }
      .hero .hero-content .hero-heading span {
        text-transform: uppercase;
        letter-spacing: 0.15em; }
      .hero .hero-content .hero-heading h1 {
        text-transform: uppercase;
        max-width: 600px;
        line-height: 54px; }
  .hero .hero-graphics {
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    -webkit-box-flex: 2;
            flex: 2;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    -o-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-left: 1px solid #E5E5E5; }
    .hero .hero-graphics .image {
      height: 0px;
      padding-bottom: 50%;
      background-color: #F1F0EE; }
    .hero .hero-graphics .background-image {
      height: 0px;
      padding-bottom: 50%;
      background-image: url("../assets/line-pattern.png");
      background-size: 40px;
      background-repeat: repeat;
      background-position: center; }
    .hero .hero-graphics .large-image {
      height: 0px;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center center; }
    .hero .hero-graphics .hero-block {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      max-width: 50%; }
    .hero .hero-graphics .hero-block:first-child {
      border-right: 1px solid #E5E5E5;
      -ms-flex-basis: calc(50% - 1px);
      -ms-flex-preferred-size: calc(50% - 1px);
          flex-basis: calc(50% - 1px);
      max-width: calc(50% - 1px); }
    .hero .hero-graphics .hero-block:last-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
      border-top: 1px solid #E5E5E5; }
    .hero .hero-graphics .hero-block.image {
      padding: 0px;
      padding-bottom: 50%;
      height: 0px;
      text-align: center;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex;
      position: relative;
      -webkit-wrap: wrap;
      -moz-wrap: wrap;
      -ms-wrap: wrap;
      -o-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero .hero-graphics .hero-block.image img {
        -ms-flex-item-align: center;
            align-self: center;
        max-width: 140px;
        width: 80%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  .hero .hero-buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
    .hero .hero-buttons .button-wrapper {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .hero .hero-buttons .button-wrapper a.hero-button {
        text-decoration: none;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        height: 114px;
        padding: 30px 40px;
        text-align: left;
        letter-spacing: 0.015em;
        -webkit-transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1);
        transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1); }
        .hero .hero-buttons .button-wrapper a.hero-button .arrow img {
          margin-top: 5px;
          -webkit-transition: all 200ms cubic-bezier(0.3, 0, 0.1, 1);
          transition: all 200ms cubic-bezier(0.3, 0, 0.1, 1); }
      .hero .hero-buttons .button-wrapper .hero-button:first-child {
        background-color: #7B2927;
        color: #ED935D; }
      .hero .hero-buttons .button-wrapper .hero-button:nth-child(2) {
        background-color: #DD590A;
        color: #7B2927; }
      .hero .hero-buttons .button-wrapper .hero-button:nth-child(3) {
        background-color: #ED935D;
        color: #7B2927; }
      .hero .hero-buttons .button-wrapper a.hero-button:hover {
        opacity: .9; }
        .hero .hero-buttons .button-wrapper a.hero-button:hover .arrow img {
          -webkit-transform: translateX(10px);
                  transform: translateX(10px); }

.inner-hero.hero {
  height: auto; }
  .inner-hero.hero .hero-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -50px; }
  .inner-hero.hero .hero-block {
    height: 0;
    padding-top: 50%;
    position: relative; }
  .inner-hero.hero .hero-block.large-image:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #E5E5E5;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  .inner-hero.hero .hero-block.large-image:first-child {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 0%; }
  .inner-hero.hero .hero-graphics .hero-block:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
  .inner-hero.hero .hero-graphics .hero-block:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
  .inner-hero.hero .icon-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5; }
    .inner-hero.hero .icon-block img {
      position: absolute;
      max-width: 55%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .inner-hero.hero .large-dots {
    background-position: center;
    background-image: url("../assets/squares-big.svg");
    background-size: 14px; }
  .inner-hero.hero .small-dots {
    background-position: center;
    background-image: url("../assets/squares-small.svg");
    background-size: 20px;
    border-right: 1px solid #E5E5E5; }
  .inner-hero.hero .lines {
    background-position: center;
    background-image: url("../assets/diagonal-lines-2.svg");
    background-size: 19px; }

.hero.hero--large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: middle;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 770px; }
  .hero.hero--large .subheading {
    font-size: 14px;
    margin-bottom: 10px; }
  .hero.hero--large .main-title {
    margin-top: 0px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    line-height: 3.2rem;
    text-align: center; }
  .hero.hero--large .hero-content-box {
    display: block;
    color: white;
    z-index: 9999; }
  .hero.hero--large .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); }

.hero.hero--color .hero-content {
  background-color: #7B2927;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero.hero--color .hero-content .hero-heading {
    text-align: center;
    margin-left: 0px;
    width: 100%;
    margin-top: 0px; }
    .hero.hero--color .hero-content .hero-heading span {
      text-transform: uppercase;
      letter-spacing: 0.025em;
      margin-bottom: 25px;
      display: block; }
    .hero.hero--color .hero-content .hero-heading h1 {
      margin: 0 auto; }
  .hero.hero--color .hero-content .hero-ingress {
    padding: 0 15%;
    margin-top: 30px; }
  .hero.hero--color .hero-content .hero-ingress p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300; }

.hero.hero--minimal {
  height: 382px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 54px;
  min-height: 1px; }
  .hero.hero--minimal .hero-heading {
    text-align: center; }
  .hero.hero--minimal .subheading + .main-title {
    margin-top: 0px; }
  .hero.hero--minimal .hero-heading span.subheading {
    margin-bottom: 0px; }

.video-trigger img {
  height: 30px;
  margin-right: 15px; }

.video-trigger {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.15em; }

.hero-heading a {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.025em;
  text-decoration: none;
  display: inline-block;
  margin-top: 60px;
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  opacity: .7; }

.hero-heading p a {
  text-transform: none;
  margin-top: 0px;
  font-size: inherit; }

.hero-heading a:hover {
  opacity: 1; }

.hero-heading:focus {
  opacity: 1; }

.hero.hero--minimal.hero--kohde {
  margin-top: 4px;
  padding-top: 30px; }

.page-template-template-yhteystiedot .hero.hero--minimal, .page-template-template-myytavat .hero.hero--minimal {
  padding-top: 119px; }

/*
## Small desktop-devices
*/
@media screen and (max-width: 1200px) {
  .hero .hero-buttons .button-wrapper a.hero-button {
    font-size: 12px; } }
/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  .page-template-template-yhteystiedot .hero.hero--minimal, .page-template-template-myytavat .hero.hero--minimal {
    margin-top: 101px; }

  .hero.hero--large {
    height: 650px; }

  .hero.hero--minimal {
    margin-top: 0px; }

  .hero.hero--minimal.hero--kohde {
    margin-top: 4px;
    padding-top: 10%; }

  .hero, .hero.hero--color {
    height: auto;
    min-height: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    -o-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .hero .hero-content, .hero.hero--color .hero-content {
      height: 600px; }
    .hero .hero-block.large-image, .hero.hero--color .hero-block.large-image {
      width: 66.66%;
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      height: 0px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 53%; }
    .hero .hero-block.background-image, .hero.hero--color .hero-block.background-image {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 50% !important;
              flex: 0 0 50% !important;
      width: 33.333%;
      height: 0px;
      padding-bottom: 25%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .hero .hero-graphics .hero-block.image, .hero.hero--color .hero-graphics .hero-block.image {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 50% !important;
              flex: 0 0 50% !important;
      width: 33.333%;
      height: 0px;
      padding-bottom: 25%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .hero .hero-graphics, .hero.hero--color .hero-graphics {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-wrap: wrap;
      -moz-wrap: wrap;
      -ms-wrap: wrap;
      -o-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 480px; }

  .hero.inner-hero .hero-graphics, .hero.hero--color .hero-graphics {
    display: none; }

  .inner-hero.hero .hero-content {
    margin-top: 0px; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .hero.hero--minimal.hero--kohde {
    margin-top: 4px;
    padding-top: 6%; }

  .hero .hero-content .hero-heading h1 {
    text-transform: uppercase;
    max-width: 600px;
    line-height: 44px; }

  .hero .hero-graphics .hero-block.image, .hero.hero--color .hero-graphics .hero-block.image {
    width: 33.3333%; }

  .hero.hero--color .hero-content .hero-ingress p {
    font-size: 14px;
    line-height: 21px; }

  .ingress p {
    font-size: 14px;
    line-height: 21px; }

  .hero.hero--minimal {
    margin-top: 0px; }

  .hero.inner-hero.hero--color .hero-content {
    height: auto; }
    .hero.inner-hero.hero--color .hero-content .hero-ingress {
      padding: 20px; }

  .hero .hero-content, .hero.hero--color .hero-content {
    height: 700px; }
  .hero .hero-buttons .button-wrapper, .hero.hero--color .hero-buttons .button-wrapper {
    -webkit-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    -o-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .hero .hero-buttons .button-wrapper a.hero-button, .hero.hero--color .hero-buttons .button-wrapper a.hero-button {
      height: auto;
      min-height: 74px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      font-size: 12px; }

  li.navigation--item:nth-child(1), li.navigation--item:nth-child(2), li.navigation--item:nth-child(3) {
    border-bottom: 0px; } }
/* 
## Small phones
*/
@media screen and (max-width: 420px) {
  .hero .hero-graphics .hero-block.image, .hero.hero--color .hero-graphics .hero-block.image {
    width: 50%; }

  .hero.hero--color.inner-hero .hero-content {
    height: auto; }

  .hero.hero--color .hero-content .hero-heading {
    margin-top: 60px; }

  .hero.hero--color .hero-content .hero-ingress {
    padding: 20px; }

  .hero-graphics .hero-block.large-image {
    height: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%; }

  .hero--color .hero-graphics {
    display: none; }

  .hero .hero-graphics, .hero.hero--color .hero-graphics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .hero .hero-graphics .image, .hero .hero-graphics .background-image, .hero.hero--color .hero-graphics .image, .hero.hero--color .hero-graphics .background-image {
      height: 200px;
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      width: 50%; }
    .hero .hero-graphics .image, .hero.hero--color .hero-graphics .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
    .hero .hero-graphics .hero-block:last-child, .hero.hero--color .hero-graphics .hero-block:last-child {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
  .hero .hero-content, .hero.hero--color .hero-content {
    height: 650px; }
    .hero .hero-content .hero-heading, .hero.hero--color .hero-content .hero-heading {
      margin-top: 80px;
      margin-bottom: 80px;
      margin-left: 20px;
      margin-right: 20px;
      text-align: center; }
      .hero .hero-content .hero-heading h1, .hero.hero--color .hero-content .hero-heading h1 {
        line-height: 30px;
        font-size: 24px; } }
footer.main-footer {
  background-color: #000000;
  padding: 0;
  border: 1px solid #E5E5E5; }
  footer.main-footer h5 {
    color: white;
    font-size: 13px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 0px; }
  footer.main-footer .footer-free p {
    color: white; }
  footer.main-footer a:link, footer.main-footer a:visited, footer.main-footer a:active {
    color: #BBBBBB;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.025em;
    margin: 7px 0px;
    display: block; }
  footer.main-footer a:hover {
    color: white;
    text-decoration: underline; }
  footer.main-footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer.main-footer .footer-blocks {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    -o-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer.main-footer .footer-blocks .footer-block {
      -ms-flex-basis: 33.3333%;
      -o-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
      max-width: 33.3333%;
      padding: 110px 100px;
      border-bottom: 1px solid #333333; }
    footer.main-footer .footer-blocks .footer-block:nth-child(3n+2) {
      border-left: 1px solid #333333;
      border-right: 1px solid #333333;
      -ms-flex-basis: calc(33.3333% - 2px);
      -o-flex-basis: calc(33.3333% - 2px);
      -ms-flex-preferred-size: calc(33.3333% - 2px);
          flex-basis: calc(33.3333% - 2px);
      max-width: calc(33.3333% - 2px); }
  footer.main-footer .footer-copyright {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    position: relative; }
  footer.main-footer .footer-logo {
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 0px; }
  footer.main-footer .footer-copyright-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 13px 0px; }
  footer.main-footer .footer-copyright a:link, footer.main-footer .footer-copyright a:visited, footer.main-footer .footer-copyright a:active {
    display: inline; }
  footer.main-footer .footer-copyright-content p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0px;
    margin: 0px; }

    .footer-close {
      float: right;
    }

    .close-popup {
      display: none;
    }

body footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body footer .gform_wrapper textarea, body footer .gform_wrapper .gform_body select {
  background-color: transparent;
  border: 1px solid #333333; }

footer .gform_wrapper .chosen-container-multi .chosen-choices {
  background: transparent;
  background-image: none;
  color: white;
  border: 1px solid #333333; }

footer li.active-result.highlighted {
  background-color: black;
  color: white; }

footer li.active-result {
  padding: 8px 10px; }

footer .gform_wrapper .chosen-container .chosen-results li {
  padding: 7px 10px; }

footer .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: black;
  background-image: none; }

footer .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: none;
  color: white !important;
  background-color: #333;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-image: none;
  padding: 8px 20px 8px 10px;
  font-size: 12px; }

footer .gform_wrapper .chosen-container .chosen-drop {
  border: 0px; }

.footer-free form input[type="text"], .footer-free form input[type="email"] {
  background: transparent;
  color: white;
  border: 1px solid #333;
  border-radius: 0px;
  margin: 5px 0px;
  font-size: 13px;
  padding: 10px 5px;
  width: 100%; }

.footer-free input[type="text"]:nth-child(1), .footer-free input[type="text"]:nth-child(2) {
  width: 48%;
  float: left;
  margin-right: 2%; }

.footer-free form input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  color: white;
  text-transform: uppercase;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.025em; }

ul.some-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.aiheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }

.single-aihe {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  color: #999;
  font-size: 12px;
  padding-right: 10px; }

.single-aihe input[type="checkbox"] {
  margin: 0px 5px 0px 0px; }

footer .gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: white !important; }

.some-menu li {
  display: inline-block;
  margin: 0px 8px 0px 0px; }

.some-menu img {
  height: 17px; }

footer .gform_wrapper .top_label .gfield_label, footer .gform_wrapper legend.gfield_label {
  color: #999; }

.simple-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 30px;
  margin-top: 20px;
  margin-bottom: 30px; }

/*
## Small desktop-devices
*/
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-blocks .footer-block {
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  footer.main-footer .footer-blocks .footer-block:nth-child(3n+2) {
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }
footer input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #E5E5E5;
  padding: 7px; }

footer input[type="checkbox"]:checked, footer input[type="radio"]:checked {
  background: url("../assets/tick.svg") #ED935D;
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat; }

/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-blocks .footer-block {
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  footer.main-footer .footer-blocks .footer-block:nth-child(3n+2) {
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  footer.main-footer .footer-copyright-content {
    margin-top: 30px;
    text-align: left;
    margin-left: 20px; }

  footer.main-footer .footer-blocks .footer-block {
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 50px 20px;
    max-width: 100%; }
  footer.main-footer .footer-blocks .footer-block:nth-child(3n+2) {
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  footer.main-footer a:link, footer.main-footer a:visited, footer.main-footer a:active {
    margin: 14px 0px; } }
/* 
## Small phones
*/
.slide-fade-enter-active {
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }

.slide-fade-leave-active {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to
 {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0; }

.slide-fade-slow-enter-active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.slide-fade-slow-leave-active {
  -webkit-transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-slow-enter, .slide-fade-slow-leave-to
 {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0; }

.slide-fade-height-enter-active {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  max-height: none; }

.slide-fade-height-leave-active {
  -webkit-transition: all 0.01s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.01s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-height-enter, .slide-fade-height-leave-to {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  max-height: 0; }

.slide-fade-height-slow-enter-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  max-height: none; }

.slide-fade-height-slow-leave-active {
  -webkit-transition: all 0.01s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.01s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-height-slow-enter, .slide-fade-height-slow-leave-to {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0; }

label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px; }

label, .gform_wrapper .top_label .gfield_label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px; }

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #000000;
  color: white;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 25px; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea, body .gform_wrapper .gform_body select {
  border-radius: 0px;
  border: 1px solid #E5E5E5;
  padding: 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  height: auto;
  background: white; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus, .gform_wrapper .gform_body select:focus {
  outline: none;
  border: 1px solid #ED935D; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 10px;
  opacity: .6; }

body .v-select.multiple .selected-tag {
  display: none; }

input {
  font-family: "equipextended", sans-serif; }

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 11px; }

body .gform_wrapper .gfield_required {
  color: #DD590A; }

body .gform_wrapper .gform_body select {
  background-image: url("../assets/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 15px center; }

.form-control {
  font-weight: 300; }

.search-group {
  margin: 30px 0px; }
  .search-group .v-select .dropdown-toggle {
    border-radius: 0px;
    padding: 9px;
    border: 1px solid #E5E5E5;
    text-transform: capitalize; }
  .search-group .v-select li {
    line-height: 2;
    text-transform: capitalize; }
  .search-group .v-select .dropdown-menu > .highlight > a {
    background: #000000; }
  .search-group .v-select .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    border: 1px solid #E5E5E5; }
  .search-group .vue-slider {
    background: none;
    height: 4px !important;
    clear: both; }
  .search-group .vue-slider-process {
    background-color: #ED935D; }
  .search-group .vue-slider-dot .vue-slider-dot-handle {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ED935D; }
  .search-group .vue-slider-horizontal .vue-slider-dot {
    width: 20px !important;
    height: 20px !important;
    top: -8px !important; }

.gform_drop_area input[type="button"] {
  background-color: white;
  border: 1px solid black;
  border-radius: 0px;
  font-weight: 400;
  line-height: 20px; }

.gform_wrapper span.gform_drop_instructions {
  font-weight: 400;
  margin-bottom: 15px; }

.ginput_preview strong {
  font-weight: 400; }

.ginput_preview {
  font-size: 14px; }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="search"] {
    font-size: 16px !important; } }
/* 
## Small phones
*/
.button, a.button, input[type="submit"].submit-div {
  background-color: black;
  padding: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px; }

input[type="submit"].submit-button, input[type="submit"].submit-div {
  border: 1px solid #000000;
  color: #FFF;
  background-color: #000000;
  padding: 20px; }

.submit-button, a.submit-button, input[type="submit"].submit-div {
  width: 100%;
  margin-top: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.submit-button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 200%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  top: 0;
  left: -300%;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(1) skewX(-30deg);
          transform: scaleX(1) skewX(-30deg);
  -webkit-transition: left 0.9s cubic-bezier(0.4, 0, 0.1, 1), -webkit-transform 0s linear 0.9s;
  transition: left 0.9s cubic-bezier(0.4, 0, 0.1, 1), -webkit-transform 0s linear 0.9s;
  transition: left 0.9s cubic-bezier(0.4, 0, 0.1, 1), transform 0s linear 0.9s;
  transition: left 0.9s cubic-bezier(0.4, 0, 0.1, 1), transform 0s linear 0.9s, -webkit-transform 0s linear 0.9s; }

.submit-button:hover:before {
  left: 100%;
  -webkit-transform: translateX(-100%) scaleX(1) skewX(-30deg);
          transform: translateX(-100%) scaleX(1) skewX(-30deg);
  -webkit-transition: left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1);
  transition: left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1), left 0s linear;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1), left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1); }

a.border-button {
  border: 1px solid #ED935D;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  color: #ED935D;
  cursor: pointer;
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }

a.border-button.white {
  border: 1px solid white;
  color: white; }

a.border-button.white:hover {
  background-color: white;
  color: #ED935D; }

a.border-button:hover {
  background-color: #ED935D;
  color: white; }

.text-btn {
  color: #ED935D;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration: none; }

.text-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FAE4D6;
  pointer-events: none;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.3) scaleX(1);
          transform: scaleY(0.3) scaleX(1);
  -webkit-transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
  transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1); }

.text-btn:hover:before {
  left: 100%;
  -webkit-transform: scaleY(0.3) scaleX(0);
          transform: scaleY(0.3) scaleX(0);
  -webkit-transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
  transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
  transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s;
  transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s; }

/* TEXT BUTTON NAVIGATION */
.btn-nav {
  color: #000000;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration: none; }

.btn-nav:hover {
  color: #ED935D; }

.btn-nav:before {
  left: 100%;
  -webkit-transform: scaleY(0.3) scaleX(0);
          transform: scaleY(0.3) scaleX(0);
  -webkit-transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
  transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0s linear 0.3s;
  transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s;
  transition: left 0.3s cubic-bezier(0.3, 0, 0.1, 1), transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s; }

.btn-nav:hover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FAE4D6;
  pointer-events: none;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.3) scaleX(1);
          transform: scaleY(0.3) scaleX(1);
  -webkit-transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
  transition: left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.1, 1), left 0s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.1, 1); }

/* BUTTON */
.btn {
  cursor: pointer;
  display: inline-block;
  font-family: 'equipextended' ,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1em 1.5em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  text-decoration: none; }

.btn-primary {
  border: 1px solid #ED935D;
  color: #ED935D; }

.btn-primary:hover {
  color: #7B2927; }

.btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 200%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  top: 0;
  left: -300%;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(1) skewX(-30deg);
          transform: scaleX(1) skewX(-30deg);
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), -webkit-transform 0s linear 0.4s;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), -webkit-transform 0s linear 0.4s;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), transform 0s linear 0.4s;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), transform 0s linear 0.4s, -webkit-transform 0s linear 0.4s; }

.btn-primary:before {
  background-color: #ED935D; }

.btn-primary:hover:before {
  left: 100%;
  -webkit-transform: translateX(-100%) scaleX(1) skewX(-30deg);
          transform: translateX(-100%) scaleX(1) skewX(-30deg);
  -webkit-transition: left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1);
  transition: left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1), left 0s linear;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1), left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1); }

/* BUTTON BLACK */
.submit-button {
  border: 1px solid #000000;
  color: #FFF;
  background-color: #000000; }

.submit-button:hover {
  color: #000000;
  border: 1px solid #000000; }

.btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 200%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  top: 0;
  left: -300%;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(1) skewX(-30deg);
          transform: scaleX(1) skewX(-30deg);
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), -webkit-transform 0s linear 0.4s;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), -webkit-transform 0s linear 0.4s;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), transform 0s linear 0.4s;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.1, 1), transform 0s linear 0.4s, -webkit-transform 0s linear 0.4s; }

.submit-button:before {
  background-color: #FFF;
  color: #000000; }

.submit-button:hover:before {
  left: 100%;
  -webkit-transform: translateX(-100%) scaleX(1) skewX(-30deg);
          transform: translateX(-100%) scaleX(1) skewX(-30deg);
  -webkit-transition: left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1);
  transition: left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1), left 0s linear;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1), left 0s linear, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.1, 1); }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
/*
## Large phones
*/
/* 
## Small phones
*/
.carousel-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel-navigation.desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.carousel-navigation.mobile {
  display: none !important; }

.block--sidebar-left.carousel .block--sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.block--sidebar-left.carousel .block--main-content {
  overflow: hidden; }

.prev, .next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #E5E5E5;
  cursor: pointer; }

.prev:hover, .next:hover {
  background-color: #F7F7F5;
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }

.prev {
  border-right: 1px solid #E5E5E5; }

.swiper-container {
  width: 100%; }

.swiper-slide .single-result-card {
  border: 0px; }

.block--sidebar-left .block--sidebar-content h3.carousel-item-title {
  margin: 40px 0px; }

.block--sidebar-content .slick-slide div {
  text-align: left;
  padding: 30px; }

.carousel-item-title p {
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  line-height: 30px;
  font-size: 24px; }

.slick-slide {
  text-align: left; }

.slick-for .slick-prev:before,
.slick-for .slick-next:before {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .slick-for .slick-prev {
    left: -20px;
  }
  .slick-for .slick-next {
    right: -20px;
  }
}

.instagram .slick-slide {
  padding: 70px;
  border-right: 1px solid #E5E5E5; }

.instagram.block--sidebar-left .block--main-content-cell {
  padding: 0px; }

.slick-slider {
  margin-bottom: 0px; }

.slick-slide .single-result-card {
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
  max-width: 100%; }

.slick-slide .single-result-card .single-result-image {
  border: 0px; }

.large-item {
  margin-bottom: -7px; }

.block--sidebar-left.carousel .block--sidebar-content {
  min-height: 450px; }

.block.carousel.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.carousel .slick-dots {
  bottom: 0px;
  left: 0; }

.carousel .slick-dots {
  text-align: left;
  margin-left: 55px; }
  .carousel .slick-dots li {
    margin: 0 2px; }

.carousel .slick-dots li button:before {
  content: "";
  background-image: url("../assets/dot.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1; }

.carousel .slick-dots li.slick-active button:before {
  content: "";
  background-image: url("../assets/orange-dot.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1; }

.carousel .slick-dots li button {
  padding: 2px; }

.carousel .block--main-content {
  position: relative; }

@media screen and (max-width: 1200px) {
  .carousel .slick-dots {
    bottom: 40px; }

  .block--graphic-right .main-content > div {
    margin: 200px 60px; } }
@media screen and (max-width: 1024px) {
  .block.carousel.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .carousel .block--main-content {
    padding-bottom: 100px; }

  .carousel .single-result-card {
    padding-top: 0px; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .block--spacer.after-carousel {
    display: none; }

  .instagram .slick-slide {
    padding: 40px; }

  .carousel .single-result-card {
    padding: 0px 40px; }

  .carousel .large-item {
    padding: 0px; }

  .block--sidebar-left.carousel .block--sidebar-content {
    min-height: 0px;
    border-bottom: 1px solid #E5E5E5; }

  .block--sidebar-content .slick-slide div {
    text-align: left;
    padding: 10px;
    text-align: center; }

  .carousel .slick-dots {
    margin-left: auto;
    bottom: 20px;
    margin-right: auto;
    text-align: center; }

  .carousel-navigation.desktop {
    display: none !important; }

  .carousel-navigation.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.single-card-image {
  height: 250px;
  background-size: cover; }

.single-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90%;
  margin: 20px; }

.picked-filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .picked-filters ul .picked-filter {
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #E5E5E5;
    margin-right: 15px;
    margin-bottom: 5px; }

.filter-actions {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex; }

.picked-filters {
  margin: 0px 0px 25px 0px; }

.filter-bar {
  padding: 0px 4% 30px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5; }

.filter-results {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-filter-result {
  display: inline-block;
  margin: 0px 30px 0px 0px;
  letter-spacing: 0.025em; }
  .single-filter-result img {
    margin-right: 10px; }

.sort {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  font-size: 12px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.submenu.sort-menu {
  position: absolute;
  width: auto;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0px;
  top: 0px;
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 12px;
  font-weight: 400; }

.sort-menu .filter-item {
  padding: 15px;
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 12px;
  font-weight: 400; }

.submenu.sort-menu {
  border: 1px solid #E5E5E5;
  border-top: 0px; }

.sort img {
  margin-right: 10px; }

.results .single-result-card {
  padding: 4% 5%;
  height: auto; }

.next-page {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.prev-page, .next-page {
  background-size: contain;
  background-image: url("../assets/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.clear, .sort {
  cursor: pointer; }

.single-result-card {
  -ms-flex-preferred-size: 33.3333333%;
      flex-basis: 33.3333333%;
  max-width: 33.33333%;
  border: 1px solid #E5E5E5;
  border-top: 0px;
  padding: 80px 70px;
  height: 0;
  padding-bottom: calc(100% - 80px); }
  .single-result-card .single-result-info h4 {
    letter-spacing: 0.25px;
    font-size: 20px;
    margin-top: 5px;
    word-break: break-word; }
  .single-result-card .single-result-info .price {
    font-size: 18px; }

.single-result-card a:focus .single-result-image {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  opacity: .8; }

a.single-result-card {
  text-decoration: none;
  color: black; }

a.single-result-card img {
  -webkit-transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1); }

a.single-result-card:hover img {
  opacity: .8; }

.single-result-card:nth-child(3n+2) {
  border-left: 0px;
  border-right: 0px; }

.single-result-card:nth-child(3n+2):last-child {
  border-right: 1px solid #E5E5E5; }

.single-result-info a {
  color: black;
  text-decoration: none; }

.results {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-wrap: wrap;
  -moz-wrap: wrap;
  -ms-wrap: wrap;
  -o-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .results > div {
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-wrap: wrap;
    -moz-wrap: wrap;
    -ms-wrap: wrap;
    -o-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.area-input .v-select .dropdown-toggle {
  padding: 19px 12px;
  border: 0px; }

body .v-select .selected-tag {
  background-color: transparent;
  font-size: 13px;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
  display: none; }

body .submenu--search .v-select .selected-tag {
  display: block; }

.single-result-image {
  height: 300px;
  background-size: cover;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden; }

.single-result-info {
  margin: 40px 0px; }

.no-results {
  margin: 30px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .no-results .no-results-text h4 {
    letter-spacing: 0px; }
  .no-results .no-results-icon {
    margin: 30px 0px; }

.submenu.filter--type {
  top: 153px;
  width: calc(1 / 4 * (100% - 58px) );
  -webkit-transform: translateX(-11px);
          transform: translateX(-11px);
  border-bottom: 1px solid #E5E5E5;
  max-height: 500px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 20px;
  border-left: 1px solid #E5E5E5; }

.submenu.filter--type.personnel {
  width: calc(1 / 3 * (100% - 60px) ); }

.admin-bar .submenu.filter--type {
  top: 186px; }

.submenu.filter--type.columns {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-wrap: wrap;
  -moz-wrap: wrap;
  -ms-wrap: wrap;
  -o-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.remove-filter {
  margin-left: 10px;
  cursor: pointer; }

body .v-select .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: 1px solid #E5E5E5;
  border-left: 0px; }

body .v-select .dropdown-menu > .highlight > a {
  background: black; }

body .v-select .vs__actions {
  display: none; }

.label-wrapper {
  position: absolute;
  width: 95%;
  height: 100%;
  overflow: hidden; }

label.placeholder {
  position: absolute;
  left: 21px;
  top: 24px;
  color: #808080;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap; }

.filter-item {
  padding: 0px 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .filter-item label {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px 0px;
    margin-top: -15px;
    width: 75%;
    text-transform: capitalize;
    letter-spacing: 0.025em;
    font-size: 12px;
    font-weight: 400; }
  .filter-item label:hover + input[type="checkbox"], .filter-item label:hover + input[type="radio"] {
    border-color: #ED935D; }
  .filter-item input[type="checkbox"], .filter-item input[type="radio"] {
    margin-right: 10px;
    -webkit-appearance: none;
    border: 1px solid #BFBFBF;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -6px;
    -webkit-transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1);
    transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1); }
  .filter-item input[type="radio"] {
    border-radius: 100%; }
  .filter-item input[type="checkbox"]:focus, .filter-item input[type="radio"]:focus {
    border: 1px solid #ED935D;
    outline: none; }
  .filter-item input[type="checkbox"]:hover, .filter-item input[type="radio"]:hover {
    border: 1px solid #ED935D;
    outline: none; }
  .filter-item input[type="checkbox"]:checked, .filter-item input[type="radio"]:checked {
    background: url("../assets/tick.svg") #ED935D;
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat; }

.value-spans {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  color: #808080;
  margin-top: 10px;
  font-size: 9px;
  clear: both; }

.min-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.input-medium {
  display: block;
  width: 48%;
  padding: 10px;
  margin: 0 1% 15px;
  float: left;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1); }

.input-medium:focus {
  outline: none;
  border: 1px solid #ED935D; }

img[lazy=loading] {
  background-color: #E5E5E5;
  height: 100%;
  width: 100%; }

.pagination {
  padding: 0;
  list-style-type: none;
  margin: 30px 0px;
  text-align: center;
  width: 100%; }
  .pagination li {
    display: inline-block;
    margin: 5px 5px; }
  .pagination a.first::after {
    content: "..."; }
  .pagination a.last::before {
    content: "..."; }
  .pagination a:link, .pagination a:active, .pagination a:visited {
    color: black;
    text-decoration: none;
    padding: 5px 10px;
    /* font-size: 18px; */ }
  .pagination a.current:link, .pagination a.current:visited, .pagination a.current:active {
    background-color: #FDF3ED;
    color: #DD590A;
    border-radius: 3pX; }

.results .no-results {
  max-width: 100%;
  margin: 30px 0px; }

.kohdelistaus-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.kohdelistaus-wrapper .single-result-card {
  padding-bottom: 33.33333%; }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  .admin-bar .header-filter-bar {
    top: calc(167px + 32px); }

  .header-filter-bar {
    top: 167px; }

  .admin-bar .submenu.filter--type {
    top: 271px; }

  .submenu.filter--type {
    top: 239px;
    left: 40px; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .single-filter-result {
    display: none; }

  .single-filter-result.clear {
    display: block; }

  .sort span {
    display: none; }

  .results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .single-result-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

  .single-result-card:nth-child(3n+2) {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5; }

  .kohdelistaus-wrapper .single-result-card {
    padding-bottom: unset;
    height: auto;
    padding-top: 40px; } }
/* 
## Small phones
*/
.hero.hero--minimal.hero--kohde {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  padding-bottom: 110px;
  padding-top: 8%;
  padding-right: 11%;
  padding-left: 11%; }
  .hero.hero--minimal.hero--kohde .hero-item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-top: 50px;
    padding-right: 50px; }
  .hero.hero--minimal.hero--kohde .hero-item-images {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }

a.back-to-results {
  margin-bottom: 100px;
  display: block;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.15rem; }

a.dkpdf-button {
  color: black;
  font-size: 14px;
  display: inline-block; }

.dkpdf-button-container {
  text-align: center !important;
  float: none; }

.item-price {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 28px; }

.item-info {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 24px;
  letter-spacing: 0.025em; }

.item-title {
  word-break: break-word;
  font-size: 52px;
  letter-spacing: 0.1em;
  line-height: 1;
  word-spacing: -15px; }

.back-icon {
  padding-right: 12px; }

.item-navigation-bar .navigation-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-right: 1px solid #E5E5E5;
  cursor: pointer;
  font-weight: 300; }
.item-navigation-bar a.navigation-item {
  color: #000000;
  text-decoration: none; }
.item-navigation-bar .navigation-item:hover {
  background-color: #F7F7F5; }
.item-navigation-bar .navigation-item:last-child {
  border-right: 0px; }

.item-content .map-block {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.3%;
          flex: 1 0 66.3%; }
.item-content .location-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  vertical-align: middle;
  padding-top: 170px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-left: 1px solid #E5E5E5; }
  .item-content .location-block h4 {
    letter-spacing: 0.025em; }

.block--main-content-cell.tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .block--main-content-cell.tables .half-width {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 115px 90px; }
  .block--main-content-cell.tables .half-width:nth-child(2) {
    border-left: 1px solid #E5E5E5; }
  .block--main-content-cell.tables .full-width {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 115px 90px;
    border-top: 1px solid #E5E5E5; }

.contact-person-image {
  height: 108px;
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 30px; }

.contact-person-image img {
  border-radius: 100%; }

.contact-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }

.kivi-img-container {
  width: 50%;
  display: block;
  padding-left: 50px;
  padding-top: 50px; }

.kivi-img-container .slick-carousel:last-child {
  margin-top: 50px; }

.hero-item-images {
  padding-left: 30px;
  overflow: hidden; }
  .hero-item-images .hero-image-large img {
    width: 100%; }
  .hero-item-images .hero-images-all {
    margin-top: 20px; }

.realty-materials {
  font-size: 24px; }
  .realty-materials ul {
    margin: 10px 0px 40px;
    padding: 0; }
  .realty-materials ul li {
    list-style-type: none;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 18px; }

.kivi-img-container .slick-dots {
  bottom: 30px; }

.kivi-img-container .slick-dots li button:before {
  content: "—";
  font-size: 28px;
  color: white;
  opacity: .65; }

.kivi-img-container .slick-dots li.slick-active button:before {
  color: #DD590A; }

img.slick-for-image:hover {
  opacity: .8; }

img.slick-for-image {
  -webkit-transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 50ms cubic-bezier(0.3, 0, 0.1, 1);
  cursor: pointer; }

.item-excerpt p {
  font-size: 18px;
  line-height: 28px; }

/*
## Small desktop-devices
*/
@media screen and (max-width: 1200px) {
  .item-excerpt p {
    font-size: 16px;
    line-height: 24px; } }
/* 
## Tablets
*/
@media screen and (max-width: 1024px) {
  .item-excerpt p {
    font-size: 14px;
    line-height: 22px; }

  .location-block {
    padding: 80px 0px 120px;
    border-left: 0px; }

  .kivi-img-container {
    width: 100%;
    padding: 20px; }

  .kivi-img-container {
    width: 100%;
    padding: 20px; } }
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  a.back-to-results span {
    display: none; }

  .back-icon {
    width: 35px; }

  .item-info {
    font-size: 12px; }

  .item-title {
    word-spacing: -6px;
    font-size: 26px; }

  .item-price {
    font-size: 14px;
    letter-spacing: 0.05em; }

  .realty-materials {
    font-size: 16px; }

  .slick-carousel.slick-initialized.slick-slider {
    display: none; }

  .item-excerpt {
    padding: 40px 20px; }

  .header-filter-bar.item-navigation-bar {
    display: none; }

  .hero.hero--minimal.hero--kohde {
    padding: 30px 0px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .hero.hero--minimal.hero--kohde .hero-item-content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-top: 0px; }

  .hero-item-images {
    padding: 0px;
    margin-top: 30px; }

  .hero-images-all {
    display: none; }

  .block.location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .block.location #map {
      height: 350px; }
    .block.location .location-block {
      padding: 80px 0px 120px;
      border-left: 0px; }

  .block--main-content-cell.tables .half-width, .block--main-content-cell.tables .full-width {
    padding: 20px 20px 40px; }
  .block--main-content-cell.tables .full-width {
    border-top: 0px;
    padding-bottom: 40px; }
  .block--main-content-cell.tables .half-width:nth-child(2) {
    border-left: 0px; }

  .block--sidebar-left .block--main-content-cell .content.smaller-content {
    margin: 0px; } }
/* 
## Small phones
*/
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
  height: 700px;
  width: 100%; }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
/*
## Large phones
*/
/* 
## Small phones
*/
.tables h2, .tables h3, .tables h4 {
  letter-spacing: 0.025em; }

.clean-table {
  font-size: 14px;
  padding-top: 20px;
  letter-spacing: 0.025em; }
  .clean-table .clean-row {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 13px; }
    .clean-table .clean-row .clean-title {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
    .clean-table .clean-row .clean-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      text-align: right;
      font-weight: 300;
      line-height: 18px;
      padding-left: 10px;
      padding-top: 2px; }

/*
## Small desktop-devices
*/
/* 
## Tablets
*/
/*
## Large phones
*/
@media screen and (max-width: 768px) {
  .clean-table .clean-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .clean-table .clean-row .clean-title {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .clean-table .clean-row .clean-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 10px;
      text-align: left; } }
/* 
## Small phones
*/
.article--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .article--info .article--info-box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    text-align: center;
    line-height: 4; }
    .article--info .article--info-box ul {
      list-style: none; }
    .article--info .article--info-box a {
      color: #000;
      text-decoration: none; }
  .article--info .article--info-box:nth-child(even) {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5; }

.article-post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .article-post-links .article-post-link {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 70px;
    border-right: 1px solid #E5E5E5;
    text-align: center;
    line-height: 4; }
    .article-post-links .article-post-link a {
      color: #000;
      text-decoration: none; }

.block--article-links {
  padding-bottom: 40px; }

.block--article-box h5 {
  margin-top: 0px; }

.block--article-container .block--article-box .article-info p {
  font-size: 12px;
  letter-spacing: 0.025em;
  text-transform: uppercase; }

.block--article-box img {
  -webkit-transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1);
  transition: all 100ms cubic-bezier(0.3, 0, 0.1, 1); }

.block--article-box a:hover img {
  opacity: .8; }

.block--article-container {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block--article-container .block--article-box {
    -ms-flex: 1 0 50%;
    -webkit-box-flex: 1;
            flex: 1 0 50%;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px;
    max-width: 50%; }
    .block--article-container .block--article-box .img {
      width: 50%;
      height: 50%; }
    .block--article-container .block--article-box .article-info {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: -webkit-box;
      display: flex; }
      .block--article-container .block--article-box .article-info ul {
        margin: 0; }
  .block--article-container .post-categories {
    list-style-type: none;
    display: inline; }
    .block--article-container .post-categories a {
      color: black;
      text-decoration: none; }
  .block--article-container .article-categories {
    display: inline; }
  .block--article-container .article-categories:after {
    content: " - ";
    padding: 5px; }
  .block--article-container .article-date {
    display: inline; }

@media screen and (max-width: 1024px) {
  .article--info-box {
    font-size: 12px; }

  .article-upper.block--sidebar-left .block--sidebar-content {
    display: none; }

  .block--article-container .block--article-box {
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
    border-right: 0px; }

  .block--sidebar-left .block--sidebar-content .block--article-links span {
    margin: 0; } }

// Custom CSS
form.post-password-form {
    width: 80%;
    margin: 40px auto;
    max-width: 550px;
    padding: 20px 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    border-radius: 2px;
    clear: both;
}

form.post-password-form input[type="submit"] {
    -webkit-appearance: none;
    background-color:black;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size:13px;
    margin: 0 0 0 auto;
    clear: both;
    display: block;
}

form.post-password-form label {
    display: flex;
    flex-direction: column;
    
}

form.post-password-form input[type="password"] {
    margin: 5px;
    
}

form.post-password-form p {
    clear: both;
    display: block;
}
form.post-password-form {
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    padding: 30px 40px 20px;
}
/*# sourceMappingURL=app.css.map */


.frontpage-bg {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 87.2%;
}
.frontpage-bg a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-image {
  -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    border-right: 0px;
    border-bottom: 0px;
    position: relative;
    text-align: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
}
@media screen and (max-width: 1024px) {
  .hero-image {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .hero-image {
    min-height: 593px;
  }
  .frontpage-bg {

      height: 300px;
  }
  .page-id-28334 .hero.hero--large {
    height: 300px;
    min-height: 300px;
  }
}