/* @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    */
/*****************************************/

html {
letter-spacing:0;
}

.hs-form-field>label{
color:#fff!important;
}
.hs-form ul{
margin-top:5px;
margin-bottom:20px;
}
.legal-consent-container p{
font-size:12px;
  color:#ccc;
}
.site-header__main-area {
    padding-left: 10%;
}
button.site-header__menu-toggle{
display:none;
}
.hero-section__body {
    text-align: center;
}

.button--secondary {
    background-color: rgba (255,255,255,0.8);
}
.inputs-list {
color:#fff;
}
  .submitted-message{
  color:#fff;
  }
.lp-card-title{
text-align: center; 
background-color: #425b76; 
padding: 10px;
color: #ffffff; 
font-family: 'EB Garamond'; 
font-size: 20px;
line-height:24px;
min-height:68px;
}
.lp-card-content h4{
text-align: center;
font-size: 18px;
font-weight: 600;
line-height: 1.5;
color: #425b76;
font-family: Arial, Helvetica, sans-serif;
padding:0 10px;
}
.lp-card-content p{
text-align: center;
font-size: 16px;
padding:0 10px;
}
.lp-card-content ul {
    padding-left: 40px;
}
.lp-card-content {
min-height:250px;
}
.hs-form.hs-form fieldset.form-columns-2 .hs-dependent-field, .hs-form.hs-form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 28px;
}
.hs-form.hs-form [class*=form-columns] .hs-dependent-field, .hs-form.hs-form [class*=form-columns] .hs-form-field {
    margin-bottom: 28px;
}
@media (max-width: 799px){
.body-wrapper .dnd-row+.dnd-row{
margin-top:0;

  }