:root {
  --dulles-black: #1e1e1e;
  --white: #fff;
  --dark-green: #365f3b;
  --light-green: #669d39;
  --grey: #f4f4f4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--dulles-black);
  background-image: linear-gradient(90deg, #fff, #ffffffe6 25% 75%, #fff), url('../images/vecteezy_abstract-geometric-white-and-gray-color-background-vector_11419937_1vecteezy_abstract-geometric-white-and-gray-color-background-vector_11419937.avif');
  background-position: 0 0, 50%;
  font-family: Poppins, sans-serif;
}

.page-wrapper {
  max-width: 2560px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-wrapper.top-margin {
  margin-top: 80px;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  color: var(--dark-green);
  text-transform: capitalize;
  cursor: pointer;
  border-bottom: 2px solid #fff0;
  margin: 0 24px;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .25s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: var(--dark-green);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--light-green);
  color: var(--light-green);
  text-decoration: none;
}

.nav-link.costs {
  display: none;
}

.hero-section {
  background-image: linear-gradient(90deg, #000000bf, #fff0), url('../images/dulles-mock.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
}

.hero-section.home {
  background-image: radial-gradient(circle, #0000004d, #fff0), url('../images/DullesGreenway-smaller_1DullesGreenway smaller.avif');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
}

.hero-heading.home {
  color: var(--light-green);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 0 10px var(--dulles-black);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.dulles-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.dulles-container.wide {
  max-width: 1500px;
}

.dulles-container.wide.split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
}

.hero-container {
  width: 1500px;
  max-width: 1500px;
}

.hero-container.home {
  perspective: 150px;
  perspective-origin: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 1280px;
  display: flex;
}

.heading-3 {
  color: #355e3b;
  border-bottom: 4px #355e3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.heading-4 {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.4;
}

.main-section {
  padding: 2rem 20px 0;
}

.main-section.about.green {
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.main-section.community.green {
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
}

.main-section.costs.green {
  background-color: var(--dark-green);
  background-image: url('../images/0174-©2016DavidMadisonPhotography.com_10174-©2016DavidMadisonPhotography.com.avif');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.main-section.costs.trees {
  background-color: var(--dark-green);
  background-image: url('../images/vecteezy_lush-green-treetops-create-a-vibrant-canopy-in-a-dense_53454034_1vecteezy_lush-green-treetops-create-a-vibrant-canopy-in-a-dense_53454034.avif');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 2rem;
  display: flex;
}

.main-section.costs.regulation {
  background-color: var(--dark-green);
  background-image: url('../images/0125-©2016DavidMadisonPhotography.com_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 2rem;
  display: flex;
}

.main-section.faqs {
  padding-bottom: 4rem;
}

.main-section.regulation {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
}

.paragraph {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph.list {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.paragraph.list.sub {
  font-size: 16px;
  font-weight: 500;
}

.paragraph.middle {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph.faq {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.white {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph.white.shadow {
  text-shadow: 0 0 10px var(--dulles-black);
  margin-bottom: 0;
}

.paragraph.bold {
  color: var(--dulles-black);
  font-size: 18px;
  font-weight: 700;
}

.line {
  background-color: #355e3b;
  width: 100px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  border-radius: 8px;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  height: 60%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand {
  order: -1;
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.list-wrap.costs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey);
  margin-bottom: 10px;
  padding: 20px;
}

.list-wrap.costs-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f400;
  margin-bottom: 10px;
  padding: 0 0 20px;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.checkmark {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.checkmark-wrap {
  width: 25px;
  padding-top: 0;
}

.div-block-7 {
  flex: 1;
  order: 1;
  width: 95%;
}

.contact {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-color: #669d391a;
  background-clip: border-box;
  border-radius: 0;
  width: 60%;
  max-width: 1280px;
  margin-top: 0;
  padding: 40px;
  position: relative;
  right: 10px;
}

.div-block-8 {
  border-radius: 0;
  align-self: flex-start;
  width: 50%;
  min-width: 200px;
  max-width: 1280px;
  padding: 0;
  box-shadow: 3px 3px 10px #00000080;
}

.form-wrap {
  width: 50%;
}

.form-area {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.content {
  padding: 0;
}

.contact-section {
  padding: 4rem 20px 2rem;
}

.field-label {
  color: var(--dulles-black);
  margin-bottom: 2px;
  font-weight: 500;
}

.text-field {
  color: var(--dulles-black);
  border: 1px solid #9f9f9f;
  border-radius: 0;
  margin-bottom: 20px;
}

.image-2 {
  border-radius: 0;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  background-color: var(--light-green);
  color: var(--white);
  border: 3px #000;
  border-radius: 0;
  width: 200px;
  margin-top: 10px;
  transition: background-color .25s ease-in-out;
}

.submit-button:hover {
  background-color: var(--dark-green);
}

.fast-facts-section {
  justify-content: center;
  align-items: center;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.facts-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.facts-heading {
  background-image: repeating-linear-gradient(90deg, var(--dark-green), var(--light-green));
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.slider {
  background-color: #fff0;
  width: 100%;
  margin-top: 0;
}

.icon, .icon-2 {
  color: var(--dark-green);
}

.slide {
  padding-left: 5%;
  padding-right: 5%;
}

.right-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 5%;
  font-size: 24px;
}

.fact-card {
  background-color: var(--grey);
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 24px 24px;
  display: flex;
}

.fact-icon {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: -5px;
  display: flex;
}

.fact-heading {
  border-left: 4px solid var(--light-green);
  color: var(--dulles-black);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.fact-text {
  color: var(--dulles-black);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.left-arrow {
  background-color: #fff;
  width: 5%;
  font-size: 24px;
}

.slide-nav {
  height: 32px;
  display: none;
}

.logo-image {
  height: 100%;
}

.footer {
  color: #fff;
  background-color: #365f3bf2;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 4rem;
  box-shadow: 0 -2px 5px #0003;
}

.container-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1500px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.about-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.about-container.vertical {
  flex-flow: column;
}

.about-container.vertical.regulation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.button {
  background-color: var(--light-green);
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color .25s ease-in-out;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.column {
  z-index: 4;
  background-color: #669d391a;
  padding: 40px 60px 40px 40px;
  left: 10px;
}

.column-2 {
  background-color: var(--grey);
  padding: 40px;
  position: relative;
  right: 10px;
}

.faq {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.faq-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.faq-question {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.faq-icon {
  color: var(--dark-green);
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  align-content: center;
  place-items: center;
  height: 100%;
}

.slide-2 {
  padding-left: 5%;
  padding-right: 5%;
}

._70-left-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #669d391a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-right: 20px;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.parallax-wrap {
  width: 40%;
  height: 675px;
  margin-top: 0;
  position: sticky;
  top: 10%;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.5;
}

.heading-8._2-line {
  width: 80%;
}

.table-section {
  padding-top: 1rem;
  padding-bottom: 100px;
  display: none;
}

.table-container {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.table-wrap {
  margin-top: 2rem;
}

.table-content {
  border: 2px solid var(--dark-green);
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.table-content.highlight {
  background-color: #ffd84b;
}

.table-footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.table-footnote {
  color: var(--dark-green);
  font-size: 20px;
  font-weight: 600;
  position: static;
  inset: 0% 0% auto auto;
}

.split-color-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #365f3bbf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 1280px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.split-color-container.wide {
  width: 1600px;
  max-width: 1600px;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero-div {
  width: 50%;
}

.hero-div.left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 2.5%;
}

.link-block:hover {
  transform: none;
}

.svg {
  color: var(--white);
  width: 40px;
}

.text-block-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-left-content {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  flex-flow: column;
  width: 40%;
  padding: 40px 60px 40px 40px;
  display: flex;
  position: relative;
  left: 10px;
}

.fact-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.fact-icon-image {
  height: 100%;
}

.parallax-image-1 {
  z-index: 2;
  width: 75%;
  position: relative;
  left: 30px;
  box-shadow: 0 2px 5px #00000080;
}

.parallax-image-2 {
  z-index: 10;
  width: 75%;
  position: relative;
  top: -30px;
  box-shadow: 0 2px 5px #00000080;
}

.parallax-image-3 {
  z-index: 6;
  width: 75%;
  position: relative;
  top: -50px;
  left: 114px;
  box-shadow: 0 2px 5px #00000080;
}

.community-grid {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.community-grid-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 100%;
}

.community-quick-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.community-icon-wrap {
  text-align: center;
  background-color: #ffffffe6;
  border-radius: 100px;
  width: 75px;
  padding: 12px;
}

.faq-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.text-block-3 {
  opacity: .75;
  color: var(--grey);
  align-self: flex-end;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.link {
  color: var(--grey);
  text-decoration: underline;
}

.hero-dulles-greenway {
  color: var(--white);
  text-shadow: 0 0 10px var(--dulles-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--white);
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  box-shadow: 5px 5px 15px 2px #0003;
}

.table-header-wrap {
  border: 2px solid var(--white);
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.table-header-wrap.light-green {
  background-color: var(--light-green);
  padding: 12px;
}

.table-header-wrap.greenway {
  text-align: center;
  padding: 28px;
}

.road-header {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.road-header.light-green {
  text-align: center;
  border-top-width: 1px;
}

.road-name {
  border: 2px solid var(--white);
  background-color: var(--grey);
  color: var(--dark-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.road-name.dark {
  text-align: center;
  background-color: #cbcbcb;
}

.road-name.greenway {
  background-color: var(--light-green);
  color: var(--white);
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.road-name.greenway.dark {
  background-color: var(--dark-green);
}

.split-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.split-wrap.header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.table-content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-costs {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-costs.rush {
  position: relative;
}

.table-divider {
  background-color: var(--white);
  width: 100%;
  height: 6px;
}

.callout-box-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-height: 125px;
  display: flex;
  position: absolute;
}

.callout-box-content {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 4px;
  padding: 20px;
}

.callout-box-triangle {
  z-index: -1;
  background-color: var(--dark-green);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 40px;
  height: 20px;
  position: relative;
  top: 5px;
}

.callout-text {
  font-weight: 600;
}

.rush-hour {
  width: 50%;
  height: 100%;
}

.rush-hour.toll {
  position: relative;
}

.heading-8-duck {
  background-color: var(--white);
  color: var(--light-green);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 40px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.parallax-image-1-mobile {
  z-index: 2;
  width: 75%;
  display: none;
  position: relative;
  left: 30px;
  box-shadow: 0 2px 5px #00000080;
}

.fast-facts-custom-code {
  width: 1px;
  height: 1px;
  position: absolute;
}

.parent-site-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--white);
    height: 64px;
  }

  .nav-link {
    border-bottom-style: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
  }

  .nav-link:hover {
    background-color: #669d3940;
  }

  .hero-section.home {
    background-image: radial-gradient(circle, #00000080, #fff0), url('../images/DullesGreenway-smaller_1DullesGreenway smaller.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 64px;
  }

  .hero-heading.home {
    text-align: center;
    font-size: 2rem;
  }

  .dulles-container.wide.split {
    flex-flow: column;
  }

  .hero-container.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4 {
    font-size: 20px;
  }

  .main-section.about.green {
    margin-top: 72px;
    padding-bottom: 2rem;
  }

  .main-section.community.green {
    padding-top: 0;
  }

  .main-section.regulation {
    padding-top: 2rem;
  }

  .paragraph.list, .paragraph.list.sub {
    font-size: 16px;
  }

  .paragraph.middle {
    text-align: center;
  }

  .paragraph.white {
    font-size: 18px;
  }

  .line {
    width: 75px;
    height: 3px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .brand, .brand.w--current {
    height: 90%;
  }

  .contact {
    width: 100%;
    top: -15px;
  }

  .contact-section, .fast-facts-section {
    padding-top: 2rem;
  }

  .facts-heading {
    font-size: 24px;
  }

  .slider {
    height: auto;
  }

  .fact-card {
    width: 100%;
    padding: 8px 20px 12px;
  }

  .fact-icon {
    height: 50px;
  }

  .fact-heading {
    font-size: 20px;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    font-size: 16px;
  }

  .column, .column-2 {
    padding: 20px;
  }

  .faq-question {
    max-width: 90%;
  }

  .faq-icon {
    align-self: flex-start;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    height: 100%;
  }

  ._70-left-div {
    width: 100%;
    margin-right: 0;
    padding-right: 20px;
  }

  .parallax-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .heading-8 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-8._2-line {
    width: 100%;
  }

  .table-section {
    padding-bottom: 0;
  }

  .table-wrap {
    padding-bottom: 10rem;
    position: relative;
    overflow: scroll;
  }

  .table-footer-content {
    justify-content: flex-start;
    align-items: center;
  }

  .split-color-container {
    padding: 20px;
  }

  .columns {
    flex-flow: column;
  }

  .hero-div.left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact-left-content {
    width: 100%;
    bottom: -15px;
  }

  .parallax-image-1 {
    width: 100%;
    height: 100%;
    position: static;
  }

  .parallax-image-2 {
    width: 100%;
    height: 100%;
    position: static;
    top: auto;
    left: auto;
  }

  .parallax-image-3 {
    width: 100%;
    height: 100%;
    position: static;
    top: -151px;
    left: 218px;
  }

  .community-grid {
    grid-column-gap: 12px;
  }

  .community-quick-text {
    font-size: 14px;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: #669d3940;
  }

  .icon-3 {
    color: var(--dark-green);
    font-size: 32px;
  }

  .hero-dulles-greenway {
    font-size: 4rem;
  }

  .table {
    width: 125vw;
  }

  .heading-8-duck {
    text-align: center;
    font-size: 1.5rem;
  }

  .parallax-image-1-mobile {
    width: 100%;
    height: 100%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 64px;
  }

  .hero-section.home {
    background-image: radial-gradient(circle, #0009, #fff0), url('../images/DullesGreenway-smaller_1DullesGreenway smaller.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-heading.home {
    font-size: 28px;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 18px;
  }

  .main-section.community.green {
    padding-top: 0;
  }

  .main-section.costs.green {
    height: auto;
    padding-top: 132px;
    padding-bottom: 60px;
  }

  .main-section.costs.trees, .main-section.costs.regulation {
    height: auto;
    margin-top: 72px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .main-section.faqs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .paragraph.list, .paragraph.list.sub {
    font-size: 14px;
  }

  .paragraph.white {
    font-size: 16px;
  }

  .line {
    width: 75px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact {
    padding: 20px;
    top: -5px;
  }

  .div-block-8 {
    width: 75%;
  }

  .form-wrap {
    width: 100%;
  }

  .form-area {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .slide {
    padding-left: 10%;
    padding-right: 10%;
  }

  .right-arrow {
    width: 10%;
  }

  .fact-icon {
    height: 40px;
  }

  .fact-heading {
    font-size: 18px;
  }

  .fact-text {
    font-size: 14px;
  }

  .left-arrow {
    width: 10%;
  }

  .button {
    font-size: 14px;
  }

  .column, .column-2 {
    padding: 20px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-icon {
    width: 30px;
    height: 30px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .slide-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-8 {
    font-size: 24px;
  }

  .table-wrap {
    margin-top: 0;
  }

  .table-content {
    padding: 5px;
  }

  .table-footnote {
    font-size: 16px;
  }

  .split-color-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .list-3 {
    margin-top: 0;
    margin-left: 20px;
  }

  .svg {
    width: 30px;
  }

  .contact-left-content {
    padding: 20px;
    bottom: -5px;
  }

  .community-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .community-icon-wrap {
    width: 50px;
    padding: 5px;
  }

  .hero-dulles-greenway {
    text-align: center;
    font-size: 3rem;
    line-height: 1.25;
  }

  .table {
    width: 175vw;
  }

  .road-header {
    font-size: 18px;
    line-height: 1.5;
  }

  .road-name.dark {
    font-size: 14px;
  }

  .road-name.greenway {
    font-size: 18px;
  }

  .heading-8-duck {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section.home {
    background-image: radial-gradient(circle, #00000080, #fff0), url('../images/DullesGreenway-smaller_1DullesGreenway smaller.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading.home {
    font-size: 20px;
  }

  .hero-container.home {
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    font-size: 16px;
  }

  .paragraph.list {
    font-size: 14px;
  }

  .brand, .brand.w--current {
    height: 75%;
  }

  .list-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .list-wrap.costs, .list-wrap.costs-copy {
    padding: 10px;
  }

  .facts-heading {
    font-size: 20px;
  }

  .fact-heading {
    font-size: 16px;
  }

  .logo-image {
    height: 100%;
  }

  .faq-question {
    max-width: 85%;
    font-size: 14px;
  }

  .parallax-wrap {
    grid-template-columns: 1fr;
  }

  .hero-div.left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .svg {
    width: 25px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .parallax-image-1 {
    width: 75%;
    display: none;
  }

  .parallax-image-2 {
    width: 100%;
  }

  .parallax-image-3 {
    width: 75%;
    display: none;
  }

  .hero-dulles-greenway {
    font-size: 2rem;
  }

  .table {
    width: 260vw;
  }

  .parallax-image-1-mobile {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_66d9698a-b4f9-68e3-dd93-9f20955ed81c-d2f69362, #w-node-_30946813-8b04-07d9-490b-e9f22ec8fcd9-d2f69362, #w-node-_8b47d2dc-2a11-e88a-2953-30c06abf3618-d2f69362, #w-node-_99d2dcc3-fc02-fef3-bed0-665bdd71621b-d2f69362 {
    align-self: start;
  }
}


