.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;
}

#newyork-landing {
  background-color: #fff;
}
#newyork-landing h1 {
  color: #096773;
  font-size: 28px;
  margin: 0 0 10px;
}
#newyork-landing h2 {
  margin: 0;
  text-align: center;
}
#newyork-landing h3 {
  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: 600;
  color: #515362;
  font-size: 16px;
  text-transform: uppercase;
}
#newyork-landing h4 {
  color: #515362;
}
#newyork-landing .l-button {
  font-size: 15px;
  padding: 0.58em 1.25em;
}
#newyork-landing .media-container {
  background-color: #000000;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#newyork-landing .media-play {
  background-image: url("../../img/video/play-button.3deaf7048d84.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 11px;
  height: 33px;
  left: 13px;
  position: absolute;
  width: 49px;
}
#newyork-landing .media-container:hover {
  cursor: pointer;
}
#newyork-landing .media-container:hover .media-play {
  background-position: -50px 0;
}
#newyork-landing .media-embed2 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#newyork-landing .section-hero {
  background: #a5b091 url("../../img/partners/newyork/hero.4be5b9e7174b.jpg") no-repeat center 0;
  background: url("../../img/partners/newyork/hero.4be5b9e7174b.jpg") no-repeat center 0, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZDhiYyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYTViMDkxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url("../../img/partners/newyork/hero.4be5b9e7174b.jpg") no-repeat center 0, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbd8bc), color-stop(75%, #a5b091));
  background: url("../../img/partners/newyork/hero.4be5b9e7174b.jpg") no-repeat center 0, -moz-linear-gradient(top, #dbd8bc 0%, #a5b091 75%);
  background: url("../../img/partners/newyork/hero.4be5b9e7174b.jpg") no-repeat center 0, -webkit-linear-gradient(top, #dbd8bc 0%, #a5b091 75%);
  background: url("../../img/partners/newyork/hero.4be5b9e7174b.jpg") no-repeat center 0, linear-gradient(to bottom, #dbd8bc 0%, #a5b091 75%);
  height: 442px;
}
#newyork-landing .section-hero .container {
  padding: 20px 20px 0;
}
#newyork-landing .section-hero .block-columns {
  margin-bottom: 18px;
}
#newyork-landing .section-hero .colA {
  width: 220px;
}
#newyork-landing .section-hero .subtitle {
  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: 18px;
}
#newyork-landing .section-hero .col-quote {
  display: none;
}
#newyork-landing .section-hero .block-register {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #324f2f;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fafafa;
  padding: 11px 17px 7px;
}
#newyork-landing .section-hero .block-register .register-prompt {
  padding-right: 10px;
}
#newyork-landing .section-hero .block-register .estimate-prompt {
  color: #cacaca;
}
#newyork-landing .section-hero .block-register .estimate-prompt a {
  color: #f6b140;
}
#newyork-landing .section-hero .block-register .estimate-prompt a:hover {
  color: #df8e0b;
}
#newyork-landing .block-register form {
  margin: 0;
}
#newyork-landing .block-register .register-prompt {
  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: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}
#newyork-landing .block-register .estimate-prompt {
  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: 10px 0 0;
}
#newyork-landing .block-register input[name=full_address] {
  margin-bottom: 5px;
}
#newyork-landing .block-register .m-button {
  width: 100%;
}
#newyork-landing .block-register .nowrap {
  white-space: nowrap;
}
#newyork-landing .section-learn-solar .container {
  padding: 35px 20px 0;
}
#newyork-landing .section-learn-solar h2 {
  margin-bottom: 25px;
  padding: 0 20px;
}
#newyork-landing .section-newyork1 .container {
  padding: 20px 20px 30px;
}
#newyork-landing .section-newyork1 h2 {
  margin-bottom: 15px;
}
#newyork-landing .section-newyork1 .subtitle {
  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: 16px;
  margin-bottom: 20px;
  padding: 0 25px;
  text-align: center;
}
#newyork-landing .section-newyork1 .newyork-chart {
  background-image: url("../../img/partners/newyork/chart-portrait.e1c024fbf2fe.gif");
  background-repeat: no-repeat;
  height: 293px;
  margin-bottom: 20px;
}
#newyork-landing .section-newyork1 .btn-outer {
  margin-bottom: 25px;
  text-align: center;
}
#newyork-landing .section-newyork1 .btn-outer .btn-incentives1 {
  display: inline-block;
}
#newyork-landing .section-newyork1 .btn-outer .btn-incentives2 {
  display: none;
}
#newyork-landing .section-newyork1 .btn-outer .btn-incentives3 {
  display: none;
}
#newyork-landing .section-triad {
  background-color: #f3f3f3;
}
#newyork-landing .section-triad .container {
  padding: 40px 20px 5px;
}
#newyork-landing .section-triad h2 {
  margin-bottom: 30px;
}
#newyork-landing .section-triad .triad-features {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#newyork-landing .section-triad .triad-features .col1, #newyork-landing .section-triad .triad-features .col2, #newyork-landing .section-triad .triad-features .col3 {
  margin-bottom: 60px;
  text-align: center;
}
#newyork-landing .section-triad .triad-features .col3 {
  margin-bottom: 0;
}
#newyork-landing .section-triad .triad-features .col3 .feature-text {
  padding: 0 35px;
}
#newyork-landing .section-triad .triad-features .feature-text {
  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;
  padding-top: 20px;
  text-align: center;
}
#newyork-landing .section-triad .register-button {
  margin-bottom: 25px;
  text-align: center;
}
#newyork-landing .section-triad .register-button .btn-primary {
  text-transform: none;
}
#newyork-landing .section-triad .source {
  color: #a7aaba;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: right;
}
#newyork-landing .section-newyork2 .container {
  padding: 35px 20px;
}
#newyork-landing .section-newyork2 h2 {
  margin-bottom: 25px;
}
#newyork-landing .section-newyork2 .col1 {
  margin-bottom: 40px;
  position: relative;
  width: 280px;
}
#newyork-landing .section-newyork2 .map-number {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  background-color: #b47fb6;
  color: #fff;
  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: 17px;
  height: 26px;
  line-height: 1;
  padding: 5px 0 0 9px;
  position: absolute;
  width: 26px;
}
#newyork-landing .section-newyork2 .map-number:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
  cursor: pointer;
}
#newyork-landing .section-newyork2 .map-number:active {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
#newyork-landing .section-newyork2 .map-number1 {
  top: 87px;
  left: 135px;
}
#newyork-landing .section-newyork2 .map-number2 {
  top: 184px;
  left: 180px;
}
#newyork-landing .section-newyork2 .map-number3 {
  top: 141px;
  left: 228px;
}
#newyork-landing .section-newyork2 .area {
  outline: none;
}
#newyork-landing .section-newyork2 .estimate-link {
  padding: 0 20px;
  text-align: center;
}
#newyork-landing #rebate-tabs {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#newyork-landing #rebate-tabs .tab {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  float: left;
  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;
  height: 57px;
  margin: 0 0 -1px;
}
#newyork-landing #rebate-tabs .tab .tab-link {
  color: #ba97bc;
  display: block;
  font-size: 30px;
  height: 57px;
  outline: none;
  padding: 10px 20px 0;
}
#newyork-landing #rebate-tabs .ui-tabs-active {
  border-bottom: 1px solid #fff;
}
#newyork-landing #rebate-tabs .ui-tabs-active .tab-link {
  color: #822a85;
}
#newyork-landing #rebate-tabs .tab-content-outer {
  border: 1px solid #d6d6d6;
  clear: both;
}
#newyork-landing #rebate-tabs .tab-content {
  padding: 22px 10px 22px 20px;
  width: 100%;
}
#newyork-landing #rebate-tabs h3 {
  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: #822a85;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
}
#newyork-landing #rebate-tabs h4 {
  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: 16px;
  text-transform: none;
}
#newyork-landing #rebate-tabs .amount {
  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: 26px;
  margin-bottom: 17px;
}
#newyork-landing #rebate-tabs #con-edison, #newyork-landing #rebate-tabs #long-island {
  display: none;
}
#newyork-landing .section-videos {
  background-color: #f3f3f3;
}
#newyork-landing .section-videos .container {
  padding: 35px 20px 30px;
}
#newyork-landing .section-videos h2 {
  margin-bottom: 25px;
  padding: 0 30px;
}
#newyork-landing .section-solar-companies .container {
  padding: 30px 20px 40px;
}
#newyork-landing .section-solar-companies h2 {
  margin-bottom: 30px;
}
#newyork-landing .section-solar-companies .solar-category {
  margin-bottom: 40px;
  overflow: hidden;
}
#newyork-landing .section-solar-companies .solar-category .col1 {
  float: left;
  margin-right: 13px;
  width: 35px;
}
#newyork-landing .section-solar-companies .solar-category .col2 {
  overflow: hidden;
}
#newyork-landing .section-solar-companies .solar-category .category-title {
  border-bottom: 1px solid #ddd;
  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: 20px;
  margin: 0;
  padding: 4px 0 15px;
}
#newyork-landing .section-solar-companies .solar-category .category-link {
  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;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 0;
  width: inherit;
}
#newyork-landing .section-solar-companies .solar-category .category-link:last-child {
  border-bottom: none;
}
#newyork-landing .section-solar-companies .search-button {
  text-align: center;
}
#newyork-landing .section-solar-companies .search-button .btn-primary {
  text-transform: none;
}
#newyork-landing .section-social .container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 35px;
  text-align: center;
}
#newyork-landing .section-social .col1 {
  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: 18px;
}
#newyork-landing .section-social .col2 .link-social {
  display: inline-block;
  margin-right: 5px;
}
#newyork-landing .section-social .social-icon {
  background: url("../../img/icons/social/quote-detail-social.39d050a1aff5.png") no-repeat;
  height: 40px;
  width: 43px;
}
#newyork-landing .section-social .social-facebook {
  background-position: 0 0;
}
#newyork-landing .section-social .social-facebook:hover {
  background-position: 0 -41px;
}
#newyork-landing .section-social .social-twitter {
  background-position: -44px 0;
}
#newyork-landing .section-social .social-twitter:hover {
  background-position: -44px -41px;
}
#newyork-landing .section-register .container {
  padding: 0 20px 60px;
}
#newyork-landing .section-register .register-prompt {
  color: #222633;
}
@media screen and (min-width: 480px), print {
  #newyork-landing h1 {
    font-size: 32px;
  }
  #newyork-landing .section-hero .container {
    padding: 30px 20px 0;
  }
  #newyork-landing .section-hero .block-columns {
    margin-bottom: 67px;
  }
  #newyork-landing .section-hero .colA {
    margin-left: 16px;
    width: auto;
  }
  #newyork-landing .section-hero .subtitle {
    font-size: 20px;
  }
  #newyork-landing .section-hero .block-register {
    padding: 12px 20px;
  }
  #newyork-landing .section-hero .block-register .register-prompt {
    padding: 0;
  }
  #newyork-landing .block-register .register-prompt {
    font-size: 18px;
  }
  #newyork-landing .block-register .m-button {
    width: auto;
  }
  #newyork-landing .section-learn-solar h2 {
    padding: 0;
  }
  #newyork-landing .section-newyork1 h2 {
    padding: 0 30px;
  }
  #newyork-landing .section-newyork1 .subtitle {
    margin-bottom: 40px;
    padding: 0;
  }
  #newyork-landing .section-newyork1 .newyork-chart {
    background-image: url("../../img/partners/newyork/chart-landscape.394c7baa7f5e.gif");
    height: 256px;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives1 {
    display: none;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives2 {
    display: none;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives3 {
    display: inline-block;
  }
  #newyork-landing .section-newyork1 .newyork-footnote {
    padding: 0;
  }
  #newyork-landing .section-triad .triad-features {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #newyork-landing .section-triad .col3 .feature-text {
    padding: 0 45px;
  }
  #newyork-landing .section-newyork2 .col1 {
    margin-bottom: 30px;
    width: 440px;
  }
  #newyork-landing .section-newyork2 .map-number {
    height: 29px;
    padding: 6px 0 0 11px;
    width: 29px;
  }
  #newyork-landing .section-newyork2 .map-number1 {
    top: 142px;
    left: 219px;
  }
  #newyork-landing .section-newyork2 .map-number2 {
    top: 288px;
    left: 298px;
  }
  #newyork-landing .section-newyork2 .map-number3 {
    top: 236px;
    left: 366px;
  }
  #newyork-landing .section-newyork2 .estimate-link {
    padding: 0;
  }
  #newyork-landing #rebate-tabs {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #newyork-landing #rebate-tabs .tab-content {
    padding: 22px 10px 22px 35px;
  }
  #newyork-landing .section-videos .container {
    padding: 35px 15px 30px;
  }
  #newyork-landing .section-videos h2 {
    padding: 0;
  }
  #newyork-landing .section-videos .gallery-video {
    padding: 0 31px;
  }
  #newyork-landing .section-solar-companies h2 {
    padding: 0 80px;
  }
  #newyork-landing .section-solar-companies .block-content {
    margin: 0 auto;
    width: 300px;
  }
  #newyork-landing .section-social .container {
    padding: 35px 45px 35px;
  }
  #newyork-landing .section-register .register-prompt {
    font-size: 20px;
  }
}
@media screen and (min-width: 740px), print {
  #newyork-landing h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  #newyork-landing h2 {
    line-height: 1.2;
  }
  #newyork-landing .section-hero .container {
    padding: 40px 20px 0;
  }
  #newyork-landing .section-hero .block-columns {
    margin-bottom: 52px;
    overflow: hidden;
  }
  #newyork-landing .section-hero .colA {
    float: left;
    width: 310px;
  }
  #newyork-landing .section-hero .subtitle {
    width: 240px;
  }
  #newyork-landing .section-hero .colB {
    float: right;
    margin-right: 17px;
    width: 298px;
  }
  #newyork-landing .section-hero .col-quote {
    background-image: url("../../img/partners/newyork/pull-quote-flipped.ab771a809809.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 179px;
    width: 298px;
  }
  #newyork-landing .section-hero .col-quote .col-quote-inner {
    padding: 18px 22px 0;
  }
  #newyork-landing .section-hero .col-quote .quote1 {
    color: #35b6aa;
    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-size: 16px;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #newyork-landing .section-hero .col-quote .quote2 {
    color: #878999;
    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: 12px;
    text-transform: uppercase;
  }
  #newyork-landing .section-hero .block-register {
    padding: 11px 0 7px 20px;
  }
  #newyork-landing .section-hero .block-register .col1 {
    width: 455px;
  }
  #newyork-landing .block-register .register-prompt {
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 0;
  }
  #newyork-landing .block-register .estimate-prompt {
    font-size: 16px;
  }
  #newyork-landing .block-register input[name=full_address] {
    margin-bottom: 0;
  }
  #newyork-landing .block-register .col1 {
    float: left;
    margin-right: 7px;
    width: 460px;
  }
  #newyork-landing .block-register .col2 {
    overflow: hidden;
  }
  #newyork-landing .section-learn-solar .container {
    padding: 45px 75px 0;
  }
  #newyork-landing .section-learn-solar h2 {
    margin-bottom: 35px;
  }
  #newyork-landing .section-newyork1 .container {
    position: relative;
    padding: 45px 35px 40px;
  }
  #newyork-landing .section-newyork1 h2 {
    padding: 0;
  }
  #newyork-landing .section-newyork1 .subtitle {
    padding: 0 100px;
  }
  #newyork-landing .section-newyork1 .newyork-chart {
    background-image: url("../../img/partners/newyork/chart-tablet.d8dd2498d251.gif");
    background-repeat: no-repeat;
    height: 222px;
  }
  #newyork-landing .section-newyork1 .btn-outer {
    position: absolute;
    bottom: 33px;
    right: 6px;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives1 {
    display: none;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives2 {
    display: inline-block;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives3 {
    display: none;
  }
  #newyork-landing .section-newyork1 .newyork-footnote {
    font-size: 14px;
  }
  #newyork-landing .section-triad .container {
    padding: 45px 35px 5px;
  }
  #newyork-landing .section-triad h2 {
    margin-bottom: 40px;
  }
  #newyork-landing .section-triad .triad-features {
    width: 605px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #newyork-landing .section-triad .triad-features .col1, #newyork-landing .section-triad .triad-features .col2, #newyork-landing .section-triad .triad-features .col3 {
    display: inline-block;
  }
  #newyork-landing .section-triad .triad-features .col1 {
    margin-right: 65px;
    width: 237px;
  }
  #newyork-landing .section-triad .triad-features .col2 {
    margin-right: 0;
    width: 291px;
  }
  #newyork-landing .section-triad .triad-features .col3 {
    margin-left: 30px;
    width: 180px;
  }
  #newyork-landing .section-triad .triad-features .col3 .feature-text {
    padding: 0;
  }
  #newyork-landing .section-triad .triad-features .feature-img {
    height: 155px;
  }
  #newyork-landing .section-newyork2 .container {
    padding: 35px 35px;
  }
  #newyork-landing .section-newyork2 .block-content {
    overflow: hidden;
  }
  #newyork-landing .section-newyork2 h2 {
    margin-bottom: 40px;
  }
  #newyork-landing .section-newyork2 .col1 {
    float: left;
    margin-bottom: 0;
    width: 350px;
  }
  #newyork-landing .section-newyork2 .col2 {
    float: right;
    width: 300px;
  }
  #newyork-landing .section-newyork2 .map-number1 {
    top: 109px;
    left: 169px;
  }
  #newyork-landing .section-newyork2 .map-number2 {
    top: 229px;
    left: 230px;
  }
  #newyork-landing .section-newyork2 .map-number3 {
    top: 179px;
    left: 290px;
  }
  #newyork-landing .section-newyork2 #rebate-tabs {
    margin: 0 0 20px;
    width: auto;
  }
  #newyork-landing .section-videos .container {
    padding: 45px 35px 40px;
  }
  #newyork-landing .section-videos h2 {
    margin-bottom: 35px;
  }
  #newyork-landing .section-videos .gallery-video {
    padding: 0 18px;
  }
  #newyork-landing .section-solar-companies .container {
    padding: 40px 30px 50px;
  }
  #newyork-landing .section-solar-companies h2 {
    margin-bottom: 45px;
    padding: 0;
  }
  #newyork-landing .section-solar-companies .block-content {
    margin: 0;
    padding: 0 45px;
    width: auto;
  }
  #newyork-landing .section-solar-companies .solar-category {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
  #newyork-landing .section-solar-companies .solar-category1 {
    width: 260px;
  }
  #newyork-landing .section-solar-companies .solar-category2 {
    margin-right: 0;
    width: 300px;
  }
  #newyork-landing .section-solar-companies .solar-category3 {
    width: 270px;
  }
  #newyork-landing .section-register .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  #newyork-landing .section-register .register-prompt {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px), print {
  #newyork-landing .section-hero .container {
    padding: 33px 35px 0;
  }
  #newyork-landing .section-hero .block-columns {
    margin-bottom: 65px;
  }
  #newyork-landing .section-hero .colA {
    padding-top: 12px;
    width: 475px;
  }
  #newyork-landing .section-hero .subtitle {
    width: auto;
  }
  #newyork-landing .section-hero .colB {
    margin-right: 5px;
  }
  #newyork-landing .section-hero .col-quote {
    background-image: url("../../img/partners/newyork/pull-quote.f8c1bf0155b7.png");
  }
  #newyork-landing .section-hero .block-register .col1 {
    width: 645px;
  }
  #newyork-landing .block-register .col1 {
    width: 620px;
  }
  #newyork-landing .section-learn-solar .container {
    padding: 45px 35px 40px;
  }
  #newyork-landing .section-newyork1 .container {
    padding: 45px 80px 40px;
  }
  #newyork-landing .section-newyork1 .subtitle {
    padding: 0;
  }
  #newyork-landing .section-newyork1 .newyork-chart {
    background-image: url("../../img/partners/newyork/chart-desktop.b7975d0f28d5.gif");
    background-repeat: no-repeat;
    height: 259px;
  }
  #newyork-landing .section-newyork1 .btn-outer {
    right: 65px;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives1 {
    display: none;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives2 {
    display: none;
  }
  #newyork-landing .section-newyork1 .btn-outer .btn-incentives3 {
    display: inline-block;
  }
  #newyork-landing .section-triad .container {
    padding: 45px 65px 5px;
  }
  #newyork-landing .section-triad h2 {
    margin-bottom: 50px;
    padding: 0 185px;
  }
  #newyork-landing .section-triad .triad-features {
    margin: 0 0 30px;
    width: auto;
  }
  #newyork-landing .section-triad .triad-features .col1, #newyork-landing .section-triad .triad-features .col2, #newyork-landing .section-triad .triad-features .col3 {
    margin-bottom: 0;
  }
  #newyork-landing .section-triad .triad-features .col1 {
    margin-right: 55px;
  }
  #newyork-landing .section-triad .triad-features .col2 {
    margin-right: 55px;
  }
  #newyork-landing .section-triad .triad-features .col3 {
    margin-left: 0;
  }
  #newyork-landing .section-newyork2 .container {
    padding: 45px 40px;
  }
  #newyork-landing .section-newyork2 h2 {
    margin-bottom: 50px;
    padding: 0 90px;
  }
  #newyork-landing .section-newyork2 .col1 {
    width: 440px;
  }
  #newyork-landing .section-newyork2 .col2 {
    width: 350px;
  }
  #newyork-landing .section-newyork2 .map-number1 {
    top: 142px;
    left: 219px;
  }
  #newyork-landing .section-newyork2 .map-number2 {
    top: 288px;
    left: 298px;
  }
  #newyork-landing .section-newyork2 .map-number3 {
    top: 236px;
    left: 366px;
  }
  #newyork-landing .section-videos .container {
    padding: 45px 0 40px;
  }
  #newyork-landing .section-videos .gallery-video {
    padding: 0;
  }
  #newyork-landing .section-solar-companies .block-content {
    padding: 0 13px;
  }
  #newyork-landing .section-solar-companies .solar-category2 {
    margin-right: 15px;
  }
  #newyork-landing .section-solar-companies .solar-category3 {
    margin-right: 0;
  }
  #newyork-landing .section-social .container {
    padding: 35px 30px;
  }
  #newyork-landing .section-social .col1 {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
  #newyork-landing .section-social .col1 p {
    margin-bottom: 0;
  }
  #newyork-landing .section-social .col2 {
    display: inline-block;
    vertical-align: middle;
  }
  #newyork-landing .section-register .container {
    padding-left: 65px;
    padding-right: 65px;
  }
  #newyork-landing .section-register .register-prompt {
    padding-right: 0;
  }
}

/*# sourceMappingURL=newyork.css.map */
