@charset "utf-8";
/* CSS Document */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

article,
aside,
canvas,
details,
figcaption,
figure,
blockquote,
address,
footer,
header,
hgroup,
menu,
time,
nav,
section,
summary,
video {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

body {
	font: normal 12px 'Whitney-Light', Arial, Helvetica, sans-serif;
	color: #464646;
	background: #F5F5F5;
}

h1, h2, h3, h4, h5, h6  {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Whitney-Light', Arial, Helvetica, sans-serif;
	color: #464646;
}

h1  {
	font-size: 21px;
	margin: 0;
	padding: 15px 0 10px 0;
    font-weight: bold !important;
}
h2  { font-size: 20px; }
h3  { font-size: 19px; }
h4  { font-size: 14px; }
h5  { font-size: 12px; }
h6  { font-size: 10px; }

img  { border: none; }

.modal h4 {
	font-weight: bold !important;
}

.a {
	color: #ff2511;
}

.standard_content a:not(.btn),
.user_bar a:not(.btn) {
	color: #ff2511;
	outline-style: none;
	border-bottom: 1px solid #ff2511;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.standard_content a:not(.btn):hover,
.standard_content a:not(.btn):active,
.standard_content a:not(.btn):focus,
.user_bar a:not(.btn):hover,
.user_bar a:not(.btn):active,
.user_bar a:not(.btn):focus {
	color: #ff2511;
	text-decoration: none;
	border-bottom-color: transparent;
}
a img  {
	border: none;
}

hr {
	border-top-color: #ccc;
}

input {
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

.overflow_hidden {
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.nav_list {
	position: absolute;
	right: 20px;
	top: 50px;
}

.nav_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	position: relative;
}

.nav_list ul li {
	font: small-caps 16px/27px 'Whitney-Semibold';
	text-shadow: 1px 1px 2px black;
	letter-spacing: 1px;
	text-align: right;
}

.nav_list ul li:after {
	content: '\25CF';
	margin-left: 8px;
	font-size: 18px;
	color: #ee3126;
}

.nav_list ul li a {
	color: #FFFFFF;
}

.state_list {
    margin-top: 10px;
    list-style: none;
}

.home_card {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.home_copy {
	font: 17px/17px 'Whitney-Light';
	text-shadow: 1px 1px 2px black;
	color: #fff;
	line-height: 36px;
	margin-bottom: 100px;
}

.user_bar {
    margin-top: -15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 39px;
    border-bottom: 1px #848484 solid;
}

.reward-categories {
    margin: 15px 0 15px 15px;
}

.reward-categories a {
    display: block;
    text-align: left;
    margin-left: 0 !important;
}

.reward_item {
    float: left;
    text-align: center;

    background: #FFF;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0 10px 20px;
    cursor: pointer;
    position: relative;
}

.reward_item .item_content {
    width: 180px;
    height: 120px;
    display:table-cell;
    vertical-align:middle;
}

.reward_item img {
    max-width: 100%;
    display: block;
    margin: -20px auto 0;
}

.reward_item span {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
}

.main-content {
    padding: 30px 20px 50px;
}

.content {
	position: relative;
	height: 100%;
	min-height: 350px;
}

.slide_sub_title {
	text-align: center;
	font: small-caps 11px/13px 'Whitney-Book';
	text-shadow: 1px 1px 2px black, 0 0 1em black;
	color: #fff;
	text-transform: lowercase;
	padding-top: 4%;
}

.subheader {
    background-size: cover !important;
}

span.small {
	font-size: 75%;
}

.slide_title {
	text-align: center;
	font: small-caps 26px/26px 'Whitney-Light';
	text-shadow: 1px 1px 2px black, 0 0 1em black;
	color: #fff;
	margin-top: 42px;
}

.slide_title .reg {
	font-size: 20px;
	vertical-align: super;
}

.btn {
	font: small-caps 15px/17px 'Whitney-Book';
	color: #fff;
	background: none;
	padding: 9px 27px 9px 12px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 0;
	text-decoration: none;
	position: relative;
	-webkit-transition: background-color 300ms ease-in;
	-moz-transition: background-color 300ms ease-in;
	-o-transition: background-color 300ms ease-in;
	-ms-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
}

.btn:hover,
.btn:active,
.btn:focus,
.news_arrow:not(.disabled):hover,
.news_arrow:not(.disabled):active,
.news_arrow:not(.disabled):focus {
	color: #fff;
	background-color: #e4251b;
}

.btn:after {
	content: "";
	width: 10px;
	height: 8px;
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	background: url(../images/btn_arrows.png) 100% 0 / 20px 8px no-repeat;
}

.btn_red {
	background: transparent;
	border-color: #e4251b;
	color: #e4251b;
}

.btn_red + .btn_red {
	margin-left: 5px;
}

.btn_red:after {
	background: url(../images/btn_arrows_red.png) 100% 0 / 20px 8px no-repeat;
}

.btn_red:hover:after, .btn_red:active:after, .btn_red:focus:after {
	background-image: url(../images/btn_arrows.png);
}

.btn_red_right {
	background: #e4251b;
	border-color: transparent;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn.btn_learn_more {
	min-width: 109px;
	margin-bottom: 5px !important;
}

.container-fluid {
	min-height: 100%;
}

.input-group {
	width: 100%;
}

.styled_select {
	width: 100%;
}

/* Footer */

footer {
	height: 61px;
	background: #313131;
	width: 100%;
}

.footer_nav {
	text-align: center;
	padding: 4px 0 0 0;
}

.footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 0;
}
.footer_menu li {
	display: inline;
	font: normal 8px/9px 'MyriadPro-Regular';
	color: #a8a8a8;
	text-transform: uppercase;
}
.footer_menu li.copy {
}
.footer_menu li a {
	color: #e4251b;
	text-decoration: none;
}
.footer_menu li a:hover,
.footer_menu li.active a {
	text-decoration: underline;
}

.footer_mobile_sep {
	display: block;
}

.footer_right_nav {
	text-align: center;
	padding: 5px 0 0 0;
}

.become_an_fbo {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #7b7b7b;
	font: small-caps 8px 'Whitney-Book';
	margin: 5px 10px 0 0;
	display: inline-block;
}

.sign_up_for_news {
	padding: 6px 10px;
	display: inline-block;
	border: 1px solid #838383;
	font: normal 6px 'Whitney-Semibold';
	vertical-align: middle;
	color: #a8a8a8;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.sign_up_for_news:before {
	content: "";
	display: inline-block;
	background: url(../images/sign_up_icon.png) 0 0 / contain no-repeat;
	width: 8px;
	height: 5px;
	margin-right: 5px;
}

.sign_up_for_news:hover, .become_an_fbo:hover {
	color: #fff;
}

.become_an_fbo:hover {
	border-bottom: none;
	text-decoration: none;
}
/* /Footer */

.combobox-container {
	margin: 0 0 7px 0;
	background: #ffffff;
}
.combobox-container [type="text"],
.combobox-container .dropdown-toggle {
	border-radius: 0;
	border-width: 0;
	box-shadow: none;
}
.input-group-addon {
	background-color: #fff;
	border: none;
}
.combobox-container .dropdown-toggle .caret {
	position: relative;
	top: 50%;
	right: 0px;
	width: 13px;
	height: 7px;
	margin: -3px 0 0 0;
	overflow: hidden;
	background: url(../images/select_arrow.png) 0 0 / 13px 7px no-repeat;
	border: none;
}

.typeahead-long {
	width: 100%;
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
	background: #e4e4e4;
	margin-top: -2px;
	max-height: 150px;
}

.dropdown-menu > li {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.dropdown-menu > li > a {
	text-decoration: none;
	font: 22px/24px 'Whitney-Light';
	padding: 5px 10px 6px 5%;
	color: #313131;
	white-space: normal;
}

.dropdown-menu > .active {
	border-top-color: #939598;
	border-bottom-color: #f2f2f2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background: #c6c5c5;
	color: #313131;
}

.bg_plane {
	background: url(../images/bg_plane.jpg) 50% 0 no-repeat;
}
.bg_plane_2 {
	background: url(../images/bg_plane2.jpg) 50% 0 no-repeat;
}

.bg1 {
    background: url(../images/bg1.jpg) 50% no-repeat;
}
.bg_rewards {
    background: url(../images/bg_rewards.jpg) 0 60% no-repeat;
}
.bg_card {
    background: url(../images/bg_card.jpg) 0 60% no-repeat;
}
.bg_fuel {
    background: url(../images/bg_fuel.jpg) 0 60% no-repeat;
}
.bg_sunset {
    background: url(../images/bg_sunset.jpg) 0 60% no-repeat;
}
.bg_blur {
    background: url(../images/bg_blur.jpg) 0 60% no-repeat;
}

.bg_blur2 {
    background: url(../images/bg_blur2.jpg) 0 60% no-repeat;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #e1e1e1 inset;
}


@media (min-width: 600px) and (min-height: 500px) {
	.slide_sub_title {
		font-size: 18px;
		line-height: 22px;
	}

	.slide_title {
		font-size: 48px;
		line-height: 45px;
	}

	.btn {
		font-size: 30px;
		padding: 11px 62px 18px 26px;
		line-height: 32px;
		margin-bottom: 22px;
	}

	.btn:after {
		right: 26px;
		width: 14px;
		height: 12px;
		margin-top: -6px;
		background-size: 33px 12px;
	}

	.btn.btn_learn_more {
		min-width: 217px;
	}

	.input-group-addon {
		padding: 6px 22px;
	}

	.combobox-container .dropdown-toggle .caret {
		margin-top: -7px;
		right: 0;
		width: 27px;
		height: 14px;
		background-size: 27px 14px;
	}

	.dropdown-menu > li > a {
		font-size: 42px;
		line-height: 42px;
	}

	footer {
		height: 132px;
	}

	.footer_nav {
		padding: 22px 0 0 0;
	}

	.footer_right_nav {
		padding: 13px 0 0 0;
	}

	.footer_menu li {
		font-size: 16px;
		line-height: 20px;
	}

	.become_an_fbo {
		font-size: 16px;
		margin-right: 0;
	}

	.sign_up_for_news {
		font-size: 12px;
		margin-left: 10px;
		padding: 10px;
	}

	.sign_up_for_news:before {
		width: 13px;
		margin-right: 8px;
		height: 8px;
	}
}

@media (min-width: 768px) {
	.content {
		min-height: 500px;
	}

	.btn.btn_learn_more {
		min-width: 165px;
	}

	.btn {
		font-size: 22px;
		padding: 5px 35px 7px 18px;
		line-height: 32px;
		margin: 0;
		min-width: auto;
	}

	.btn:after {
		width: 14px;
		height: 12px;
		right: 12px;
		margin-top: -6px;
		background-size: 33px 12px;
	}

	.btn_red + .btn_red {
		margin-left: 20px;
	}

	.input-group-addon {
		padding: 6px 12px;
	}

	.combobox-container .dropdown-toggle .caret {
		margin-top: -3px;
		right: 0;
		width: 14px;
		height: 7px;
		background-size: 14px 7px;
	}

	.dropdown-menu > li > a {
		font-size: 22px;
		line-height: 24px;
	}

	footer {
		height: 58px;
	}

	.footer_nav {
		text-align: left;
		padding: 15px 0 0 0;
	}

	.footer_right_nav {
		text-align: left;
		padding: 12px 0 0 0;
	}

	.footer_menu li {
		font-size: 9px;
		line-height: 15px;
	}

	.footer_menu li.copy {
		line-height: 13px;
	}

	.footer_mobile_sep {
		display: none;
	}

	.become_an_fbo {
		float: left;
		font-size: 16px;
		margin-right: 0;
	}

	.sign_up_for_news {
		font-size: 11px;
		float: right;
		margin-left: 10px;
		padding: 10px;
	}

	.sign_up_for_news:before {
		width: 13px;
		margin-right: 8px;
		height: 8px;
	}

}