/* marketoGating CSS*/

.gatedFormHidden .section.marketoStaticGating {
  display: none;
}

body .marketoStaticGating.section ~ div {
  display: none;
}

body.gatedFormHidden .marketoStaticGating.section ~ div {
  display: block;
}


.marketo-form {
  border-bottom: 40px solid #fff;
}

@media screen and (min-width: 768px) {
  body .marketoGating.section ~ div {
    display: block;
  }
  .marketo-form {
    border-bottom: none;
  }
}


/*override for the addressLookup.css entry.
Needed to avoid the affix plugin from displaying
'Input & Suggestions' from addressLookup.html*/

nav.pin-nav.affix {
  position: fixed;
  z-index: 100;
  left: 0px;
  width: 100%;
  top: 0;
}

