@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
	font-family: "Helvetica Light", Helvetica, "Droid Sans", Arial, Arial Unicode MS, sans-serif;
	background-color: #ECEAE7;
	line-height: 1.45;
	color: #65605e;
	font-size: 0.875em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
a {
	color: #2A97B8;
	text-decoration: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	border-top: 5px solid #373433;
	width: 100%;
}
#wrapperInner {
	margin: 0 auto;
}
header {
}
h1 {
	color: #888;
	text-align: center;
	padding: 20px 0px;
	font-size: 100%;
	font-weight: 400;
}
h1 em {
	color: #65605e;
	display: block;
	font-style: normal;
	font-size: 175%;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
}
#lists {
	background-color: white;
	overflow: hidden;
	padding: 20px 15px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
#lists ul {
    margin-bottom: 30px;
}
#lists h2 {
	color: #65605e;
	font-size: 120%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.col-left, .col-right {
	width: 100%;
	display: block;
	float: left;
}
#lists ul {
    margin-bottom: 30px;
}
#lists li {
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	border-top: 1px solid #EFEFEF;
}
#lists li:first-child {
	border: 0;
}
#lists li:hover {
	background-color: #EFEFEF;
}
#lists li a {
	display: block;
	position: relative;
	padding: 10px 5px;
	font-size: 115%;
}
#yearlyText {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
#yearlyText h2 {
	font-size: 100%;
	color: #888;
	text-transform: uppercase;
}
#yearlyText h2 cite {
	font-size: 150%;
	color: #65605e;
	text-transform: none;
	display: block;
}
#footer {
	border-top: 1px solid white;
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}
#footer p.address {
	float: none;
}
#footer p.address .phone {
	display: block;
	margin: 10px 0;
}
p.jwlink {
	float: none;
}
p.jwlink, p.jwlink a {
	vertical-align: top;
}
p.jwlink span {
	background-color: #65605E;
	height: 40px;
	width: 40px;
	display: block;
	margin: 10px auto;
}
p.jwlink span img {
	height: 40px;
	width: 40px;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 960px) {
	#wrapper {
		border-top: 10px solid #373433;
	}
	#wrapperInner {
		max-width: 1024px;
		min-width: 768px;
		width: auto;
		padding: 0 50px;
	}
	h1 {
		padding: 40px 0;
		font-size: 150%;
	}
	h1 em {
		font-size: 200%;
	}
	#lists {
		-moz-box-shadow: 0 0 50px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
		padding: 30px 40px;
	}
	.col-left, .col-right {
		width: 46%;
		display: block;
		float: left;
		margin-bottom: 30px;
	}
	.col-right {
		float: right;
	}
	#yearlyText {
		padding: 40px 0;
	}
	#yearlyText h2 cite {
		display: inline;
	}
	#footer p.address {
		float: left;
		line-height: 40px;
		height: 40px;
	}
	#footer p.address .phone {
		display: inline;
		margin: 0 0 0 10px;
	}
	p.jwlink {
		float: right;
	}
	p.jwlink, p.jwlink a {
		height: 40px;
		line-height: 40px;
	}
	p.jwlink span {
		display: inline-block;
		margin: 0 0 0 10px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#wrapperInner {
		padding: 0 20px;
	}
	h1 {
		font-size: 125%;
	}
	h1 em {
		font-size: 200%;
	}
	#lists {
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
		box-shadow: 0 0 20px rgba(0,0,0,.2);
	}
}

/* iPhone 1, 2, 3 (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (-webkit-device-pixel-ratio: 1) {
	/* hide unsupported icons */
	i {
		visibility: hidden;
	}
	.fa-fw {
		width: 0;
	}
}

/* IE 10 mobile zoom fix ----------- */
@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}
