@charset "UTF-8";
/*

In this file:

// A. Linear gradient
// B. Background image

*/
body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
}
body, body *, body *::before, body *::after, body::before, body::after {
	box-sizing: border-box;
}
body * {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: calc(1em + 0.5rem);
}
.siteHeader {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr auto 1fr;
}
.siteHeader > a:not(.btn) {
	grid-column: 2;
	font-size: 2rem;
	color: #b80c15;
	padding-block: 1.5rem;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	text-decoration: none;
}
.siteHeader > a:not(.btn) img {
	height: 2.5rem;
	display: block;
}
.siteHeader > button {
	grid-column: 3;
	-webkit-margin-start: auto;
	margin-inline-start: auto;
}
@media (max-width: 600px) {
	.siteHeader {
		grid-template-columns: 1fr auto;
	}
	.siteHeader > a:not(.btn) {
		grid-column: 1;
	}
	.siteHeader > button {
		grid-column: 2;
	}
}
.collapse {
	display: none;
}
.btn.btnToggle {
	color: inherit;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.nycTopHeader {
	background: #000;
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	position: relative;
	align-items: center;
	font-size: 0.75rem;
	padding: 0.2rem 0;
	gap: 0.25rem 1rem;
}
.nycTopHeader img {
	height: 0.75rem;
	display: block;
}
.nycTopHeader::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: inherit;
	z-index: -1;
}
.nycTopHeader a {
	color: #fff;
}
.nycTopHeader a:not(:focus), .nycTopHeader a:not(:hover) {
	text-decoration: none;
}
@media (max-width: 600px) {
	.nycTopHeader > .tagline {
		display: none;
	}
}
.nycTopHeader > .tagline + * {
	-webkit-margin-start: auto;
	margin-inline-start: auto;
}
em, strong, a {
	font-size: inherit;
}
.container {
	padding-inline: 1rem;
	width: 100%;
	max-width: 1000px;
	margin-inline: auto;
}
.hero {
	padding-block: clamp(24px, 0px + 8vw, 96px);
	position: relative;
}
.heroImg {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
}
.heroContent {
	z-index: 2;
	position: relative;
	//max-width: 35rem;
	width: 100%;
	background: #20477a;
	color: #fff;
	padding: 1rem;
}
.heroContent > *:not(.srOnly) {
	margin-block: 0;
}
.heroContent > *:not(.srOnly) + * {
	-webkit-margin-before: 1.5rem;
	margin-block-start: 1.5rem;
}
.heroContent :is(h1, h2, h3, h4, h5, h6) {
	color: #0bb7c2;
	font-size: clamp(28px, 26px + 0.6666666667vw, 34px);
}
.heroContent p {
	font-size: clamp(18px, 16.6666666667px + 0.4444444444vw, 22px);
	line-height: 1.65;
}
.alert {
	background: #f1f5fb;
	padding: 1rem;
	-webkit-border-start: 5px solid #20477a;
	border-inline-start: 5px solid #20477a;
	display: grid;
	gap: 0.5rem 1.5rem;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
}
.alert + .alert {
	-webkit-margin-before: 1.5rem;
	margin-block-start: 1.5rem;
}
.alert > p {
	font-size: 1.2rem;
	grid-column: 2/-1;
}
.alert > ul {
	grid-column: 2/-1;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	gap: 0.25rem 1.5rem;
}


.alert > ul::before {
	content: '';
	flex: 0 0 100%;
	order: 2;
	height: 0;
	margin-block-start: -0.5rem;
	position: relative;
	display: block;
}



.alert  li:nth-of-type(1),
.alert  li:nth-of-type(2) {

	order: -1;	
	
}
.alert li:nth-of-type(2) ~ li {
	order: 5;
}
.alert li {
	position: relative;
}
.alert li::before {
	content: "";
	font-family: "font awesome 5 free";
	font-weight: 700;
	display: inline-block;
	-webkit-margin-end: 0.375rem;
	margin-inline-end: 0.375rem;
	color: #b80c15;
}
.alert > span.fas {
	grid-column: 1;
	font-size: 2.25rem;
	color: #b80c15;
	align-self: start;
	border-radius: 100%;
	transform: translateY(-0.25rem);
}

@media(max-width: 800px) {

	.alert ul li {

		flex: 0 0 100%;
		
	}

	.alert ul::before {
		display: none;
	}
	
}

.alert a {
	color: #b80c15;
}
.alert [aria-labelledby=langLabel] {
	display: block;
	position: relative;
	grid-column: 2/-1;
}
.alert [aria-labelledby=langLabel] a {
	position: relative;
}
.alert [aria-labelledby=langLabel] ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	display: inline-flex;
}
.alert [aria-labelledby=langLabel] li[aria-hidden] {
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.alert [aria-labelledby=langLabel] li:last-child::before {
	content: "& ";
	display: inline-block;
	position: relative;
	margin-inline: 0.5rem;
	color: #000;
	font-weight: 400;
	font-family: inherit;
}
.alert [aria-labelledby=langLabel] li:nth-last-child(n+3):not([aria-hidden])::after {
	content: ",  ";
	display: inline-block;
	position: relative;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.alert [aria-labelledby=langLabel] li::before {
	display: none;
}
.alert #langLabel {
	grid-column: 2/-1;
	font-size: 1.2rem;
	margin: 0;
	line-height: calc(1em + 0.5rem);
}
.alertxxx {
	padding: 1rem;
	background: #0de0ed;
	background: #edf6f7;
	-webkit-border-start: 0.5rem solid #0de0ed;
	border-inline-start: 0.5rem solid #0de0ed;
}
.alertxxx p {
	font-size: 1.375rem;
}
.alertxxx ul {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	gap: 0 1rem;
}
.alertxxx li {
	display: inline-block;
}
.alertxxx li::before {
	font-family: "font awesome 5 free";
	content: " ";
	font-weight: 700;
	display: inline-block;
	color: #042d36;
	-webkit-margin-end: 0.375em;
	margin-inline-end: 0.375em;
}
@media (min-width: 650px) {
	.alertxxx {
		display: flex;
		flex-flow: row nowrap;
		align-content: center;
		align-items: center;
	}
	.alertxxx > * {
		flex: 0 0 calc(50% - 0.5rem);
	}
}
a:not(.btn) {
	font-weight: 700;
	-webkit-text-decoration: solid underline currentColor;
	text-decoration: solid underline currentColor;
}
.vSpacer1 {
	padding-block: clamp(48px, 32px + 5.3333333333vw, 96px);
}
.vSpacer1:nth-child(4) {
	background: #20477a;
	color: #fff;
}
.vSpacer1:nth-child(4) a:not(.btn) {
	color: #fff;
}
.vSpacer1:nth-child(6) {
	background: #20477a;
	color: #fff;
}
hr.sectionSeperator {
	border: none;
	height: 1px;
	background: linear-gradient(to top, #4da7ad 0%, #4da7ad 100%) no-repeat center/50% 100%;
	position: relative;
	overflow: visible;
}
:is(h2) {
	font-size: clamp(28px, 26.6666666667px + 0.4444444444vw, 32px);
}
:is(h3) {
	font-size: clamp(24px, 22px + 0.6666666667vw, 30px);
}
.container2 {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
}
.sectionContent > * {
	margin-block: 0;
}
.sectionContent > * + * {
	-webkit-margin-before: 1.5rem;
	margin-block-start: 1.5rem;
}
@media (max-width: 900px) {
	.sectionHeading {
		flex: 0 0 100%;
	}
	.sectionContent {
		flex: 0 0 100%;
	}
}
@media (min-width: 900.01px) {
	.sectionHeading {
		flex: 0 0 25%;
	}
	.sectionContent {
		flex: 0 0 calc(75% - 1.5rem);
	}
}
dl {
	counter-reset: numberedCounter;
}
dl .numbered {
	counter-increment: numberedCounter;
	position: relative;
}
dl .numbered::before {
	content: counter(numberedCounter) ". ";
	font-weight: 700;
}
dl > div + div {
	-webkit-margin-before: 0.75rem;
	margin-block-start: 0.75rem;
	-webkit-padding-before: 0.75rem;
	padding-block-start: 0.75rem;
}
dl dt {
	font-weight: 700;
	font-size: 1.25rem;
}
/*dl dd {
  -webkit-margin-start: 3rem;
          margin-inline-start: 3rem;
}*/
.srOnly {
	position: absolute;
	left: -999999px;
	transition: all 0.3s ease 0s;
}
.srOnly.srOnly-focusable:focus {
	position: relative;
	background: #042d36;
	color: #fff;
	left: auto;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
}
.langContainer {
	background: #f1f5fb;
	position: relative;
}
.langContainer::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: inherit;
	z-index: -1;
}
.langContainer [id=google_translate_element] {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	margin-inline: auto;
	padding-block: 1.5rem;
}
.langContainer .skiptranslate.goog-te-gadget {
	position: relative;
	width: 25rem;
	max-width: 100%;
	text-align: center;
}
.langContainer select {
	width: 100%;
	font-size: 1.25rem;
	padding: 0.5rem 0.25rem;
	-webkit-margin-after: 0.5rem;
	margin-block-end: 0.5rem;
}
.langSection nav {
	padding-inline: 1rem;
	padding-block: 0.5rem;
	background: #080808;
}
.langSection #langLabel {
	font-size: 1rem;
	color: #777677;
}
.langSection ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	font-size: 0.75rem;
}
.langSection ul > * {
	flex: 1 0 0%;
}
.siteFooter {
	background: #000;
	color: #fff;
}
.siteFooter a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.siteFooter ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	gap: 0.5rem 1.5rem;
	position: relative;
}
.siteFooter li {
	flex: 0 0 100%;
}
.siteFooter .footerNYC {
	padding-block: 2rem;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
}
@media (min-width: 500px) {
	.siteFooter .footerNYC {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 767px) {
	.siteFooter .footerNYC {
		grid-template-columns: 1fr 33.333%;
	}
	.siteFooter .footerNYC li {
		flex: 0 0 calc(50% - 0.75rem);
	}
}
@media (min-width: 960px) {
	.siteFooter .footerNYC {
		grid-template-columns: 1fr 25%;
	}
	.siteFooter .footerNYC li {
		flex: 0 0 calc(33.333% - (1rem));
	}
}
.siteFooter .footerInfo2 {
	font-size: 0.7rem;
	display: flex;
	flex-flow: row nowrap;
	-webkit-margin-before: 0.5rem;
	margin-block-start: 0.5rem;
}
.siteFooter .footerInfo2 > a {
	-webkit-margin-start: auto;
	margin-inline-start: auto;
}
.siteFooter .footerInfo {
	place-self: stretch;
	position: relative;
}
.siteFooter .footerInfo > p {
	font-size: 0.7rem;
	line-height: 1.4;
}
.siteFooter .footerInfo1 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	gap: 0.5rem;
	position: relative;
	-webkit-margin-after: 0.5rem;
	margin-block-end: 0.5rem;
}
.siteFooter img {
	height: 2rem;
	display: block;
}
.siteFooter button {
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 100%;
	background: transparent;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}
.siteFooter ::-moz-placeholder {
	color: #fff;
}
.siteFooter :-ms-input-placeholder {
	color: #fff;
}
.siteFooter ::placeholder {
	color: #fff;
}
.siteFooter input[type=text] {
	position: relative;
	max-width: 100%;
	flex: 1 1 0%;
	width: 100%;
	background: #616161;
	color: #fff;
	border: 1px solid #727272;
	border-radius: 4px;
	font-weight: 700;
	padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
a.btnPrimary, a.btnSecondary, button.btnPrimary, button.btnSecondary {
	background: radial-gradient(65% 25% ellipse at 50% 0%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(65% 25% ellipse at 50% 100%, rgba(0, 0, 0, 0.5) 0%, transparent 100%), #20477a;
	color: #fff;
	text-decoration: none;
	padding: 0.75em 1.5em;
	border-radius: 0.25em;
	box-shadow: 0 0 0 2px transparent, 0 0 0 2px transparent, 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.125), 0 0.5em 0.5em 0 rgba(0, 0, 0, 0.125), 0 0.75em 1em 0 rgba(0, 0, 0, 0.125);
	transition: all 0.3s ease 0s;
}
a.btnPrimary:hover, a.btnSecondary:hover, a.btnPrimary:focus-visible, a.btnSecondary:focus-visible, button.btnPrimary:hover, button.btnSecondary:hover, button.btnPrimary:focus-visible, button.btnSecondary:focus-visible {
	-webkit-text-decoration: solid underline currentColor;
	text-decoration: solid underline currentColor;
}
a.btnPrimary:focus-visible, a.btnSecondary:focus-visible, button.btnPrimary:focus-visible, button.btnSecondary:focus-visible {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #20477a, 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.125), 0 0.5em 0.5em 0 rgba(0, 0, 0, 0.125), 0 0.75em 1em 0 rgba(0, 0, 0, 0.125);
}
a.btnArrow, button.btnArrow {
	position: relative;
}
a.btnArrow::after, button.btnArrow::after {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	display: inline-block;
	border: 0.375em solid transparent;
	border-inline-start-color: currentColor;
	-webkit-margin-start: 0.375em;
	margin-inline-start: 0.375em;
}
a.btnSecondary, button.btnSecondary {
	background: radial-gradient(65% 25% ellipse at 50% 0%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(65% 25% ellipse at 50% 100%, rgba(0, 0, 0, 0.5) 0%, transparent 100%), #b80c15;
}
.logoWrap {
	position: relative;
	width: auto;
	gap: 1.5rem;
	max-width: 100%;
	margin-inline: auto;
}
.logoWrap a {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease 0s;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-inline: auto;
	vertical-align: middle;
}
.logoWrap a img {
	display: block;
}
.logoWrap a:first-child img {
	height: 5rem;
}
.logoWrap a:last-child img {
	height: 9rem;
}
.logoWrap a:hover, .logoWrap a:focus-visible {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #20477a;
}
.developmentList {
	text-transform: capitalize;
	columns: 300px;
	column-gap: 3rem;
}
collapse {
	display: none;
}
h3 > button[data-toggle="collapse"] {
	border: none;
	font-size: inherit;
	background: transparent;
	font-weight: 700;
	text-decoration: solid underline #0a5796;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	column-gap: 0.375em;
	cursor: pointer;
}
h3 > button[data-toggle="collapse"]::after {
	content: '';
	height: 1em;
	width: 1em;
	background:
		linear-gradient(to top, #0a5796 0%, #0a5796 100%), linear-gradient(to top, #0a5796 0%, #0a5796 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75% 0.25em, 0.25em 75%;
	position: relative;
	align-self: center;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
h3 > button[aria-expanded="true"]::after {
	background-size: 75% 0.25em, 0.25em 0%;
}

.heroContent p:first-of-type {

	text-align: center;
	font-weight: 700;
	font-size: 1.75em;
	
}
                        
/* button and iframes */
a.mapBtn,
button.mapBtn {
  --btnShadowD: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);
  --btnShadowH: 0 1px 1px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.15), 0 12px 12px rgba(0,0,0,0.15);
  --btnShadowA: 0 0 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0.11);
  --focus0: 0 0 0 0 transparent, 0 0 0 0 transparent;
  --focus1: 0 0 0 2px #fff, 0 0 0 4px #20477a;
  background: #20477a;
  color: #fff;
  padding: 0.75em;
  line-height: 1;
  min-block-size: 2.5em;
  min-inline-size: 2.5em;
  border-radius: 0.25em;
  text-decoration: none;
  font-size: 1.25em;
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0 0.5em;
  transition: all 0.3s ease 0s;
  box-shadow: var(--focus0), var(--btnShadowD);
}
a.mapBtn:focus:focus-visible,
button.mapBtn:focus:focus-visible {
  outline: none;
  box-shadow: var(--focus1), var(--btnShadowH);
  background: #152e4f;
}
a.mapBtn:focus:focus-visible:active,
button.mapBtn:focus:focus-visible:active {
  box-shadow: var(--focus1), var(--btnShadowA);
  transition-duration: 0.125s;
}
a.mapBtn:hover:where(:not(:focus-visible)),
button.mapBtn:hover:where(:not(:focus-visible)) {
  background: #152e4f;
  box-shadow: var(--focus0), var(--btnShadowH);
}
a.mapBtn:hover:where(:not(:focus-visible)):active,
button.mapBtn:hover:where(:not(:focus-visible)):active {
  box-shadow: var(--focus0), var(--btnShadowA);
  transition-duration: 0.125s;
}
a.mapBtn > *,
button.mapBtn > * {
  line-height: inherit;
}
a.mapBtn > *:only-child,
button.mapBtn > *:only-child {
  grid-column: 1;
}
a.mapBtn > *:first-child:nth-last-child(3),
button.mapBtn > *:first-child:nth-last-child(3) {
  grid-column-end: -2;
}
a.mapBtn > *:last-child:nth-child(3),
button.mapBtn > *:last-child:nth-child(3) {
  grid-column-end: 3;
}
a.mapBtn > *.fas:nth-child(2):last-child,
button.mapBtn > *.fas:nth-child(2):last-child {
  grid-column-end: 3;
}
a.mapBtn > *.fas:nth-child(1):nth-last-child(2),
button.mapBtn > *.fas:nth-child(1):nth-last-child(2) {
  grid-column-end: -2;
}

.iframeOuter {
  position: relative;
  flex: 0 0 100%;
}
.iframeOuterFull {
  flex: 0 0 calc(100vw - 2rem);
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
iframe.mapIframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  position: relative;
}