.vt-banner{
    background-color: #033003;
}
.vt-banner-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vt-banner-inner{
    padding: 0 2rem;
    height: 45px;
    width: 100%;
    flex: 0 1 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.vt-banner a{
    box-sizing: inherit;
    background-color: transparent;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.vt-banner-inner div{
    flex: 0 1 auto;
    width: 50%;
    box-sizing: border-box;
}
.usa-banner__SOV-logo{
    width: 8rem;
    float: right;
}
.toptable{
    width: 100%;
    border-bottom-color: rgb(223,225,226);
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.vt-subbanner {
    padding: 0 2rem;
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}
.vt-subbanner-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 0 1.5rem;
}
.vt-logo-slogan{
    font-size: 1.2rem;
    line-height: 1.3;
    color: #1b1b1b;
}
a.vt-logo-name{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #1b1b1b;
    font-weight: 700;
    text-decoration: none;
}
.vt-footer {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    overflow: hidden;
    background-color: #033003;
    color: #fff;
    word-wrap: break-word;
    font-weight: 700;
    padding: 1.5rem 0;
    text-align: center;
    width: 750px;
    margin: auto;
}
.vt-footer-inner{

}
.vt-footer ul, .vt-footer p, .vt-footer ul li {
    display: inline-block;
    padding: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}
.vt-footer ul li a{
    color: #fff;
    padding: 0 .25rem;
}