/* Fare Information 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;
}
/* MAIN STYLES */
h1 {
	color: #111b40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
h2 {
	color: #1a2c80;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
  	font-size: 1.3125rem;
	font-weight: normal;
	margin: 0 0 5px 0;
}
p {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 0 0;
}
p a, ul li a {
  text-decoration: underline;
}
p:last-child, p:only-child {
	margin: 0;
}
a {
	color: #304cb2;
}
strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
#fare-information {
	margin: 0 0;
	width: 100%
}
nav {
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  color: #111b40;
  font-size: 1rem;
}


/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#fare-information h1, #fare-information h2, #fare-information h3, #fare-information h4, #fare-information a.btn-primary, #fare-information a.btn-secondary, #fare-information a.btn-blue, #fare-information strong {
		font-weight: bold;
	}
}
/* MEDIA QUERIES */
@media (max-width: 640px) {
	#fare-information h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 577px) {
	#fare-information:first-child {
		margin-top: 0;
	}
	#fare-information:last-child {
		margin-bottom: 0;
	}
	.hide-on-desktop {
		display: none;
	}
}
@media (max-width: 576px) {
	.hide-on-mobile {
		display: none;
	}
	#fare-information {
		margin: .5rem 0;
	}
	#fare-information:first-child {
		margin-top: 0;
	}
	#fare-information:last-child {
		margin-bottom: 1rem;
	}
}