.card
{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	width: 100%;
}

.resourcesCard
{
	width: 100%;
	min-height: 355px;
	margin-bottom: 10px;
	background: #146BB4;
	color: white;
}

.resourcesCardImage
{
/*	width: 100%;
	height: 100%;
*/	border-radius: 0;
	object-fit: contain;
}

.card-body
{
}

#map
{
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.layersButton
{
	position: absolute;
	left: 10px;
	top: 75px;
	width: 75px;
	background-color: #2196F3;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	padding: 0.5em;
	line-height: 8pt;
	border-radius: 5px;
}

.layersButtonText
{
	font-size: 8pt;
}

.routeButton
{
	position: absolute;
	left: 10px;
	top: 20px;
	width: 75px;
	background-color: #2196F3;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	padding: 0.5em;
	line-height: 8pt;
	border-radius: 5px;
}

.routeButtonText
{
	font-size: 8pt;
}

.fullscreenButton
{
	position: absolute;
	right: 10px;
	bottom: 225px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	text-align: center;
	cursor: pointer;
	padding: 0.5em;
	line-height: 8pt;
	font-size: 16pt;
	color: #555555;
	border-radius: 5px;
}

.zoomToRegionButton
{
	position: absolute;
	right: 10px;
	bottom: 175px;
	width: 40px;
	background-color: white;
	color: #333;
	text-align: center;
	cursor: pointer;
	padding: 0.5em;
	line-height: 8pt;
	border-radius: 5px;
}

.zoomToRegionImage
{
	width: 25px;
	height: 25px;
}

.userLocationButton
{
	position: absolute;
	right: 10px;
	bottom: 125px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	color: #555;
	text-align: center;
	cursor: pointer;
	padding: 0.5em;
	line-height: 8pt;
	border-radius: 5px;
}

	.userLocationButton.active
	{
		background-color: cornflowerblue;
		color: #FFF;
	}

.layersContainer
{
	flex-wrap: nowrap;
	position: absolute;
	left: 95px;
	top: 20px;
	width: 300px;
	background-color: white;
	box-shadow: 0 16px 16px rgba(0, 8, 8, 0.25);
	max-height: 370px;
	overflow-y: scroll;
	display: none;
}

.routesContainer
{
	flex-wrap: nowrap;
	position: absolute;
	left: 95px;
	top: 20px;
	width: 300px;
	background-color: white;
	box-shadow: 0 16px 16px rgba(0, 8, 8, 0.25);
	max-height: 370px;
	overflow-y: auto;
	padding: 1em;
	border-radius: 5px;
	display:none;
}

.routeMenuContainer
{

}

.routeMenuHeader
{

}

.routeMenuHeaderTravelModes
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.routeMenuHeaderTravelInputContainer
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.routeMenuBody
{
	padding: 0;
	overflow-y: auto;
	flex: 1 1 auto;
}

.directionsArea
{
	/*overflow-y: auto;*/
	overflow-x: hidden;
}

.routeResultContainer
{
	border-bottom: solid 1px #ddd;
	padding: 10px 0 10px 5px;
	margin-right: 10px;
	cursor: pointer;
	border-left: solid 4px transparent;
	width: 100%;
}

	.routeResultContainer.selected
	{
		border-left: solid 4px cornflowerblue;
	}

.routeResultsContainerTop
{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	width:100%;
}

.routeResultsContainerLeft
{
	flex: 1 1 auto;
}

.routeResultsContainerLine1
{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}

.routeResultsContainerLine1Icon
{
	flex: 0 1 auto
}

.routeResultsContainerLine1Title
{
	flex: 1 0 auto
}

.routeResultsContainerLine1Time
{
	flex: 0 1 auto;
	font-size: larger;
}

.routeResultsContainerLine2
{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}

.routeResultsContainerLine3
{
	display: flex;
	justify-content: space-between;
	color: cornflowerblue;
	cursor: pointer;
	font-weight: bold;
	font-size: smaller;
	margin-top: 5px;
}

.routeResultsContainerLine3Icon
{
	flex: 0 1 auto;
	margin-right: 10px;
}

.routeResultsContainerLine3Title
{
	flex: 1 0 auto
}

.routeResultDirections
{
	display: none;
	align-content: flex-start;
	flex-direction: column;
	padding-left: 1em;
}


.legStepsContainer
{
	display: flex;
	justify-content: flex-start;
	color: cornflowerblue;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
}

.routeLegContainer
{
	border-bottom: solid 1px #ddd;
	/*padding: 10px 0 10px 5px;*/
}

.routeLegItem
{
	display: flex;
	align-content: flex-start;
	padding-top: 5px;
	padding-bottom: 5px;
}

.routeLegIcon
{
	flex: 0 0 auto;
}

.routeLegInstructions
{
	font-size: 10pt;
	flex: 1 1 auto;
}

.routeLegSteps
{
	font-size: 10pt;
	flex: 1 1 auto;
}

.routeLegDistance
{
	flex: 1 1 auto;
	text-align: right;
	font-size: 9pt;
	padding-left: 10px;
	width: 100px;
}

.routeIncidentHeaderItem
{
	margin-left: 2em;
	font-style: italic;
	font-weight: bold;
}

.routeIncidentContainer
{
	background-color: firebrick;
	color: white;
	padding: 0.5em;
	margin-left: 2em;
	margin-bottom: 0.5em;
	border-radius: 4px;
}

.routeIncidentItem
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.routeIncidentIcon
{
	padding-right: 5px;
	flex: 0 0 auto;
}

.routeIncidentDescription
{
	flex: 1 1 auto;
	align-self: flex-start;
}

/* Full Screen */
.mapFullscreen
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4000;
	width: 100%;
	height: 100% !important;
}

.mapRegular
{
	position: relative;
}
/* Full Screen */

/* Navigation Panel */
.modeOptions
{
	display: none;
}

	.modeOptions + label span
	{
		display: inline-block;
		height: 35px;
		width: 35px;
		padding-top: 15px;
		margin: 0 0.25em 0 0.25em;
		vertical-align: middle;
		cursor: pointer;
		color: rgba(12, 17, 25, 0.75);
	}

	.modeOptions:checked + label span
	{
		background-color: #222222;
		padding-top: 15px;
		border-radius: 50%;
		color: white;
	}
/* Navigation Panel */

/* Layers Panel */
.checkboxLabel
{
	font-size: 12pt;
	font-weight: normal;
}

.mapButtonContainer
{
	padding-bottom: 2px;
	width: 100%;
}

	.mapButtonContainer > *
	{
		cursor: pointer;
	}

.checkbox-traffic ~ label > span.checkbox-traffic-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/TrafficOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-traffic:checked ~ label > span.checkbox-traffic-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/TrafficOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.trafficLegend
{
	font-style: italic;
	font-size: 8pt;
}

.checkbox-incidents:checked ~ label > span.checkbox-incidents-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/IncidentOn.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-incidents ~ label > span.checkbox-incidents-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/IncidentOff.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-incidents:checked ~ label > span.checkbox-sigAlert-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/SigalertOn.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-incidents ~ label > span.checkbox-sigAlert-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/SigalertOff.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-construction:checked ~ label > span.checkbox-construction-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/ConstructionOn.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-construction ~ label > span.checkbox-construction-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/ConstructionOff.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-closure:checked ~ label > span.checkbox-closure-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/ClosureOn.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-closure ~ label > span.checkbox-closure-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/ClosureOff.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-roadconditions:checked ~ label > span.checkbox-roadconditions-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/RoadConditionOn.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-roadconditions ~ label > span.checkbox-roadconditions-icon
{
	display: inline-block;
	content: url('../images/home/map/traffic/RoadConditionOff.png');
	vertical-align: middle;
	width: 16px;
	height: 21px;
}

.checkbox-cameras:checked ~ label > span.checkbox-cameras-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/CCTVOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-cameras ~ label > span.checkbox-cameras-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/CCTVOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-messagesigns:checked ~ label > span.checkbox-messagesigns-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/SignOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-messagesigns ~ label > span.checkbox-messagesigns-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/SignOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-parkride-traffic:checked ~ label > span.checkbox-parkride-traffic-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/Park-RideOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-parkride-traffic ~ label > span.checkbox-parkride-traffic-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/Park-RideOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-evcharging ~ label > span.checkbox-evcharging-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/EVOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-evcharging:checked ~ label > span.checkbox-evcharging-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/EVOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bus:checked ~ label > span.checkbox-bus-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BusOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bus ~ label > span.checkbox-bus-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BusOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-rail:checked ~ label > span.checkbox-rail-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/TransitOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-rail ~ label > span.checkbox-rail-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/TransitOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-parkride:checked ~ label > span.checkbox-parkride-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/Park-RideOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-parkride ~ label > span.checkbox-parkride-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/Park-RideOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-tap:checked ~ label > span.checkbox-tap-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/TAPOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-tap ~ label > span.checkbox-tap-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/TAPOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bike:checked ~ label > span.checkbox-bike-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BikeOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bike ~ label > span.checkbox-bike-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BikeOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bikelocker:checked ~ label > span.checkbox-bikelocker-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BikeLockOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bikelocker ~ label > span.checkbox-bikelocker-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BikeLockOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bikeshare:checked ~ label > span.checkbox-bikeshare-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BikeShareOn.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.checkbox-bikeshare ~ label > span.checkbox-bikeshare-icon
{
	display: inline-block;
	content: url('../images/home/map/nontraffic/small/BikeShareOff.png');
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.popupClose
{
	color: #333;
	cursor: pointer;
}

.popupFrame
{
	position: absolute;
	bottom: 50px;
	left: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 0.25em 0.5em;
	background-color: cornsilk;
	width: 350px;
	max-width: 350px;
}

.popupTitleContainer
{
	padding-right: 2em;
}

.popupTitleText
{
	padding-left: 0.5em;
}

.markerIconLabel
{
	color: #aa3311;
	font-weight: bold;
	font-size: 9pt;
	background-color: #eeeeee;
	white-space: nowrap;
}

.trafficLegend
{
	position: absolute;
	bottom: 35px;
	left: 10px;
	padding: 0 0.5em 0 0.5em;
	background-color: #eee;
	color: #333;
	border-radius: 4px;
	margin-bottom: 1em;
}

.bikeLegend
{
	position: absolute;
	bottom: 35px;
	left: 10px;
	padding: 0 0.5em 0 0.5em;
	background-color: #eee;
	color: #333;
	border-radius: 4px;
	margin-bottom: 2em;
}

.lastMapUpdate
{
	position: absolute;
	bottom: 25px;
	left: 10px;
	padding: 0 0.5em 0 0.5em;
	background-color: #eee;
	color: #333;
	border-radius: 4px;
	font-size: 8pt;
}

.alertsAndAdvisoriesContainer
{
	width: 100%;
	max-height: 400px;
	border: solid 1px #ccc;
}

/* boostrap lg */
@media screen and (max-width:992px) 
{
	.alertsAndAdvisoriesContainer 
	{
		max-height: 400px;
	}
}

.alertsAndAdvisoriesTitle
{
	background-color: #FFDA56;
	text-align: center;
	font-family: Roboto-Medium;
	font-size: 20px;
	color: rgb(33, 37, 41);
}

.alertsAndAdvisoriesTitle > a
{
	color: rgb(33, 37, 41);
}

.alertsAndAdvisoriesList
{
	width: 100%;
	overflow-y: auto;
}

	.alertsAndAdvisoriesList > div:nth-child(2n+0)
	{
		background-color: #F3F3F3;
	}

.alertAndAdvisoriesListItem
{
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	padding: 5px;
}

.alertAndAdvisoriesListItemText
{
	flex: 1 1 auto;
	font-size: 16px;
}

.alertAndAdvisoriesListItemTextMoreInformation
{
	font-style: italic;
	font-size: 14px;
}

.alertAndAdvisoriesListItemMapLink
{
	color: #0082C6;
	align-self: center;
	padding-left: 1em;
}

.alertAndAdvisoriesListItemMapLink
{
	cursor: pointer;
}

.upcomingEventsTitle
{
	background-color: #0082c6;
	color: white;
	padding: 3px;
	text-align: center;
	font-family: Roboto-Medium;
	font-size: 20px;
}

.upcomingEventsList
{
	width: 100%;
	overflow-y: auto;
}
	.upcomingEventsList > div:nth-child(2n+0)
	{
		background-color: #F3F3F3;
	}

.upcomingEventsListItem
{
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	padding: 5px;
}

.upcomingEventsListItemText
{
	flex: 1 1 auto;
	font-size: 16px;
	flex-grow: 1;
	padding-left: 0.5em;
}

.upcomingEventsListItemMapLink
{

}

.serviceAnnouncementsArea
{
	background-color: #69B4E4;
	padding-top: 2em;
	padding-bottom: 2em;
}

.serviceAnnouncementsHeader
{
	font-family: Roboto-Medium;
	font-size: 32px;
	text-align: center;
	color: white;
}

.directionsArea
{
}

.searchResultLocationsContainer
{
	padding-top: 10px;
}

.searchResultLocationsHeader
{
	border-bottom: solid 1px blue;
	width: 200px;
	position: relative;
	top: -5px;
	display: inline-block;
}

.searchResultLocations
{

}

.searchResultItem
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1em 0 1em 0;
	border-bottom: solid 1px #cccccc;
	cursor: pointer;
}

.searchResultPrimaryText
{
	font-size: 10pt;
}

.searchResultSecondaryText
{
	font-size: 8pt;
	color: #aaaaaa;
}

/* Google place results autocomplete styles */

/*
The visual element containing the list of predictions returned by the 
	Place Autocomplete service. This list appears as a dropdown list below the 
	Autocomplete or SearchBox widget.
*/
.pac-container
{
	z-index:4001;
}

/*
	The icon displayed to the left of each item in the list of predictions.
*/
.pac-icon
{
	display: none;
}

/*
	An item in the list of predictions supplied by the Autocomplete or SearchBox widget.
*/
.pac-item
{

}

	.pac-item:hover
	{

	}

/*
	The item when the user selects it via the keyboard. 
	Note: Selected items will be a member of this class and of the pac-item class.
*/
.pac-item-selected
{

}

/*
	A span inside a pac-item that is the main part of the prediction.
*/
.pac-item-query
{

}

/*
	The part of the returned prediction that matches the user’s input. 
	By default, this matched text is highlighted in bold text.
*/
.pac-matched
{

}

.psaCard
{
}

.psaCardBody
{
	min-height: 220px;
}

.psaCardImage
{
	max-height: 86px;
	margin-bottom: 20px
}

.psaCardTitle
{
	text-align:left;
}

.psaCardText
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left; 
		
	@supports (-webkit-line-clamp: 2)
	{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.cardLink
{
	text-decoration: none;
	color: inherit;
}

.partnersHeader
{
	font-family: Roboto-Medium;
	font-size: 32px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
