@charset "UTF-8";
.sm {
	display: block;
	text-align: center;
}
.lg{display: none;}

/* Moonphase graphic: Bottom margin 1em pushes 7day forecast graphic down. */
.promo_container .promo.two img {
	width: 128px;
	display: block;
	margin: 0 auto 1em auto;
}
/* Layout Small Screens */
#radar2 { padding: 0; margin: 0 0 -.5em 0; }
span.small { display:block; }
#cssgif { margin: 0; max-width:44px; float:right; }
article { padding: 1em 0 0 0; }
h1 {line-height:1em; font-size:1em; }

.liheading { padding:1em 0 0 2em;}
.liheading li{ padding:2em 0 0 1em;}

header {
	height: 99px;
	background: url(../images/banner_small.jpg) no-repeat;
	background-size: 100%;
	background-position:center top
	/* height: 84px; */
	/* background: url(../images/banner_small4.jpg) no-repeat; */
	/* background-size: 300px 84px; */
	/* background-position:center top */
}
/* header a.logo { width: 40px; height: 40px; top: 0px; right: 10px; background-image: url(../images/icon-phone.png); background-size: 40px 40px; } */
/* header a.logo { width: 40px; height: 40px; top: 6px; right:-5px; background-image: url(../images/icon-phone.png); background-size: 30px 30px;} */
header a.logo {
	width: 35px;
	height: 35px;
	top: 6px;
	right: -5px;
	background-image: url(../images/icon-phone.png);
	background-size: 25px 25px;
}

nav {
	display: block;
	position: static;
	padding: 1px 1px 10px 1px;
	background-color: #515673;
}

nav a {
	color: #a6abc5;
	display: block;
	margin: 10px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }

.promo_container { padding: 0px; }

.promo_container .promo.one {
	width: 100%;
	float: none;
	padding: 1em 0 1em 0;
	text-align: center;
	
}
.promo_container .promo.two {
	
	width: 129px;
	margin: 0 auto;
	float: none;
	
	
}
.promo_container .promo.three {
	width: 348px;
	margin: 0 auto;
	float: none;
	
}
.promo_container .promo.four {
	width: 980px;
	margin: 0 auto;
	float: none;
	
}
.promo_container .promo.five {
	width: 980px;
	margin: 0 auto;
	float: none;
	
}


.promo_container .promo .content { padding: 0; }


footer { border-top: 1px solid #a6abc5; }

body { background-image: none; font-size: 1.25em; line-height: 1.1em;}


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	/* header a.logo { background-image: url(../images/icon-phone.png); background-size: 120px 120px;  } */
	/* header { background-image: url(../images/icon-phone.png); background-size: 120px 120px;  } */

}


