   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }


    html { font-size: calc(100vw / 192); scroll-behavior: smooth; }

    :root {
      --green-dark: #1f5c4e;
      --green-mid:  #2a7a64;
      --white:      #ffffff;
      --text-dark:  #1a1a1a;
      --text-mid:   #333333;
      --text-light: #555555;
      --sans:       'canada-type-gibson', 'canada-type-gibson', sans-serif;
      --sans-light: 'canada-type-gibson', 'Inter', sans-serif;
    }

  /**body {
    max-width: 1920px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.05);
  }*/

    body { font-family: var(--sans); color: var(--text-dark); background: var(--white); margin: 0; padding: 0; height: 100vh; display: flex; flex-direction: column; }    img  { display: block; }


    .btn-link {
      display: inline-block; line-height: 0;
      text-decoration: none; cursor: pointer;
      transition: filter .15s, transform .15s;
    }
    .btn-link:hover { filter: brightness(1.07); transform: translateY(-0.1rem); }
    .btn-link img  { display: block; }

    .btn-green img { width: 52.1rem; height: 5.7rem; }
    .btn-teal  img { width: 80.4rem; height: 5.7rem; }
    .btn-both  img { width: 134.8rem; height: 5.7rem; }

    /* Centers button(s) on the page */
    .btn-center { display: flex; justify-content: center; }

    /* Path choice buttons: 362×47px */
    .btn-path img { width: 36.2rem; height: 4.7rem; }

  .header {background-color:#fff;}
.w-layout-blockcontainer, .w-container {max-width: 1600px;} 
  
  @media (min-width: 1925px) {
	.w-layout-blockcontainer, .w-container {max-width: 1600px !important;}
	.sub-head-bar {height: 4rem !important;}
}


.blog-post p, .blog-post ul li {font-size: 3.2rem; color: var(--text-mid); line-height: 1.7; font-family: var(--sans-light); font-weight: 300; margin: 0 0 2.4rem 0;}
.blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5 {font-weight: 500;}


  
  .w-nav {background: #fff !important;}
  .top-note {font-family: 'canada-type-gibson', sans-serif; font-weight: 300; font-size: 2rem; color: #006a6a; pointer-events: none;}

  .w-nav-link, .w-dropdown {
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 400;
    font-size: 2.3rem;
    color: rgb(0, 106, 106);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
    padding: 20px 9px;
  }
 .w-dropdown {
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 400;
    font-size: 2.3rem;
    color: rgb(0, 106, 106);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
  }
  .w-nav-link:hover, .sub-head-phone:hover, .footer-legal a:hover, .w-nav-link.w--current, .w-dropdown:hover {color:#77a069 !important;}
  .w-dropdown-toggle {padding-right: 40px !important;}
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {padding:0; color: rgb(0, 106, 106); }

  .slogan {
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.45rem;
    color: rgb(0, 106, 106);
    white-space: nowrap;
    transition: color 0.2s;
  }

  .sub-head-phone {
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 600;
    font-size: 2.88rem;
    color: #006a6a;
    white-space: nowrap;
    text-align: right;
    text-decoration:none;
  }

  .sub-head-bar {
    position: absolute;
    top: 122px;
    right: 0;
    width: 61rem;
    height: 5rem;
    background: #739a59;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-head-bar-text {
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 400;
    font-size: 2.22rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    color: #ffffff;
    text-align: center;
  }
  
  p, ul li {line-height: 1.5; font-size: 3.2rem; font-weight: 300;}
    nav {

      flex-shrink: 0;
      background: var(--white);
      height: 12.8rem;
      display: flex; align-items: center;
      justify-content: space-between;
      padding: 0 8.6rem 0 16.5rem;
      border-bottom: 0.1rem solid #ddd;
    }
	
	.nav-subpage {
      position: relative; top: 0; z-index: 1;
      background: var(--white);
      height: 15.8rem;
      display: flex; align-items: center;
      justify-content: space-between;
      padding: 0 3rem 0 16.5rem;
    }
	
    .nav-left { display: flex; align-items: center; gap: 2.4rem; }
    .nav-logo  { height: 9rem; width: auto; }
    .nav-tagline {
      font-size: 2.1rem; font-style: italic;
      color: #006a6a;
      padding-left: 2.4rem;
      line-height: 1.3;
    }

    .nav-dropdown {
      position: relative;
      display: inline-block;
	
    }
    .nav-dropdown > a {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 2.4rem;
      color: #006a6a; text-decoration: none; white-space: nowrap;
      transition: color .2s; cursor: pointer;
    }
    .nav-dropdown > a:hover { color: #739a59; }
    .nav-dropdown-menu {
      display: none;
      position: fixed;
      background: #ffffff;
      box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.15);
      min-width: 28rem;
      z-index: 9999;
      padding: 0;
      overflow: visible;
    }
    .nav-dropdown-menu .dd-bar {
      height: 1.5rem;
      background: #006a6a;
      display: block;
      width: 100%;
      position: absolute;
      top: -1.5rem;
      left: 0;
      z-index: 10000;
    }
    .nav-dropdown-menu a {
      display: block;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 2.2rem;
      color: #333333; text-decoration: none;
      padding: 2.2rem 3.4rem;
      transition: color .2s, background .2s;
      white-space: nowrap;
      border-bottom: 0.1rem solid #eee;
    }
    .nav-dropdown-menu a:last-child { border-bottom: none; }
    .nav-dropdown-menu a:hover { color: #006a6a; background: #f1ece4; }

    /* Nav button: green PNG, full 5.7rem height */
    .btn-nav { margin-right: 6rem; }
    .btn-nav img { width: auto; height: 5.7rem; }

    /* Phone + button grouped on the right */
    .nav-right { display: flex; align-items: center; gap: 4.4rem; }

    /* Phone number */
    .nav-phone {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 4.2rem;
      color: #006a6a;
      white-space: nowrap;
    }
  

  .hero {
      position: relative;
      height: 91.8rem; overflow: hidden; margin: 0;
    }
    .hero-bg {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center; z-index: 1;
    }
    /* Headline: positioned 9rem above buttons at bottom */
    .hero-headline-wrap-testi {
      position: absolute; z-index: 3;
      top: 0; left: 0; right: 0; bottom: 0;
      display: flex; flex-direction: column;
      align-items: center; justify-content: flex-end;
      padding: 0 6rem 0;
    }
  .hero-headline-wrap {
      position: absolute; z-index: 2;
      bottom: 15rem; left: 0; right: 0;
      text-align: center; padding: 0 6rem;
    }
    .hero-copy-block {
      text-align: center;
      margin-bottom: 3.5rem;
    }
    .hero-headline {
      font-size: 5.4rem; font-weight: 400; line-height: 1.2;
      color: var(--white);
      text-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.3);
    }
    .hero-subhead {
      font-size: 3.7rem; font-weight: 400; font-style: italic;
      line-height: 1.5; color: var(--white);
      text-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.3);
      margin-top: 2rem;
      max-width: 151.8rem;
      margin-left: auto; margin-right: auto;
    }
    /* Buttons: anchored from bottom — 11.2rem gap, matching gap above buttons */
    .hero-btns-wrap {
      position: absolute; z-index: 2;
      bottom: 0; left: 0; right: 0;
      display: flex; justify-content: center;
    }

  /* 4.9 rating graphic — centered between copy and boxes */
    .hero-rating-block {
      display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
      margin-bottom: 3rem;
    }
    .hero-rating-num {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 8rem;
      color: #ffffff; line-height: 1;
      text-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.3);
    }
    .hero-rating-stars { display: flex; gap: 0.4rem; }
    .hero-rating-star { color: #cbe89d; font-size: 3.4rem; line-height: 1; }
    .hero-rating-label {
      font-size: 2.2rem; color: rgba(255,255,255,0.8);
      font-family: var(--sans-light); font-weight: 300;
    }
    /* Three badge boxes side-by-side — flush to the bottom edge of the hero photo */
    .hero-badges-row {
      display: flex; gap: 1.5rem; justify-content: center;
      margin-bottom: 0;
    }
    .hero-badge {
      display: flex; align-items: center; gap: 1.2rem;
      background: rgba(255,255,255,0.13); border: 0.1rem solid rgba(255,255,255,0.18);
      padding: 1.2rem 2rem;
    }
    .hero-badge-icon { width: 2.6rem; height: 2.6rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.8rem; }
    .hero-badge svg { width: 2.4rem; height: 2.4rem; display: block; flex-shrink: 0; }
    .hero-badge-text { font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 2.3rem; color: rgba(255,255,255,0.9); }
    .hero-badge-count { font-size: 2rem; color: rgba(255,255,255,0.5); }
    /* Buttons: anchored from bottom — 11.2rem gap, matching gap above buttons */
    .hero-btns-wrap {
      position: absolute; z-index: 2;
      bottom: 0; left: 0; right: 0;
      display: flex; justify-content: center;
    }
	
    .jd-edit { background: #fff3a3; border-radius: 0.2rem; box-decoration-break: clone; -webkit-box-decoration-break: clone; }


    /* Audience fork at top of Step 1 */
    .aud-fork { display: flex; gap: 2rem; justify-content: center; margin: 2rem 0 1rem; flex-wrap: wrap; }
    .aud-btn {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 600; font-size: 2.4rem;
      letter-spacing: 0.1rem; text-transform: uppercase;
      padding: 1.8rem 4rem; border: 0.25rem solid #006a6a; background: #ffffff;
      color: #006a6a; cursor: pointer; transition: background .2s, color .2s;
    }
    .aud-btn:hover { background: #eae2d6; }
    .aud-btn.active { background: #006a6a; color: #ffffff; }
    .aud-hint { text-align: center; font-size: 2.4rem; color: var(--text-light); font-family: var(--sans-light); font-weight: 300; margin-bottom: 1rem; }
	
	 /* Attorney-only / family-only show-hide */
    .for-attorney { display: none; }
    body.aud-attorney .for-family { display: none; }
    body.aud-attorney .for-attorney { display: block; }
	.for-family, .jd-edit  {line-height:1.6;}


    .sec2 {
      background: #eae2d6;
      padding: 6rem 10rem 0; margin: 0;
    }
	.sec2-trust {
      background: #fff;
      padding: 6rem 10rem; margin: 0;
    }
	.sec2-roof {
      background: #fff;
      padding: padding: 4.5rem 16.5rem 2rem;
    }
	
    .sec2 h2, .sec2-trust h2, .sec2-roof h2 { text-align: center; }
    .sec2 p, .sec2-trust p, .sec2-roof p { text-align: center; }
    .sec2 h2, .sec2-trust h2, .sec2-roof h2 {
      font-size: 5.4rem; font-weight: 400; font-style: normal;
      color: #006a6a; line-height: 1.2;
      max-width: 165rem; margin: 0 auto 3.2rem;
    }
    .sec2 p, .sec2-trust p, .sec2-roof p {
      font-size: 3.2rem; color: var(--text-mid);
      line-height: 1.5; max-width: 160rem;
      margin: 0 auto 4rem;
      font-family: var(--sans-light); font-weight: 300;
    }
	.sec2 p {
    font-size: 3.2rem;
    color: var(--text-mid);
    line-height: 1.5;
    max-width: 130rem;
    margin: 0 auto 4rem;
    font-family: var(--sans-light);
    font-weight: 300;
}

b, strong {font-weight: 500;}

  
    .sec3-wrap {
      background: var(--white);
      padding: 6rem 10rem 0;
    }
    .sec3 { text-align: center; max-width: 165rem; margin: 0 auto; }

    /* Quote: italic, weight 400, line-height 1.3 */
      .quote-text {
      font-size: 3.8rem; font-style: italic; font-weight: 400;
      color: #006a6a; line-height: 1.3;
      max-width: 175rem; margin: 0 auto 1.6rem;
    }
    /* Attribution — nearly same size as quote per PDF */
    .quote-attr {
      font-size: 3.4rem; color: var(--text-light); margin-bottom: 4rem;
    }
    /* .hairline {
      height: 0.2rem;
      background-image: url('https://cdn.prod.website-files.com/6a17ddbd58bc723912034c07/6a1884bbb3a01405dd941e5e_grn-hairline.png');
      background-size: 100% 100%;
      margin: 0 auto;
	   } */
	  
    .hairline {
		height: 0;
		border-top: 0.25rem solid #739a59;
		max-width: 160rem;
		margin: 0 auto;
    }

    /* Bio row — margin-top keeps spacing but both grid cells start at same Y (no padding) */
    .bio-row {
          display: grid;
    grid-template-columns: 28rem 1fr;
    gap: 5rem;
    align-items: start;
    margin: 4rem auto 0;
    padding: 0;
    max-width: 160rem;
    text-align: left;
    }
    /* Photo: natural proportions, top-aligned with text */
    .bio-photo { width: 100%; height: auto; display: block; }

    /* Bio list — margin-based spacing, first item has zero top gap */
    .bio-list { list-style: none; padding: 0; margin: 0; }
    .bio-list li {
      padding: 0 0 0.6rem 3.6rem; position: relative;
      font-size: 3.2rem; color: var(--text-mid); line-height: 1.4;
      font-family: var(--sans-light); font-weight: 300;
      border-bottom: 0.1rem solid #eee;
      margin-top: 0.6rem;
    }
    .bio-list li:first-child { margin-top: 0; padding-top: 0; }
    .bio-list li:last-child { border-bottom: none; }
    /* Dot: centered on first line only — 3.2 × 1.4 / 2 = 2.24rem from li top */
    .bio-list li::before {
      content: '·'; position: absolute; left: 0.8rem;
      color: #006a6a; font-size: 6rem;
      top: 2rem; transform: translateY(-50%);
    }
	
	 /* Bio highlight: same size + weight as bullets */
    .bio-highlight {
      display: block; margin-top: 1.6rem;
      font-size: 3.2rem; font-weight: 400;
      color: #006a6a; line-height: 1.4;
      padding-left: 3.6rem;
    }
    .bio-para {
      font-size: 3.2rem; font-weight: 300;
      font-family: var(--sans-light);
      color: var(--text-mid); line-height: 1.6;
      margin-bottom: 2.4rem;
    }
    .bio-para a { color: #006a6a; text-decoration: underline; }
    .leadership-list li::before { display: none; }
    .leadership-list { margin-bottom: 2.4rem; }
    /* Bio buttons: escape grid, full-width centered.
       Shifted up slightly to visually even the margins */
    .bio-btns {
      margin-left: calc(-28rem - 5rem);
      margin-top: 4.3rem;
      padding-bottom: 5.3rem;
      display: flex; justify-content: center;
    }
	
	
	 /* INTERNAL DEV NOTE — remove before launch. Search: "DEV-NOTE" */
     .dev-note {
      background: rgba(255,255,255,0.40); border: 0.2rem dashed rgba(184,134,11,0.55);
      padding: 4rem 4rem 0; max-width: 90rem; margin: 3rem auto 0;
      text-align: center;
    }
    .dev-note-label {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 1.9rem; letter-spacing: 0.25rem; text-transform: uppercase;
      color: #739a59; margin-bottom: 0;
    }
    .dev-note-text { font-size: 2.3rem; color: var(--text-mid); line-height: 1.6; font-family: var(--sans-light); font-weight: 300; margin-top: 2rem; }

    /* Aggregate rating block in hero */
    .t-agg { display: flex; align-items: center; justify-content: center; gap: 5rem; flex-wrap: wrap; margin-top: 4rem; }
    .t-agg-primary { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
    .t-agg-num { font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 8rem; color: #ffffff; line-height: 1; }
    .t-agg .t-star { color: #cbe89d; font-size: 3.4rem; }
    .t-agg-count { font-size: 2.2rem; color: rgba(255,255,255,0.7); font-family: var(--sans-light); font-weight: 300; }
    .t-agg-divider { width: 0.1rem; height: 8rem; background: rgba(255,255,255,0.25); }
    .t-agg-badges { display: flex; flex-direction: column; gap: 1.4rem; }
    .t-agg-badge {
      display: flex; align-items: center; gap: 1.2rem;
      background: rgba(255,255,255,0.08); border: 0.1rem solid rgba(255,255,255,0.18);
      padding: 1.2rem 2rem;
    }
    .t-agg-badge svg { width: 2.4rem; height: 2.4rem; display: block; flex-shrink: 0; }
    .t-agg-badge-icon { width: 2.6rem; height: 2.6rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.8rem; }
    .t-agg-badge-text { font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 2.3rem; color: rgba(255,255,255,0.9); }
    .t-agg-badge-count { font-size: 2rem; color: rgba(255,255,255,0.5); }

    /* B2B anchor quote */
    .t-anchor {
      background: #eae2d6; padding: 4rem; margin-bottom: 3rem;
      position: relative; text-align: center;
    }
    .t-anchor-label {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500; font-size: 2rem;
      letter-spacing: 0.4rem; text-transform: uppercase; color: #739a59; margin-bottom: 1.6rem;
    }
    .t-anchor-quote {
      font-family: 'canada-type-gibson', sans-serif; font-style: italic; font-weight: 400;
      font-size: 4rem; color: #006a6a; line-height: 1.4; margin-bottom: 1.6rem;
    }
    .t-anchor-quote strong { font-style: normal; }
    .t-anchor-attr { font-size: 2.6rem; color: #739a59; font-family: var(--sans-light); font-weight: 300; }
	

    /* Section flag / category overline */
    .t-flag {
      display: inline-flex; align-items: center; gap: 1.2rem;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 2rem; letter-spacing: 0.4rem; text-transform: uppercase;
      color: #739a59; margin-bottom: 2rem;
    }
    .t-section-head { text-align: left; margin-bottom: 5rem; }
    .t-section-head h2 {
      font-size: 5.4rem; font-weight: 400; line-height: 1.2;
      color: #006a6a; max-width: none; margin: 0 0 1.6rem 0;
    }
    .t-section-sub {
      font-size: 3.2rem; color: var(--text-mid); line-height: 1.6;
      font-family: var(--sans-light); font-weight: 300; max-width: 110rem; margin: 0;
    }
    .t-section-head.centered { text-align: center; }
    .t-section-head.centered .t-section-sub { margin: 0 auto; }
    .t-section-sub strong { color: #006a6a; font-weight: 400; font-family: var(--sans); }

    .t-stars { display: flex; gap: 0.4rem; }
    .t-star { color: #739a59; font-size: 2.8rem; line-height: 1; }

    .t-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
    .t-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; }

    /* Testimonial card */
    .t-card::before {
      content: '\201C'; position: absolute; top: 1rem; right: 2.4rem;
      font-family: 'canada-type-gibson', sans-serif; font-size: 12rem; line-height: 1;
      color: rgba(0,106,106,0.06);
    }
    /* Open/full-width variant — no box, no quote mark, custom padding */
    .t-card-open {
      background: transparent; border: none;
      padding: 7rem 0 0; position: relative;
      display: flex; flex-direction: column;
      text-align: center;
    }
    .t-card-open::before { content: none; }
    .t-card-quote {
      font-family: 'canada-type-gibson', sans-serif; font-style: italic; font-weight: 400;
      font-size: 3rem; color: var(--text-mid); line-height: 1.6;
      margin-bottom: 0; position: relative; z-index: 1; flex: 1;
    }
    .t-card-quote strong { font-style: normal; color: #006a6a; font-weight: 400; }
    .t-card-attr {
      display: flex; align-items: center; gap: 1.6rem;
      padding-top: 0; border-top: 0.1rem solid rgba(0,0,0,0.08);
    }
    .t-avatar {
      width: 6rem; height: 6rem; border-radius: 50%; flex-shrink: 0;
      background: #006a6a; color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500; font-size: 2.6rem;
    }
    .t-card-name { font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 2.6rem; color: #006a6a; }
    .t-card-detail { font-size: 2.2rem; color: var(--text-light); font-family: var(--sans-light); font-weight: 300; }


    .t-source {
      display: inline-flex; align-items: center; gap: 0.8rem;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 1.9rem; letter-spacing: 0.2rem; text-transform: uppercase;
      padding: 0.6rem 1.4rem; margin-bottom: 2rem; align-self: flex-start;
    }
    .t-source svg { width: 2.2rem; height: 2.2rem; display: block; }
    .t-source-google { background: rgba(234,67,53,0.08); color: #c5392c; }
    .t-source-avvo { background: rgba(0,106,106,0.1); color: #006a6a; }
    .t-source-email { background: rgba(115,154,89,0.15); color: #5a7a44; }


    .t-placeholder {
      background: rgba(255,255,255,0.40); border: 0.3rem dashed rgba(115,154,89,0.5);
      padding: 4rem; display: flex; flex-direction: column;
      align-items: center; justify-content: center; text-align: center;
      gap: 1.6rem; min-height: 32rem;
    }
    .t-ph-icon { font-size: 4.6rem; opacity: 0.4; }
    .t-ph-label {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 1.9rem; letter-spacing: 0.25rem; text-transform: uppercase; color: #739a59;
    }
    .t-ph-desc {
      font-size: 2.4rem; color: var(--text-mid); line-height: 1.6;
      font-family: var(--sans-light); font-weight: 300; max-width: 36rem;
    }


    .t-acard {
      background: rgba(115,154,89,0.20); padding: 4rem; position: relative;
      border-top: none;
      display: flex; flex-direction: column;
      text-align: left;
    }
    .t-acard .t-source { background: rgba(0,106,106,0.10); color: #006a6a; }
    .t-acard-quote {
      font-family: 'canada-type-gibson', sans-serif; font-style: italic; font-weight: 400;
      font-size: 3rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 0;
    }
    .t-acard-quote strong { font-style: normal; color: #006a6a; }
    .t-acard-attr { font-size: 2.4rem; color: var(--text-light); font-family: var(--sans-light); font-weight: 300; }
    .t-acard-placeholder {
      background: rgba(115,154,89,0.12); border: 0.3rem dashed rgba(115,154,89,0.45);
      padding: 4rem; display: flex; flex-direction: column;
      align-items: center; justify-content: center; text-align: center; gap: 1.6rem;
    }
    .t-acard-placeholder .t-ph-desc { color: var(--text-mid); }


    .t-card {
      background: #ffffff; border: 0.1rem solid rgba(0,0,0,0.08);
      border-top: 0.6rem solid #006a6a;
      padding: 4rem 3.6rem; position: relative; overflow: hidden;
      display: flex; flex-direction: column;
    }
    .t-card::before {
      content: '\201C'; position: absolute; top: 1rem; right: 2.4rem;
      font-family: 'canada-type-gibson', sans-serif; font-size: 12rem; line-height: 1;
      color: rgba(0,106,106,0.06);
    }
    .t-card-quote {
      font-family: 'canada-type-gibson', sans-serif; font-style: italic; font-weight: 400;
      font-size: 3rem; color: var(--text-mid); line-height: 1.6;
      margin-bottom: 2.4rem; position: relative; z-index: 1; flex: 1;
    }
    .t-card-quote strong { font-style: normal; color: #006a6a; font-weight: 400; }
    .t-card-attr {
      display: flex; align-items: center; gap: 1.6rem;
      padding-top: 2.4rem; border-top: 0.1rem solid rgba(0,0,0,0.08);
    }
    .t-avatar {
      width: 6rem; height: 6rem; border-radius: 50%; flex-shrink: 0;
      background: #006a6a; color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500; font-size: 2.6rem;
    }
    .t-card-name { font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size: 2.6rem; color: #006a6a; }
    .t-card-detail { font-size: 2.2rem; color: var(--text-light); font-family: var(--sans-light); font-weight: 300; }


    .t-source {
      display: inline-flex; align-items: center; gap: 0.8rem;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 1.9rem; letter-spacing: 0.2rem; text-transform: uppercase;
      padding: 0.6rem 1.4rem; margin-bottom: 2rem; align-self: flex-start;
    }
    .t-source svg { width: 2.2rem; height: 2.2rem; display: block; }
    .t-source-google { background: rgba(234,67,53,0.08); color: #c5392c; }
    .t-source-avvo { background: rgba(0,106,106,0.1); color: #006a6a; }
    .t-source-email { background: rgba(115,154,89,0.15); color: #5a7a44; }


    .t-placeholder {
      background: #eae2d6; border: 0.3rem dashed rgba(115,154,89,0.5);
      padding: 4rem 3.6rem; display: flex; flex-direction: column;
      align-items: center; justify-content: center; text-align: center;
      gap: 1.6rem; min-height: 32rem;
    }
    .t-ph-icon { font-size: 4.6rem; opacity: 0.4; }
    .t-ph-label {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 1.9rem; letter-spacing: 0.25rem; text-transform: uppercase; color: #739a59;
    }
    .t-ph-desc {
      font-size: 2.4rem; color: var(--text-mid); line-height: 1.6;
      font-family: var(--sans-light); font-weight: 300; max-width: 36rem;
    }

.sec5 .bullet-list li::before, .sec5b .bullet-list li::before, .sec7 .bullet-list li::before {
    content: none;
}

	

    .attorney-testimonials { display: flex; flex-direction: column; gap: 3.2rem; }
    .atty-quote-text {
      font-size: 2.8rem; color: var(--text-mid);
      line-height: 1.5; font-family: var(--sans-light); font-weight: 300;
      margin-bottom: 0.8rem;
    }
    .atty-quote-attr {
      font-size: 2.4rem; font-weight: 500;
      color: #006a6a;
      padding-left: 2rem;
    }

    .bio-highlight {
      display: block; margin-top: 1.6rem;
      font-size: 3.2rem; font-weight: 400;
      color: #006a6a; line-height: 1.4;
      padding-left: 3.6rem;
    }

    .bio-btns {
      margin-left: 0;
      margin-top: 8rem;
      padding-bottom: 0;
      display: flex; justify-content: center;
    }

    .sec4 {
      background: #eae2d6;
      padding: 0;
      position: relative;
      overflow: hidden;
    }
    .sec4-body {
      max-width: 151.8rem;
      margin: 0 auto;
      padding: 6rem 0 0;
      text-align: left;
      position: relative;
      z-index: 2;
    }
    .sec4-intro-title {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 5.4rem; color: #006a6a;
      line-height: 1.2; margin-bottom: 1.6rem;
      text-align: center;
    }
    .sec4-intro-sub {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 5.4rem; color: #739a59;
      line-height: 1.3; margin-bottom: 2rem;
      text-align: center;
    }
    .sec4-intro-body {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 300;
      font-size: 3.2rem; color: var(--text-mid);
      line-height: 1.6; margin-bottom: 6rem;
      text-align: center;
    }

    .sec4-phase-title {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 4.8rem; color: #739a59;
      line-height: 1.2; margin-bottom: 0.8rem;
    }
    .sec4-phase-sub {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 3.2rem; color: var(--text-dark);
      font-style: italic; line-height: 1.3; margin-bottom: 2rem;
    }
    .sec4-phase-body {
      font-family: var(--sans-light); font-weight: 300;
      font-size: 3.2rem; color: var(--text-mid);
      line-height: 1.6; margin-bottom: 1.6rem;
    }
    .sec4-check {
      font-family: var(--sans-light); font-weight: 300;
      font-size: 3.2rem; color: var(--text-mid);
      line-height: 1.5; margin-bottom: 1.8rem;
      display: flex; gap: 1rem; align-items: flex-start;
      padding-left: 0; text-indent: 0;
    }
	.sec4-check > .jd-edit, .sec4-check { overflow-wrap: anywhere; }
    .sec4-check > .jd-edit { min-width: 0; flex: 1; }
    .sec4-check span { flex-shrink: 0; }
    .sec4-check:last-of-type { margin-bottom: 6rem; }
    .sec4-closing {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 5.4rem; color: #739a59;
      line-height: 1.3; margin-top: 4rem; margin-bottom: 6rem;
      text-align: center;
    }
    .steps-ctas { margin-top: 4.8rem; }
	

    .sec4-phases {
      position: relative;
    }
    .sec4-phases::before {
      content: '';
      position: absolute;
      left: calc(4.5rem - 0.125rem);
      top: 7.7rem;
      bottom: 5.5rem;
      width: 0.25rem;
      background: #739a59;
      z-index: 0;
    }
    .sec4-phase-row {
      display: flex;
      gap: 8rem;
      position: relative;
    }
    .sec4-phase-timeline {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
      width: 9rem;
    }
    
    .sec4-phase-content {
      flex: 1;
      padding: 0 20px;
    }
    .sec4-checks-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.8rem 4rem;
      margin-bottom: 4rem;
	  padding-right:10px;
    }
    .sec4-checks-grid .sec4-check:last-of-type { margin-bottom: 0; }
    .sec4-phase-label {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 2.8rem; color: #006a6a;
      text-transform: uppercase; letter-spacing: 0.1em;
      margin-bottom: 1rem;
    }
    .sec4-phase-title {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 5.4rem; color: #739a59;
      line-height: 1.2; margin-bottom: 0.8rem;
    }
    .sec4-phase-sub {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 3.2rem; color: var(--text-dark);
      font-style: italic; line-height: 1.3; margin-bottom: 2rem;
    }
    .sec4-phase-body {
      font-family: var(--sans-light); font-weight: 300;
      font-size: 3.2rem; color: var(--text-mid);
      line-height: 1.6; margin-bottom: 1.6rem;
    }
    .sec4-phase-body:last-of-type {
      margin-bottom: 4rem;
    }
    .sec4-phase-circle {
      width: 9rem; height: 9rem;
      border-radius: 50%;
      background: #006a6a;
      color: #fff;
      font-family: 'canada-type-gibson', sans-serif; font-weight: 500;
      font-size: 3.9rem;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      position: relative; z-index: 1;
      margin-top: 3.2rem;
    }
    .sec4-check {
      font-family: var(--sans-light); font-weight: 300;
      font-size: 3.2rem; color: var(--text-mid);
      line-height: 1.5; margin-bottom: 0.8rem;
      padding-left: 2rem;
    }
    .sec4-check:last-of-type { margin-bottom: 6rem; }
    .sec4-closing {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 4.3rem; color: #739a59;
      line-height: 1.3; margin-top: 4rem; margin-bottom: 6rem;
      text-align: center; white-space: nowrap;
    }
	
	ul.bullet-list.atty li {padding: 0; margin:0; text-align: left;}
	ul.bullet-list.atty2 li {padding: 0; margin:0;}
	ul.bullet-list.atty li p.sec4-phase-label, ul.bullet-list.atty li p.sec4-phase-title {text-align: left;}

    .sec5 {
      background: var(--white);
      padding: 6rem 10rem 0; text-align: left;
    }
    .sec5 h2 {
      font-size: 5.4rem; font-weight: 400; line-height: 1.2;
      color: #006a6a; margin-bottom: 4rem; text-align: center;
    }
	 .sec5 h2.article-title {margin-bottom: 15px;}
    .bullet-list {
      list-style: none; max-width: 155rem; margin: 0 auto 0; padding: 0;
    }
    .bullet-list li {
      font-size: 3.2rem; color: var(--text-mid);
     line-height: 1.7;     margin-left: 25px; padding: 0 0 0 4rem;
      font-family: var(--sans-light); font-weight: 300;
    }
	.bullet-list.chk li::before {
      content: '✓' !important;
      color: #739a59;
      font-size: 3.2rem;
      left: 0;
      top: 0;
	      margin-left: -30px;
    padding-right: 10px;
    }
	
	.bullet-list.chk li {margin-left:0; padding: 0 5rem;}
	
	.sec2-roof h3 {text-align:center;}
	
.sec5 .bullet-list li::after {
      content: '·';
      display: block;
      color: #006a6a;
      font-size: 6rem;
      line-height: 0;
      text-align: center;
      margin: 3rem 0;
    }
	.sec5 .bullet-list li {text-align:center;}
	
	.bullet-list2 {
    list-style: none;
    max-width: 155rem;
    margin: 0 auto 0;
}

.bullet-list2 li::after {
    content: '·';
    display: block;
    color: #006a6a;
    font-size: 6rem;
    line-height: 0;
    text-align: center;
    margin: 3rem 0;
}
	
	.bullet-list2 li {
    font-size: 3.2rem;
    color: var(--text-mid);
    line-height: 1.35;
    margin: 0;
    padding: 0;
    font-family: var(--sans-light);
    font-weight: 300;
}
	
    .bullet-list li::after { display: none; }
    .bullet-list li.no-widow { max-width: none; }
	 .bullet-list-dots li {
      padding: 0; text-align: center; line-height: normal; margin-bottom: 0;
    }
    .bullet-list-dots li::before { display: none; }
    .bullet-list-dots li::after {
      content: '·';
      display: block;
      color: #006a6a;
      font-size: 6rem;
      line-height: 0;
      text-align: center;
      margin: 3rem 0;
    }
    .bullet-list-dots li:last-child::after, ul.bullet-list.atty li::after { display: none; }

    .bullet-list li.no-widow { max-width: none; }

    .sec5b .bullet-list li::after,
    .sec7 .bullet-list li::after {
      content: '·';
      display: block;
      color: #006a6a;
      font-size: 6rem;
      line-height: 0;
      text-align: center;
      margin: 3rem 0;
    }
    .sec5b .bullet-list li:last-child::after,
    .sec7 .bullet-list li:last-child::after, .bullet-list li:last-child::after, .bullet-list2 li:last-child::after { display: none; }
	
	.sec5-callout-card {
      background: #eae2d6;
      max-width: 155rem; margin: 6rem auto 6rem;
      padding: 6.5rem 7.5rem 7.5rem 10rem;
      text-align: left;
      border-top: 1rem solid #006a6a;
    }
    .sec5-callout-card p {
      font-size: 3.2rem; color: var(--text-dark);
      line-height: 2;
      font-family: var(--sans-light); font-weight: 300;
    }


    .sec5b {
      background: #eae2d6;
      padding: 6rem 10rem 0; text-align: center;
      position: relative; overflow: hidden;
    }
    .sec5b-ghost {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      height: 67.5%; width: auto;
      opacity: 0.6; pointer-events: none; z-index: 0;
    }
    .sec5b h2, .sec5b ul, .sec5b .btn-center { position: relative; z-index: 1; }
    .sec5b h2 {
      font-size: 4.6rem; font-weight: 400; font-style: normal;
      color: #006a6a; margin-bottom: 3.6rem; line-height: 1.2;
    }


    .sec6 {
      position: relative; width: 100%; height: 85.9rem; overflow: hidden;
    }
    .sec6-bg {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center center; z-index: 1;
    }
    .sec6-ghost {
      position: absolute;
      height: 115%; width: auto;
      top: 50%; transform: translateY(-50%);
      left: 16.5rem; z-index: 2;
      opacity: 0.15; pointer-events: none;
    }

    .sec7 {
      background: var(--white);
      padding: 6rem 10rem 0; text-align: center;
    }
    .sec7 h2 {
      font-size: 4.6rem; font-weight: 400; line-height: 1.2;
      color: #006a6a; margin-bottom: 3.6rem;
    }
    /* Reuse .bullet-list for dest list */
    .identity-block {
      max-width: 140rem; margin: 2.4rem auto 3.6rem;
      font-size: 3.2rem; color: var(--text-mid); line-height: 1.5;
      font-family: var(--sans-light); font-weight: 300;
    }
    .identity-block strong { color: #006a6a; font-weight: 400; font-family: var(--sans); }
	

    .faq-list { max-width: 160rem; margin: 0 auto; }
    .faq-item { margin-bottom: 0; border-bottom: 0.25rem solid #006a6a; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400;
      font-size: 3.2rem; color: #006a6a;
      line-height: 1.3; cursor: pointer;
      padding: 2.8rem 5rem 2.8rem 0;
      position: relative; list-style: none; margin: 0;
    }
    .faq-q::after {
      content: '+'; position: absolute; right: 0; top: 50%;
      transform: translateY(-50%);
      font-size: 3.6rem; font-weight: 300; color: #006a6a;
      transition: transform 0.2s;
    }
    details[open] .faq-q::after { content: '−'; }
    .faq-a {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 300;
      font-size: 2.8rem; color: var(--text-mid);
      line-height: 1.6; padding-bottom: 2.8rem;
    }
	
	.faq-a p {text-align: left !important;}
	
	.faq-list p {
        font-size: 3.2rem;
    color: var(--text-mid);
    line-height: 1.6;
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 300;
}


    .sec8 {
      background-image: url('https://cdn.prod.website-files.com/6a17ddbd58bc723912034c07/6a19a8aa3e8e6e444db4563c_contact-bkg.jpg');
      background-size: cover;
      background-position: left center;
      min-height: 50.3rem;
      padding: 5rem 10rem;
      display: flex; align-items: center;
    }
    .sec8-inner { width: 100%; max-width: 176rem; margin: 0 auto; }
    .sec8 h2 {
      font-size: 4.6rem; font-weight: 400;
      color: var(--white); text-align: center; margin-bottom: 3rem;
    }
    .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
    .contact-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.2rem; }

    .contact-form input,
    .contact-form textarea {
      width: 100%; background: rgba(255,255,255,0.92);
      border: none; outline: none;
      font-family: var(--sans); font-weight: 400; color: var(--text-dark);
      font-size: 2.4rem;
    }
    .contact-form input {
      height: 6rem; padding: 0 2rem;
    }
    .contact-form textarea {
      height: 13rem; padding: 1.6rem 2rem;
      resize: none;
    }
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: #888; letter-spacing: 0.1rem;
      text-transform: uppercase; font-size: 2.2rem;
    }
    .btn-send {
      background: transparent; border: none;
      color: var(--white); font-family: var(--sans);
      font-size: 2.0rem; font-weight: 600; letter-spacing: 0.2rem;
      text-transform: uppercase; cursor: pointer;
      text-decoration: underline; text-underline-offset: 0.4rem;
      padding: 1.4rem; display: block; width: 100%;
      text-align: center;
      transition: opacity .2s;
    }
    .btn-send:hover { opacity: 0.75; }


    footer {
      background: var(--white);

      padding: 6.0rem 0 0;
      position: relative;
    }
	
	.footer {
  position: relative;
}


    .footer-grid {
      display: grid;
      grid-template-columns: 68.2rem 17.9rem 30.5rem 30.5rem;
      padding-left: 16.5rem;
      align-items: stretch;
    }

    .footer-brand-col { position: relative; padding-bottom: 1.125rem; }
    .footer-logo {
      width: 32.2rem; height: auto;
      display: block;
      margin-bottom: 3.0rem;
    }

    .footer-leaves {
      position: absolute;
      left: 56.15rem;
      bottom: -0.9rem;
      width: 21.4rem;
      height: 44.2rem;
      pointer-events: none; z-index: 0;
    }

  .footer-legal a:hover {color:#77a069;}
.footer-legal {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    border-top: 0.1rem solid #eee;
    font-size: 2.2rem;
    color: var(--text-light);
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}
 .footer-legal a {color: rgb(0, 106, 106);}

  .footer-brand-info {
   	font-size: 2.6rem;
    color: #555555;
    line-height: 1.4;
    margin-left: 12.14rem;
	font-weight: 300;
  }
  .footer-brand-info  strong,  .footer-nav-col a:hover {color: #006a6a;}

    .footer-label {
      font-size: 2.6rem; font-weight: 500;
      color: #006a6a;
      margin-left: 12.14rem;
      display: block; margin-bottom: 0;
	  line-height: 1.4;
    }
    .footer-addr {
      font-size: 2.6rem; color: var(--text-light);
      line-height: 1.4; margin-left: 12.14rem;
    }
    .footer-contact { margin-top: 3.0rem; }
    .footer-phone {
      font-size: 2.6rem; color: var(--text-light);
      line-height: 1.4; margin-left: 12.14rem;
    }

    .footer-bottom-nav { display: flex; align-items: flex-end; gap: 2.4rem; margin-top: auto; margin-bottom: 0.56rem; }
    .social-row { display: flex; gap: 1.0rem; }
    .social-row img { width: 4.2rem; height: auto; cursor: pointer; }
    .footer-bottom-practice { display: flex; align-items: flex-end; margin-top: auto; margin-bottom: 0.56rem; }
    .footer-nav-col {
      display: flex; flex-direction: column;
      padding-top: 1rem;
      padding-bottom: 1.125rem;
    }
    .footer-nav-col ul { list-style: none; margin: 0; padding: 0; }
    .footer-nav-col ul li { margin-bottom: 1.67rem; line-height: 1; }
    .footer-nav-col ul li:last-child { margin-bottom: 0; }
    .footer-nav-col ul li a , .footer-contact p a {
      font-size: 2.6rem; font-weight: 400;
      color: #739a59;
      text-decoration: none; transition: color .2s;
    }
    .footer-nav-col ul li a:hover { color: #006a6a; }

    .footer-practice-col {
      display: flex; flex-direction: column;
      padding-top: 1rem;
      padding-bottom: 1.125rem;
    }
    .footer-practice-col ul { list-style: none; margin: 0; padding: 0; }
    .footer-practice-col ul li { margin-bottom: 1.67rem; line-height: 1; }
    .footer-practice-col ul li:last-child { margin-bottom: 0; }
    .footer-practice-col ul li a {
      font-size: 2.6rem; color: #739a59;
      font-weight: 400;
      text-decoration: none; transition: color .2s;
    }
    .footer-practice-col ul li a:hover { color: #006a6a; }
    .footer-practice-col .practice-head {
      font-size: 2.6rem; font-weight: 500;
      color: #006a6a;
      margin: 0 0 1.67rem 0; line-height: 1;
    }

    .footer-badges-col {
      display: flex;
      flex-direction: column;
      padding-left: 2.4rem;
      padding-top: 1rem;
      padding-bottom: 1.125rem;
    }
    .footer-col-head {
      font-size: 2.6rem; font-weight: 500;
      color: #006a6a;
      margin: 0 0 1.67rem 0; line-height: 1;
      display: block;
    }
    .footer-copyright {
      font-size: 2.2rem; color: var(--text-light);
    }
    .footer-copyright a { color: #006a6a; text-decoration: underline; }
    .footer-legal {
      width: 100%;
      padding: 6rem 0 10.5rem 27.63rem;
      text-align: left;
      border-top: 0.1rem solid #eee;
	  font-weight: 300;
    }
    .footer-legal p {
      font-size: 2.2rem; color: var(--text-light);
      white-space: nowrap; line-height: 1; margin-bottom: 0.8rem;
	  margin-left: 11px;
    }
    .footer-legal p:last-child { margin-bottom: 0; }
    .footer-legal a { color: #006a6a; text-decoration: underline; }
    .footer-tagline {
      font-size: 2.6rem; font-weight: 400;
      color: #739a59;
      margin: auto 0 0 0;
      padding-top: 4rem;
	  line-height: 1 !important;
    }
    .footer-tagline span { display: block; white-space: nowrap; }
  .social-row {
    display: flex;
    gap: 1.0rem;
}
  .social-row img {
    width: 4.2rem;
    height: auto;
    cursor: pointer;
}

  .footer-nav-col a {
    font-size: 2.6rem;
    font-weight: 300;
    color: #739a59;
    text-decoration: none;
    transition: color .2s;
     margin-bottom: 1.67rem;
    line-height: 1;
  }
  
  .faq {background: #eae2d6; padding: 6rem 10rem 9rem;}
  


.w-icon-dropdown-toggle {margin: auto 0px auto auto;}
  .w-dropdown-toggle {padding-right:20px !important;}
	 .w-dropdown-list {
		border-top: #006a6a solid 10px;
		
	 }

    
	
    #resources-container { width: 100%; }
    .res-item { max-width: 1280px; margin:0 auto; }
    .res-grid {
      max-width: 160rem; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 2.5rem; align-items: stretch;
    }
    .res-grid-item { width: auto; }
    .res-separator { width: 100%; }

  .blog-h1 {
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #006a6a;
    margin: 0 auto 2.5rem;
    padding: 0;
  }
  
  .text-block-4 {
    font-size: 24px;
    font-weight: 500;
}

.heading-title {font-size:23px; font-weight: 400; line-height: 1.2; color: #006a6a; margin-bottom: 4rem;}
h1.heading-title {font-size:36px; font-weight: 400; line-height: 1.2; color: #006a6a; margin-bottom: 4rem;}

.blog-post p a {color:#739a59; text-decoration:none;}
.blog-post p a:hover {color:#006a6a;}
.blog-post h4 {font-size: 2.9rem;}
.blog-post h2 {text-align:left;}
.blog-post h3 {font-weight: 400;
    font-size: 4.2rem;
    color: #006a6a;
    line-height: 1.3;
    margin: 0 0 2rem 0; text-align:left;}
	
	.article-title {font-weight: 400 !important;
    font-size: 3.2rem !important;
    color: #006a6a !important;
    line-height: 1.3 !important;
    margin: 0 0 1rem 0; text-align:left !important;}
	
	.posted-date {font-size: 2.75rem;
    font-weight: 500;
    color: var(--text-mid);
    line-height: 1.6;
    margin: 0 0 1rem 0;}
	
	.post-exerpt {    font-size: 2.75rem;
    color: var(--text-mid);
    line-height: 1.6;
    font-family: var(--sans-light);
    font-weight: 300;
    margin: 0;}
	
	.w-inline-block {text-decoration:none;}
	
	
	.header-desktop .nav-subpage nav-menu a, .header-desktop .nav-subpage nav-menu .nav-dropdown-menu a, .header-desktop .nav-subpage nav-menu .nav-dropdown a {
      font-family: 'canada-type-gibson', sans-serif; font-weight: 400; font-size:20px; color: #006a6a; text-decoration: none; white-space: nowrap; transition: color .2s;
    }
	
	.bullet-list li:last-child::after { content: ''; }
	
	@media screen and (min-width: 992px) and (max-width: 1919px) {
		.nav-subpage nav-menu .nav-dropdown-menu { top:126px !important; }
		.nav-subpage {
      padding: 0 !important;
	  margin: 0 auto;
	  max-width: 100%;
	  width: 1265px;
	  border:0;
		}
	}
	
	
	/* @media screen and (min-width: 992px) and (max-width: 1920px) {
		.nav-subpage nav-menu .nav-dropdown-menu { top:158px !important; }
		.nav-subpage {
      padding: 0 !important;
	  margin: 0 auto;
	  max-width: 100%;
	  width: 1265px;
	  border:0;
		}
	} */
	
	@media screen and (min-width: 1920px) {
		.nav-subpage nav-menu .nav-dropdown-menu { top:158px !important; }
		.nav-subpage {
		  padding: 0 !important;
		  margin: 0 auto;
		  max-width: 100%;
		  width: 1600px !important;
		  border:0;
			}
		.res-item { max-width: 1600px; margin:0 0 0 10px; }
		.header-desktop .w-layout-blockcontainer, .header-desktop .w-container {max-width: 1600px !important;} 
	}

  
  @media screen and (max-width: 991px) {
	  
	.mainbody.hero { height: 100% !important;}
	.content-mobile h3.heading-8, .content-mobile h4.heading-8 {font-size: 20px !important;
    font-weight: 500 !important;
    color: #006a6a !important;}  
	  
	.header-desktop, .content-desktop { display:none; }
	.header-mobile, .content-mobile { display:block; padding:0;}
	
	.content-mobile p, .content-mobile ul li, .content-mobile .faq-q::after, .content-mobile .post-exerpt, .content-mobile .sec4-phase-label {font-size: 16px !important;}
	.content-mobile p a, .content-mobile ul li a { color: #006a6a;}
	
	.top-note {font-size:15px; text-align:center;}
	
	.w-nav-link, .w-dropdown {padding:0px;}
	.w-nav-overlay [data-nav-menu-open] {height: auto; background-color: #739a59; padding: 20px;}
	.w-dyn-item .div-block-3 {padding: 0;}
	.w-nav-overlay .w-nav-menu a.w-nav-link, .w--nav-dropdown-toggle-open, a.link-2, .header-mobile a.w-dropdown-link {color:#fff !important; font-size:15px; padding: 5px 0;}
	.w-nav-overlay .w-nav-menu a.w-nav-link:hover, a.link-2:hover, .header-mobile a.w-dropdown-link:hover {color:#eae2d6;}
	
	.header-mobile .w-dropdown-list {border:0; background: none; height: auto;}
	.header-mobile .w-dropdown-list {border:0;}
	
	.content-mobile .hero-headline, .hero-headline {font-size: 20px !important; text-align: center !important;}
	.content-mobile .bullet-list li::before {margin-left: -15px; padding-right: 10px;}
	.content-mobile .bullet-list li {padding-bottom: 10px;}
	.content-mobile .sec4-phase-title {font-size: 20px !important;}
	.content-mobile .hero {height: auto; min-height: auto;}
	.content-mobile section.faq h2.heading-title {text-align:center !important;}
	.content-mobile p {font-weight: 300;}
	.content-mobile .inheritance {min-height:370px;}
	.content-mobile .footer-addr, .content-mobile .footer-phone {margin-left:0;}
	.content-mobile .t-acard {margin-bottom:10px;}
	.content-mobile .t-flag, .content-mobile .t-source {font-size: 5rem;}
	.content-mobile .t-ph-label, p, ul li {font-size: 16px;}
	.content-mobile .t-ph-icon {font-size: 16px;  opacity: 0.8;}
	.content-mobile .hero-rating-label {font-size: 5.2rem;}
	.content-mobile .hero-badge-icon {width: 7.6rem; height: 7.6rem;}
	.content-mobile .hero-badge-text {font-size: 4.3rem;}
	.content-mobile .hero-badge-text, .content-mobile .hero-badge-count {font-size: 5rem; line-height: 1.7;}
	.content-mobile .container-6 {min-height: auto;}
	.content-mobile .sec2 p {max-width: none; line-height:1.5; padding-bottom:10px;}
	.content-mobile .bullet-list li {margin:0; padding:0;}
	.content-mobile .sec4-intro-title, #contact .sec8-inner h2, .content-mobile .sec2 h2 {font-size: 30px !important;}
	.content-mobile .sec4-intro-sub {font-size: 28px !important;}
	.content-mobile .sec4-closing {white-space: normal !important;}
	.content-mobile .faq-q, .content-mobile .article-title {font-size: 17px !important;}
	.content-mobile .posted-date {font-size: 13px !important;}
	.content-mobile h2.heading-title {font-size: 23px !important;}
	.content-mobile h2.heading-title-italic {font-size: 23px !important; font-weight: 400; line-height: 1.2; color: #006a6a; margin-bottom: 4rem; font-style:italic; text-align:center;}
    h1.heading-title {font-size:23px;}
	.w-layout-vflex a {text-decoration:none;}
	.text-block-10 {font-weight: 500;}
	.content-mobile .text-block-15 {margin-bottom:10px; max-width: 100% !important;}
	.content-mobile .text-block-16{max-width: 100% !important;}
	.content-mobile.hero {background-position: calc(60% - 80px) center !important;}
	.content-mobile .flex-block-16 a.text-block-18, .content-mobile .flex-block-16 a.text-block-19 {font-size:14px !important;}
	.content-mobile .sec4-checks-grid {display:block;}
	.content-mobile .sec4-phase-content {padding:0;}
	.content-mobile .sec5b .bullet-list li::after, .content-mobile .sec7 .bullet-list li::after {font-size: 12rem;}
	.content-mobile .sec7 .w-embed div div img {height: 16rem;}

  }
  @media screen and (min-width: 992px) {
	.header-desktop, .content-desktop { display:block; }
	.header-mobile, .content-mobile { display:none; }
	
  }