@charset "UTF-8";
.nbw {
	margin: 20px 0;
}
.nbw__plate,
.nbw__cap {
	background: linear-gradient(160deg, #0d2340, #102a4b);
	border-top: 3px solid #15b4e9;
	padding: 15px 17px 16px;
}
.nbw__plate {
	position: relative;
	transition: background-color .16s ease;
}
.nbw__plate:hover,
.nbw__plate:focus-within {
	background: linear-gradient(160deg, #102b4e, #14365d);
}
.nbw__plate:focus-within {
	outline: 2px solid #15b4e9;
	outline-offset: -2px;
}
.nbw__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #15b4e9;
}
.nbw__name {
	margin: 0;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}
.nbw__plate .nbw__name {
	font-size: 24px;
}
.nbw__name a {
	color: #fff;
	text-decoration: none;
}
.nbw__name a:hover,
.nbw__name a:focus {
	color: #fff;
	text-decoration: none;
}
.nbw__plate .nbw__name a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.nbw__name .fa-location-dot {
	margin-right: 7px;
	font-size: 18px;
	color: #15b4e9;
	vertical-align: baseline;
}
.nbw__place {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .72);
}
.nbw__go {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: 13px;
	font-weight: 600;
	color: #15b4e9;
}
.nbw__plate:hover .nbw__go,
.nbw__plate:focus-within .nbw__go {
	color: #fff;
}
.nbw__go .fa-chevron-right {
	font-size: 11px;
}
.nbw__body {
	background: #fff;
	border: 1px solid #e4eaf2;
	border-top: none;
}
.nbw__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px 9px;
}
.nbw__title {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #6b7c93;
}
.nbw__unit {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #6b7c93;
	white-space: nowrap;
}
.nbw__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nbw__row {
	border-bottom: 1px solid #e4eaf2;
}
.nbw__link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 400;
	color: #121d28;
	text-decoration: none;
}
.nbw__link:hover,
.nbw__link:focus {
	background: #f5f8fc;
	color: #0d2340;
	text-decoration: none;
}
.nbw__link:focus-visible {
	outline: 2px solid #15b4e9;
	outline-offset: -2px;
}
.nbw__bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(21, 180, 233, .13);
	/* A crisp right edge turns a wash into a reading on a scale. */
	box-shadow: inset -2px 0 0 rgba(17, 144, 186, .38);
	transition: filter .16s ease, box-shadow .16s ease;
}
.nbw__bar--t2 {
	background: rgba(21, 180, 233, .27);
}
.nbw__bar--t3 {
	background: rgba(21, 180, 233, .44);
}
.nbw__bar--t4 {
	background: rgba(21, 180, 233, .62);
}

.nbw__link:hover .nbw__bar,
.nbw__link:focus .nbw__bar {
	filter: brightness(.93);
	box-shadow: inset -3px 0 0 #15b4e9;
}

@media (prefers-reduced-motion: reduce) {
	.nbw__plate,
	.nbw__bar {
		transition: none;
	}
}

.nbw__hood,
.nbw__n {
	position: relative;
	z-index: 1;
}

.nbw__hood {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.nbw__where {
	display: block;
	margin-top: 1px;
	font-size: 11px;
	font-weight: 400;
	color: #52657c;
}

.nbw__link:hover .nbw__where,
.nbw__link:focus .nbw__where {
	color: #0d2340;
}
.nbw__n {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	color: #0d2340;
	font-variant-numeric: tabular-nums;
}

.nbw__all {
	display: block;
	padding: 11px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #1190ba;
	text-decoration: none;
}
.nbw__all:hover,
.nbw__all:focus {
	background: #f5f8fc;
	color: #0d2340;
	text-decoration: none;
}
.nbw__all .fa-chevron-right {
	margin-left: 4px;
	font-size: 10px;
	vertical-align: baseline;
}
