@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700&display=swap');

/* Settings */

    
    
    
 

  


            /*  */
                         /*  */
                          /*  */
 /*  */

/* Basic structure */

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

.preload * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { 
  min-height: 0px; 
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #646464;
  font-family: 'Dosis', Helvetica, Arial, sans-serif;
  text-rendering:optimizeLegibility;
  font-weight: 300; 
  font-size: 18px;
  line-height: 1.3;
  overflow-x: hidden; 
}

.header-container-wrapper {
  height: 0px; 
}

.body-container-wrapper {
  margin-top: 100px; 
}

/* Page center and rows */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1600px;
  margin: 0 auto;
}

.blog-post-v2 .footer-container-wrapper .container-fluid .row-fluid .page-center {
  margin: 0 auto !important;
}

.container-fluid .row-fluid .page-center-small {
  float: none;
  max-width: 800px;
  margin: 0 auto;
}

.container-fluid .row-fluid .page-center-medium,
body.landing-page .body-container-wrapper .container-fluid .row-fluid .page-center{
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}

.container-fluid .row-fluid .page-center-hd {
  float: none;
  max-width: 1920px;
  margin: 0 auto;
}

.row {
  padding: 90px 0px;
}

.blog-post-hero .row-small {
  padding: 2% 0% 3% 0%; 
}

.blog-post-v2 .blue-bg .row-small {
  padding: 3% 0% 3% 0%; 
}

.blog-post-v2 .blue-gradient .row-small {
  padding: 3% 0% 0% 0%; 
}

.row-small {
  padding: 35px 0px;
}

.row-top {
  padding-top: 0px !important;
}

.row-bottom {
  padding-bottom: 0px !important;
}


hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #EAF3F6;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #646464;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
      -ms-flex-direction: row; 
          flex-direction: row; 
/*-webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; */
    -webkit-flex-wrap: wrap; 
  flex-wrap: wrap;
  width: 100%; 
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.grid-container {
display: -ms-grid;
display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  width: 100%; 
  grid-gap: 50px; 
}

.grid-container .column-item {
  margin-right: 50px;
  margin-bottom: 50px; 
}

/* IE fix for grid */

@supports (grid-gap: 50px) {
  
  .grid-container {
    grid-gap: 50px
  }
  
  .column-item,
  .grid-container .column-item {
    margin-right: 0;
    margin-bottom: 0;
  }
  
}

.grid-container .column-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-container .column-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.grid-container .column-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid-container .column-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.grid-container .column-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.grid-container .column-item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.grid-container .column-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.grid-container .column-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.grid-container .column-item:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}


.flex-container::after {
  content: "";
  flex: auto;
}

.image-container {
  border-radius: 125px;
  height: 250px;
  width: 400px;
  overflow: hidden; 
}

.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%; 
}

.image-container.bg-image {
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center; 
}

.grid-container .column-item.logot .image-container {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.grid-container .column-item.logot .image-container > img {
  max-width: 200px;
  height: auto; 
  margin: 0 auto; 
}

.blog-post-img,
.blog-post-img.some {
  position: absolute;
  left: -50%;
  right: -50%;
  top: -5%;
  margin: auto;
  height: 110%;
  width: auto;
}

.blog-post-img.full-hd {
  position: absolute;
  left: -50%;
  right: -50%;
  top: -25%;
  margin: auto;
  height: 150%;
  width: auto;
}

.red-bg {
  background: #ED1846; 
}

.blue-bg {
  background: #EAF3F6; 
}

.blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #EAF3F6), color-stop(25%, #ffffff), color-stop(25%, #ffffff), color-stop(25%, #ffffff)); 
  background: -webkit-linear-gradient(top, #EAF3F6 25%, #ffffff 25%, #ffffff 25%, #ffffff 25%); 
  background: -o-linear-gradient(top, #EAF3F6 25%, #ffffff 25%, #ffffff 25%, #ffffff 25%); 
  background: linear-gradient(180deg, #EAF3F6 50%, #ffffff 50%);
}

.blog-post-v2 .blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #EAF3F6), color-stop(53%, #ffffff));
  background: -o-linear-gradient(top, #EAF3F6 53%, #ffffff 53%);
  background: linear-gradient(180deg, #EAF3F6 53%, #ffffff 53%);
}

.hero-img .blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #EAF3F6), color-stop(53%, #ffffff));
  background: -o-linear-gradient(top, #EAF3F6 53%, #ffffff 53%);
  background: linear-gradient(180deg, #EAF3F6 53%, #ffffff 53%);
}

.grey-bg {
  background: #E1E1E1; 
}

.grey-border {
  border: 2px solid #E1E1E1;
}

.darkgrey-bg {
  background: #646464; 
}

.yellow-bg {
  background: #F2E039; 
}

img {
  max-width: 100%; 
  height: auto; 
}


/* ==========================================================================
   Typography
   ========================================================================== */

a { 
  color: #ED1846; 
  text-decoration: none;
}

a:hover, a:focus { 
  text-decoration: underline; 
}

a:active { 
  color: #D1264B; 
}

strong {
  font-weight: 600; 
}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */

h1 {
  font-size: 66px;
  font-weight: 600; 
  margin-top: 0px; 
  line-height: 70px; 
}

h1.no-margin {
  margin: 0;
}

h2,
h3.hs_cos_wrapper.form-title {
  font-size: 46px;
  font-weight: 600; 
  line-height: 1.2;
}

h3,
a.hs-search-results__title {
  font-size: 30px;
  line-height: 34px; 
  font-weight: 600;
}

h3.hs_cos_wrapper.form-title {
  margin-bottom: 40px; 
}

h4{
  font-size: 24px;
  font-weight: 600; 
}


h2, h3, h4, h5, h6 {
  margin-top: 25px;
  margin-bottom: 15px; 
}

.ingressi,
.lead-content p,
h5, 
h6  {
  font-size: 24px;
  font-weight: 400; 
}

.center-text {
  text-align: center !important; 
}

.white-text,
.content-column.red-bg,
.content-column.red-bg a:not(.primary-btn){
  color: #fff; 
}

.phone-number {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}

.one-column h2:first-of-type {
  margin-top: 0px;
}

/* Offset anchor for fixed header */

.anchor-link {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Buttons and CTAs */

body .hs-button.primary,
.primary-btn,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: 600;
  color: #ED1846;
  border-radius: 55px;
  border: 2px solid #ED1846; 
  padding: 8px 20px; 
  background: #fff; 
  max-width: 280px; 
  display: inline-block; 
  text-align: center; 
  margin-top: 2%; 
  font-family: 'Dosis', Helvetica, Arial, sans-serif; 
  text-decoration: none; 
}

body .hs-button.primary:hover,
.primary-btn:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: underline !important; 
  cursor: pointer;
}

body .hs-button.primary:active,
.primary-btn:active,
body input[type="submit"]:active,
body input[type="button"]:active {
  background: #FCECEF; 
}

.secondary-btn {
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 55px;
  border: 2px solid #ED1846; 
  padding: 8px 20px; 
  background: #ED1846; 
  max-width: 280px; 
  display: inline-block; 
  text-align: center;
  margin-top: 2%;
  text-decoration: none !important; 
  transition: 0.2s;
}

.secondary-btn.blue-btn {
  border: 2px solid #002D72; 
  background: #002D72;
}

.secondary-btn:hover {
  text-decoration: underline; 
  cursor: pointer;
  background: #dc1a35;
  transition: 0.2s;
}

.secondary-btn.blue-btn:hover {
  background: #001b44;
}

.secondary-btn:active {
  color: #fff; 
  border: 2px solid #D1264B; 
  background: #D1264B; 
}

.secondary-btn.blue-btn:active {
  border: 2px solid #00245c; 
  background: #00245c; 
}

/* Forms */

body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  height: 35px; 
  outline: none;
  box-shadow: none;
  border-width: 0px;
  border-bottom: 1px solid #646464;
  font-family: 'Dosis', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #646464
}

body textarea {
  border: 1px solid #646464;
  min-height: 150px; 
  border-radius: 10px; 
  margin-top: 10px; 
}


body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body select:focus {
  border-bottom: 3px solid #646464;
  outline: none;
  box-shadow: none;
}

body textarea:focus {
  border: 2px solid #646464;
  outline: none;
  box-shadow: none;
}

body input[type="radio"] {
  width: 15px !important;
  height: 15px; 
  border: 1px solid #646464; 
  position: relative;
  top: -2px;
}

body input[type="checkbox"] {
  width: 15px !important;
  height: 15px; 
  border: 1px solid #646464; 
  position: relative;
  top: -2px;
  margin-right: 5px;
}

body .footer-info > input[type="email"] {
  display: inline-block;
  border-radius: 25px;
}

.red-bg input[type="text"],
.red-bg input[type="password"], 
.red-bg input[type="datetime"], 
.red-bg input[type="datetime-local"], 
.red-bg input[type="date"], 
.red-bg input[type="month"], 
.red-bg input[type="time"], 
.red-bg input[type="week"], 
.red-bg input[type="number"], 
.red-bg input[type="email"], 
.red-bg input[type="url"], 
.red-bg input[type="search"], 
.red-bg input[type="tel"], 
.red-bg input[type="color"],
.red-bg input[type="file"],
.red-bg textarea,
.red-bg select {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.red-bg textarea {
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}


.red-bg input[type="text"]:focus,
.red-bg input[type="password"]:focus, 
.red-bg input[type="datetime"]:focus, 
.red-bg input[type="datetime-local"]:focus, 
.red-bg input[type="date"]:focus, 
.red-bg input[type="month"]:focus, 
.red-bg input[type="time"]:focus, 
.red-bg input[type="week"]:focus, 
.red-bg input[type="number"]:focus, 
.red-bg input[type="email"]:focus, 
.red-bg input[type="url"]:focus, 
.red-bg input[type="search"]:focus, 
.red-bg input[type="tel"]:focus, 
.red-bg input[type="color"]:focus,
.red-bg input[type="file"]:focus,
.red-bg select:focus {
  border-bottom: 3px solid #fff;
}

.red-bg textarea:focus {
  border-bottom: 2px solid #fff;
}

.red-bg textarea:focus {
  border: 2px solid #fff;
}

.red-bg input[type="radio"] {
  border: 1px solid #fff; 
}

.red-bg input[type="checkbox"] { 
  border: 1px solid #fff; 
}

.uutiskirje .hs-form-field span.hs-form-required {
  display: none; 
}

.uutiskirje input[type="email"] {
  border-radius: 10% / 100%; 
  border: 1px solid #646464;
  padding-left: 10px; 
  max-width: 400px; 
}

.uutiskirje input[type="email"]:focus {
  border: 2px solid #646464;
}


.hs-form-field {
  margin-bottom: 20px; 
}

.hs-form-field label {
  font-weight: 600; 
}

ul.no-list.hs-error-msgs.inputs-list,
ul.inputs-list.multi-container,
ul.inputs-list {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px; 
  margin-top: 18px; 
}

ul.no-list.hs-error-msgs.inputs-list {
  font-size: 14px;
  color: #ED1846; 
}

ul.inputs-list.multi-container li {
  margin-bottom: 15px; 
}

li.hs-form-radio span,
li.hs-form-booleancheckbox {
  display: inline-block;
  padding-left: 5px; 
}

li.hs-form-booleancheckbox {
  padding-left: 0px;
}

.footer-info {
  border-top: 1px solid #646464; 
  padding-top: 3%; 
  padding-bottom: 1%; 
}

.footer-info .info-column {
  height: 40px;
  display: flex; 
  align-items: center;
}

.footer-info .info-right {
  width: 100%; 
  text-align: right; 
}

.some-logot {
  justify-content: center; 
}

.some-logot span {
  display: inline-block; 
  margin-right: 10px; 
}

.some-logot svg {
  margin-right: 10px; 
}

.some-logot a:hover .a {
  fill: #ED1846
}

.footer-myynti {
  display: flex; 
}

.footer-myynti .myynti-column {
  flex-grow: 1;
}


.footer-myynti .myynti-column div:not(:last-child){
  margin-bottom: 15px; 
}

.myynti-wrap {
  padding-left: 70px; 
}

.silta-footer h4 {
  margin-top: 0px; 
}

/* Custom modules */

.content-column ul {
  padding-left: 20px;
}
.content-column li {
  padding-bottom: 5px;
}

ul.inputs-list {
  margin-bottom: 0px; 
  margin-top: 0px;
  padding-left: 0px;
}

.content-column .center-text ul {
  list-style-position: inside;
}

.column-item {
  position: relative; 
  display: inline-block; 
}

.two-column .column-item {
  width: 50%; 
}

.column-item.wide-column {
  width: 65%;
}

.wider-ratio .column-item:not(.wide-column) {
  width: 35%;
}

/* IE10+ flex fix */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .two-column .column-item {
      flex: 0;
      min-width: 50%;
    }
}

.two-column .column-item:first-child {
  padding-right: 3%; 
}

.two-column .column-item:last-child {
  padding-left: 3%; 
}

.two-column.content-bg .column-item {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

.two-column.content-bg .column-item .content {
  max-width: 650px;
}

.two-column.content-bg .column-item:first-child {
  padding-right: 0%; 
}

.three-column .column-item {
  flex-basis: 33.33%; 
  margin-bottom: 5%; 
  min-width: 0; 
  padding-right: 80px; 
}

.three-column .page-center-small .column-item {
  padding-right: 0px;
}


.three-column .rss-feed .column-item {
  margin-bottom: 30px;
}


.flex-container::after {
  content: "";
  flex: auto;
}

.three-column h3 {
  color: #646464; 
}

.three-column .content-btn {
  margin-top: 15px; 
}

.column-item.red-bg:after {
  content: '';
  display: block; 
  width: 50%;
  height: 100%; 
  position: absolute;
  right: -50%;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 438' style='enable-background:new 0 0 192 438;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ED1746;%7D%0A%3C/style%3E%3Cpath class='st0' d='M2259.4,741H1923V301h336.4c108.6,0,196.6,88,196.6,196.6v46.8C2456,653,2368,741,2259.4,741z'/%3E%3Cpath class='st0' d='M0-1v439c106.1-0.1,192-98.3,192-219.5S106.1-0.9,0-1z'/%3E%3C/svg%3E%0A");
  z-index: -1; 
}

.column-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  height: auto;
  width: 50%;
  z-index: -2; 
}

.column-bg.full-width {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  height: auto;
  width: 100%;
  z-index: -2; 
  overflow: hidden;
}

.column-title {
  margin-bottom: 3%; 
}

.dark-overlay {
   box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.hero-banner.dark-overlay {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1);
}

.dark-overlay.overlay--20 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.dark-overlay.overlay--30 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.dark-overlay.overlay--40 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}

.dark-overlay.overlay--50 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.dark-overlay.overlay--60 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
}

.dark-overlay.overlay--70 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
}

.dark-overlay.overlay--80 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.8);
}

.dark-overlay.overlay--90 {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.9);
}


.rss-feed img {
  border-radius: 50%/100%;
}

.rss-feed .post-wrapper {
  margin-top: 25px; 
}

.rss-feed .post-wrapper p {
  margin-top: 0px; 
  margin-bottom: 2px; 
  font-weight: 600; 
}

.rss-feed .post-wrapper h3 {
  margin-top: 5px; 
}

.rss-feed .primary-btn {
  margin-top: 0px; 
}

.hero-banner {
  display: flex;
  align-items: center; 
  background-size: cover; 
}

.hero-banner.small {
  padding: 120px 0px;
}

.hero-banner.normal {
  height: 545px; 
}

.hero-banner.big {
  height: 85vh;
}

.hero-banner.position-top {
  background-position: center top !important; 
}

.hero-banner.position-center {
  background-position: center !important; 
}

.hero-banner.position-bottom {
  background-position: center bottom !important; 
}

.hero-banner .content-btn {
  margin-top: 20px; 
}

.hero-banner .ingressi p:last-of-type {
  margin-bottom: 0px;
}

.asiakastarina h1 {
  border-bottom: 2px solid #646464;
  padding-bottom: 40px; 
}

.asiakastarina h1.no-underline {
  border-bottom: 0px;
  padding-bottom: 0px; 
}

.asiakastarina {
  margin-bottom: 70px; 
}

.asiakastarina .logo {
  position: relative;
  bottom: -100px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 385px; 
  height: 200px;
  line-height: 200px; 
  border-radius: 50% / 100%; 
  background: #fff;
  border: 2px solid #E1E1E1;
}

.asiakastarina .logo img {
  max-height: 120px; 
  max-width: 250px;
}

.asiakastarina .content {
  width: 100%;
  margin-bottom: -70px;
  margin-top: 50px; 
  padding-bottom: 10px;
}

.asiakastarina__hero-body {
  max-width: 80%;
  margin: 0 auto;
}

/* Contact DB */

.contact-person {
  background: #EAF3F6; 
  border-radius: 45% / 100%; 
  display: flex; 
  padding: 3%; 
  align-items: center; 
  max-width: 500px;
}

.contact-person .phone-no {
  margin-top: 1px;
  margin-bottom: -3px;
}

.contact-person .person-image {
  width: 180px;
  height: 180px;
  border-radius: 50%; 
  background: #fff; 
  overflow: hidden;  
}

.contact-person .person-image img {
  max-width: none; 
  width: 180px;
  height: 180px; 
}

.contact-person .text-wrapper {
  padding-left: 5%; 
  width: 240px; 
}

.contact-person .text-wrapper .full-name {
  font-weight: 600; 
}

.contact-listing {
  display: block; 
  padding-top: 2%; 
}

.contact-listing.show-content {
  display: none; 
  padding-top: 2%; 
}


.contact-persons-hubdb.border-top {
  border-top: 1px solid ;
}

.contact-persons-hubdb.border-bottom {
  border-bottom: 1px solid ;
}

.contact-persons-hubdb h2 {
  margin-top: 0px; 
}

.contact-persons-hubdb .flex-container .contact-person {
  padding: 1%; 
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.logo-wrap {
  display: flex;
  flex-wrap: wrap; 
  align-items: center; 
}

.logo-container {
  width: 16.66%;
  margin-bottom: 50px; 
  text-align: center; 
}

.logolistaus .image-container,
.logo-container {
  height: 100px; 
}

.logolistaus img,
.logo-container img {
  max-height: 100px;
  width: auto; 
}

.three-column-logos .logo-container {
  width: 33.3%; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px; 
}

.three-column-logos img {
  max-width: 200px;
  max-height: 100px;
  height: auto;
}

.contact-form {
  padding-left: 5%; 
}

.contact-form h3 {
  margin-bottom: 25px; 
}

.contact-us .span3 img {
  max-width: 200px; 
}

.form-module .column-item:first-child {
  width: 60%; 
  padding-right: 5%; 
}

.form-module .column-item:nth-child(2) {
  width: 40%; 
}

.container-fluid .row-fluid .page-center-small.wide-form {
  max-width: 1000px;
}

.wide-form .column-item:first-child {
  width: 25%;
  flex-basis: auto;
}

.wide-form .column-item:last-child {
  width: 75%;
  flex-basis: auto;
}

.wide-form form {
  max-width: 500px;
}

.wide-form .form-desc {
  margin-bottom: 50px;
}

.customer-logos .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-logos .logo-container img {
  max-width: 170px;
}

/* Simo carousel */

.carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px; 
}

.simo-carousel .carousel-wrap__body {
  position: relative;
  width: 240px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.simo-carousel .carousel-wrap__body {
  top: 65px;
  height: 420px;
}

.carousel-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: -100px;
}

.simo-carousel .nav-arrows {
  position: absolute;
  right: 150px;
  top: 10px;
}

.simo-carousel .next-slide,
.simo-carousel .prev-slide{
  width: 100px;
  height: 65px;
  background: #fff;
  display: flex !important;
  align-items: center;
  border-radius: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 180px;
  margin-top: -10px;
  color: #ED1846;
  font-size: 45px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: -5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index:0;
  background: #ED1846;
}

.simo-carousel .next-slide svg,
.simo-carousel .prev-slide svg {
  height: 30px;
  fill: #fff !important;
}

.simo-carousel .prev-slide {
  left: -70px;
}

.simo-carousel .prev-slide svg {
  margin-left: 19px;
}

.simo-carousel .next-slide svg {
  margin-right: 19px;
  margin-left: auto;
}

.simo-carousel .next-slide {
  right: -70px;
  left: auto;
}


/* custom modules end */

/* Menu */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

 /* Main menu height */
 /* Main menu height */

.menu-wrapper {
  position: fixed;
  top: 0;
  background: #fff; 
  z-index: 9999; 
}

.menu-logo {
  background: #ED1846;
  height: 100px; 
  width: 130px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-end {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
  font-weight: 600;
  font-size: 18px; 
}

.search-trigger,
.language-selector {
  color: #ED1846;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding-left:20px;
  padding-right: 20px; 
  transition: 0.2s; 
}

.language-selector {
  width: 55%; 
  visibility: hidden; 
  display: none;
}

.search-trigger {
  width: 45%;
  min-width: 120px;
}

.contact-cta {
  position: absolute;
  right: 130px;
  width: 190px;
}

.search-trigger div {
  display: inline-block; 
}

.search-trigger div:after {
  content: '';
  background-image: url('https://cdn2.hubspot.net/hubfs/4138031/Silta%20website%202019/Layout/silta-2019_search.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  left: 10px;
}

.search-trigger:hover div:after,
.search-trigger.active div:after {
  background-image: url('https://www.silta.fi/hubfs/Silta%20website%202019/Layout/silta-2019_search-white.svg');
}


.search-trigger:hover, 
.language-selector:hover {
  background: #ED1846;
  color: #fff;
  cursor: pointer; 
}

.language-selector:hover a {
  color: #fff;
  text-decoration: none; 
}

/* Search bar */

.menu-wrapper .search {
  opacity: 0;
  visibility: hidden;
  position: absolute; 
  background: #ED1846;
  width: 100%;
  border-bottom: 0px !important;
  min-height: 80px;
  transition: 0.2s; 
}

.menu-wrapper .hs-search-field__bar {
  height: 80px;
}

.menu-wrapper .search.active {
  z-index: 3; 
  opacity: 1; 
  visibility: visible;
}

.menu-wrapper .hs-search-field__input {
  box-sizing: border-box;
  border-bottom: 0px !important;
  width: 50% !important; 
  box-sizing: border-box;
  border-bottom: 0px !important;
  width: 40% !important;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 24px;
  border-radius: 25px;
  padding-left: 15px; 
}

.menu-wrapper .hs-search-field__input:after {
  content: '';
  background-image: url('https://cdn2.hubspot.net/hubfs/4138031/Silta%20website%202019/Layout/silta-2019_search.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  left: 10px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 0px;
  width: 40%;
  margin: 0px auto 20px auto;
}

.hs-search-field--open .hs-search-field__suggestions a {
 color: #fff; 
}

.hs-search-field--open .hs-search-field__suggestions a:hover {
  background: #ED1846
}

.hs-search-field__suggestions #results-for {
  color: #fff;
  font-weight: 600; 
  font-size: 20px;
  margin-bottom: 10px; 
}

/* Parent List */

.main-menu {
  height: 100px;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
}

.custom-menu-primary .hs-menu-wrapper > ul{ 
  padding-left: 0px; 
  list-style-type: none;
  text-align: center; 
  margin: 0; 
  line-height: 100px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block; 
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1 > a{
  padding-left: 20px; 
  padding-right: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a{
  position: relative; 
  text-align: center; 
  text-decoration: none !important; 
}


.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1 > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1 > a.active,
.menu-end .search-trigger.active {
  color: #fff; 
  background: #ED1846;
  text-decoration: none; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #fff; 
  text-decoration: none; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover::after,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active-branch > a:after,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.active-achor:after {
  content: '';
  height: 3px;
  width: 80%;
  display: block;
  background: #fff; 
  position: absolute; 
  bottom: -8px; 
  left: 0; 
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 20px; 
  font-weight: 600; 
  line-height: 100px; 
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  display: none; 
  background: #ED1846; 
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%; 
  line-height: 80px; 
  opacity: 1; 
  transition: 0.2s; 
  z-index: 2; 
}

@media screen and (min-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {
    display: block; 
  }
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  display: block; 
  background: #ED1846;
  color: #fff; 
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  display: inline-block;
  padding-right: 40px; 
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (min-width: 1200px){
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block; 
  }
}

@media (max-width: 1200px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#000;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block; 
    background: #ED1846; 
    position: static;
    top: 0;
    left: 0;
    width: 100%; 
    line-height: 80px; 
    opacity: 1; 
    transition: none; 
    z-index: 2; 
    padding-inline-start: 0px;
    height: 100%; 
  }
  
  .menu-wrapper .search {
    display: none; 
  }
  
  .menu-wrapper .search.active {
    display: block; 
  }
 


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 18px;          /* Position Button at right of screen  */
    right: -44px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000;
    background-color: #fff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: #fff; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 50% / 100%;;
    -moz-border-radius: 50% / 100%;;
    border-radius: 50% / 100%;;
    background-color: #ED1846; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .main-menu .hs-menu-depth-1.hs-item-has-children.active-branch .child-trigger i,
  .main-menu .hs-menu-depth-1.hs-item-has-children.active-branch .child-trigger i:after,
  .main-menu .hs-menu-depth-1.hs-item-has-children:hover .child-trigger i, 
  .main-menu .hs-menu-depth-1.hs-item-has-children:hover .child-trigger i:after  {
    background-color: #fff;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block;
  }  
  
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 70px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index: 9999;
    height: auto;
    padding: 30px 0px; 
  -moz-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
  }
  
  body.mobile-open {
    overflow-y: scroll; 
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0 0px; 
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    display: block; 
    padding-right: 0; 
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#000; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover::after {
    display: none; 
  }
  
}

/* Menu end */

/* Blog */

.blog-listing-wrapper .post-item {
  display: flex; 
  align-items: center;
  margin-bottom: 5%; 
}

.blog-listing-wrapper .image-container {
  max-width: 40%; 
}

.blog-listing-wrapper .content-wrapper {
  max-width: 60%; 
  padding-left: 3%; 
}

.blog-listing-wrapper .content-wrapper h3 {
  margin-top: 10px;
}

.blog-listing-wrapper .content-wrapper .publish-date {
  color: #646464;
  font-size: 16px;
}

.blog-pagination {
  display: flex; 
  justify-content: center;
  padding-top: 3%; 
}

.blog-pagination a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid #ED1846;
  text-align: center; 
  line-height: 27px; 
  margin: 0px 3px; 
}

.blog-pagination a.active {
  border: 2px solid #646464; 
  background: #646464; 
  color: #fff; 
}

.blog-pagination a.pagination-nav {
  width: auto; 
  border-radius: 25% / 100%; 
  padding: 0px 10px; 
}

.blog-post-hero h1 {
  margin-bottom: 0px; 
}

.blog-post-hero .publish-date {
  font-size: 18px; 
  line-height: 24px;
  margin-bottom: 2%;
  margin-top: -1%%;
}

.blog-topics {
  margin-left: 5px;
  display: inline-block;
}

blog-topics a {
  padding-left: 5px;
}

.blog-post-hero .ingressi {
  margin-bottom: 0px; 
}

.related-posts {
  border-top: 1px solid #E1E1E1;
}

.search-results .hs-search-field form {
  top: 0px;
  margin-bottom: 50px; 
  width: 100% !important; 
}

.hs-search-results__listing li {
  padding: 0 0 40px; 
}

.blog-post-wrapper section .post-header {
  display: none !important; 
}

.blog-post-wrapper .hs-author-profile {
  display: flex;
  align-items: center; 
  padding: 20px 0; 
  margin-top: 40px; 
}

.blog-post-wrapper .hs-author-info {
  padding-left: 25px; 
}

.blog-post-wrapper .author-name {
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post-v2 .publish-date  {
  margin-bottom: 20px;
}

.blog-post-v2 .blog-post-content p:first-of-type  {
  font-size: 22px;
  font-weight: 400; 
  margin-bottom: 40px;
}

.blog-post-v2 .blog-post-content p:first-of-type > strong  {
  font-weight: 400; 
}

.blog-post-v2 .hs-author-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-post-v2 .hs-author-avatar img {
  filter: grayscale(100%);
}



/* Cookie policy */

div#hs-eu-cookie-confirmation {
   background: rgba(17,27,35,0.8) !important;;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  position: relative;
  padding: 10px 20px !important; 
  background: transparent !important;
  
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  width: 60%;
  color: #fff !important; 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
   display: inline-block;
  position: absolute;
  right: 0;
  bottom: 20px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner ul {
     display: inline-block;
  position: absolute;
  right: 90px;
  bottom: 20px;
  list-style-type: none; 
  margin-bottom: 0px; 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner ul li a,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner ul li a:hover {
    background-color: #eee !important;
    border: 1px solid #eee !important;
    margin-right: 12px !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 16px !important;
    text-decoration: none !important;
    color: #000 !important; 
}

div#hs-eu-cookie-confirmation {
  box-shadow: none !important; 
  border-top: 1px solid #111b23 !important; 
  border-bottom: 1px solid #111b23 !important;
}

/* Landing page styles */

body.landing-page .hero-banner.normal {
  height: auto; 
  padding: 0px 0px 40px 0px; 
  min-height: 350px;
}

.lp-top {
  padding-bottom: 30px; 
}

.lp-top img {
  max-width: 110px;
}

.lp-top img.transparent {
  padding-top: 30px; 
}

.landing-page .hero-banner  {
  background: #ED1846;
  background-size: cover !important; 
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.landing-page .hero-banner .ingressi  {
  padding: 20px 0px; 
}

.landing-page h3.hs_cos_wrapper.form-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 0px; 
}

.landing-page .column-item p:first-of-type,
.landing-page .column-item h2:first-of-type{
  margin-top: 0px; 
}

.landing-page .header-container-wrapper {
  height: auto; 
}

.landing-page .body-container-wrapper {
  margin-top: 0px; 
}

body.simple-lp {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.simple-lp .body-container-wrapper {
  flex: 1 0 auto;
}
.simple-lp .footer-container-wrapper {
  flex-shrink: 0;
}

/* Palkkapalvelut table */

.comparison-table {
  width: 100%;
  margin: 0 auto;
}

.comparison-table th {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #ED1846;
  border-bottom: 1px solid #E1E1E1;
}

.comparison-table td:not(:first-child) {
  padding: 20px 0px;
  text-align: center;
}

.comparison-table td {
  border-bottom: 1px solid #E1E1E1;
}

.comparison-table td.check {
  color: #69a84f;
}

.comparison-table td.name {
  font-weight: 500;
}


/* Product comparison module */

.product-comparison .column-item {
  background-color: #fff;
  width: 40%;
  border-radius: 25px; 
}

.two-column.product-comparison .column-item:first-child {
  padding-right: 0px !important;
  margin-left: calc(10% - 20px);
  margin-right: 20px;
}

.two-column.product-comparison .column-item:last-child {
  padding-left: 0px !important;
  margin-right: calc(10% - 20px);
  margin-left: 20px;
}


.product-comparison .column-item__header {
  width: 100%;
  min-height: 70px;
  border-top-left-radius: 25px; 
  border-top-right-radius: 25px; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.product-comparison .column-item__header h3 {
  margin: 0;
}

.product-comparison .column-item__body {
  padding: 35px 25px 25px 25px; 
}

.product-comparison .column-item__body ul,
.comparison-table ul {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}

.product-comparison .column-item__body ul li,
.comparison-table ul li{
	margin-bottom: 8px;
}

.product-comparison .column-item__body ul li:before,
.comparison-table ul li:before{
	content: "✔";
  color: #69a84f;
	position: absolute;
	left: 0;
  margin-top: 3px;
  font-size: 15px;
}

.product-comparison .column-item__body {
  margin-top: 0px;
  font-size: 20px;
  line-height: 26px;
}

.product-comparison .column-item__body ul {
  font-size: 18px;
}

.product-comparison .column-item__body p:last-of-type {
  margin-bottom: 0px;
}

.leadinModal-300112.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
  width: 130px !important;
}

.leadinModal-300112.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4,
.leadinModal-300112.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
.leadinModal-300112.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper{
  margin-left: 152px !important;
}

.leadinModal-300112.leadinModal .dyno-image img {
  max-width: 130px !important;
}

.leadinModal-300112.leadinModal.leadinModal-v3 .dyno-image img {
  margin-top: 15px !important;
}

.leadinModal-300112.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
  margin-left: 152px !important;
}

/* Calendar popup */

.calendar-link {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

.calendar-popup {
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
} 

.calendar-popup.active {
  visibility: visible;
  opacity: 1;
}

.calendar-popup .page:not(.embedded) {
  background: transparent !important;
}

.calendar__inner {
  width: 100%;
  max-width: 850px;
  position: relative;
}

.calendar-popup .meetings-iframe-container {
  display: block;
  width: 100%;
  position: relative
}

.modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 999999;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  box-shadow: 0 0 10px;
}

.modal-close:after, 
.modal-close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 48%;
  background-color: #000;
}

.modal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
}

.custom-form fieldset {
  max-width: 100% !important;
}

.custom-form .content-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 850px) {
  
  .calendar__inner {
    padding: 10px;
  }
  
  .modal-close {
    right: 29px;
    top: 65px;
  }
}

@media screen and (max-width: 666px) {
  
  .calendar__inner {
    margin-top: 50px;
  }
  
  .modal-close {
    right: 25px;
    top: 15px;
    margin-right: 10px;
  }
  
  .calendar-popup {
    align-items: flex-start;
    overflow-y: scroll;
  }  
  
}


/* Mobile styles */

@media screen and (max-width: 1600px) {

  .container-fluid .row-fluid .page-center,
  .container-fluid .row-fluid .page-center-small,
  .container-fluid .row-fluid .page-center-medium {
    padding-left: 20px !important; 
    padding-right: 20px !important; 
  }
  
  .two-column.content-bg .column-item .content {
    padding-left: 20px; 
  }


}

@media screen and (max-width: 1350px) {
  
  .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .grid-container .column-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
  }

  .grid-container .column-item:nth-child(3) {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(4) {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
  }

  .grid-container .column-item:nth-child(5) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(6) {
      -ms-grid-row: 3;
      -ms-grid-column: 2;
  }

  .grid-container .column-item:nth-child(7) {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(8) {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
  }

  .grid-container .column-item:nth-child(9) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
  }

  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px; 
  }
  
  .menu-end {
    font-size: 16px; 
  }
  
  .main-menu .span2, 
  .main-menu .span9 {
    margin-left: 0px; 
  }
  
  .main-menu .span2:first-child {
    width: 10%; 
  }
  
  .main-menu .span2:last-child {
    width: 15%; 
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .main-menu .span9 {
    width: 75%; 
    margin-left: 0px; 
  }
  
  .three-column .column-item {
    flex-basis: 50%; 
    margin-bottom: 5%; 
    min-width: 0; 
    padding-right: 80px; 
  }

  
}

/* Show/hide main nav on small screens */
@media screen and (min-width: 1200px) {
  .main-menu .span9 {
    display: block; 
  }
  .main-menu .span9:not(.is-open) {
    display: block !important;
  }
}

@media screen and (max-width: 1200px) {
  
  .main-menu .span9 {
    width: 100% !important;
    margin-left: 0px !important;
    top: -70px;
    position: relative;
    padding-top: 0;
    margin: 0;
    height: 100%; 
    display: none; 
  }
  
  .main-menu .span9:not(.is-open) {
    display: none !important;
  }
  
  .main-menu .span9.is-open {
    display: block !important;;
  }
  
  .main-menu, 
  .menu-logo,
  .menu-end {
    height: 70px;
  }
  
  .body-container-wrapper {
    margin-top: 70px;
  }
  

  .menu-lang {
    display: block; 
  }
  
  .main-menu .span2:last-child {
    width: 15%; 
    position: absolute; 
    top: 0;
    right: 50px; 
  }
  
  .main-menu .language-selector {
    display: none; 
  }
  
  .search-trigger {
    width: 60px;
    min-width: 0px;
    height: 70%;
    border-right: 1px solid #E1E1E1; 
    position: relative;
    right: 10px; 
  } 
  
  .contact-cta {
    right: 70px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: block;
  }

  .contact-cta .cta_button {
    font-size: 16px !important;
  }
  
  .search-trigger:hover {
     background: #fff; 
  } 
  
  .search-trigger div {
    position: absolute;
    top: 17px; 
    right: 20px;
  }
  
  .search-trigger div:after {
    left: 0px; 
    height: 18px;
    width: 18px; 
  }
  
  
    .search-trigger span {
   display: none; 
  } 
  
  .hs-search-field form {
    width: 90% !important; 
  }
  
  .hs-search-field--open .hs-search-field__suggestions {
    width: 90%; 
  }
  
  .menu-end .search-trigger.active {
    color: #ED1846;
    background: #fff; 
  }
  

  .menu-end .search-trigger:hover div:after, .search-trigger.active div:after {
     background-image: url(https://cdn2.hubspot.net/hubfs/4138031/Silta%20website%202019/Layout/silta-2019_search.svg);
  }
  
  .contact-persons-hubdb .flex-container .contact-person {
    width: 47%; 
    padding: 3%; 
  }
  
  .logo-container {
    width: 25%;
  }
  
  .blog-post-v2 .main-menu .row-fluid .span8.custom-menu-primary {
    display: none;
  }
  
}

@media screen and (max-width: 1025px) {
  
  .footer-myynti {
    display: block; 
  }
  
  .footer-myynti div {
    margin-bottom: 15px; 
  }
  
}

@media screen and (max-width: 920px) {
  
  .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px; 
  }
  
    .grid-container .column-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(2) {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(3) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(4) {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(5) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(6) {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(7) {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(8) {
      -ms-grid-row: 8;
      -ms-grid-column: 1;
  }

  .grid-container .column-item:nth-child(9) {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
  }

  
  .two-column .column-item {
    flex-basis: 100%; 
  }
  
  .two-column .column-item:last-child {
    padding-left: 0%; 
    margin-top: 5%; 
  }
  
  .two-column .column-item.mobile-first {
    margin-bottom: 5%; 
  }
    
    
  .two-column.content-bg .column-item .content {
    max-width: 100%; 
  }
  
  .two-column.content-bg .column-item {
    display: block; 
  }
  
  .column-item.red-bg:after, 
  .column-bg {
    display: none; 
  } 
  
  .three-column .column-item {
    flex-basis: 100%; 
    margin-bottom: 5%; 
    min-width: 0; 
    padding-right: 0px; 
  }
  
  .content-column .three-column h2 {
    text-align: left !important; 
  }
  
 .logo-container {
    width: 33%;
  }
  
  .column-item .mobile-first {
    order: 1;
  }

  .column-item:not(.mobile-first) {
    order: 2;
  }

  
}

@media screen and (max-width: 820px) {
  
  .blog-post-hero .image-container {
    height: 338px;
    width: 600px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0 auto;
  }
  
  .form-module .column-item:first-child {
    flex-basis: 100%; 
  }

  .form-module .column-item:nth-child(2) {
    flex-basis: 100%; 
  }
  
}

@media screen and (max-width: 767px) {
  
  .menu-wrapper {
    position: static;
    width: 100%; 
  }
  
  .image-container {
    border-radius: 110px;
    height: 220px;
    width: 350px;
    overflow: hidden;
  }
  
  body {
    font-size: 16px; 
  }
  
  h1 {
    font-size: 36px;
    line-height: 40px; 
  }
  
  h2 {
    font-size: 28px;
    line-height: 32px; 
  }
  
    h3 {
    font-size: 24px;
    line-height: 28px; 
  }
  
   h4 {
    font-size: 18px;
    line-height: 22px; 
  }
  
  .ingressi {
    font-size: 18px;
    line-height: 24px; 
  }
  
  .footer-info .info-right {
    margin-top: 10px; 
    text-align: left; 
  }
  
  .some-logot {
    margin-top: 10px; 
    justify-content: left; 
  }
  
  .contact-person .person-image {
    width: 100px;
    height: 100px; 
  }
  
  .contact-person .person-image img {
    max-width: none; 
    width: 100px;
    height: 100px; 
  }
  
  .contact-person {
    border-radius: 35% / 100%; 
  }

  .hero-banner.normal {
    height: 350px; 
  }
  
  .menu-logo {
    width: 100px; 
  }
  
  .menu-logo img {
    width: 60px; 
  }
  
  .row {
    padding: 7% 0%; 
  }
  
  .open-contacts {
    margin-top: 5%; 
  }
  
  .info-column img {
    max-width: 95px; 
  }
  
  .some-logot svg {
    width: 25px; 
  }
  
  .footer-myynti {
    margin-bottom: 25px; 
  }
  
  .myynti-wrap {
    padding-left: 0px; 
  }
  
  .footer-logo {
    margin-bottom: 25px; 
  }
  
  .silta-footer .hs-button.primary {
    margin-top: 0px; 
  }
  
  .blog-post-hero .image-container {
    height: 175px;
    width: 350px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0 auto;
  }
  
  .blog-post-v2 .blog-post-hero .image-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0 auto;
  }
  
  .blog-post-v2 .blue-gradient .row-small {
    padding-top: 5%;
  }
  
  .blog-post-v2 .publish-date {
    margin-bottom: 5px;
  }
  
  .blog-post-v2 .hs-author-avatar {
    width: 120px;
    height: 120px;
  }
  
  .blog-post-hero .row-small {
    padding: 5% 0% 5% 0%;
  }
  
  .hero-banner.big {
    min-height: 400px;
    height: 100%;
    padding: 20px 0px;
 }
  
  .contact-persons-hubdb .flex-container .contact-person {
    width: 100%; 
  }
  
 .container-fluid .row-fluid .contact-persons-hubdb .page-center {
   max-width: 500px; 
  }
  
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    width: 100%; 
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner ul {
    padding-left: 0px;
    position: static; 
    right: auto;
    left: 0px;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    position: absolute;
    left: 90px;
    bottom: 25px;
    right: auto;
    }
  
  .anchor-link {
    top: 0px;
  }
  
  .hero-banner.normal {
    height: auto;
    padding: 7% 0%; 
    min-height: 250px; 
  }
  
  .three-column-logos .logo-container {
    width: 50%; 
  }
  
  .one-column h2:first-of-type,
  .one-column h3:first-of-type,
  .two-column .column-item h2:first-of-type,
  .two-column .column-item h3:first-of-type {
    margin-top: 0px;
  }
  
  .product-comparison .column-item {
    width: 90%;
    margin-right: 5% !important;
    margin-left: 5% !important;
  }
  
  .asiakastarina .logo {
    position: relative;
    bottom: -70px;
    width: 325px; 
    height: 140px;
    line-height: 140px; 
    border-radius: 50% / 100%; 
    background: #fff;
    border: 2px solid #E1E1E1;
  }

  .asiakastarina .logo img {
    max-height: 100px; 
  }
  
  .asiakastarina .content {
    padding-bottom: 30px;
  }
  
  .comparison-table th {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .comparison-table td.name {
    font-size: 14px;
  }
  
   .logo-container {
    width: 50%;
  }
  
  .customer-logos .logo-container img {
    max-width: 100px;
  }
  
  .blog-listing-wrapper .post-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-listing-wrapper .image-container,
  .blog-listing-wrapper .content-wrapper {
    max-width: 100%;
  }
  
  .blog-listing-wrapper .image-container {
    margin-bottom: 20px;
  }
  
  .hero-banner.small {
    padding: 60px 0px;
  }
  
  .simo-carousel .carousel-container {
    min-height: 490px;
    margin-top: 50px;
  }
  
  .simo-carousel .carousel-container > img {
    max-height: 490px;
    width: 250px;
    margin: 0 auto;
  }
  
  .simo-carousel .slick-list {
    width: 206px;
    height: 380px;
  }
  
  .simo-carousel .carousel-wrap__body {
    width: 206px;
    height: 380px;
  }
  
  .simo-carousel .next-slide, 
  .simo-carousel .prev-slide {
    top: 140px;
    width: 60px;
  }
  
  .simo-carousel .next-slide svg, 
  .simo-carousel .prev-slide svg {
    height: 25px;
  }
  
  .simo-carousel .prev-slide {
    left: -70px;
    border-radius: 32px 0px 0px 32px;
  }
  
  .simo-carousel .next-slide {
    right: -70px;
    border-radius: 0px 32px 32px 0px;
  }
  
  .blog-post-v2 .menu-wrapper .search {
    width: 100% !important;
  }
  
  .blog-post-v2 .blog-post-content p:first-of-type {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  
  .blog-post-v2 .blue-bg .row-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .blog-post-hero .publish-date {
    font-size: 16px;
  }
  
  body.landing-page .hero-banner.normal {
    min-height: 0px;
  }

    
}

@media screen and (max-width: 500px) {
  
  .image-container {
    border-radius: 95px;
    height: 180px;
    width: 280px;
    overflow: hidden;
    position: relative; 
  }
  
 .three-column-logos .logo-container {
   display: block; 
   width: 100%; 
   height: 100px; 
  }
  
  .product-comparison .column-item {
    width: 10%;
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
  
  .comparison-table td.name {
    width: 20%;
  }
  
  .comparison-table td.name {
    width: 20%;
  }
  
  .comparison-table td:not(.name) {
    width: 40%;
  }  
  
}