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

/*---------- DEFAULT STYLES ----------*/

table {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
table thead {
  border-bottom: 1px solid #ddd;
}
thead th {
  color: #000;
  background-color: transparent;
}
thead th:not(:first-child) {
  background: #ddd;
  text-align: left;
  padding: 7px;
  width: 250px;
}
thead th:nth-of-type(2) {
  background: #99BC08;
  border: 3px solid #99BC08;
  color: #fff;
}
td {
  border: transparent;
  padding: 7px;
  font-size: 14px;
  border-collapse: inherit;
}
tr:nth-child(odd) {
  background: transparent;
}
tbody tr td:nth-child(2) {
  border-left: 3px solid #99BC08;
  border-right: 3px solid #99BC08;
}
tbody tr {
  border-bottom: 1px solid #ddd;
}
tfoot tr {
  background: #f2f6df !important;
}
tfoot tr td:nth-child(2) {
  border-left: 3px solid #99BC08;
  border-right: 3px solid #99BC08;
  border-bottom: 3px solid #99BC08;
}
tfoot td {
  font-size: 14px;
}
@media (min-width: 768px) {
  tfoot td {
    font-size: 20px;
  }
  td {
    font-size: 16px;
  }
}

::placeholder, select {
  color: #8D8D8D;
}

.hs-error-msg, .hs-error-msgs {
  color: #fff;
}

.hs-form-field {
  color: #fff;
}

a:hover {
  font-family: 'Open Sans', sans-serif;
}

button.button, a.button {
  background: #FFB23F;
  color: #000;
  padding: 20px 35px;
  border-radius: 50px;
  transition: .3s ease;
  border: 0;
  font-weight: 600;
}

button.button:hover, a.button:hover {
  text-decoration: none;
  background: #99BC08;
  color: #fff;
  padding: 20px 35px;
  border: 0;
  font-weight: 600;
}

form {
  background-color: transparent;
  padding: 0;
}

form .hs-button, form input[type=submit], button.button {
  margin: 0;
  background: #FFB23F !important;
  color: #000 !important;
  padding: 20px 35px;
  border-radius: 50px;
  font-weight: 600;
}

form .hs-button:hover, form input[type=submit]:hover, button.button:hover {
  background: #fff !important;
  color: #000 !important;
  letter-spacing: 0;
  font-weight: 600;
}

/* Form column */
.cell_16837328339035-background-color {
  border-radius: 50px;
  box-shadow: 0 10px 60px rgba(0,0,0,.25);
}
@media (min-width: 768px) {
  .cell_16837328339035-background-color {
    margin: 60px 0 0 0px !important;
    padding: 40px !important;
    width: 50% !important;
  } 
}

@media (min-width: 1200px) {
  .cell_16837328339035-background-color {
    margin: 60px 0 0 -70px !important;
    width: 30% !important;
  } 
}


.hs_cos_wrapper_type_rich_text ul {
  padding-left: 0;
}

.hs_cos_wrapper_type_rich_text li {
  list-style: none;  
}

.hs-content-id-115020680071 .hs_cos_wrapper_type_rich_text li:before,
.hs-content-id-115329600311 .hs_cos_wrapper_type_rich_text li:before {
    background-image: url(https://go.lavu.com/hubfs/icon-check.png);
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    width: 18px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}



/*---------- SITE HEADER (3 pages) ----------*/
.header {
  display: none;
}

.body-container > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:first-child {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #ddd !important;
}

.body-container > .row-fluid-wrapper > .row-fluid > .span12:first-of-type > .row-fluid-wrapper:first-child > .row-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-container > .row-fluid-wrapper > .row-fluid > .span12:first-of-type > .row-fluid-wrapper:first-child .span6:nth-of-type(2) {
  margin-left: auto;
}

/* Logo */
#hs_cos_wrapper_widget_1683833228044, #hs_cos_wrapper_module_16839050410496, #hs_cos_wrapper_module_1683908145605 {
  text-align: center;
  width: 100%;
}

#hs_cos_wrapper_widget_1683833228044 img, #hs_cos_wrapper_module_16839050410496 img, #hs_cos_wrapper_module_1683908145605 img {
  max-width: 150px !important;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_widget_1683833228044, #hs_cos_wrapper_module_16839050410496, #hs_cos_wrapper_module_1683908145605 {
    text-align: left;
    margin-bottom: 0;
  }
  #hs_cos_wrapper_widget_1683833228044 img, #hs_cos_wrapper_module_16839050410496 img, #hs_cos_wrapper_module_1683908145605 img {
    max-width: 100% !important;
  }
}

/* Phone CTA */

#hs_cos_wrapper_widget_1683833419067, #hs_cos_wrapper_module_16839050410498, #hs_cos_wrapper_module_16839081456053 {
  text-align: center;
}

#hs_cos_wrapper_widget_1683833419067 p,
#hs_cos_wrapper_module_16839050410498 p,
#hs_cos_wrapper_module_16839081456053 p {
  margin: 0;
}

#hs_cos_wrapper_module_16839050410498 a, #hs_cos_wrapper_module_16839081456053 a, #hs_cos_wrapper_widget_1683833419067 a {
  background: #FFB23F;
  color: #000;
  padding: 10px 15px;
  border-radius: 50px;
  transition: .3s ease;
  border: 0;
  display: inline-block;
}

#hs_cos_wrapper_widget_1683833419067 a:hover,
#hs_cos_wrapper_module_16839050410498 a:hover,
#hs_cos_wrapper_module_16839081456053 a:hover {
  text-decoration: none;
  background: #99BC08;
  color: #fff;
  padding: 10px 15px;
  border: 0;
}

@media (min-width: 768px) {
  
  #hs_cos_wrapper_widget_1683833419067 a,
  #hs_cos_wrapper_module_16839050410498 a,
  #hs_cos_wrapper_module_16839081456053 a {
    padding: 20px 35px;
  }
  
  #hs_cos_wrapper_widget_1683833419067,
  #hs_cos_wrapper_module_16839050410498,
  #hs_cos_wrapper_module_16839081456053 {
    text-align: right;
  }
  #hs_cos_wrapper_widget_1683833419067 a,
  #hs_cos_wrapper_module_16839050410498 a,
  #hs_cos_wrapper_module_16839081456053 a {
    margin-bottom: 0;
  }
  
  #hs_cos_wrapper_widget_1683833419067 a:hover,
  #hs_cos_wrapper_module_16839050410498 a:hover,
  #hs_cos_wrapper_module_16839081456053 a:hover {
    text-decoration: none;
    background: #99BC08;
    color: #fff;
    padding: 20px 35px;
    border: 0;
  }
}

/*---------- HERO BANNER ----------*/

@media (max-width: 768px) {
  .dnd_area-row-1-background-image {
    background-image: url(https://go.lavu.com/hubfs/hero-pattern-30.png) !important; 
  } 
}

/* Contact form */

#hs_cos_wrapper_widget_1683732966721 .form-title {
  background-color: transparent;
}

#hs_cos_wrapper_widget_1683732966721 form,
#hs_cos_wrapper_widget_1683904625694 form{
  background-color: transparent;
  padding: 20px 0 0;
}

#hs_cos_wrapper_widget_1683732966721 {
  border-radius: 50px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.25);
  padding: 40px;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_widget_1683732966721 {
    margin-left: -120px;
    position: relative;
    top: 90px;
    left: -50px;
  }
}

#hs_cos_wrapper_widget_1683732966721_title {
  padding: 0;
}

.hs-form-field > label, .hs-form-field > label span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* 3 column tabs */
.cell_16837331096353-vertical-alignment,
.cell_1683733513317-vertical-alignment,
.cell_1683733519086-vertical-alignment {
  margin-bottom: 10px;
  padding: 20px !important;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  align-items: center;
}

.cell_16837331096353-vertical-alignment p,
.cell_1683733513317-vertical-alignment p,
.cell_1683733519086-vertical-alignment p {
  margin: 0;
}

.cell_16837331096353-vertical-alignment > .row-fluid-wrapper,
.cell_1683733513317-vertical-alignment > .row-fluid-wrapper,
.cell_1683733519086-vertical-alignment > .row-fluid-wrapper {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .cell_16837331096353-vertical-alignment,
  .cell_1683733513317-vertical-alignment,
  .cell_1683733519086-vertical-alignment {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
    margin-bottom: 0;
  }
}

/*---------- LOGOS SECTION ----------*/
#hs_cos_wrapper_widget_1683734999260 .hs-image__grid__list__item__image {
  object-fit: contain;
}

/*---------- 3 COLUMN INFO BOXES ----------*/
.cell_16837366292323-background-color,
.cell_1683738767590-background-color,
.cell_1683738769106-background-color {
  border-radius: 25px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cell_16837366292323-background-color,
  .cell_1683738767590-background-color,
  .cell_1683738769106-background-color {
    margin-bottom: 0;
  }
}

#hs_cos_wrapper_widget_1683738814658 {
  text-align: center;
  margin-top: 40px;
}

/*---------- BOTTOM CTA ----------*/
#hs_cos_wrapper_widget_1683745398223 {
  text-align: center;
}

/*---------- SITE FOOTER ----------*/
.footer--site-page {
  display: none;
}


/*---------- MAIN LANDING PAGE (ENGLISH & SPANISH) ----------*/

@media (max-width: 768px) {
  .hs-content-id-115020680071 .row-number-18 > .row-fluid,
  .hs-content-id-115020680071 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid,
  .hs-content-id-115329600311 .row-number-18 > .row-fluid,
  .hs-content-id-115329600311 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Bottom Icons section */
@media (max-width: 768px) {
  .hs-content-id-115020680071 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid .span6:nth-child(2) .row-fluid, 
  .hs-content-id-115329600311 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid .span6:nth-child(2) .row-fluid {
    display: flex;
  }
  .hs-content-id-115020680071 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid .span6:nth-child(2) .row-fluid .span2,
  .hs-content-id-115329600311 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid .span6:nth-child(2) .row-fluid .span2 {
    margin-right: 10px;
    width: 80px;
  }
  .hs-content-id-115020680071 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid .span6:nth-child(2) .row-fluid .span2 img,
  .hs-content-id-115329600311 .cell_16837393141022-vertical-alignment > .row-fluid-wrapper > .row-fluid .span6:nth-child(2) .row-fluid .span2 img { 
    width: 80px;
  }
}

/*---------- FORM LANDING PAGE (Book a Demo) ----------*/

.cell_1683896993907-background-color {
  border-radius: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
 .span4 {
   width: 47% !important;
  }
  .span8 {
    width: 50% !important;
  }
}

.hs-content-id-115225852173 .hs_cos_wrapper_type_rich_text li:before,
.hs-content-id-126992118390 .hs_cos_wrapper_type_rich_text li:before {
    background-image: url(https://go.lavu.com/hubfs/icon-check-white-1.png);
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    width: 18px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}

.cell_1683896993907-background-color ul li:before [
  content: "\2022" !important;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.hs-content-id-115225852173 .body-container>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper {
  border-bottom: 0;
}

.footer--landing-page {
  border-top: 0;
}

.footer--landing-page p a {
  color: #000;
}

.footer--landing-page .footer__container {
 max-width: 100%; 
}

.footer--landing-page .footer__container {
  padding: 0;
}

.hs-submit {
  color: #fff;
}

.hs-submit .actions {
  margin-bottom: 10px;
}