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

@import url("https://use.typekit.net/ato4nef.css");

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  color: #181818;
  font-family: 'proxima-nova', sans-serif;
}

h2 {
  color: #181818;
  margin-bottom: 1rem;
  font-family: 'proxima-nova', sans-serif;
}
p {
  font-family: 'proxima-nova', sans-serif;
}

.dnd_area-row-0-background-color {  
  background-image: url(https://partner.lendio.com/hubfs/Wave-Hubspot-Background.png) !important;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.widget-type-form {
  box-shadow: 0 10px 26px rgb(0 67 142 / 11%);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.form-title {
  background: #FFF;
  text-align: left;
  color: #181818;
  font-weight: normal;
  padding: 25px 25px 0;
  font-family: 'proxima-nova', sans-serif;
}

.hs-form {
  background: #FFF;
/*   max-height: 600px; */
  overflow: scroll;
  padding: 35px 25px;
}

.hs-form-field > label, .hs-form-field > label span {
  color: #6b717a;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
}
form .inputs-list:not(.no-list) label, form .inputs-list:not(.no-list) label > span, form .inputs-list:not(.no-list) label > span p {
  color: #6b717a;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {
  font-family: 'proxima-nova', sans-serif;
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='file']:focus, select:focus, textarea:focus {
  outline-color: #0082FF;
}

form .legal-consent-container .hs-richtext {
  margin-bottom: 20px;
  color: #6b717a;
  font-family: 'proxima-nova', sans-serif;
}
.hs-form-field legend {
  color: #6b717a;
  font-family: 'proxima-nova', sans-serif;
}

.actions {
  text-align: center;
}
form input[type='submit'], form .hs-button {
  width: auto;
  text-align: center;
  margin: 0 auto;
  background-color: #0082FF;
  border: none;
  font-family: 'proxima-nova', sans-serif;
}
form input[type='submit']:hover, form .hs-button:hover, form .hs-button:focus, form input[type='submit']:focus, form input[type='submit']:active, form .hs-button:active {
  background-color: #004AB7;
  border: none;
}
.footer--landing-page {
  background: #EEF7FF;
}
.footer--landing-page .footer__container {
  padding: 20px 0;
}


@media (max-width: 767px){
/*   .row-fluid .span6:last-child {
    display: none;
  } */
  .hs-form {
    max-height: 100%;
}