<style type="text/css">
/* Route Map - List View CSS */
html {
	scroll-behavior: smooth;
}
/* FONTS */
@font-face {
	font-family: 'SouthwestSans-Regular';
	src: url('/swa-resources/fonts/SouthwestSans-Regular.eot');
	src: url('/swa-resources/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Regular.otf');
	font-display: swap;
}
@font-face {
	font-family: 'SouthwestSans-Bold';
	src: url('/swa-resources/fonts/SouthwestSans-Bold.eot');
	src: url('/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Bold.otf');
	font-display: swap;
}
/* DEFAULT CONTAINER STYLES */
.swa-landing-page-content-detail section {
	margin: 1rem 0;
	width: 100%
}
/* BUTTONS */
button.swa-icon.swa-maps-list-view-columns-separator:hover {
	cursor: pointer;
}
.swa-landing-page-content-detail .mapviewbtn {
	width: auto;
	white-space: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 0 11px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.2rem;
	color: #ffffff;
	background-color: #111b40;
	z-index: 4;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow 300ms ease-out 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: -webkit-box-shadow 300ms ease-out 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: box-shadow 300ms ease-out 0s, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: box-shadow 300ms ease-out 0s, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: box-shadow 300ms ease-out 0s, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-box-shadow 300ms ease-out 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.swa-landing-page-content-detail .mapviewbtn::after {
	content: url('/swa-resources/images/responsive/routemap/list-view-icon-location.svg');
	display: block;
  	height: 18px;
  	width: 10px;
	margin-right: 10px;
}
.swa-landing-page-content-detail .mapviewbtn::before {
	content: "View Map";
	font-size: 14px;
	line-height: 1.142;
	font-weight: 700;
}
.swa-landing-page-content-detail .mapviewbtn:hover {
	text-decoration: none;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: rgb(48 76 178 / 20%) 0px 0.4rem 2rem;
	box-shadow: rgb(48 76 178 / 20%) 0px 0.4rem 2rem;
}
.swa-landing-page-content-detail .swa-component-map-horizontal-clear-selection {
	display: none;
}
/* MAIN STYLES */
/* Header */
#routemap-header h1 {
	color: #111b40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
}
#routemap-header h2 {
	color: #1a2c80;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
/* List View */
#swa-maps-list-view-container .sw2 .swa-icon_departing {
	font-size: 33px;
	color: #111B40;
}
#swa-maps-list-view-container .sw2 .swa-icon_departing:before {
	content: url('/swa-resources/images/responsive/routemap/list-view-icon-departure.svg');
	display: block;
  	height: 36px;
  	width: 36px;
}
#swa-maps-list-view-container .sw2 .swa-icon_returning {
	font-size: 33px;
	color: #008020;
}
#swa-maps-list-view-container .sw2 .swa-icon_returning:before {
	content: url('/swa-resources/images/responsive/routemap/list-view-icon-arrival.svg');
	display: block;
  	height: 36px;
  	width: 36px;
}
#swa-maps-list-view-container .swa-component-information-item--title {
	color: #111B40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}
#swa-maps-list-view-container .swa-component-information-item--city-name {
	color: #111B40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1rem;
}
/* Service Info */
#routemap-service-info h3 {
	color: #111b40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#routemap-service-info p {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#routemap-service-info p.disclaimer {
	font-size: 12px;
	font-style: italic;
}
#routemap-service-info p:last-child, #routemap-service-info p:only-child {
	margin: 0;
}
#routemap-service-info ul {
	display: block;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
	-webkit-padding-start: 40px;
	padding-inline-start: 40px;
}

#routemap-service-info li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}
#routemap-service-info a {
	color: #304cb2;
	background-color:#fff;
}
#routemap-service-info strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}

#routemap-service-info {
	background-color: #fff;
    padding: 50px;
}

#routemap-header {
  padding: 30px;
}

/* MEDIA QUERIES */
/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#routemap-header h1, #routemap-header h2, #routemap-service-info h3, #routemap-service-info strong {
		font-weight: bold;
	}
}
/* General Queries */
@media (min-width: 992px) {
}
@media (max-width: 768px) {
	.swa-landing-page-content-detail section {
		margin: .75rem 0;
	}
}
@media (min-width: 577px) {
	.hide-on-desktop {
		display: none;
	}
	.swa-landing-page-content-detail section:first-child {
		margin-top: 0;
	}
	.swa-landing-page-content-detail section:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 576px) {
	.hide-on-mobile {
		display: none;
	}
	.swa-landing-page-content-detail section {
		margin: .5rem 0;
	}
	.swa-landing-page-content-detail section:first-child {
		margin-top: 1rem;
	}
	.swa-landing-page-content-detail section:last-child {
		margin-bottom: 0;
	}
	#swa-component-arrival-container {
		margin-top: 1rem;
	}
	.swa-landing-page-content-detail .mapviewbtn {
    	margin: 0 auto;
		width: 50px;
	}
	.swa-landing-page-content-detail .mapviewbtn::after {
		margin-right: 0;
	}
	.swa-landing-page-content-detail .mapviewbtn::before {
		display: none;
	}
}
</style>