.commonwealth {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
header {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	-webkit-backdrop-filter: blur(10px);
}
nav {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	-webkit-backdrop-filter: blur(10px);
}
main {
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4;
}
footer {
	-webkit-box-ordinal-group: 5;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5;
}
.wrapper {
	max-width: 1340px;
	margin: 0 auto 40px auto;
	border: 15px solid rgba(255, 255, 255, .15);
	border-radius: 3px;
}
body {
	margin: 20px 20px 0 20px;
	background-color: #ede6db;
	background-image: url("../images/assets/background_mountains.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
header {
	width: 100%;
	background: transparent;
}
.commonwealth {
	text-align: left;
	border-radius: 3px 3px 0 0;
}
.commonwealth #virginia_gov_logo {
	float: left;
	margin-right: 1em;
}
.commonwealth_links {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	float: left;
}
.commonwealth_links li {
	display: inline;
	margin-right: 1em;
}
.commonwealth_links li a, .commonwealth_search li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.commonwealth_search {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	float: right;
}
#agency-header {
	background-image: url("../images/assets/header-logo-centennial.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#agency-header h1 {
	text-align: left;
	margin-left: 105px;
}
#agency-header-photo {
	background: url("../images/assets/vdgif-logo.png") 30px 20px no-repeat;
	background-size: 75px 75px;
	padding-top: 35px;
	padding: 35px 10px;
	float: left;
}
form#agency-search {
	margin: 45px 20px 0 20px;
	float: right;
	width: auto;
}
form#agency-search input#agency-search-submit {
	display: inline;
	font-family: crimson-text, serif;
	font-size: 1.2em;
	text-align: center;
	padding: .25em;
}
form#agency-search input#agency-search-box {
	margin: 0;
	padding: .25em;
	border-radius: 0;
	font-family: crimson-text, serif;
	font-size: 1.2em;
	text-align: center;
	width: 15em;
	border: 0;
}
nav {
	background: hsla(52, 7%, 44%, .7);
	border: 0;
}
nav ul {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
}
nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
nav ul li a {
	display: inline-block;
	padding: .5em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .9);
	color: rgba(255, 255, 255, .95);
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-size: 1em;
	transition: .25s linear all;
	-webkit-transition: .25s linear all;
}
nav ul li a:hover {
	background: rgba(121, 147, 83, .5);
}
#nav-menu a {
	font-size: 1em;
}
nav ul li:last-child a {
	border-right: 0;
}
main {
	padding: 0;
}
article {
	overflow: hidden;
}
article p, article li {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.1em;
	margin: 0 0 1em 0;
}
article li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
footer {
	background-image: url("../images/assets/deer-stamp.png");
	background-position: 92% 10%;
	background-size: 40%;
	background-repeat: no-repeat;
	overflow: hidden;
}
footer {
	text-align: left;
}
footer .tertiary ul {
	list-style: disc;
	margin-left: 1.5em;
}
footer .legal {
	float: left;
}
footer .required_links {
	float: right;
}
footer .social {
	width: 20%;
	float: right;
	margin: 25px 0 0 0;
	background: transparent;
}
footer .social a.facebook,
footer .social a.twitter,
footer .social a.instagram,
footer .social a.youtube {
	background-color: #aaa;
	background-color: rgba(0, 0, 0, .15);
}
.home footer {
	background-image: url("../images/assets/deer-stamp.png");
	background-position: 87% 0%;
	background-repeat: no-repeat;
}
.primary_content {
	width: 76%;
	margin-right: 4%;
	float: left;
}
.primary {
	width: 75%;
	float: left;
}
.aside {
	width: 20%;
	float: right;
	font-size: 80%;
}
.home .primary_content {
	width: 68%;
	margin-right: 4%;
}
.home .aside {
	width: 30%;
}
.aside ul li {
	margin: 0;
	padding: 0;
}
.post {
	background: #fff;
	background: rgba(255, 255, 255, .95);
	padding: 10px;
	margin: 40px 0;
	max-width: 1340px;
	overflow: hidden;
}
.post h1 {
	font-size: 1.6em;
}
figure {
	overflow: hidden;
	float: right;
	margin: 0 0 20px 20px;
	max-width: 400px;
}
figure figcaption {
	font-size: 90%;
	color: #333;
	margin: 1em 0;
}
.alignright {
	display: inline;
	width: auto;
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	display: inline;
	width: auto;
	float: left;
	margin: 0 20px 20px 0;
}
.menu_link {
	display: none;
}
.belt {
	max-width: 1140px;
	margin: 0 auto;
}
.vdo {
	font-weight: normal;
}
.gif {
	font-size: 110%;
}
.no_break {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.one_third {
	width: 31.3% !important;
	margin-right: 2%;
}
.last_column {
	margin-right: 0;
}
img.hero {
	margin-bottom: 40px;
}
tr:hover {
	background: #FFFFF7;
	color: #000;
}

/* etched headers */

.hunting #agency-header {
	background-image: url("../images/assets/header-hunting.png");
}
.fishing #agency-header {
	background-image: url("../images/assets/header-fishing.png");
}
.boating #agency-header {
	background-image: url("../images/assets/header-boating.png");
}
.wildlife-watching #agency-header {
	background-image: url("../images/assets/header-wildlife-watching.png");
}
.conservation-police #agency-header {
	background-image: url("../images/assets/header-conservation-police-badge.png");
}
.wildlife #agency-header {
	background-image: url("../images/assets/header-wildlife-information-elk.png");
}