.agency-background {
	background-color: #ddd;
	background: radial-gradient(circle, #ddd 0%, #b8b8b8 100%)
}
.agency-content-padding {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px
}
.agency-logo-center {
	text-align: center
}
.about-description {
	width: 100% !important
}
.agency-top-padding {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative
}
.agency-top-shadow {
	-webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
	-ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
	box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8)
}
#nav .active {
	background: #0033a1 !important
}
.subheader {
	background: #0033a1 !important;
	min-height: 0px
}
.subheader a {
	background: #ddd !important
}
.subheader a.main-filter-category, .subheader a.main-filter-category:link, .subheader a.main-filter-category:visited {
	background-color: #ddd !important;
	color: #0033a1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), color-stop(33.84%, rgba(0, 0, 0, 0.08)), color-stop(42.85%, rgba(0, 0, 0, 0.05)), color-stop(56.4%, rgba(255, 255, 255, 0.05)), color-stop(66.67%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05))) !important;
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.08) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important
}
.subheader a.main-filter-category:hover, .subheader a.main-filter-category:active, .subheader a.main-filter-category.active {
	border: 1px solid #ddd !important;
	background-color: #0033a1 !important;
	background-image: none !important;
	color: #ddd
}
.agency-bottom-margin {
	margin-bottom: 20px
}
.agency-home-resources-padding-ul li {
	padding: 20px 0 15px !important
}
.agencies-index-ul li a {
	color: #000000
}
.column.span3 {
	margin: 0 2% 30px 0
}
@media (max-width: 767px) {
	.column.span3 {
		width: 48%
	}
}
.column.span3:last-child {
	margin: 0
}
sup {
	font-size: 12px
}
a.connect-link {
	background-color: #36add5 !important
}
a.connect-link:hover {
	background-color: #0a5796 !important
}
.agencies-about-links ul li.active a {
	color: #0033a1;
	-webkit-text-decoration: underline solid #0033a1;
	text-decoration: underline solid #0033a1
}
.agencies-about-links ul li a {
	border-color: #ddd !important
}
.agencies-about-links ul li a:hover {
	color: #0033a1;
	-webkit-text-decoration: underline solid #ddd;
	text-decoration: underline solid #ddd
}
a, a:link, a:visited {
	color: #0033a1
}
.main-content-width {
	width: 100% !important;
	margin: 0px 0px 20px
}
.module-agency-columns h4, .module-header h2, .about-description h1, .about-description h2, .about-description h3, .about-description h4, .about-description h5, .about-description h6 {
	color: #0033a1
}
.about-description a:not(.btn):hover, .content-info-inner a:hover, .about-description a:not(.btn):focus, .content-info-inner a:focus {
	-webkit-text-decoration: underline solid #ddd;
	text-decoration: underline solid #ddd;
	color: #0033a1
}
.fairfares-wizard {
	background: #0033a1;
	margin: -20px -20px -44px;
	color: white
}
.fairfares-wizard a:not(.btn) {
	color: white;
	-webkit-text-decoration: solid underline currentColor;
	text-decoration: solid underline currentColor
}
.fairfares-wizard figure > figcaption:last-child {
	color: white;
	border-top: none;
	margin-top:  0!important;
}
.fairfares-wizard p:not([class]) {
	line-height: 1.5
}
.fairfares-wizard .lg {
	font-size: 1.5em;
	line-height: 1.35
}
.fairfares-wizard section {
	padding: 3rem 0;
	text-align: center;
	max-width: 40rem;
	width: 100%;
	margin: 0 auto
}
.fairfares-wizard section + section {
	border-top: 1px solid #ddd
}
.fairfares-wizard .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 30rem;
	width: 100%;
	margin: 3rem auto 0
}
.fairfares-wizard .light {
	color: white
}
.fairfares-wizard-heading, .fairfares-h1 {
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 3rem
}
.fairfares-wizard-heading span, .fairfares-h1 span {
	display: block;
	margin-top: 3rem;
	font-size: 1.333em;
	position: relative;
	color: white
}
.fairfares-wizard-heading span::before, .fairfares-h1 span::before {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	background: linear-gradient(45deg, transparent 50%, #fa9e00 50%);
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%) translateY(-150%) rotate(135deg);
	transform: translateX(-50%) translateY(-150%) rotate(135deg)
}
.fairfares-wizard-subheading, .fairfares-h2 {
	font-size: 1.75rem;
	line-height: 1.25;
	margin-bottom: 3rem;
	font-weight: 700
}
.fairfares-wizard-subheading + p, .fairfares-h2 + p {
	margin-top: -1.5rem
}
button[type="button"].btn.btn-fairfares {
	font-size: 1.25rem;
	padding: .75rem 3rem;
	-ms-flex-preferred-size: 12rem;
	flex-basis: 12rem;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	background: #0033a1;
	border: none;
	background: white;
	color: #0033a1;
	-webkit-box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.5)
}
button[type="button"].btn.btn-fairfares.btn-back {
	color: white;
	background: transparent;
	font-size: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none
}
button[type="button"].btn.btn-fairfares.btn-back::before {
	content: '';
	width: 0;
	height: 0;
	border: .375em solid transparent;
	border-right-color: currentColor;
	margin-right: .375em;
	display: inline-block;
	position: relative
}
button[type="button"].btn.btn-fairfares.btn-back:hover {
	background: #ddd
}
button[type="button"].btn.btn-fairfares:hover {
	background: #ddd;
	color: #0033a1
}
button[type="button"].btn.btn-fairfares:only-child {
	margin-left: auto;
	margin-right: auto
}
button[type="button"].btn.btn-fairfares:focus {
	-webkit-box-shadow: 0 0 0 2px #0033a1, 0 0 0 4px white;
	box-shadow: 0 0 0 2px #0033a1, 0 0 0 4px white;
	outline: none
}
.fairfares-wizard-table {
	
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	caption-side: top;
	color: white
}
.fairfares-wizard-table caption {
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: .5em;
	padding: .5rem;
	padding-bottom: .5em;
	border-bottom: 1px solid currentColor
}
.fairfares-wizard-table td, .fairfares-wizard-table th {
	font-size: 1.25rem;
	padding: .5rem
}
.fairfares-wizard-table tbody tr {
	border-top: 1px solid #ddd
}
.fairfares-wizard-table tbody tr:nth-of-type(odd) {
	background: rgba(221, 221, 221, 0.125)
}
.fairfares-wizard > h2.fairfares-wizard-heading {

    max-width: 40rem;
    padding: 3rem 0;
    margin: 0 auto;

}