@charset "utf-8";

.dfa--map-canvas
{
	width: 100%;
	height: 80vh;
	border: 1px solid rgba( 0, 0, 0, .2 );
}

.dfa--map-canvas * + *
{
	margin-top: 0;
}

.shuttle-map--faqs
{
	width: 20rem;
	max-width: 55vw;
	min-width: 200px;
	max-height: 60vh;
	padding: 1em;
	position: absolute;
	bottom: 100%;
	left: 0;
	display: block;
	overflow: scroll;
	text-align: left;
	line-height: 1.4;
	border: 1px solid rgba( 0, 0, 0, .2 );
	border-radius: 2px;
	background-color: #fff;
	color: #191919;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	cursor: default;
}

.shuttle-map--faqs-show
{
	opacity: 1;
	pointer-events: auto;
}

.shuttle-map--faqs:empty
{
	opacity: 0 !important;
	pointer-events: none !important;
}

.shuttle-map--faqs-faqs
{
	font-size: 14px;
}

.shuttle-map--faqs-faqs dt
{
	margin-top: 1em;
	padding: .5em .5em 0;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #5baae2;
}

.shuttle-map--faqs-faqs dt:first-child
{
	border-top-color: transparent;
}

.shuttle-map--faqs-faqs dd
{
	padding: 0 .5em;
	font-size: 1em;
}

.shuttle-map--faqs-faqs p
{
	font-size: inherit;
}

#mgw-shuttle-map-last-updated
{
	font-family: Arial, sans-serif;
	font-size: .75rem;
	text-align: center;
}
