.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: 1px solid rgba(255, 255, 255, .15);
    border-radius: 3px;
}

body {
    margin: 20px 20px 0 20px;
    background-color: #ede6db;
    background-image: url("../images/background_james_river_02.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: "franklin-gothic-urw", 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-position: 50% 100%;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(10px);
}

    #agency-header h1 {
        text-align: left;
        margin-left: 125px;
    }

        #agency-header h1 .amp {
            font-style: normal; /* :( */
        }

.wf-inactive #agency-header h1 .amp {
    font-style: normal;
}

#agency-header-photo {
    /*background: url("../images/vdgif-logo.png") 30px 20px no-repeat;*/
    background: url("../Images/dwr-logo.png") 30px 20px no-repeat;
    background-size: 85px 100px;
    padding-top: 25px;
    padding: 35px 10px;
    float: left;
}

form#agency-search {
    margin: 60px 20px 0 20px;
    float: right;
    width: auto;
}

    form#agency-search input#agency-search-submit {
        display: inline;
        font-family: "franklin-gothic-urw", serif;
        font-size: 1.2em;
        text-align: center;
        padding: .25em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background: rgba(255, 255, 255, .9);
    }

    form#agency-search input#agency-search-box {
        margin: 0;
        padding: .25em;
        border-radius: 0;
        font-family: "franklin-gothic-urw", serif;
        font-size: 1.2em;
        text-align: center;
        width: 15em;
        border: 0;
        background: rgba(255, 255, 255, .8);
    }

nav {
    background: transparent;
    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: "franklin-gothic-urw", sans-serif;
                font-weight: 700;
                font-size: 1em;
                transition: .25s linear all;
                -webkit-transition: .25s linear all;
            }

                nav ul li a:hover {
                    background: #356341;
                }

#nav-menu a {
    font-size: 1em;
}

nav ul li:last-child a {
    border-right: 0;
}

main {
    padding: 0;
}

article {
    c
    /*overflow: hidden;*/
}

    article p, article li {
        font-family: "franklin-gothic-urw", 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/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/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;
    overflow: hidden;
}

.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;
}*/

a.button.w50 {
    max-width: 50%;
}

a.button.online_license {
    font-size: 150%;
}

/* allow GF checkbox lists to be divided into 3 columns */
.css-columns .gfield_checkbox {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

/* etched headers */

#agency-header {
    background: rgba(42,82,53,.2);
    background: -moz-linear-gradient(top, rgba(42,82,53,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(42,82,53,0.3) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(42,82,53,0.3) 0%,rgba(0,0,0,0) 100%);
}

    #agency-header .belt {
        background: url("../images/header-wildlife-information-elk.png") 50% 100% no-repeat;
    }

.hunting #agency-header .belt {
    background: url("../images/header-hunting.png") 50% 100% no-repeat;
}

.fishing #agency-header .belt {
    background: url("../images/header-fishing.png") 50% 100% no-repeat;
}

.boating #agency-header .belt {
    background: url("../images/header-boating.png") 50% 100% no-repeat;
}

.wildlife-watching #agency-header .belt {
    background: url("../images/header-wildlife-watching.png") 50% 100% no-repeat;
}

.conservation-police #agency-header .belt {
    background: url("../images/header-conservation-police-badge.png") 50% 100% no-repeat;
}

.wildlife #agency-header .belt {
    background: url("../images/header-wildlife-information-elk.png") 50% 100% no-repeat;
}
