.elementor-kit-5{--e-global-color-primary:#2B3446;--e-global-color-secondary:#EDB96F;--e-global-color-text:#4A5464;--e-global-color-accent:#10151F;--e-global-color-white:#FFFFFF;--e-global-color-cream:#F8F7F2;--e-global-color-line:#E7E7E7;--e-global-color-deep:#1A2030;--e-global-typography-primary-font-family:"Sorts Mill Goudy";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.32em;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:1.2px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.7em;--e-global-typography-small-font-family:"Montserrat";--e-global-typography-small-font-size:14px;--e-global-typography-small-font-weight:400;--e-global-typography-small-line-height:1.8em;--e-global-typography-quote-font-family:"Sorts Mill Goudy";--e-global-typography-quote-font-size:21px;--e-global-typography-quote-font-weight:400;--e-global-typography-quote-line-height:1.65em;--e-global-typography-cardtitle-font-family:"Work Sans";--e-global-typography-cardtitle-font-size:16px;--e-global-typography-cardtitle-font-weight:600;--e-global-typography-cardtitle-line-height:1.35em;--e-global-typography-cardtitle-letter-spacing:1.1px;color:#4A5464;font-family:"Montserrat", Sans-serif;font-size:17px;font-weight:400;line-height:1.8em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#2B3446;}.elementor-kit-5 a:hover{color:#EDB96F;}.elementor-kit-5 h1{font-family:"Sorts Mill Goudy", Sans-serif;font-size:56px;font-weight:400;line-height:1.26em;}.elementor-kit-5 h2{font-family:"Sorts Mill Goudy", Sans-serif;font-size:40px;font-weight:400;line-height:1.32em;}.elementor-kit-5 h3{font-family:"Sorts Mill Goudy", Sans-serif;font-size:30px;font-weight:400;line-height:1.35em;}.elementor-kit-5 h4{font-family:"Sorts Mill Goudy", Sans-serif;font-size:22px;font-weight:400;line-height:1.4em;}.elementor-kit-5 h5{font-family:"Work Sans", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:1.4em;letter-spacing:1.2px;}.elementor-kit-5 h6{font-family:"Work Sans", Sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:46px;}.elementor-kit-5 h2{font-size:34px;}.elementor-kit-5 h3{font-size:27px;}.elementor-kit-5 h4{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:29px;}.elementor-kit-5 h3{font-size:24px;}.elementor-kit-5 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Broukhim Legal helpers. Edit here in Site Settings > Custom CSS. */

/* Cards go two-up on tablet instead of squeezing four across */
@media (min-width:768px) and (max-width:1024px){
  .lf-2up-tablet{--width:48% !important;}
}

/* Footer links inherit the cream text colour, not the navy body link colour */
.lf-footer a{color:var(--e-global-color-cream);}
.lf-footer a:hover{color:var(--e-global-color-secondary);}

/* Card row becomes a swipeable carousel on mobile */
@media (max-width:767px){
  .lf-swipe{
    --flex-direction:row !important;
    --gap:16px !important;
    --row-gap:16px !important;
    --column-gap:16px !important;
    flex-wrap:nowrap !important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:12px;
    scrollbar-width:thin;
  }
  .lf-swipe > .e-con{
    --width:80% !important;
    flex:0 0 80% !important;
    scroll-snap-align:start;
  }
  .lf-swipe::-webkit-scrollbar{height:3px;}
  .lf-swipe::-webkit-scrollbar-thumb{background:var(--e-global-color-secondary);border-radius:3px;}
}

/* Nav dropdown panel */
.elementor-nav-menu--dropdown{
  box-shadow:0 20px 46px -18px rgba(0,0,0,.65);
  border-radius:2px;
  overflow:hidden;
}

/* Two stacked FAQ columns read as one list on mobile */
@media (max-width:767px){
  .lf-faq-join{--gap:0px !important;--row-gap:0px !important;}
  .lf-faq-join > .e-con:first-child{margin-bottom:-1px;}
}

/* Mobile reading order: eyebrow > headline > image > body > CTA */
@media (max-width:767px){
  .lf-mo{--gap:0px !important;--row-gap:0px !important;--column-gap:0px !important;}
  .lf-mo--img-last > .e-con:first-child,
  .lf-mo--img-first > .e-con:last-child{display:contents;}
  .lf-mo--img-last > .e-con:first-child > *,
  .lf-mo--img-first > .e-con:last-child > *{order:4;}
  .lf-mo--img-last > .e-con:first-child > *:nth-child(1),
  .lf-mo--img-first > .e-con:last-child > *:nth-child(1){order:1;}
  .lf-mo--img-last > .e-con:first-child > *:nth-child(2),
  .lf-mo--img-first > .e-con:last-child > *:nth-child(2){order:2;}
  .lf-mo--img-last > .e-con:last-child,
  .lf-mo--img-first > .e-con:first-child{order:3;margin:10px 0 30px;}
  .lf-mo-frame img{width:100%;height:210px;object-fit:cover;object-position:top center;display:block;}
}

/* Nothing may spill past the right edge on phones */
@media (max-width:767px){
  body{overflow-x:hidden;}
  .e-con,.e-con-inner{max-width:100%;}
  .elementor-widget-heading .elementor-heading-title,
  .elementor-widget-text-editor{overflow-wrap:break-word;}
  .elementor-widget-image img{max-width:100%;height:auto;}
  .lf-mo-frame img{height:210px;}
}/* End custom CSS */