<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 890px) {
    page-wrapper{
            /*width: 98%;*/
            /*margin: 0 1%;*/
    }
    a#homeLink {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom:auto;
        right: 0;
        height: 100px;
    }
    a#homeLink img{
        width: 100VW;
        position: absolute;
        bottom: 8px;
    }
    va-logo {
        font-size: 54px;
        letter-spacing: -6px;
        padding: 0px 16px 0px 8px;
        /* padding-left: 15px; */
        position: absolute;
        line-height: normal;
        float: none;
        line-height: 60px;
        height: 60px;
    }

    va-title {
        line-height: 1.1em;
        position: absolute;
        float: none;
        left: 94px;
        right: 0px;
        padding: 0;
        top: 15px;
        font-size: 16px;
    }

    primary-nav {
        position: absolute;
        bottom: 0px;
        right: 0;
        left: 0px;
        /* background-color:rgba(255,255,255,.75);*/
        background-color:#dcdbdb;
        height:auto;
        text-align: right;
        padding-right:10px;
    }

    /*primary-nav {
        float:right;
        height: 60px;
        margin-top: 30px;
    }*/
    primary-nav a {
        background-color:transparent;

        margin:0;
        display: inline-block;
        float: none;
    }
    primary-nav a:hover {
        /*background-color:rgba(255,255,255,.75);*/
        background-color:#dcdbdb;
    }

}
@media (max-width: 540px) {
    page-header {
    height: 140px;
        
    }
        page-wrapper{
            width: 100%;
            margin: 0 auto;
    }
    content-section img {
        display: block;
        float: none;
        width:100%;
        margin: 0;
        margin-bottom:5px;
        min-height:236px;
    }

    page-content .imaged h2 {
        background: rgba(255,255,255,.5);
        padding: 25px 5px 5px 15px;
        position: absolute;
        width: 100%;
    }

}</pre></body></html>