/*
body{
    background: white;
    postition: relative;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 1.8;
    font-size: 17px;
}
*{
  box-sizing: border-box;
    margin: 0;
}
*/

html body {
 min-width: 1px; 
}




/* --- ADDED Global STYLES --- */

.search-content-wrapper {
   /* display: none !important; */
}
.hs-blog-post .hs-blog-header {
    display: none;
}


.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6{
  font-weight: 400;
  position: relative;
  color: #000000;
  line-height: 1.1;

}

.blog h1{ 
		font-size: 36px;
}

.blog h2{
  font-size: 24px ;
  margin: 0;
  margin-bottom: 5px;
}
.blog h3{
  font-size: 21px ;
  margin-bottom: 5px;
}
.blog h4{
  font-size: 17px;
  margin-bottom: 5px;
}
.blog h5{
  font-size: 14px;
  margin-bottom: 5px;
}
.blog h6{
  font-size: 18px;
  margin-bottom: 5px;
}
p {
    margin: 0;
}
a{
  cursor: pointer;
}
.blog span{
color: #000000;
}

.aa-button {
    padding: 12px;
    font-size: 17px;
    color: #fff;
   background-color: #50aa30;
        border-radius: 5px;
    letter-spacing: 0.03em;
    text-transform: none;
    text-align: center;
      min-width: 64px;
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1;
    font-weight: 500;
  display: inline-block;
}

.aa-button:hover,.aa-button:focus-within {
  
  color: #fff;
  background-color: rgb(56, 118, 33);
}

.aa-button.aa-button--black { 
  background: #000;
  
}

.aa-button.aa-button--bigger {
 min-width: 250px; 
}

.aa-button.aa-button--black:hover,.aa-button.aa-button--black:focus-within {
  
  color: #fff;
  background-color: #222;
}

.blog-post__back {
  text-align: center;
  margin-top: 20px;
}

/*  ----------- BLOG LIST Styles -----------  */

.blog-list__title {
    text-align: center;
    padding: 60px 30px 30px 30px;
}
.blog-list__title h1{
  
  color: #000;
  
}

@media (min-width: 1200px) {
  
    .blog-list__title h1{
  
 font-size: 56px;
      line-height: 1.1em;
  
}
  
   .blog-list__title p {
   font-size: 20px;
     line-height: 1.4em;
  }

}

.blog-list__wrapper{
  
  display: flex;
  flex-direction: row;
  max-width: 1080px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: auto;
/* background-color: rgba(0,0,0, 0.4); */
}

.blog-list__item{
  position: relative;
  display: inline-block;
  min-width: 330px;
  padding-bottom: 300px;
  background-color: white;
  margin: 15px 15px 30px;
  border-radius: 10px;
  
}

.blog-list__item.blog-list__item--fixed.bg-image {
 min-height: 1px;
  padding-bottom: 0;
  min-width: 1px;
  width: 330px;
  max-width: 100%;
}

.blog-list__item.blog-list__item--fixed .blog-list__item__inner {
 height: 0;
  padding: 0 0 121% 0;
  overflow:hidden;
  position: relative;
  width: 100%;
}

.blog-list__item__image {
 position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.blog-list__item__image img {
  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-list__item.bg-image{
	min-height: 400px;
}
.blog-list__item h2 {
    color: #fff;
  font-weight: 400;
  line-height: 1.1;
}
.hov{
  overflow: hidden;
}
.drop-shadow--dark{
  filter: drop-shadow(3px 4px 7px #425343);
}
.drop-shadow--light{
  filter: drop-shadow(5px 5px 5px #c8ccc7);
}
.drop-shadow--rem{
  filter: drop-shadow(0 0 0.75rem #425343);
}
.bg-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image__filter:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.blog-list__item:hover.bg-image__filter:before {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  
}
.blog-list__item .read-time{
  margin-top: 10px;
  position: relative;
  color: #fff;
  font-size: 17px;
}
.blog-list__item .read-time:before{
  content: 'Lästid ';
  font-weight: 200;
  font-size: 17px;
  margin-right: 0px;
}
.blog-list__item__content{
  position: absolute;
  padding: 25px 15px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  transition: all 0.5s ease-in-out;
  z-index: 3;

}

.blog-list__topics-toggle {
  display: block;
}

.blog-list__topics {

background-color: #f1f1f0;
  padding: 40px 0 20px 0;
  text-align: left;
  margin: 20px 0 0 0;
 
}

.blog-list__topics .blog-list__topics-toggle {
  
  border: none;
  font-family: 'myriad-pro', sans-serif;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
padding: 10px;
  text-align: center;
  margin: 0 auto 20px auto;
  -webkit-appearance: none;
    -moz-appearance: none;
  background: none;
}



.blog-list__topics__inner {
 margin: 0 auto;
  max-width: 1060px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
   display: none;
  text-align: center;
}

.blog-list__topics a {
 
  margin: 0 10px 20px 10px;
  color: #494949;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 30px;
  box-sizing: border-box; 
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  transition: all ease 0.5s;
  display: block;
   text-align: center;
}

.blog-list__topics a:hover, .blog-list__topics a:focus, .blog-list__topics a.active {
  background-color: #50AA30;
  color: #fff;
}

@media (min-width: 768px) {
  
 .blog-list__topics__inner {
   display: block !important;
   text-align: center;
  }
  
  .blog-list__topics a {
 display: inline-block;
  }
  
  .blog-list__topics-toggle {
  display: none;
}
}


.blog .blog-pagination a {
    font-size: 17px;
      font-weight: 400;
}

.hov--drop-expand:hover .blog-list__item__content,.hov--drop-expand:focus .blog-list__item__content{
    left: 10px;
    bottom: -15px;
    width: 100%;
}
.hov--expand:hover .blog-list__item__content,.hov--expand:focus .blog-list__item__content{
    left: 0px;
    width: 100%;
}
.hov--expand:hover .blog-list__item__content:before{
  
  opacity: 1;
  transition: opacity 0.5s ease-in;
  transition-delay: 0.3s;
  
}

/*
.blog-list__item__content:before{
  content: '';
  position: absolute;
  background-image: url('https://cdn2.hubspot.net/hubfs/197990/Loggor%20Kunder/Macforum-w.svg');
  width: 40px;
  height: 40px;
  background-size: cover;
  top: 25px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  
}
*/
.blog-list__item__summary{
  display: block;
  padding: 20px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 0;
  z-index: 0;
  transition-delay: 0.2s;
  transition: opacity 0s ease-out;
  
}
.blog-list__item__content:hover .blog-list__item__summary{
  height: 200px;
  opacity: 1;
  transition: all 0.5s ease-in;
}

.bg--green{
 background: #4b9228;
 color: #fff;
}
.bg--green-transparent{
 background: #4b9228;
 color: #fff;  
}
.bg--black{
 background: #000;
 color: #fff;
}
.bg--black-transparent{
 background: #000;
 color: #fff;  
}
.bg--transparent{
	background: transparent;
  background-color: rgba(0,0,0,0.0)
}
.blog-list__item__content:hover .bg--green-transparent, .blog-list__item__content:hover.bg--green-transparent  {
 background: rgba(75, 146, 40, 0.8);
}
.blog-list__item__content:hover .bg--black-transparent, .blog-list__item__content:hover.bg--black-transparent  {
 background: rgba(0, 0, 0, 1);;
}

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

  .blog-list__wrapper {
  justify-content: center;
  }

}

.blog-footer-cta {
  
     display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #eee; 
}

.blog-footer-cta__ingress {
    padding-bottom: 30px;
    max-width: 400px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
}

/*  ----------- BLOG POST -----------  */



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


.blog-container{
  width: 100%;
  min-height: 0px;
  display: block;
  margin: 0 auto;
  background: rgba(0,0,0,0.0)
}

.blog-title-container{
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
    
}

article img{
  width: 100%;
  height: auto;
}
article{
  max-width: 750px;
  line-height: 1.8;
  font-size: 1.2em;
}
article img.hs-cta-img{
  width: auto;
  height: auto;
}

/*  Top-image */
.top-image{
    margin: 0 auto;
    padding: 0;
    max-width: 750px;
}
.top-image__wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.top-image.top-image--fixed {
 width: 100%;
}

.top-image.top-image--fixed .top-image__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 0;
  padding: 0 0 53% 0;
  overflow: hidden;
  position: relative;
  min-height: initial;
}

.top-image.top-image--fixed {
 position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.top-image.top-image--fixed .top-image__image {
  width: 100%;
  height: 100%;
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 1;
}

.top-image.top-image--fixed .top-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-image{
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  overflow: hidden;
    
  
}
/*
.bg-image:before {
    width: 200px;
    height: 200px;
    background: #000;
    position: absolute;
    bottom: -100px;
    right: -100px;
    content: '';
    border-radius: 100%;
}*/
.bg-image:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  
}


.bg-single:after{
	background: rgba(0,0,0,0.0) !important;
}


.top-image__content{
  position: relative;
  background: transparent;
  width: 70%;
  z-index: 1;
  text-align: center;
  padding: 40px 30px;
}
.top-image__content__header{
  color: white;
  font-size: 2.5em;
}
/*
.top-image__logo{
    z-index: 100;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}
*/

/* END Top-image */

/*  Author-box */
.author-box{
  position: relative;
  padding: 40px 60px;
  max-width: 750px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  
}
.author-box__author{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.author-box__image{
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}

.author-box__image.author-box__image--fixed {
 height: auto; 
}

.author-box__image.author-box__image--fixed .author-box__image__inner {
 height: 0;
  width: 100%;
  padding: 0 0 100% 0;
  overflow: hidden;
  position: relative;
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   border-radius: 100%;
}

.author-box__content{

  padding: 30px;
}
.author-box:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 0px;
  border-bottom: 2px solid #50aa30;
  bottom: 0px;
  left: 0;
  padding-right: 10px;
    
}
.author-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    border-bottom: 0px solid #50aa30;
    top: 0;
    left: 0;
    padding-right: 10px;
}
/*
.author-box__author:before {
  content:'';
  position: absolute;
  width: 100px;
  height: 0px;
  border-bottom: 4px solid #50aa30;
  top: 0;
  left: 0;
  padding-top: 0px;   
} 
*/
h3.author-box__content__name{
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000000;
}

.read-time:before {
    content: 'Lästid ';
    margin-right: 10px;
}
.publish-date:before {
    content: '';
    margin-right: 10px;
}
.read-time-box span{
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
.author-box .read-time-box span{
  margin-bottom: 0px;
  font-size: 1.2em;
}
/*  END Author-box */

/*  Article */

article h2, article h3, article h4, article h5, article h6{
  position: relative;
  color: #000000;
  
}

.blog-container{
  padding: 40px 0;
}
/*
.blog-container h2:first-of-type{
  margin-bottom: 40px;
  color: #000;
} 
*/
.blog-container h2:first-of-type:after {
  content:'';
  position: absolute;
  width: 100px;
  height: 40px;
  top: 0;
  left: 0;
  padding-top: 20px;
    
}
article.blog-container p{

}

article.blog-container blockquote {
    position: relative;
    padding-left: 30px;
    font-style: italic;
    
}

article.blog-container blockquote:before {
    content: open-quote;
    height: 100%;
    width: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid #4b9228;
}
article.blog-container blockquote:after {
    content: close-quote;
    font-size: 20px;
}
span.at4-share-count {
    color: #fff;
}

@media screen and (max-width: 480px) {
  
	.blog-container {
    padding: 20px 0;
  }
  
  .read-time-box {
      padding: 20px 0px 0px 0;
  } 
  .author-box__author {
    width: 100%;
	}
  
  
}

/*  End Article */



.blog--lp .lp-50-50 h1, .blog--lp .lp-50-50 h2, .blog--lp .lp-50-50 h3, .blog--lp .lp-50-50 h4, .blog--lp .lp-50-50 h5, .blog--lp .lp-50-50 h6{
  font-weight: 400;
  position: relative;
}

.blog--lp .lp-50-50 h1{ 
		font-size: 36px;
}

.blog--lp .lp-50-50 h2{
  font-size: 24px ;
  margin: 0;
  margin-bottom: 5px;
}
.blog--lp .lp-50-50 h3{
  font-size: 21px ;
}
.blog--lp .lp-50-50 h4{
      font-size: 17px;
}
.blog--lp .lp-50-50 h5{
  font-size: 14px;
}
.blog--lp .lp-50-50 h6{
  		font-size: 18px;
}
/*  Form-Styles */  
  
.blog--lp form.hs-form.stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto;
}
  .blog--lp .button, .blog--lp .hs-button {
    min-width: 235px;
    margin-top: 20px;
  }
  .blog--lp .button, .blog--lp .hs-button {
    padding: 20px 27px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    min-width: 170px;
    max-width: 230px;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}  
.blog--lp .lp-50-50 .form-title {
    margin-bottom: 0;
    font-size: 36px;
    text-align: left;
}
  
/*  END Form-Styles */    
  
.blog--lp .lp-50-page .container-fluid .row-fluid .page-center{
    max-width: 100% !important; 
}

.blog--lp .footer-container{
    margin-top: 0px !important;
}

.blog--lp .lp-100 {
	flex-direction: column;
}
.blog--lp .lp-100 .lp-50-50__left, .blog--lp .lp-100 .lp-50-50__right{
	flex: 1 0 auto;
	min-height: 0px;
}
.blog--lp .lp-100 .middle-ball{
	display: none;
}

.blog--lp .lp-100 button, .blog--lp .lp-100 input[type="button"], .blog--lp .lp-100 .button {
    margin: 10px 0 !important;
}

.blog--lp .lp-50-50{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    /*min-height: 100vh;*/
}

.blog--lp .lp-50-50__left{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.blog--lp .lp-50-50__left__content{
    
    /*color: #fff;*/
    padding: 60px 100px 60px 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  	font-size: 1.2em;
  	font-weight: 400;
  width: 100%;
  max-width: 760px;
}


.blog--lp .lp-50-50__left__content h4{
    /*color: #fff;*/
}
.blog--lp .lp-50-50__left__content p{
    margin-top: 10px;

}

.blog--lp .lp-50-50__left__content .checklist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
}
.blog--lp .lp-50-50__left__content .checklist__item:before {
    content: '';
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 10px;
    margin-top: 0px;
    display: block;
    background-image: url(//cdn2.hubspot.net/hubfs/2485514/dist/images/icons/check-white.svg); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: FontAwesome;
}


.blog--lp .lp-50-50__left:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog--lp .lp-50-50__left--white{
	background-color: #fff;
	color: #000;
}

.blog--lp .lp-50-50__left--white:after{
    background: rgba(255, 255, 255, 1);
}
.blog--lp .lp-50-50__left--black{
	background-color: #000;
	color: #fff;
}

.blog--lp .lp-50-50__left--black:after{
    background: rgba(0, 0, 0, 1);
}  

.blog--lp .lp-50-50__left--green{
	
	background-color: #50aa30;
	color: #fff !important;
	
}
.blog--lp .lp-50-50__left--green span{

    color: #fff !important;

}
.blog--lp .lp-50-50__left--green h1 {
    color: #fff !important;
}

.blog--lp .lp-50-50__left--green:after{
    background: rgba(80, 170, 48, 1);
}

.blog--lp .lp-50-50__left--secondary{
	background-color: #3BB499;
}

.blog--lp.lp-50-50__left--secondary:after{
    background: rgba(59, 180, 153, 1);
}

.blog--lp .lp-50-50__left--blue{
	background-color: #468EE5;
}

.blog--lp .lp-50-50__left--blue:after{
	background: rgba(70, 142, 229, 1);
}
  


.blog--lp .lp-50-50__right {
  	position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 .blog--lp .opacity--100:after {
    opacity: 1;
} 
.blog--lp .opacity--80:after {
    opacity: 0.8;
}
.blog--lp .opacity--70:after {
    opacity: 0.7;
}
.blog--lp .opacity--60:after {
    opacity: 0.6;
}
 
.blog--lp .lp-50-50__right:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog--lp .lp-50-50__right__content {
	margin: 0 auto;
    max-width: 350px;
      position: relative;
    z-index: 2;
  	padding: 60px 0;
    
}

.blog--lp .lp-50-50__right__content .input-group, .blog--lp .lp-50-50__right__content .hs-form-field, .blog--lp .lp-50-50__right__content .hs_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
    padding: 0px;
    position: relative;
}
.blog--lp .lp-50-50__right__content .button, .blog--lp .lp-50-50__right__content .hs-button {
    background-color: #50aa30;
    color: #fff;
    border-radius: 5px;
}


.blog--lp .lp-50-50__right__content .input-group, .blog--lp .lp-50-50__right__content .hs-form-field {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}
 .blog--lp .lp-50-50__right--white .lp-50-50__right__content .hs-form-field, .blog--lp .lp-50-50__right--white .lp-50-50__right__content .hs-form-field {
  border-color: #000;
  }

.blog--lp .lp-50-50__right--blue-s{
    background-color: #004a9b;
    color: #fff;
}
.blog--lp .lp-50-50__right--blue-s input[type="submit"], .blog--lp .lp-50-50__right--blue-s .button{
	background: #fff;
	border: 1px solid #fff;
	color: #004a9b;
	transition: all 0.4s ease-in-out;
}
.blog--lp .lp-50-50__right--blue-s input[type="submit"]:hover, .blog--lp .lp-50-50__right--blue-s .button:hover{
	background: transparent;
	color: #fff;
	opacity: 1;
}


.blog--lp .lp-50-50__right--white{
     background-color: #fff;
     color: #000;
}
.blog--lp .lp-50-50__right--white h3{
     color: #000;
}

 .blog--lp .lp-50-50__right--white:after{
    background: rgba(255, 255, 255, 1);
}
  
.blog--lp .lp-50-50__right--black {
    background-color: #000;
    color: #fff;
}

 .blog--lp .lp-50-50__right--black:after{
    background: rgba(0, 0, 0, 1);
}  

.blog--lp .lp-50-50__right--black  h3 {
    color: #fff;
}
  
 .blog--lp .lp-50-50__right--black .lp-50-50__right__content .button, .blog--lp .lp-50-50__right--black .lp-50-50__right__content .hs-button {

}
.blog--lp .lp-50-50__right--black .input-group .hs-error-msgs label, .blog--lp .lp-50-50__right--black .hs-form-field .hs-error-msgs label, .blog--lp .lp-50-50__right--black .hs_submit .hs-error-msgs label {

  color: #fff;
    
}

.blog--lp .lp-50-50__right--green{
	
	background-color: #50aa30;
	color: #fff;
	
}
 .blog--lp .lp-50-50__right--green h3{
  color: #fff;
  }

.blog--lp .lp-50-50__right--green:after{
    background: rgba(80, 170, 48, 1);
}

.blog--lp .lp-50-50__right--blue {
    background-color: #fff;
    color: #468ee5;
}

.blog--lp .lp-100 .lp-50-50__left,
.blog--lp .lp-100 .lp-50-50__right {
	-webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
          min-height: 75vh;
}

.blog--lp .back-link {
 color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
  display: block;
  text-transform: lowercase;
}


.blog--lp .back-link:focus-within, .blog--lp .back-link:hover {
  text-decoration: underline;
  opacity: 1;
}


.blog--lp .middle-ball, .blog--lp .middle-ball--fit {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 70;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;


    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-animation: SwoshIn .8s ease 1;
    -moz-animation: SwoshIn .8s ease 1;
    -o-animation: SwoshIn .8s ease 1;
    animation: SwoshIn .8s ease 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
}
.blog--lp .middle-ball{
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.blog--lp .middle-ball--fit{
    -moz-background-size: 75%;
    -o-background-size: 75%;
     background-size: 75%;
}

@-webkit-keyframes SwoshIn {
    0% {
        -webkit-transform:translateY(1000px);
                transform:translateY(1000px);
    }
    50% {
        -webkit-transform:translateY(1000px);
                transform:translateY(1000px);
    }
    100% {
        -webkit-transform:translateY(0);
                transform:translateY(0);
    }
}
@-moz-keyframes SwoshIn {
    0% {
        -moz-transform:translateY(1000px);
             transform:translateY(1000px);
    }
    50% {
        -moz-transform:translateY(1000px);
             transform:translateY(1000px);
    }
    100% {
        -moz-transform:translateY(0);
             transform:translateY(0);
    }
}
@-o-keyframes SwoshIn {
    0% {
        -o-transform:translateY(1000px);
           transform:translateY(1000px);
    }
    50% {
        -o-transform:translateY(1000px);
           transform:translateY(1000px);
    }
    100% {
        -o-transform:translateY(0);
           transform:translateY(0);
    }
}
@keyframes SwoshIn {
    0% {
        -webkit-transform:translateY(1000px);
           -moz-transform:translateY(1000px);
             -o-transform:translateY(1000px);
                transform:translateY(1000px);
    }
    50% {
        -webkit-transform:translateY(1000px);
           -moz-transform:translateY(1000px);
             -o-transform:translateY(1000px);
                transform:translateY(1000px);
    }
    100% {
        -webkit-transform:translateY(0);
           -moz-transform:translateY(0);
             -o-transform:translateY(0);
                transform:translateY(0);
    }
}

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

.blog--lp .lp-50-50__right{
    padding: 0px;
}

}

@media screen and (max-width: 980px) {
    
    
.blog--lp .lp-50-50{
    
display: block;

}
.blog--lp .reversed{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    min-height: 100vh;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    flex-wrap: no-wrap;

}
.blog--lp .reversed .lp-50-50__left {
        
    height: auto;
    margin-top: -45px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
}

.blog--lp .reversed .lp-50-50__right {
    margin-top: 0px;
    height: auto;
    padding: 0px;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
       -moz-box-flex: 2;
        -ms-flex: 2 1 auto;
            flex: 2 1 auto;
}


.blog--lp .middle-ball, .blog--lp .middle-ball--fit{

    position: relative;
    

}


.blog--lp .lp-50-50__left{
    
    padding:  0 30px;
    min-height: 65vh;
    height: auto;
    width: 100%;
    
}
.blog--lp .lp-50-50__right {
    
    margin-top: 0px;
    min-height: 50vh;
    padding: 40px 0 ;
    width: 100%;
}


}

@media screen and (max-width: 767px) {
    
.blog--lp .lp-50-50__left__content {
    
    padding: 40px 20px;

}

.blog--lp .lp-50-50__left__content .checklist__item:before {
    margin-top: 8px;
}
    
}

@media screen and (max-width: 600px) {
    
.blog--lp .lp-50-50__left__content {
    
    padding: 40px 20px;

}
  .blog--lp .lp-50-50__right__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
.blog--lp .lp-50-50__right{
        
    padding: 0px;
}

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


.blog--lp .lp-50-50__left__content {
    
    padding: 40px 0;

}

.blog--lp .lp-50-50__right {
    padding: 40px 30px;
}


}

