.text-danger {
	color: #df0000 !important
}
html {
	scroll-behavior: smooth
}
body {
	background: repeating-linear-gradient(to right, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 0.125rem, transparent 0.125rem, transparent 1rem) repeat top left/0.5rem auto, #263a53;
	font-family: "helvetica neue", "helvetica", "arial", sans-serif
}
img.mainLogo-img {
	height: 4rem;
	max-width: 100%;
	position: relative
}
button.toggle-btn[aria-expanded="false"] i:last-of-type {
	display: none
}
button.toggle-btn[aria-expanded="true"] i:first-of-type {
	display: none
}
button.toggle-btn i {
	line-height: 1
}
.borough-img {
	border-radius: 100%;
	max-height: 4rem;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

@media (max-width: 765px) {
.borough-img {
	height: 2.5em;
	margin: .75rem 0
}
}
.heroWrap {
	position: relative
}
.hero-img {
	-o-object-fit: cover;
	object-fit: cover
}
.mainnavWrap>nav {
	position: relative;
	max-width: 100%
}
li.navItem {
	max-width: 100%;
	position: relative
}
button[type="button"].navLink.navLink-toggle {
	border: none;
	padding: 0 !important;
	font-weight: 700;
	color: #006da1;
	line-height: 1.5;
	background: linear-gradient(to top, transparent 3px, currentColor 3px, currentColor 5px, transparent 5px) no-repeat bottom left/100% 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background-size: 0% 100%;
	font-weight: 700;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	text-shadow: -1px -1px 0 #d9e7f1, 1px -1px 0 #d9e7f1, -1px 1px 0 #d9e7f1, 1px 1px 0 #d9e7f1
}
button[type="button"].navLink.navLink-toggle:hover, button[type="button"].navLink.navLink-toggle:focus {
	background-size: 100% 100%;
	border: none !important;
	outline: none !important
}
button[type="button"].navLink.navLink-toggle:hover {
	color: #263a53;
	border: none !important;
	outline: none !important
}
li.navItem.active>button[type="button"].navLink.navLink-toggle:hover, li.navItem.active>button[type="button"].navLink.navLink-toggle:focus {
	color: #fff !important;
	text-shadow: -1px -1px 0 #436b88, 1px -1px 0 #436b88, -1px 1px 0 #436b88, 1px 1px 0 #436b88;
	background: linear-gradient(to top, transparent 3px, #fff 3px, #fff 5px, transparent 5px) no-repeat bottom left/100% 100%;
	background-size: 100% 100% !important
}
li.navItem.active>a.navLink, li.navItem.active>button.navLink {
	background: #436b88;
	-webkit-box-shadow: -1.5rem 0 0 0 #436b88;
	box-shadow: -1.5rem 0 0 0 #436b88;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
li.navItem.active>a.navLink:focus, li.navItem.active>button.navLink:focus {
	-webkit-text-decoration: underline solid currentColor;
	text-decoration: underline solid currentColor !important
}
li.navItem.active {
	position: relative
}
li.navItem.active>.navLink {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
li.navItem.active>.navLink::before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 900vw;
	top: 0;
	left: 0;
	height: 100%;
	background: #436b88;
	-webkit-box-shadow: -.5em 0 0 0 #436b88, .5em 0 0 0 #436b88;
	box-shadow: -.5em 0 0 0 #436b88, .5em 0 0 0 #436b88
}
li.navItem ul {
	overflow: hidden
}
li.navItem.active li.navItem.active .navLink::before {
	left: -.5rem
}
li.navItem.active>a.navLink, li.navItem.active>button.navLink, button.navLink.navLink-toggle[aria-expanded="true"] {
	padding: 0.25rem 0 !important;
	background-size: 0 0 !important
}
button.navLink.navLink-toggle[aria-expanded="true"]:focus {
	-webkit-text-decoration: underline solid currentColor;
	text-decoration: underline solid currentColor
}
li.navItem.active>a.navLink, li.navItem.active>button.navLink {
	font-weight: 700;
	color: #fff;
	text-shadow: -1px -1px 0 #436b88, 1px -1px 0 #436b88, -1px 1px 0 #436b88, 1px 1px 0 #436b88;
	display: inline-block
}
ul.mainNav-list li+li, ul.mainNav-list ul {
	margin-top: .5rem
}
ul.mainNav-list ul {
	background: #fbf0c5;
	padding: .5rem 0 .5rem 1rem;
	margin: 0;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
ul.mainNav-list ul a.navLink, ul.mainNav-list ul button.navLink {
	text-shadow: -1px -1px 0 #fbf0c5, 1px -1px 0 #fbf0c5, -1px 1px 0 #fbf0c5, 1px 1px 0 #fbf0c5 !important;
	color: #436b88;
	font-weight: 700
}
ul.mainNav-list ul li.active a.navLink, ul.mainNav-list ul li.active button.navLink {
	position: relative;
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background: transparent;
	text-shadow: -1px -1px 0 #436b88, 1px -1px 0 #436b88, -1px 1px 0 #436b88, 1px 1px 0 #436b88 !important
}
ul.mainNav-list ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc( 100%);
	height: 100%;
	background: inherit;
	z-index: -1
}
li.navItem.spacer {
	height: 1.5rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#006da1), to(#006da1)) no-repeat center center/100% 1px;
	background: linear-gradient(to top, #006da1 0%, #006da1 100%) no-repeat center center/100% 1px
}
li.navItem>a.navLink.navLink-lg {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	max-width: 100%;
	white-space: normal
}
li.navItem>a.navLink.navLink-lg div:first-of-type {
	font-size: 1.125rem;
	font-weight: 700
}
body>div.container:first-of-type {
	overflow: hidden
}
.searchWrap input[type="search"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 5%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.searchWrap button[type="submit"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.arrowafter-right {
	position: relative
}
.arrowafter-right::after {
	content: "";
	width: 0;
	height: 0;
	border: .375em solid transparent;
	border-left-color: currentColor;
	display: inline-block;
	position: relative;
	margin-left: .5em
}
.bodyContent a:not(.btn) {
	font-weight: 500;
	color: #007dbb
}
a:not(.btn):not(.img-link) {
	background: linear-gradient(to top, currentColor 2px, transparent 2px) no-repeat bottom left/100% 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background-size: 0% 100%;
	font-weight: 700
}
a:not(.btn):not(.img-link):hover, a:not(.btn):not(.img-link):focus {
	text-decoration: none
}
a:not(.btn):not(.img-link):hover, a:not(.btn):not(.img-link):focus, button[type="button"].navLink-toggle:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-size: 100% 100%
}
.mainnavWrap a.navLink:not(.btn) {
	text-shadow: -1px -1px 0 #d9e7f1, 1px -1px 0 #d9e7f1, -1px 1px 0 #d9e7f1, 1px 1px 0 #d9e7f1
}
.mainFooter a {
	text-shadow: -1px -1px 0 #263a53, 1px -1px 0 #263a53, -1px 1px 0 #263a53, 1px 1px 0 #263a53
}
.bodyContent a:not(.btn):not(.img-link) {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}
a.btn, button[type="button"], button[type="submit"], button {
	outline: 1px dotted transparent;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
a.btn:focus, button[type="button"]:not(.navLink-toggle):focus, button[type="submit"]:focus, button:not(.navLink-toggle):focus {
	outline: 1px dotted currentColor;
	outline-offset: -5px;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.card .card-header {
	border: none
}
.mb-card .card-header {
	background: #fbf0c5
}
.lb-card .card-header {
	background: #cfe7e5
}
.as-card .card-header {
	background: #e6ddfb
}
.re-card .card-header {
	background: #bed7e7
}
.an-card .card-header {
	background: #ccc
}
.announcements--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start
}
.announcements--list li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}
.announcements--list span.announcement--date {
	-ms-flex-preferred-size: 5rem;
	flex-basis: 5rem;
	font-weight: 700
}
.announcements--list a {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: inline !important
}
.announcements--list li+li {
	margin-top: .25rem;
	padding-top: .25rem;
	background: linear-gradient(to bottom, #d9e7f1 1px, transparent 1px)
}
.announcements--list li>div {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: calc( 100% - 5rem);
	flex-basis: calc( 100% - 5rem)
}
a.img-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-preferred-size: row nowrap;
	flex-basis: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	outline: 1px dotted transparent;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
a.img-link:focus, a.img-link:hover {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted currentColor
}
.searchWrap input[type="search"] {
	outline: 1px dotted transparent;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.searchWrap input[type="search"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted currentColor;
	outline-offset: -5px
}
img.hero-img {
	width: 100%;
	min-height: 16rem;
	height: 16rem;
	-o-object-fit: cover;
	object-fit: cover
}
div.logoWrap {
	background: #436b88 !important
}

@media (min-width: 992px) {
div.logoWrap {
	background: -webkit-gradient(linear, left top, right top, color-stop(75%, #436b88), to(#8baac0)) !important;
	background: linear-gradient(to right, #436b88 75%, #8baac0 100%) !important
}
}
figure.pageindex {
	margin: 0 0 3rem;
	position: relative;
	max-width: 42rem
}
figure.pageindex>ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%;
	max-width: 42rem !important;
	position: relative;
	counter-reset: clerkindex
}
figure.pageindex figcaption:first-child {
	font-weight: 400;
	padding-bottom: .25rem;
	margin-bottom: .25rem;
	background: linear-gradient(to top, #8baac0 1px, transparent 1px)
}
figure.pageindex>ol>li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding: 0 0 0 1.5rem
}
figure.pageindex>ol>li::before {
	counter-increment: clerkindex;
	content: counter(clerkindex) ". ";
	position: absolute;
	font-weight: 500;
	left: 0;
	top: 0;
	color: #263a53;
	width: 1.5rem
}
div.clerkSection ul {
	margin: 0;
	max-width: 72ch
}
div.clerkSection p, p {
	max-width: 42rem
}
div.clerkSection ul li {
	position: relative
}
div.clerkSection {
	margin-bottom: 3rem;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto
}
div.bodyContent div.clerkSection:not(:first-child) {
	margin-top: 3rem
}
div.clerkSection a.toplink {
	position: relative;
	-webkit-transform: translateX(-20000%);
	transform: translateX(-20000%);
	display: block;
	-webkit-transition: opacity .2s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s;
	opacity: 0
}
div.clerkSection a.toplink:focus {
	opacity: 1;
	display: inline;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
div.clerkSection a.toplink::before {
	content: "";
	width: 0;
	height: 0;
	position: Relative;
	display: inline-block;
	border: .375em solid transparent;
	margin-right: .375em;
	border-right-color: currentColor
}
div.bodyContent h1, div.bodyContent h2, div.bodyContent h3, div.bodyContent h4, div.bodyContent h5, div.bodyContent h6 {
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #263a53
}
div#google_translate_element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
div#google_translate_element div {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
div#google_translate_element select.goog-te-combo {
	font-size: 1.25rem;
	height: 2.5rem
}
b {
	font-weight: 700 !important
}
#hero-container {
	position: relative
}
#hero-container #hero-image-fade {
	position: absolute;
	z-index: 5;
	top: 0
}
body {
	font-family: "helvetica neue", "helvetica", "arial", sans-serif
}
div.faq-v1 .faq-controls a {
	text-shadow: none !important;
	background: #263a53
}
div.faq-v1 .faq-controls a:hover {
	background: #000
}
div.faq-v1 a {
	text-shadow: none
}
div.faq-v1 .faq-questions:not(.expanded) {
	background: #007dbb
}
div.faq-v1 .faq-questions:not(.expanded):hover {
	background: #263a53
}
div.faq-v1 .faq-questions.expanded {
	background: #263a53
}
div.faq-v1 div.faq-answers a {
	color: #0075af;
	text-shadow: -1px -1px 0 #f2f2f2, 1px -1px 0 #f2f2f2, -1px 1px 0 #f2f2f2, 1px 1px 0 #f2f2f2
}
.form-group {
	margin-bottom: 3rem
}
ul.extensible-list {
	display: block;
	list-style: none;
	padding-left: 0
}
ul.extensible-list li {
	margin-bottom: .5rem
}
ul.extensible-list.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -.5em;
	margin-right: -.5em
}
ul.extensible-list.horizontal li {
	margin: 0 .5rem .5rem
}
ul.extensible-list .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #777677;
	box-shadow: 0 0 0 1px #777677
}
input:not([type="checkbox"]):not([type="button"]):not([type="file"]):not([type="image"]):not([type="radio"]):not([type="reset"]), select.form-control, textarea.form-control {
	border-color: #777677
}
.form-group label, p.label {
	font-weight: 700;
	margin-bottom: .5rem
}
.form-group .custom-control label {
	font-weight: 400;
	margin-bottom: 0
}
.wrap-file-input {
	position: relative
}
.wrap-file-input label.file-input-label {
	border: 1px solid #777677;
	display: block;
	border-radius: .25rem;
	font-weight: 400
}
.wrap-file-input label.file-input-label .file-choose {
	width: 100%
}
.wrap-file-input label.file-input-label .title {
	font-weight: 700
}
.wrap-file-input label.file-input-label .file-name {
	padding: .5rem;
	display: block;
	width: 100%
}
.wrap-date-input .input-group {
	border: 1px solid #777677;
	border-radius: .25rem;
	overflow: hidden
}
.wrap-date-input input[type="text"] {
	border: none
}
.wrap-date-input .input-group-append {
	-webkit-box-shadow: 0 0 0 1px #777677;
	box-shadow: 0 0 0 1px #777677;
	z-index: 999;
	background: #d9e7f1
}
.wrap-date-input .input-group-append .input-group-text {
	background: #d9e7f1;
	color: #006da1
}
.sr-only, form.nycgov-form fieldset input.custom-control-input[type="checkbox"], form.nycgov-form fieldset input.custom-control-input[type="radio"], form.nycgov-form label.fileInput-label1 ~ input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
form.nycgov-form label, form.nycgov-form fieldset {
	display: block
}
form.nycgov-form label input:not([type="radio"]):not([type="checkbox"]), form.nycgov-form label select, form.nycgov-form label textarea, form.nycgov-form label .extensible-list, form.nycgov-form fieldset input:not([type="radio"]):not([type="checkbox"]), form.nycgov-form fieldset select, form.nycgov-form fieldset textarea, form.nycgov-form fieldset .extensible-list {
	margin-top: .5rem
}
form.nycgov-form label.validationError, form.nycgov-form label .validationError, form.nycgov-form fieldset.validationError, form.nycgov-form fieldset .validationError {
	color: #df0000
}
form.nycgov-form label.validationError ~ label.fileInput-label2, form.nycgov-form label .validationError ~ label.fileInput-label2, form.nycgov-form fieldset.validationError ~ label.fileInput-label2, form.nycgov-form fieldset .validationError ~ label.fileInput-label2 {
	border: 1px solid #df0000 !important
}
form.nycgov-form label.validationError input:not([type="radio"]):not([type="checkbox"]), form.nycgov-form label.validationError select, form.nycgov-form label.validationError textarea, form.nycgov-form label .validationError input:not([type="radio"]):not([type="checkbox"]), form.nycgov-form label .validationError select, form.nycgov-form label .validationError textarea, form.nycgov-form fieldset.validationError input:not([type="radio"]):not([type="checkbox"]), form.nycgov-form fieldset.validationError select, form.nycgov-form fieldset.validationError textarea, form.nycgov-form fieldset .validationError input:not([type="radio"]):not([type="checkbox"]), form.nycgov-form fieldset .validationError select, form.nycgov-form fieldset .validationError textarea {
	border-color: #df0000
}
form.nycgov-form label.validationError .validationMessage, form.nycgov-form label.validationError ~ .validationMessage, form.nycgov-form label .validationError .validationMessage, form.nycgov-form label .validationError ~ .validationMessage, form.nycgov-form fieldset.validationError .validationMessage, form.nycgov-form fieldset.validationError ~ .validationMessage, form.nycgov-form fieldset .validationError .validationMessage, form.nycgov-form fieldset .validationError ~ .validationMessage {
	color: #df0000;
	font-weight: 700;
	position: relative
}
form.nycgov-form label.validationError .validationMessage span, form.nycgov-form label.validationError ~ .validationMessage span, form.nycgov-form label .validationError .validationMessage span, form.nycgov-form label .validationError ~ .validationMessage span, form.nycgov-form fieldset.validationError .validationMessage span, form.nycgov-form fieldset.validationError ~ .validationMessage span, form.nycgov-form fieldset .validationError .validationMessage span, form.nycgov-form fieldset .validationError ~ .validationMessage span {
	font-weight: 400
}
form.nycgov-form label.validationError .validationMessage::before, form.nycgov-form label.validationError ~ .validationMessage::before, form.nycgov-form label .validationError .validationMessage::before, form.nycgov-form label .validationError ~ .validationMessage::before, form.nycgov-form fieldset.validationError .validationMessage::before, form.nycgov-form fieldset.validationError ~ .validationMessage::before, form.nycgov-form fieldset .validationError .validationMessage::before, form.nycgov-form fieldset .validationError ~ .validationMessage::before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: inline-block;
	margin-right: .5rem
}
[dir="rtl"] form.nycgov-form label.validationError .validationMessage::before, [dir="rtl"] form.nycgov-form label.validationError ~ .validationMessage::before, [dir="rtl"] form.nycgov-form label .validationError .validationMessage::before, [dir="rtl"] form.nycgov-form label .validationError ~ .validationMessage::before, [dir="rtl"] form.nycgov-form fieldset.validationError .validationMessage::before, [dir="rtl"] form.nycgov-form fieldset.validationError ~ .validationMessage::before, [dir="rtl"] form.nycgov-form fieldset .validationError .validationMessage::before, [dir="rtl"] form.nycgov-form fieldset .validationError ~ .validationMessage::before {
	margin-right: 0;
	margin-left: .5rem
}
form.nycgov-form fieldset {
	display: block;
	border: none;
	margin: 0
}
form.nycgov-form fieldset legend {
	background: unset;
	color: unset;
	padding: 0;
	margin: 0;
	float: none;
	max-width: 100%;
	width: 100%
}
label, legend {
	font-weight: 700;
	font-size: 1rem
}
label.custom-control-label, legend.custom-control-label {
	font-weight: 400
}
form.nycgov-form fieldset label.custom-control-label {
	position: relative;
	padding-left: 1.5rem
}
form.nycgov-form fieldset label.custom-control-label::before, form.nycgov-form fieldset label.custom-control-label::after {
	display: none
}
form.nycgov-form fieldset input[type="checkbox"].custom-control-input, form.nycgov-form fieldset input[type="radio"].custom-control-input {
	position: absolute
}
form.nycgov-form fieldset input[type="checkbox"].custom-control-input ~ .custom-control-label, form.nycgov-form fieldset input[type="radio"].custom-control-input ~ .custom-control-label {
	display: block;
	position: relative
}
form.nycgov-form .form-control:focus, form.nycgov-form fieldset input[type="checkbox"].custom-control-input:focus ~ .custom-control-label::before, form.nycgov-form fieldset input[type="radio"].custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 2px #436b88;
	box-shadow: 0 0 0 2px #436b88 !important
}
form.nycgov-form .form-control:focus {
	border-color: #777677
}
form.nycgov-form fieldset input[type="radio"].custom-control-input ~ .custom-control-label::before {
	border-radius: 100%
}
form.nycgov-form label.fileInput-label1 {
	margin-bottom: 0
}
form.nycgov-form label.fileInput-label1 ~ input[type="file"]:focus ~ label {
	-webkit-box-shadow: 0 0 0 2px #436b88;
	box-shadow: 0 0 0 2px #436b88
}
form.nycgov-form label.fileInput-label1 ~ label.fileInput-label2 {
	border: 1px solid #777677;
	margin-top: .5rem
}
form.nycgov-form label.fileInput-label1 ~ label.fileInput-label2>span {
	display: block;
	text-align: center;
	padding: 0.375rem .5rem
}
div.navLink {
	box-shadow: -1rem 0 0 0 #436b88;
	padding: .25rem 0;
	font-weight: 700;
	color: #fff;
}
button {
	cursor: pointer;
}

/* added 7/16/21 */
.info-banner a {
	color: #fff;
	text-decoration: solid underline currentColor;
}
h2.card-title.h4.font-weight-bold.m-0 {
    font-size: 1.25rem;
}
.license-card .card-header {
    background: #f9dbe3;
}
