body, html{
  
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: none;
  background-color: #fff;

}

body * {
	/*-ms-overflow-style: -ms-autohiding-scrollbar;*/
  -ms-overflow-style: none;
}

.lp-inpbound--wrapper {
	width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: fixed;
  overflow: -moz-scrollbars-none;
  overflow: auto;
}

.lp-inpbound--wrapper::-webkit-scrollbar { display: none;  }

.footer-container-wrapper{
	display: none;
}

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

div .legal-consent-container{
  font-size: 12px !important;
}

.bg-white{
	background-color: #fff;
}
.bg-blue{
	background-color: #0043a8;
}

.bg-dark-blue{
	background-color: #0b122a;
}

.lp-inbound-container{
  
  height: 100%;
  width: calc(100% - 500px);
  position: fixed;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding: 30px;
  
  overflow: visible;
  overflow-y: scroll;
  /*overflow-y: auto;
  overflow-x: visible;
  -ms-overflow-style: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;*/
}


.lp-inbound-container::-webkit-scrollbar { display: none;  }

.lp-inbound-logo-container{
  
  margin: 30px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  
}

.lp-inbound-logo-container a {
  display:block;
}

.secondary-logo-wrapper {
  float:right;
}

.secondary-logo-desktop {
  width: 100%;
  height:100%;
}

{#.secondary-logo-desktop img {
  max-width: 260px;
  max-height:50px;
  width:100%;
  height:50px;
}

#}

.secondary-logo-mobile {
  display:none;
}

.lp-container{
	background-color: #fff;
  margin: 30px auto;
  max-width: 1200px;
}



.lp-body{
  
  padding: 100px;
  color: #222;
  font-weight: 100;

}

.lp-body:after{
	content: ' ';
  display: block;
  clear: both;
}

.col{
	float: left;
  width: 100%;
    white-space: normal;
}
.col-left{
}
.col-right{
	position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  overflow-y: auto;
  padding: 30px 100px;
  -ms-overflow-style: none;
}

@media (min-width: 1025px) {
  .col-right{
    background-color: #fff;
  }
}

.col-right::-webkit-scrollbar { display: none;  }


.col-right > img{
  
  width: 200px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;

}

.col-right > h4{
  font-size: 2em;

}


.lp-headline{
	    font-size: 44px;
    line-height: 1.2;
}


.lp-content-text{
  font-size: 18px;
  line-height: 1.3;

}

.author-main-container{
  
  margin-top: 60px;
  border-top: solid 3px #ddd;

}


.author-container{
  margin-top: 80px;
}
.author-container:first-child{
	margin-top: 60px;
}

.author-inner-container{
  
  display: flex;
  justify-items: center;
  align-items: center; 
}



.author-container:after{
	content: ' ';
  clear: both;
  display: block;
  
}

.author-image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
  flex: none;
}

.author-cntr-text{
	padding-left: 60px;
}

.author-quote{
	font-size: 20px;
  margin-bottom: 30px;
}

.author-quote:after{
	content: '\201d';
  display: inline;
}
.author-quote:before{
	content: '\201c';
  display: inline;
}

.author-optional-title{
	text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.author-name{
  font-weight: 100;
  font-size: 16px;
}

.author-company{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 780px) {
  
  .secondary-logo-desktop {
    margin-top: 15px;
  }
  
   .secondary-logo-mobile { 
    margin-top: 15px;
  }
  
  
  .lp-inbound-logo-container {
    flex-direction: column;
    align-items: baseline;
  }
  
}


@media (max-width: 645px) {
    .author-inner-container {
        flex-direction: column;
        text-align: center;
    }
    
    .author-optional-title {
        margin-bottom: 30px;
    }
    
    table, tr, th, tbody, thead, td {
        display:block;
        float: none !important;
        margin: 40px auto;
    }
  
  .secondary-mobile-defined {
    display:none !important;
  }
  
   .secondary-logo-desktop {
       display:block;
      
      
    }
    .secondary-logo-mobile {
      display:block;
     
  }
 
    .secondary-mobile-defined {
    display:none !important;
  }
  
}

.col-left ul{
  list-style-type: none;
  padding-left: 20px;
}
.col-left li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
  margin-top: 40px;
}


.col-left ul li:before {    
  position: absolute;
  top: 3px;
  left: 0;
  font-family: FontAwesome;
  content: "\f0a9";
}

@media (max-width: 1500px){
  
  .lp-body{
  	padding: 60px;
  }
  .col-right{
  	padding: 30px 60px;
  }
  .lp-headline{
  	margin-top: 0;
  }

}

@media (max-width: 1330px){

  .lp-inbound-container{
        width: calc(100% - 400px);
  }
  .col-right{
  	padding: 45px;
    width: 400px;
  }
  
  .lp-body{
  	padding: 45px;
  }
  
  .author-cntr-text{
  	padding-left: 45px;
  }

}




@media (max-width: 1024px){
    .lp-inpbound--wrapper {
        position: relative;
    }
  .lp-inbound-container{
  	width: 100%;
    position: relative;
    height: auto;
  }
  
  .col{ float: initial; }
  .col-right{
  	    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
    padding: 0;
    height: auto;
  }
}


@media (min-width: 1331px) {
  .safari .lp-inbound-container {
  	width: 100%;
  }
  
  .safari .lp-container {
    width: calc(100% - 500px);
    margin-left: 0;
  }
  .safari .lp-inbound-logo-container {
  	/*margin-left: 0;*/
  }
  .safari .col-right {
  	background-color: #fff;
  }
}

@media (min-width: 1761px) {
  .safari .lp-container {
  	margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: -500px;
    right: 0;
    margin-top: 120px;
  }
  .lp-inbound-logo-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .safari .lp-inbound-logo-container {
    position: absolute;
    left: -500px;
    right: 0; 
  }
}

@media (min-width: 1025px) and (max-width: 1330px) {
  
  .safari .lp-inbound-container {
    width: 100%;
  }
  .safari .lp-container {
  	width: calc(100% - 400px);
    margin-left: 0;
  }
  .safari .col-right {
  	background-color: #fff;
  }
}


.logo-desktop{
	display: block;
}
.logo-mobile{
	display: none;
}

.lp-inbound-logo-container img{
  max-width: 260px;
  width:100%;
  min-height: 30px;
  height: auto !important;  /* for other browsers */
  height: 50px; 
}

.logo-desktop img {
  width:auto !important;
}

.logo-mobile img {
  width:auto !important;
}


@media (min-width: 1025px){
  
  .show-on-mobile{
  	display: none !important;
    position: absolute !important;
    left: -9999999px !important;
    opacity: 0;
    visibility: hidden;
  }
	
}

@media (max-width: 645px){
  
    form.hs-form fieldset[class*="form-columns"] .hs-input {
        width: 100% !important;
    }
  
  .logo-desktop{
    display: none;
  }
  .logo-mobile{
    display: block;
  }
  
  .lp-inbound-container{
    
    background-color: #fff;
    background-image: none;
  
  }
  
  .lp-body{
  	padding: 0;
  }
  
  .lp-inbound-logo-container{
  	margin-top: 0;
    flex-direction:column;
  }
  
  .lp-headline{
  
  	font-size: 30px;
  }
  
  .col-left ul{
  	padding-left: 0;
  }
  
  .lp-inbound-logo-container img{
  	max-width: 200px;
  }
  
  .col-left li{
  	margin-top: 30px;
  }
  
  .lp-content-text{
  	font-size: 16px;
  }	
  
  
  .author-container{
  	display: block;
  }
  .author-image{
        margin: 0 auto 30px auto;
  }
  .author-cntr-text{
  	padding-left: 0;
  }
  
  .author-quote{
  	    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 400;
  }
}




ul.hs-error-msgs{
	border-radius: 5px;
  z-index: 9; 
}
ul.hs-error-msgs:before{
	left: 10px !important;
}
.hs-input.invalid.error{

}

ul.hs-error-msgs li{
	margin-top: 0;
}


form textarea.hs-input {
  height: auto !important;
  min-height: 120px;
}
.hs-form-field{
	width: 100% !important;
  position: relative;
      margin-bottom: 14px;
}
.hs-form-field:not(.hs-fieldtype-checkbox) > label{
	position: absolute;
  top: 10px;
  left: 15px;
  color: #666;
  transition: ease all 0.3s;
}

.hs-form-field.minify-label > label{
    font-size: 11.5px;
    top: 0px;
}




.hs-input{
    height: 46px !important;
    border-radius: 4px !important;
    background-color: #eaeaea !important;
    box-shadow: none !important;
    border: none !important;
    padding-top: 15px !important;
    padding-left: 15px !important;
}

.hs-input[type="checkbox"] {
  height: 13px !important;
  width: 25px !important;
}

.hs-form-checkbox-display {
  display: table;
  margin-bottom: 10px;
}
.hs-form-checkbox-display > * {
  display: table-cell;
  line-height: 1.4;
  padding-right: 10px;
}

.hs-button.primary, input[type="submit"], input[type="button"],
.hs-button.primary:focus, input[type="submit"]:focus, input[type="button"]:focus{
	display: block !important;
    height: 46px;
    padding: 0 15px !important;
    background-color: #a352c2 !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    background: #a352c2;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
		outline: none !important;
  	border: none !important;
}



