/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {font-family: "Calibre-Semibold";
  src: url("//db.onlinewebfonts.com/t/781a76ff31dc76f6b5025f2d7426d44e.eot");
  src: url("//db.onlinewebfonts.com/t/781a76ff31dc76f6b5025f2d7426d44e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/781a76ff31dc76f6b5025f2d7426d44e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/781a76ff31dc76f6b5025f2d7426d44e.woff") format("woff"), url("//db.onlinewebfonts.com/t/781a76ff31dc76f6b5025f2d7426d44e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/781a76ff31dc76f6b5025f2d7426d44e.svg#Copyright%20Klim%20Type%20Foundry") format("svg"); }

@font-face {
    font-family: SimplonMono-Bold;
    
/*     src: url("https://hub.eduhouse.fi/hubfs/font/FilsonSoft-Regular.otf") format("opentype"); */

  
  src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonMono-Bold.otf") format("opentype");
}
@font-face {
    font-family: SimplonMono-BoldItalic;

/*   	src: url("https://eduhouse.fi/hubfs/font2/Filson%20Soft%20W03%20Bold.woff") format("woff"); */
  src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonMono-BoldItalic.otf") format("opentype");
  
}
@font-face {
    font-family: SimplonMono-Regular; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonMono-Regular.otf") format("opentype");

  
}
@font-face {
    font-family: SimplonMono-RegularItalic; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonMono-RegularItalic.otf") format("opentype");

  
}

@font-face {
    font-family: SimplonMono-Medium; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonMono-Medium.otf") format("opentype");

  
}
@font-face {
    font-family: SimplonMono-MediumItalic; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonMono-RegularItalic.otf") format("opentype");

  
}

@font-face {
    font-family:SimplonNorm-Bold; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonNorm-Bold.otf") format("opentype");

  
}
@font-face {
    font-family: SimplonNorm-BoldItalic; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonNorm-BoldItalic.otf") format("opentype");

  
}

@font-face {
    font-family:SimplonNorm-Regular; 
    src: url("https://8861102.fs1.hubspotusercontent-na1.net/hubfs/8861102/Fontit/SimplonNorm-Regular.otf") format("opentype");

  
}




body {
    margin: 0 !important;
   
  font-family: SimplonNorm-Regular,sans-serif ;
    color: #171717;
  font-weight: normal;
    font-size: 18px;
  

}
td {
    word-break: break-word;
}
.page-center{
	
  max-width: 1181px;
  margin: 0px auto ;
    float: none ;
   padding: 0px 20px 0px 20px;
}
.container-fluid .row-fluid .page-center{
  max-width: 1181px;
  margin: 0px auto;
    float: none;


}

.container-fluid.row-fluid.page-center.ladatava{
     padding: 0px 10px 0px 10px;


}
.page-center2d{
	width: 94%;
  max-width: 1170px;
  margin: 0 auto;
	
} 

.body-container.container-fluid {
    
}
.body-container-wrapper {

    min-height: calc(100vh - 392px);

}

h1, h2, h3 { 
    font-family: Calibre-Semibold,sans-serif;
  color: #171717;
}
h4, article, a, p, li {
     font-family: SimplonNorm-Regular,sans-serif;

  color: #171717;
}
h1{
font-size: 48px;
}
h2{
font-size: 36px;
}

h3{
font-size: 30px;
}

h4{
font-size: 24px;
}
b {
font-family: SimplonNorm-semibold,sans-serif;
}

img.hs-image-widget {
    max-width: 100%;
    height: auto;
}

body .hs-form-field {
    margin-bottom: 15px;
}
li::marker{
color: #EA472F;
}

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: 85%;
    font-family: SimplonNorm-Regular,sans-serif;
    color: #171717;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 8px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    
}

.landin_form textarea{
 border-radius: 8px;
border: 1px solid #777;}

body select{
  width: 97%;
  border-radius: 8px;
border: 1px solid #777;
}

input[type="text"],input[type="tel"],input[type="email"]  {}

.actions {
    text-align: center;
}

.download_btn a {
padding: 12px 32px 12px 32px;
background-color: #FFFFFF;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
border-radius: 5px;
color:#EA472F;
text-decoration: none;
transition: all .3s;
}
.download_btn a:hover {
transition: all .3s;
background-color: #FBFBFB;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}


.hs-button.primary.large{
  border-style: none;
    border-radius: 5px;
    padding: 16px 32px;
    margin-top: auto;
    display: inline-block;
    color: #EA472F;
    margin-top: auto;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 20px !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%);
  font-family: Calibre-Semibold,sans-serif !important;
  cursor:pointer
  
}
.hs-button.primary.large:hover{
 color:#ff3c1f;
	background:#FCFCFC;
	transition:.2s;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
.cta_button {
transition: all .3s;
}
.cta_button:hover {
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

 .contact_card_form_white textarea, .contact_card_form_white select {
    margin: 5px 0;
      border: 1px solid #777777;
    outline: 0;
     padding: 10px 22px 10px;
    border-radius: 8px;
   
   -webkit-appearance: none;
    -moz-appearance:none;
}

.landin_form textarea {
    resize: vertical;
    padding: 22px;
   border-radius: 8px;
}
.landin_form input type=checkbox], .landin_form input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0;
    line-height: normal;
    border: none;
  border-radius: 8px;
}
.landin_form li {
    display: block;
    text-align: -webkit-match-parent;
}
ul.inputs-list.multi-container {
    padding: 0px;
}


.body-container.container-fluid .blog {
    padding-top: 80px;
}



/* BLOG */
.post-item {
    display: flex;
    flex-direction: column;
   box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
/*     width: 300px; */
}
.blog_tag_button li.hs-menu-item.hs-menu-depth-1 a{
    
    margin-top: 5px;
   
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    display: inline-block;
    margin-right: 20px;
	cursor:pointer;
  width: -webkit-fill-available;
    border: 1px solid #ea472f !important;
    text-align: center;
    border-radius: 5px;
    border: #ea472f;
    padding: 12px 24px;
    display: inline-block;
    color: #ea472f;
    margin-bottom: 20px;
    font-size: 16px;
}
.blog_tag_button:hover {
    
}
.blog-listing-wrapper.cell-wrapper {
    padding: 50px 0;
}


.blog-pagination a {
	margin-top: 5px;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    
    margin-top: 50px;
    margin-right: 20px;
    cursor: pointer;
    width: -webkit-fill-available;
    border: 1px solid #ea472f !important;
    text-align: center;
    border-radius: 5px;
    border: #ea472f;
    padding: 12px 24px;
  
    color: #ea472f;
    margin-bottom: 20px;
    font-size: 16px;
	
	text-decoration:none;
}
.blog-pagination  {
	padding:50px 0 0 0;
	
}

.blog_tag_button li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  background:#ea472f;
  color:white;
}
.hs-featured-image-link {
    border: 0;
    display: block;
}

.post-item:hover .article_image_bg {
  transform: scale(1.05);
}

.listing_image{
	height:200px;
	overflow:hidden;
	
}
a.listing_image_link {
    display: flex;
    height: 100%;
     position: relative;
   
}
.post-header {
   
}
a.topic-link {
    text-decoration: none;
  color: #EA472F;

}
.article_image {
    display: block;
    height: 100%;
    border-radius: 50%;
	    flex-shrink: 1;
    min-width: 100%;
    min-height: 100%;
}
.article_image_bg {
    display: block;
   border-radius: 5px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    background-position: center;
	
}

.section.post-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.post-header {
    padding: 20px;
  padding-top: 0px;
}



.article_image_bg-blog {
 min-height: 412px;
}
.section.post-header-post  {
    padding-top: 29px;
}

.section.post-header-post h1 {
    padding-top: 137px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}
.blog-section p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 0 auto;
}

.blog-section-post {
    max-width: 980px;
    float: none;
    margin: 0 auto;
}
.section.post-header h1 {
    text-align: center;
    color: white;
}


.post-listing {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    grid-template-rows: auto;
    grid-row-gap:30px; 
	grid-column-gap: calc((100% - 1066px)/2);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-listing {
    display: flex;
    flex-wrap: wrap;
}
.post-item:nth-child(3n+2) {

	margin-left: calc((100% - 900px)/2);
	margin-right: calc((100% - 900px)/2);
}
	.post-item {
    display: flex;
    flex-direction: column;
    width: 300px;
		margin-top:50px;
}
		.post-item:nth-child(1), .post-item:nth-child(2), .post-item:nth-child(3) {

		margin-top:0px;
}
}
.post-item h2 > a {
       font-size:20px;     
    text-decoration:none; 
    color: #222222;
	text-align:left;
  margin-top: 0px;
}
.post-item h2  {
   font-size:20px;     
	text-align:left !important;
}

.post-item p > strong, .post-item > p  {
     
  
    color: #222222;
}

.more-link {
    
    text-decoration: none;
    
    padding: 0px 0 15px;
}
#hubspot-topic_data *, #hubspot-topic_data{
	
	text-decoration:none;
}

@media only screen and (max-width: 1000px){
	.post-listing {
    grid-template-columns:1fr 1fr;
    display: grid;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    grid-template-rows: auto;
    grid-row-gap:30px; 
/* 		width: 600px; */
	grid-column-gap: calc((100% - 600px)/2);
    margin: 20px;
}
	
	.blog-post-wrapper{
	    max-width: 100%;
  
		
}
	
	.related_post_flex{
			display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 20px;
	}
	.recent-post-cutout {
    overflow-x: hidden;
    height: 300px;
    width: 300px;
    float: right;
       transform: scale(.8);
    margin: 0 auto;
}
	.recent-post-title {

    text-align: center;
   
}
	.recent-all-in {
    margin-top: 0px;
}
}
@media only screen and (max-width: 700px){
	.post-listing {
    grid-template-columns: 1fr;
    display: grid;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    grid-template-rows: auto;
    grid-row-gap:30px; 
		    width: 95%;
/* 	grid-column-gap: calc((100% - 600px)/2); */
}
.blog-section p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 0 auto !important;
  
}
}
.blog-listing-wrapper.cell-wrapper .post-item .post-overlay {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg,rgba(187,0,255,0.05),#020b1b66,#ffffff);
    height: 50%;
}


.blog-pagination {
  padding: 50px 0 50px 0;
    text-align: center;
    float: left;
    margin: 0 auto;
    width: 100%;
}
.widget-module a{
text-decoration: none;
}

.post-filteri .widget-module {
    text-align: center;
}
.section h1 {
   
}  
  
.section h2{
     font-size:28px;
    padding: 20px 0 10px;
  
}

.section h3{
 
    padding: 20px 0 10px;
  
}
.section h4{
   
    padding: 20px 0 10px;
    
}
.span12.widget-span.widget-type-cell.posting_flex {
    float: none !important;
    margin: 0 auto;

	max-width:1280px;
	    
   
	padding:0 20px;
}

.section a {
    color: #000000;
 
}
	.section p strong  {
  
		color:#000 !important;
/* 		font: 16px Fabrik-Regular; */
}
	.section p   {
 
	
}
.section li {
    display: flex;
    align-items: flex-start;

    line-height: 1.5;
    color: #6d7c90;
}

.section li:before {
    content: "\ea16";
    color: #ea472f;
    position: relative;
    padding-right: 10px;
    border-radius: 50%;
    font-family: 'g-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
}
.post_image{
	width:100%;
	padding:0 0 30px;
}
.section.post-body img{
 max-width: 100%;
    height: auto;
  border-radius: 10px;

}

 .section blockquote:before {
    content: "\e983";
    color: #dfdfe5;
    font-family: 'g-font' !important;
    font-size: 80px;
    speak: none;
    font-style: normal;
    font-weight: normal;
} 
.section blockquote p {
/*     margin-left: 88px; */
    font-size: 18px;
}
.section blockquote p>strong:before {
      content: "\ea17";
    color:#dfdfe5;
    font-family: 'g-font' !important;
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
	padding-right:5px;

}
.section blockquote p>strong {
    margin-left: -16px;
	color: #70cdc9;
	
} 
 .sales_feed blockquote , .service_feed blockquote   {
 
 display:flex;
}
 .sales_feed blockquote a, .service_feed blockquote a  {
 
	color:#ea472f;
	font-family: SimplonNorm-Bold,sans-serif;
	padding-right: 20px;
	font-size:18px;
	text-decoration:none;
}
.sales_feed blockquote:after, .service_feed blockquote:after {
    content: "\e93f";
    color: #ea472f;
	font-size: 20px;
 font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
} 
.sales_feed blockquote:before, .service_feed blockquote:before  {
    content: "";
    color: #dfdfe5;
    font-family: 'g-font' !important;
    font-size: 80px;
    speak: none;
    font-style: normal;
    font-weight: normal;
}
input#submitbutton {
  margin-top: 5px;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    display: inline-block;
    
    cursor: pointer;
    
    border: 1px solid #ea472f !important;
    text-align: center;
    border-radius: 5px;
    border: #ea472f;
    padding: 12px 24px;
    display: inline-block;
    color: #ea472f;
    margin-bottom: 20px;
    font-size: 16px;
  background: white;
}
  .widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
    font-size: 25px;
}


.hs-blog-listing .container-fluid.row-fluid.page-center {
    padding: 0px;
}

.user-author-link {
    text-align: center;
}


select#hs-localization-select {
    display: none;
}


#hs_cos_wrapper_blog_post_audio {
margin-bottom: 30px;
}

/*h1{
	font-family: SimplonMono-Bold, sans-serif;
}

h2{
	font-family: SimplonMono-Bold, sans-serif;

font-weight: 700;
line-height:1;
font-size:3.6rem;

}
*/