/* Benton Harbor — NOLA/Weebly layout. Do not wrap the form in a color panel. */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, sans-serif; color: #333; background: #fff; font-size: 16px; line-height: 1.5; }
a { color: #2a5db0; }
img { max-width: 100%; height: auto; display: block; }
.skip { position: absolute; left: -9999px; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; box-sizing: border-box; }
.topbar { height: 10px; background: #000; width: 100%; }
.header {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; max-width: none; margin: 0; padding: 20px 40px 12px;
  box-sizing: border-box;
}
.phone-logo {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font: 800 26px/60px Arial Black, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  min-width: 270px;
  height: 60px;
  padding: 0 16px;
}
.nav {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
  justify-content: flex-end; padding: 0; border: 0; background: transparent;
}
.nav a, .nav summary {
  color: #111; text-decoration: none; font-weight: 700; font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer; list-style: none;
  padding: 6px 10px;
}
.nav a.nav-home { border: 1px solid #c8c8c8; }
.nav details { position: relative; }
.nav details > div {
  position: absolute; right: 0; background: #fff; border: 1px solid #ddd; min-width: 220px; z-index: 20; padding: 8px 0;
}
.nav details a { display: block; padding: 6px 12px; text-transform: none; font-weight: 600; }
.hero-table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.hero-table td { vertical-align: top; padding: 0 15px; }
.hero-left { width: 67%; }
.hero-right { width: 33%; }
.hero-left h2 { text-align: center; font-size: 42px; margin: 8px 0 12px; font-weight: 800; color: #111; }
.hero-photo {
  border: 8px solid #111;
  margin: 10px 0;
}
.hero-photo img { width: 100%; height: 280px; object-fit: cover; }
.call-wrap { text-align: center; margin: 12px 0; }
.wsite-button, .call {
  display: inline-block; background: #2b2b2b; color: #fff !important; text-decoration: none;
  font-weight: 700; padding: 10px 18px; letter-spacing: .04em;
}
.formlist { list-style: none; margin: 10px 0 0; padding: 0; }
.form-required { color: #c00; }
.wsite-form-label { display: block; font-size: 14px; margin: 8px 0 4px; color: #333; }
.wsite-form-fields-required-label { font-size: 13px; color: #666; margin: 8px 0; }
.wsite-form-input {
  width: 100%; padding: 7px 8px; border: 1px solid #bbb; background: #fff;
  font: 16px Arial, Helvetica, sans-serif; color: #111;
}
.wsite-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  overflow: visible;
}
.wsite-form-left, .wsite-form-right { float: none; width: auto; }
.wsite-form-sublabel { display: block; font-size: 12px; color: #777; margin-top: 3px; }
.wsite-form-submit { text-align: center; margin: 12px 0; }
.wsite-form-submit button {
  background: #2b2b2b; color: #fff; border: 0; padding: 10px 22px; font-weight: 700; cursor: pointer;
}
.quote-banner { width: auto; max-width: 100%; margin: 10px auto; }
h1 { font-size: 32px; margin: 18px 0 12px; }
.prose p { margin: 0 0 12px; }
.alt { display: table; width: 100%; border-top: 1px solid #ddd; padding: 24px 0; }
.alt .cell { display: table-cell; width: 50%; vertical-align: middle; padding: 0 12px; }
.alt img { width: 100%; height: 220px; object-fit: cover; }
.faq, .locs { padding: 24px 0; border-top: 1px solid #ddd; }
.locs ul { columns: 2; }
.foot { background: #111; color: #fff; padding: 20px 40px; text-align: center; width: 100%; box-sizing: border-box; }
.foot a { color: #fff; }
.page { padding: 18px 0 40px; }
.msg { min-height: 1.2em; font-size: 13px; }
@media (max-width: 800px) {
  .header { flex-direction: column; align-items: flex-start; }
  .nav { justify-content: flex-start; }
  .hero-left, .hero-right, .alt .cell { display: block; width: 100%; }
  .wsite-form-left, .wsite-form-right { float: none; width: 100%; }
  .locs ul { columns: 1; }
}
