/*-------------------------------------------
| Reset Browser Styles
---------------------------------------------*/

html, body, div, span, applet, object, b, i, iframe,h1, h2, h3, h4, h5, h6, p, b, i, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*-------------------------------------------
| General
---------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

b {
	font-weight: 700;
}

i {
	font-style: italic;
}

.no-border {
	border: none;
}

/*-------------------------------------------
| Header
---------------------------------------------*/

header {
	position: relative;
	height: 181px;
	width: 100%;
	background: url(images/header-bg-tile.png);
}

#header-center {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 181px;
}

#logo {
	position: absolute;
	top: 18px;
}

#return-loyalty {
	position: absolute;
	bottom: 15px;
}

#return-loyalty a {
	text-decoration: none;
}

#return-loyalty img {
	vertical-align: -12px;
	margin-right: 5px;
}

a.button-1 {
	text-align: center;
	text-decoration: none;
	color: #0061aa;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 37px;
	line-height: 37px;
	padding: 0px 10px;
	border: 1px solid #ebbd43;
	border-radius: 2px;
	background-color: #fdd568;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdd568), to(#fdbf20));
	background: -webkit-linear-gradient(top, #fdd568, #fdbf20); 
	background:    -moz-linear-gradient(top, #fdd568, #fdbf20);
	background:     -ms-linear-gradient(top, #fdd568, #fdbf20);
	background:      -o-linear-gradient(top, #fdd568, #fdbf20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd568', endColorstr='#fdbf20');
}

nav {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 37px;
	width: 37px;
	background: url(images/nav.png);
	cursor: pointer;
}

ul#nav {
	position: absolute;
	top: 32px;
	right: 0px;
	z-index: 10000;
	list-style-type: none;
	border-top: 1px solid #a3a3a2;
	border-left: 1px solid #a3a3a2;
	border-right: 1px solid #a3a3a2;

}

ul#nav>li {
	background: #fff;
}

ul#nav>li>a {
	display: block;
	width: 280px;
	padding:  10px 10px;
	color: #0061aa;
	text-decoration: none;
	border-bottom: 1px solid #a3a3a2;
	font-weight: 600;
}

ul#nav>li>a:active {
	background: #0061aa;
	color: #fff;
}

li.current-page-item {
	background: #0061aa!important;
}

li.current-page-item>a {
	color: #fff!important;
	border-bottom: 1px solid #0061aa!important;
}

/*-------------------------------------------
| Footer
---------------------------------------------*/

footer {
	position: relative;
	height: 66px;
	width: 100%;
	background: url(images/footer-bg-tile.png) repeat-x;
}

#footer-center {
	position: relative;
	margin: 0 auto;
	height: 66px;
	width: 320px;
}

#facebook {
	position: absolute;
	top: 12px;
	left: 9px;
}

#copyright {
	position: absolute;
	right: 0px;
	top: 7px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 2px #222427;
}

#copyright a {
	font-weight: 600;
	color: #01b5ef;
}

.turnstile-notice {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	width: 100%;
	box-sizing: border-box;
	margin-top: -1px;
	padding: 10px 14px 12px;
	background: #080808;
	text-align: center;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #93989d;
	letter-spacing: 0.2px;
}

.turnstile-notice__icon {
	flex-shrink: 0;
	opacity: 0.8;
	margin-top: 2px;
}

.turnstile-notice a {
	color: #7A8FA3;
	text-decoration: underline;
	font-weight: 700;
}

.turnstile-notice a:hover,
.turnstile-notice a:focus {
	color: #9fb2c4;
}

/*-------------------------------------------
| Content
---------------------------------------------*/

#content {
	position: relative;
	margin-top: -10px;
	width: 100%;
	background: url(images/content-bg-tile.png) repeat-x top center;
}

#content-center {
	position: relative;
	margin: 0 auto;
	width: 302px;
	padding: 9px;
	background: url(images/content-bg.png) no-repeat top center;
}

h1#page-title {
	text-align: center;
	width: 300px;
	font-size: 26px;
	height: 65px;
	line-height: 65px;
	color: #f5f5f5;
	text-shadow: 1px 1px 2px #004b99;
	font-weight: 700;
	background-color: #00a1e3;
	border: 1px solid #0069b1;
	border-bottom: 1px solid #02538b;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a1e3), to(#0063ac));
	background: -webkit-linear-gradient(top, #00a1e3, #0063ac); 
	background:    -moz-linear-gradient(top, #00a1e3, #0063ac);
	background:     -ms-linear-gradient(top, #00a1e3, #0063ac);
	background:      -o-linear-gradient(top, #00a1e3, #0063ac);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1e3', endColorstr='#0063ac');
}

#banner {
	position: relative;
	width: 302px;
	height: 118px;
	background: url(images/banner-shadow.png) no-repeat bottom center;
	padding-bottom: 20px;
}

#banner img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner-button {
	position: absolute;
	top: 35px;
	left: 10px;
	padding: 3px;
	border-radius: 3px;
	background: #015391;
	border: 1px solid #014885;
	-webkit-box-shadow: #146baa 0 0 5px 0;
}

.gas-alerts {
	left: auto!important;
	right: 10px!important;
}

#content-area {
	position: relative;
	margin: 0 auto;
	margin-top: -10px;
	width: 262px;
}

.custom-hr {
	height: 2px;
	border-bottom: 2px dotted #bbbaba;
}

#content-area ol {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0066ae;
	font-weight: 600;
	margin-left: 20px;
}

#content-area ol>li {
	margin-bottom: 20px;
}

#content-area ol>li>span {
	color: #231f20!important;
	font-weight: 400;
}

#content-area a {
	color: #0066ae;
	font-weight: 600;
}

.location-title {
	background: #ffeea6;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0px;
	color: #0066ae;
	cursor: pointer;
}

.location-content {
	position: relative;
	margin: 0 auto;
	width: 262px;
}

.location-content span {
	font-weight: 700;
	color: #0066ae;
}

a.location-button {
	float: right;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	text-shadow: 1px 1px 2px #004b99;
	zoom: 1;
	*display: inline;
	height: 30px;
	line-height: 30px;
	width: 93px;
	border: 1px solid #0069b1;
	border-radius: 2px;
	background-color: #00a1e2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a1e2), to(#0065ad));
	background: -webkit-linear-gradient(top, #00a1e2, #0065ad); 
	background:    -moz-linear-gradient(top, #00a1e2, #0065ad);
	background:     -ms-linear-gradient(top, #00a1e2, #0065ad);
	background:      -o-linear-gradient(top, #00a1e2, #0065ad);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1e2', endColorstr='#0065ad');
}

a.map {
	font-size: 13px;
}

.js {
	display: none;
}

.clicked {
	background-position: 0px 37px;
}