.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

.m-6 {
  margin: 8rem !important;
}

.mt-6,
.my-6 {
  margin-top: 8rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 8rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 8rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 8rem !important;
}

.m-450 {
  margin: 4.5rem !important;
}

.mt-450,
.my-450 {
  margin-top: 4.5rem !important;
}

.mr-450,
.mx-450 {
  margin-right: 4.5rem !important;
}

.mb-450,
.my-450 {
  margin-bottom: 4.5rem !important;
}

.ml-450,
.mx-450 {
  margin-left: 4.5rem !important;
}

.m-25 {
  margin: 0.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 0.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 0.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 0.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 0.25rem !important;
}

.m-50 {
  margin: 0.5rem !important;
}

.mt-50,
.my-50 {
  margin-top: 0.5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 0.5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 0.5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 0.5rem !important;
}

.m-100 {
  margin: 1rem !important;
}

.mt-100,
.my-100 {
  margin-top: 1rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 1rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 1rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 1rem !important;
}

.m-150 {
  margin: 1.5rem !important;
}

.mt-150,
.my-150 {
  margin-top: 1.5rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 1.5rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 1.5rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 1.5rem !important;
}

.m-200 {
  margin: 2rem !important;
}

.mt-200,
.my-200 {
  margin-top: 2rem !important;
}

.mr-200,
.mx-200 {
  margin-right: 2rem !important;
}

.mb-200,
.my-200 {
  margin-bottom: 2rem !important;
}

.ml-200,
.mx-200 {
  margin-left: 2rem !important;
}

.m-300 {
  margin: 3rem !important;
}

.mt-300,
.my-300 {
  margin-top: 3rem !important;
}

.mr-300,
.mx-300 {
  margin-right: 3rem !important;
}

.mb-300,
.my-300 {
  margin-bottom: 3rem !important;
}

.ml-300,
.mx-300 {
  margin-left: 3rem !important;
}

.m-400 {
  margin: 4rem !important;
}

.mt-400,
.my-400 {
  margin-top: 4rem !important;
}

.mr-400,
.mx-400 {
  margin-right: 4rem !important;
}

.mb-400,
.my-400 {
  margin-bottom: 4rem !important;
}

.ml-400,
.mx-400 {
  margin-left: 4rem !important;
}

.m-500 {
  margin: 5rem !important;
}

.mt-500,
.my-500 {
  margin-top: 5rem !important;
}

.mr-500,
.mx-500 {
  margin-right: 5rem !important;
}

.mb-500,
.my-500 {
  margin-bottom: 5rem !important;
}

.ml-500,
.mx-500 {
  margin-left: 5rem !important;
}

.m-600 {
  margin: 6rem !important;
}

.mt-600,
.my-600 {
  margin-top: 6rem !important;
}

.mr-600,
.mx-600 {
  margin-right: 6rem !important;
}

.mb-600,
.my-600 {
  margin-bottom: 6rem !important;
}

.ml-600,
.mx-600 {
  margin-left: 6rem !important;
}

.m-800 {
  margin: 8rem !important;
}

.mt-800,
.my-800 {
  margin-top: 8rem !important;
}

.mr-800,
.mx-800 {
  margin-right: 8rem !important;
}

.mb-800,
.my-800 {
  margin-bottom: 8rem !important;
}

.ml-800,
.mx-800 {
  margin-left: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.p-6 {
  padding: 8rem !important;
}

.pt-6,
.py-6 {
  padding-top: 8rem !important;
}

.pr-6,
.px-6 {
  padding-right: 8rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 8rem !important;
}

.pl-6,
.px-6 {
  padding-left: 8rem !important;
}

.p-450 {
  padding: 4.5rem !important;
}

.pt-450,
.py-450 {
  padding-top: 4.5rem !important;
}

.pr-450,
.px-450 {
  padding-right: 4.5rem !important;
}

.pb-450,
.py-450 {
  padding-bottom: 4.5rem !important;
}

.pl-450,
.px-450 {
  padding-left: 4.5rem !important;
}

.p-25 {
  padding: 0.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 0.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 0.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 0.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 0.25rem !important;
}

.p-50 {
  padding: 0.5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 0.5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 0.5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 0.5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 0.5rem !important;
}

.p-100 {
  padding: 1rem !important;
}

.pt-100,
.py-100 {
  padding-top: 1rem !important;
}

.pr-100,
.px-100 {
  padding-right: 1rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 1rem !important;
}

.pl-100,
.px-100 {
  padding-left: 1rem !important;
}

.p-150 {
  padding: 1.5rem !important;
}

.pt-150,
.py-150 {
  padding-top: 1.5rem !important;
}

.pr-150,
.px-150 {
  padding-right: 1.5rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 1.5rem !important;
}

.pl-150,
.px-150 {
  padding-left: 1.5rem !important;
}

.p-200 {
  padding: 2rem !important;
}

.pt-200,
.py-200 {
  padding-top: 2rem !important;
}

.pr-200,
.px-200 {
  padding-right: 2rem !important;
}

.pb-200,
.py-200 {
  padding-bottom: 2rem !important;
}

.pl-200,
.px-200 {
  padding-left: 2rem !important;
}

.p-300 {
  padding: 3rem !important;
}

.pt-300,
.py-300 {
  padding-top: 3rem !important;
}

.pr-300,
.px-300 {
  padding-right: 3rem !important;
}

.pb-300,
.py-300 {
  padding-bottom: 3rem !important;
}

.pl-300,
.px-300 {
  padding-left: 3rem !important;
}

.p-400 {
  padding: 4rem !important;
}

.pt-400,
.py-400 {
  padding-top: 4rem !important;
}

.pr-400,
.px-400 {
  padding-right: 4rem !important;
}

.pb-400,
.py-400 {
  padding-bottom: 4rem !important;
}

.pl-400,
.px-400 {
  padding-left: 4rem !important;
}

.p-500 {
  padding: 5rem !important;
}

.pt-500,
.py-500 {
  padding-top: 5rem !important;
}

.pr-500,
.px-500 {
  padding-right: 5rem !important;
}

.pb-500,
.py-500 {
  padding-bottom: 5rem !important;
}

.pl-500,
.px-500 {
  padding-left: 5rem !important;
}

.p-600 {
  padding: 6rem !important;
}

.pt-600,
.py-600 {
  padding-top: 6rem !important;
}

.pr-600,
.px-600 {
  padding-right: 6rem !important;
}

.pb-600,
.py-600 {
  padding-bottom: 6rem !important;
}

.pl-600,
.px-600 {
  padding-left: 6rem !important;
}

.p-800 {
  padding: 8rem !important;
}

.pt-800,
.py-800 {
  padding-top: 8rem !important;
}

.pr-800,
.px-800 {
  padding-right: 8rem !important;
}

.pb-800,
.py-800 {
  padding-bottom: 8rem !important;
}

.pl-800,
.px-800 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

.m-n6 {
  margin: -8rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -8rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -8rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -8rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -8rem !important;
}

.m-n450 {
  margin: -4.5rem !important;
}

.mt-n450,
.my-n450 {
  margin-top: -4.5rem !important;
}

.mr-n450,
.mx-n450 {
  margin-right: -4.5rem !important;
}

.mb-n450,
.my-n450 {
  margin-bottom: -4.5rem !important;
}

.ml-n450,
.mx-n450 {
  margin-left: -4.5rem !important;
}

.m-n25 {
  margin: -0.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -0.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -0.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -0.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -0.25rem !important;
}

.m-n50 {
  margin: -0.5rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -0.5rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -0.5rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -0.5rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -0.5rem !important;
}

.m-n100 {
  margin: -1rem !important;
}

.mt-n100,
.my-n100 {
  margin-top: -1rem !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -1rem !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -1rem !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -1rem !important;
}

.m-n150 {
  margin: -1.5rem !important;
}

.mt-n150,
.my-n150 {
  margin-top: -1.5rem !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -1.5rem !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -1.5rem !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -1.5rem !important;
}

.m-n200 {
  margin: -2rem !important;
}

.mt-n200,
.my-n200 {
  margin-top: -2rem !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -2rem !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -2rem !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -2rem !important;
}

.m-n300 {
  margin: -3rem !important;
}

.mt-n300,
.my-n300 {
  margin-top: -3rem !important;
}

.mr-n300,
.mx-n300 {
  margin-right: -3rem !important;
}

.mb-n300,
.my-n300 {
  margin-bottom: -3rem !important;
}

.ml-n300,
.mx-n300 {
  margin-left: -3rem !important;
}

.m-n400 {
  margin: -4rem !important;
}

.mt-n400,
.my-n400 {
  margin-top: -4rem !important;
}

.mr-n400,
.mx-n400 {
  margin-right: -4rem !important;
}

.mb-n400,
.my-n400 {
  margin-bottom: -4rem !important;
}

.ml-n400,
.mx-n400 {
  margin-left: -4rem !important;
}

.m-n500 {
  margin: -5rem !important;
}

.mt-n500,
.my-n500 {
  margin-top: -5rem !important;
}

.mr-n500,
.mx-n500 {
  margin-right: -5rem !important;
}

.mb-n500,
.my-n500 {
  margin-bottom: -5rem !important;
}

.ml-n500,
.mx-n500 {
  margin-left: -5rem !important;
}

.m-n600 {
  margin: -6rem !important;
}

.mt-n600,
.my-n600 {
  margin-top: -6rem !important;
}

.mr-n600,
.mx-n600 {
  margin-right: -6rem !important;
}

.mb-n600,
.my-n600 {
  margin-bottom: -6rem !important;
}

.ml-n600,
.mx-n600 {
  margin-left: -6rem !important;
}

.m-n800 {
  margin: -8rem !important;
}

.mt-n800,
.my-n800 {
  margin-top: -8rem !important;
}

.mr-n800,
.mx-n800 {
  margin-right: -8rem !important;
}

.mb-n800,
.my-n800 {
  margin-bottom: -8rem !important;
}

.ml-n800,
.mx-n800 {
  margin-left: -8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.sustainable-jersey-sprite, .sustainable-jersey-bulb-gray, .sustainable-jersey-bulb, .sustainable-jersey-contract-gray, .sustainable-jersey-contract, .sustainable-jersey-email-gray, .sustainable-jersey-email, .sustainable-jersey-house-gray, .sustainable-jersey-house, .sustainable-jersey-logo-galloway, .sustainable-jersey-logo-highland-park, .sustainable-jersey-logo-hoboken, .sustainable-jersey-logo-hopewell, .sustainable-jersey-logo-maplewood, .sustainable-jersey-logo-verona, .sustainable-jersey-logo-woodbridge, #sustainable-jersey-landing .section-communities .logo-hoboken, #sustainable-jersey-landing .section-communities .logo-woodbridge, #sustainable-jersey-landing .section-communities .logo-verona, #sustainable-jersey-landing .section-communities .logo-maplewood, #sustainable-jersey-landing .section-communities .logo-galloway, #sustainable-jersey-landing .section-communities .logo-hopewell, #sustainable-jersey-landing .section-communities .logo-highland-park, #sustainable-jersey-landing .stat-outer .icn-bulb, #sustainable-jersey-landing .stat-outer .icn-bulb-gray, #sustainable-jersey-landing .stat-outer .icn-contract, #sustainable-jersey-landing .stat-outer .icn-contract-gray, #sustainable-jersey-landing .stat-outer .icn-email, #sustainable-jersey-landing .stat-outer .icn-email-gray, #sustainable-jersey-landing .stat-outer .icn-house, #sustainable-jersey-landing .stat-outer .icn-house-gray {
  background-image: url("../../img/sprites/sustainable-jersey-s980df8ad1b.157a759a9c2f.png");
  background-repeat: no-repeat;
}

.sustainable-jersey-bulb-gray {
  background-position: 0 0;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-bulb {
  background-position: 0 -55px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-contract-gray {
  background-position: 0 -110px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-contract {
  background-position: 0 -165px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-email-gray {
  background-position: 0 -220px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-email {
  background-position: 0 -275px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-house-gray {
  background-position: 0 -330px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-house {
  background-position: 0 -385px;
  height: 55px;
  width: 55px;
}

.sustainable-jersey-logo-galloway {
  background-position: 0 -440px;
  height: 121px;
  width: 91px;
}

.sustainable-jersey-logo-highland-park {
  background-position: 0 -561px;
  height: 87px;
  width: 88px;
}

.sustainable-jersey-logo-hoboken {
  background-position: 0 -648px;
  height: 80px;
  width: 78px;
}

.sustainable-jersey-logo-hopewell {
  background-position: 0 -728px;
  height: 31px;
  width: 192px;
}

.sustainable-jersey-logo-maplewood {
  background-position: 0 -759px;
  height: 113px;
  width: 87px;
}

.sustainable-jersey-logo-verona {
  background-position: 0 -872px;
  height: 26px;
  width: 124px;
}

.sustainable-jersey-logo-woodbridge {
  background-position: 0 -898px;
  height: 116px;
  width: 89px;
}

#sustainable-jersey-landing {
  background-color: #fff;
  line-height: 1.4;
}
#sustainable-jersey-landing h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}
#sustainable-jersey-landing h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: center;
}
#sustainable-jersey-landing .lede {
  color: #515362;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
#sustainable-jersey-landing .section-hero {
  background-color: #76abf1;
  background-image: url("../../img/partners/sustainable-jersey/hero-r.b07270a22b72.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
}
#sustainable-jersey-landing .section-hero .container {
  padding: 25px 20px 0;
}
#sustainable-jersey-landing .section-hero .logo-sj {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 90px;
}
#sustainable-jersey-landing .section-hero .logo-sj-challenge {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
#sustainable-jersey-landing .section-intro {
  background-color: #fff;
}
#sustainable-jersey-landing .section-intro .container {
  color: #878999;
  padding: 35px 20px 0;
}
#sustainable-jersey-landing .section-intro .col1 {
  margin-bottom: 20px;
}
#sustainable-jersey-landing .section-cta .container {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  text-align: center;
}
#sustainable-jersey-landing .section-cta .col1 {
  margin-bottom: 20px;
}
#sustainable-jersey-landing .section-cta .l-button {
  font-size: 16px;
  height: 41px;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  width: 170px;
}
#sustainable-jersey-landing .section-cta1 {
  background-color: #fff;
}
#sustainable-jersey-landing .section-cta1 .container {
  padding: 50px 20px;
}
#sustainable-jersey-landing .section-communities {
  background-color: #f3f3f3;
}
#sustainable-jersey-landing .section-communities .container {
  padding: 35px 20px 20px;
}
#sustainable-jersey-landing .section-communities .logo-pc {
  margin: 0 auto 45px;
}
#sustainable-jersey-landing .section-communities .logo-hoboken {
  background-position: 0 -648px;
  height: 80px;
  width: 78px;
}
#sustainable-jersey-landing .section-communities .logo-woodbridge {
  background-position: 0 -898px;
  height: 116px;
  width: 89px;
}
#sustainable-jersey-landing .section-communities .logo-verona {
  background-position: 0 -872px;
  height: 26px;
  width: 124px;
}
#sustainable-jersey-landing .section-communities .logo-maplewood {
  background-position: 0 -759px;
  height: 113px;
  width: 87px;
}
#sustainable-jersey-landing .section-communities .logo-galloway {
  background-position: 0 -440px;
  height: 121px;
  width: 91px;
}
#sustainable-jersey-landing .section-communities .logo-hopewell {
  background-position: 0 -728px;
  height: 31px;
  width: 192px;
}
#sustainable-jersey-landing .section-communities .logo-highland-park {
  background-position: 0 -561px;
  height: 87px;
  width: 88px;
}
#sustainable-jersey-landing .section-performance {
  background-color: #fff;
}
#sustainable-jersey-landing .section-performance .container {
  padding: 35px 20px 10px;
}
#sustainable-jersey-landing .stat-outer {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  vertical-align: top;
  width: 135px;
}
#sustainable-jersey-landing .stat-outer.stat-email .stat-value {
  color: #35b6aa;
}
#sustainable-jersey-landing .stat-outer.stat-contract .stat-value {
  color: #295cab;
}
#sustainable-jersey-landing .stat-outer.stat-bulb .stat-value {
  color: #61a543;
}
#sustainable-jersey-landing .stat-outer.stat-house .stat-value {
  color: #f6b140;
}
#sustainable-jersey-landing .stat-outer .icn-perf {
  margin: 0 auto 17px;
}
#sustainable-jersey-landing .stat-outer .icn-bulb {
  background-position: 0 -55px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-bulb-gray {
  background-position: 0 0;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-contract {
  background-position: 0 -165px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-contract-gray {
  background-position: 0 -110px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-email {
  background-position: 0 -275px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-email-gray {
  background-position: 0 -220px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-house {
  background-position: 0 -385px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .icn-house-gray {
  background-position: 0 -330px;
  height: 55px;
  width: 55px;
}
#sustainable-jersey-landing .stat-outer .stat-title {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #878999;
  font-size: 14px;
  line-height: 1.2;
  height: 25px;
}
#sustainable-jersey-landing .stat-outer .stat-value {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
#sustainable-jersey-landing .section-metrics {
  background-color: #f3f3f3;
}
#sustainable-jersey-landing .section-metrics .container {
  padding: 40px 20px;
}
#sustainable-jersey-landing .section-metrics h2 {
  padding: 0 20px;
}
#sustainable-jersey-landing .section-metrics .lede {
  padding: 0 20px;
}
#sustainable-jersey-landing .section-metrics .col1 {
  margin-bottom: 20px;
  text-align: center;
}
#sustainable-jersey-landing .section-metrics .metrics-table {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #878999;
  font-size: 15px;
  margin-bottom: 20px;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-verona a {
  color: #62a744;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-verona a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-verona a:active {
  color: #4d8335;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-maplewood a {
  color: #00a0df;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-maplewood a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-maplewood a:active {
  color: #007bac;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-highland a {
  color: #dd5f28;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-highland a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-highland a:active {
  color: #b54b1d;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-hopewell a {
  color: #7f3f98;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-hopewell a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-hopewell a:active {
  color: #613074;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-hoboken a {
  color: #e9a435;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-hoboken a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-hoboken a:active {
  color: #d48c17;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-woodbridge a {
  color: #be2270;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-woodbridge a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-woodbridge a:active {
  color: #931a57;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-galloway a {
  color: #31aa9f;
}
#sustainable-jersey-landing .section-metrics .metrics-table .color-galloway a:hover,
#sustainable-jersey-landing .section-metrics .metrics-table .color-galloway a:active {
  color: #26827a;
}
#sustainable-jersey-landing .section-metrics .note {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 14px;
}
#sustainable-jersey-landing .section-cta2 {
  background-color: #fff;
}
#sustainable-jersey-landing .section-cta2 .container {
  padding: 40px 20px;
}
@media screen and (min-width: 480px), print {
  #sustainable-jersey-landing .section-hero .logo-sj-challenge {
    width: 200px;
  }
  #sustainable-jersey-landing .section-intro h2 {
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
  #sustainable-jersey-landing .section-communities .lede {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
  }
  #sustainable-jersey-landing .section-communities .block-content {
    width: 440px;
    margin: 0 auto;
  }
  #sustainable-jersey-landing .section-communities .logo-pc {
    display: inline-block;
    margin: 0 0 35px;
    vertical-align: middle;
  }
  #sustainable-jersey-landing .section-communities .logo-hoboken {
    margin-right: 65px;
  }
  #sustainable-jersey-landing .section-communities .logo-woodbridge {
    margin-right: 55px;
  }
  #sustainable-jersey-landing .section-communities .logo-maplewood {
    margin-left: 80px;
    margin-right: 95px;
  }
  #sustainable-jersey-landing .section-communities .logo-hopewell {
    margin-left: 30px;
    margin-right: 75px;
  }
  #sustainable-jersey-landing .section-performance h2 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 740px), print {
  #sustainable-jersey-landing h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #sustainable-jersey-landing h2 {
    font-size: 28px;
  }
  #sustainable-jersey-landing .section-hero {
    background-image: url("../../img/partners/sustainable-jersey/hero.bba5123a04b5.jpg");
  }
  #sustainable-jersey-landing .section-hero .container {
    padding: 35px 30px 0;
  }
  #sustainable-jersey-landing .section-hero .logo-sj {
    width: 97px;
  }
  #sustainable-jersey-landing .section-hero .logo-sj-challenge {
    width: 300px;
  }
  #sustainable-jersey-landing .section-intro .container {
    padding: 40px 30px 0;
  }
  #sustainable-jersey-landing .section-intro h2 {
    width: auto;
  }
  #sustainable-jersey-landing .section-intro .lede {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 610px;
  }
  #sustainable-jersey-landing .section-intro .two-cols {
    overflow: hidden;
  }
  #sustainable-jersey-landing .section-intro .two-cols .col1 {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
    width: 315px;
  }
  #sustainable-jersey-landing .section-intro .two-cols .col2 {
    overflow: hidden;
  }
  #sustainable-jersey-landing .section-cta .container {
    overflow: hidden;
    text-align: left;
  }
  #sustainable-jersey-landing .section-cta .col1 {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    width: 475px;
  }
  #sustainable-jersey-landing .section-cta .col2 {
    overflow: hidden;
  }
  #sustainable-jersey-landing .section-cta1 .container {
    padding: 60px 30px;
  }
  #sustainable-jersey-landing .section-communities .container {
    padding: 40px 30px 10px;
  }
  #sustainable-jersey-landing .section-communities .lede {
    width: 490px;
  }
  #sustainable-jersey-landing .section-communities .block-content {
    width: 680px;
    margin: 0 auto;
  }
  #sustainable-jersey-landing .section-communities .logo-hoboken {
    margin-right: 100px;
  }
  #sustainable-jersey-landing .section-communities .logo-woodbridge {
    margin-right: 98px;
  }
  #sustainable-jersey-landing .section-communities .logo-verona {
    margin-right: 90px;
  }
  #sustainable-jersey-landing .section-communities .logo-maplewood {
    margin-left: 0;
    margin-right: 0;
  }
  #sustainable-jersey-landing .section-communities .logo-galloway {
    margin-left: 75px;
    margin-right: 85px;
  }
  #sustainable-jersey-landing .section-communities .logo-hopewell {
    margin-left: 0;
    margin-right: 83px;
  }
  #sustainable-jersey-landing .section-performance {
    background-color: #fff;
  }
  #sustainable-jersey-landing .section-performance h2 {
    padding: 0;
  }
  #sustainable-jersey-landing .section-performance .block-content {
    width: 700px;
    margin: 0 auto;
  }
  #sustainable-jersey-landing .stat-outer {
    width: 170px;
  }
  #sustainable-jersey-landing .section-metrics .container {
    padding: 40px 30px;
  }
  #sustainable-jersey-landing .section-metrics .metrics-table {
    width: 680px;
  }
  #sustainable-jersey-landing .section-metrics .metrics-table th, #sustainable-jersey-landing .section-metrics .metrics-table td {
    padding: 12px 8px 4px 8px;
  }
  #sustainable-jersey-landing .section-metrics .metrics-table thead th {
    font-weight: normal;
    line-height: 1.4;
    text-align: right;
  }
  #sustainable-jersey-landing .section-metrics .metrics-table tbody .total td {
    border-top: 2px solid #ddd;
    border-bottom: none;
  }
  #sustainable-jersey-landing .section-metrics .metrics-table tbody td {
    border: none;
    border-bottom: 1px solid #ddd;
    line-height: 1.33;
    height: 40px;
    text-align: right;
  }
  #sustainable-jersey-landing .section-metrics .metrics-table tbody td.header {
    width: 160px;
  }
  #sustainable-jersey-landing .section-metrics .note {
    width: 595px;
  }
  #sustainable-jersey-landing .section-cta2 .container {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 960px), print {
  #sustainable-jersey-landing .section-hero .container {
    padding: 40px 80px 0;
  }
  #sustainable-jersey-landing .section-hero .logo-sj {
    margin-right: 30px;
  }
  #sustainable-jersey-landing .section-intro .container {
    padding: 40px 40px 0;
  }
  #sustainable-jersey-landing .section-intro .two-cols .col1 {
    margin-right: 55px;
    width: 405px;
  }
  #sustainable-jersey-landing .section-cta .col1 {
    width: 620px;
  }
  #sustainable-jersey-landing .section-cta1 .container {
    padding: 60px 40px 50px;
  }
  #sustainable-jersey-landing .section-metrics .container {
    padding: 40px 40px;
  }
  #sustainable-jersey-landing .section-metrics .lede {
    margin-bottom: 20px;
  }
  #sustainable-jersey-landing .section-metrics .col1 {
    float: left;
    margin-top: 60px;
    margin-right: 50px;
    margin-bottom: 0;
    width: 160px;
  }
  #sustainable-jersey-landing .section-metrics .col2 {
    overflow: hidden;
  }
  #sustainable-jersey-landing .section-cta2 .container {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 739px) {
  #sustainable-jersey-landing .metrics-table {
    width: 280px;
  }
  #sustainable-jersey-landing .metrics-table table, #sustainable-jersey-landing .metrics-table thead, #sustainable-jersey-landing .metrics-table tbody, #sustainable-jersey-landing .metrics-table th, #sustainable-jersey-landing .metrics-table td, #sustainable-jersey-landing .metrics-table tr {
    display: block;
  }
  #sustainable-jersey-landing .metrics-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #sustainable-jersey-landing .metrics-table tbody tr {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #sustainable-jersey-landing .metrics-table tbody td {
    border: none;
    border-bottom: 1px solid #ddd;
    line-height: 1.33;
    height: 35px;
    padding-left: 163px;
    position: relative;
    text-align: right;
  }
  #sustainable-jersey-landing .metrics-table tbody td.tall {
    height: 52px;
  }
  #sustainable-jersey-landing .metrics-table tbody td:before {
    content: attr(data-label);
    color: #515362;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 133px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 739px) {
  #sustainable-jersey-landing .metrics-table {
    width: 440px;
  }
  #sustainable-jersey-landing .metrics-table tbody td {
    padding-left: 285px;
  }
  #sustainable-jersey-landing .metrics-table tbody td.tall {
    height: 35px;
  }
  #sustainable-jersey-landing .metrics-table tbody td:before {
    width: 255px;
  }
}

/*# sourceMappingURL=sustainable-jersey.css.map */
