@charset 'utf-8';
#outer-wrap,
#wrap {
    background: #fff
}

.four-columns,
div.search-wrap input {
    vertical-align: top
}

#faux-column,
#foot-social,
.clear,
footer {
    clear: both
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    text-align: left
}

html {
    overflow-y: scroll
}

body {
    overflow: hidden;
    font-family: proxima-nova, sans-serif;
    line-height: 1.375;
    color: #1d1d1d;
    background: #1D1D20
}

#content a.download-btn,
h1,
h2,
h3,
h4,
h5,
h6,
header nav,
p.h3,
p.h4 {
    font-family: roboto-condensed, sans-serif
}

.inline {
    display: inline
}

.block {
    display: block
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.static {
    position: static
}

#header,
#outer-wrap,
header nav {
    position: relative
}

img {
    outline: 0;
    border: none
}

blockquote,
form,
ol,
p,
table,
ul {
    margin: 0 0 10px
}

b,
strong {
    font-weight: 600
}

em,
i {
    font-style: italic
}

#content p {
    margin-bottom: 1.25em;
    font-size: 1.125em
}

h1,
h2,
h3,
p.h3 {
    margin-bottom: .3em
}

#content .textAlignLeft p,
#content p.textAlignLeft {
    text-align: left!important
}

h1,
h2,
h3,
h4,
h5,
h6,
p.h3,
p.h4 {
    color: #444;
    font-weight: 700
}

h1 {
    font-size: 3.25em;
    line-height: 1;
    color: #0095ca
}

h2 {
    font-size: 2.375em;
    color: #2b2b2b
}

h3,
p.h3 {
    font-size: 1.75em;
    color: #454545
}

h4,
h5,
h6 {
    font-size: .75em
}

#outer-wrap {
    min-height: 100%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
    left: 0;
    -webkit-transition: left .6s;
    -moz-transition: left .6s;
    -o-transition: left .6s;
    transition: left .6s
}

header {
    background: url(/wp-content/themes/va/images/header-bg.png) repeat-x #0088b6;
    height: 80px;
    border-bottom: 2px solid #fff;
    border-top: solid 14px #05779e;
}

div#sticker-sticky-wrapper {
    height: 96px!important;
}

header .left {
    margin: 0
}

header .right {
    margin: 0;
    padding-top: 60px
}

header .right p {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: #1a468e
}

header .right p span {
    color: #a3b234
}

header img.logo {
    padding-top: 5px;
/*     margin-left: -30px; */
    border: 0!important
}

#header {
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 9999
}

div#hero-img img {
    margin-top: -14px
}

header nav {
    font-weight: 400;
    max-width: 100%;
    height: 43px;
    float: right;
    /* width: 675px; */
    width: 755px;
    padding-top: 15px;
    margin-top: 16px;
    padding-left: 32px;
    box-sizing: border-box;
}

header nav div>ul {
    margin: 0;
/*  max-width: 675px; */
 	max-width: 775px; /* need more space for new menu item */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header nav div>ul li {
    padding: 0
}

header nav div>ul li a {
    font-size: 1.125em;
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    height: 49px;
    box-sizing: border-box;
}

header nav div>ul li:last-child a {
    background: 0 0
}

header nav div>ul li:hover>a {
    color: #3bccf5
}

div.nav-wrap {
    z-index: 999!important
}

header nav div ul li>ul {
    background: #0095ca;
    padding: 0;
    display: none;
    position: absolute;
    width: 200px;
    z-index: 999;
    margin-left: 0
}

header nav div ul li.menu-item-396 ul {
    width: 330px
}

header nav div ul li.menu-item-396 ul li {
    width: 50%;
    float: left
}

header nav div ul li>ul li {
    float: none
}

header nav div ul li>ul li a {
    padding: 12px 20px;
    font-size: .875em;
    font-weight: 400;
    text-transform: none;
    height: auto;
    box-sizing: content-box
}

header ul li ul.sub-menu li ul li a {
    font-size: 1em;
    font-weight: 500;
    padding: 5px 20px;
    box-sizing: content-box;
    height: auto
}

header ul li ul.sub-menu li a:hover {
    background: #05779e;
    color: #fff
}

header .search-wrap {
    display: block;
    width: 35px;
    float: right;
    margin-left: 25px;
    padding-top: 32px;
}

div.search-wrap input.button {
    width: 22px;
    padding: 0
}

div.search-wrap input:focus {
    outline: 0!important
}

div.search-wrap input.field {
    display: none
}

div.search-wrap input.field:focus {
    outline: 0;
    border: none
}

body #full-screen-search form div input {
    background: 0 0;
    border: 3px solid #fff;
    opacity: .8;
    color: #fff;
    font-family: Montserrat, sans-serif!important;
    width: 95%;
	max-width:calc(100% - 40px);
}

body #full-screen-search button.close {
    position: relative;
    float: right;
    z-index: 999999;
    top: auto;
    margin-top: 24px;
    right: auto;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    font-size: 44px;
    font-family: Montserrat, sans-serif!important
	width:32px;
}

body #full-screen-search {
    background: rgba(255, 255, 255, .1);
    height: 0
}

body #full-screen-search.open {
    height: 100%
}

body #full-screen-search.open form {
    display: block
}

body #full-screen-search form {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    display: none
}

#mobile-nav-block {
    background: #067094;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.nav-trigger:checked+label,
label[for=nav-trigger] {
    -webkit-transition: left .6s;
    -moz-transition: left .6s;
    -o-transition: left .6s
}

#company-name {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    left: 65px;
    top: 15px;
    position: relative
}

.nav-trigger {
    display: none;
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.nav-trigger:checked+label {
    left: 250px;
    transition: left .6s;
    background: url(/wp-content/themes/va/images/close.svg) 50% 50% no-repeat;
    background-size: contain
}

label[for=nav-trigger] {
    display: none;
    position: fixed;
    left: 0;
    z-index: 999;
    width: 60px;
    cursor: pointer;
    transition: left .6s;
    background: url(/wp-content/themes/va/images/hamburger.svg) 50% 50% no-repeat;
    height: 20px;
    top: 14px;
    background-size: contain
}

.nav-trigger:checked~#outer-wrap {
    overflow: hidden;
    left: 250px;
    -webkit-transition: left .6s;
    -moz-transition: left .6s;
    -o-transition: left .6s;
    transition: left .6s
}

.nav-trigger:checked~#outer-wrap header #header .left label {
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.nav-trigger:checked~#outer-wrap #mobile-nav-block,
.nav-trigger:checked~#outer-wrap .phone-buttons {
    left: 250px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.nav-trigger:checked~#outer-wrap header #header .search-trigger+label {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.nav-trigger:checked~#mobile-nav ul {
    opacity: 1;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

#mobile-nav ul {
    list-style: none;
    width: 250px;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s
}

#content,
.form-wrap,
aside ul ul {
    overflow: hidden
}

.breadcrumbs a,
.woocommerce-breadcrumb a,
button.mobile-dropdown {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

#mobile-nav ul li.menu-item-has-children {
    border-bottom: none;
    position: relative
}

button.mobile-dropdown {
    cursor: pointer;
    width: 60px;
    height: 20px;
    position: absolute;
    outline: 0;
    right: 0;
    top: 15px;
    background: url(/wp-content/themes/va/images/close.svg) 50% 50% no-repeat;
    border: none;
    transform: rotate(45deg);
    transition: all .3s
}

button.mobile-dropdown.open {
    transform: rotate(0)
}

button.mobile-dropdown.open~.sub-menu {
    max-height: 999px!important;
    -webkit-transition: max-height .4s!important;
    -moz-transition: max-height .4s!important;
    -o-transition: max-height .4s!important;
    transition: max-height .4s!important
}

#mobile-nav ul li .sub-menu {
    max-height: 0;
    display: block;
    position: relative;
    -webkit-transition: max-height .3s!important;
    -moz-transition: max-height .3s!important;
    -o-transition: max-height .3s!important;
    transition: max-height .3s!important
}

#mobile-nav ul li .sub-menu li {
    border-top-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(0, 0, 0, .8)
}

#mobile-nav ul li .sub-menu li:last-child {
    border-bottom: none
}

#mobile-nav ul li .sub-menu a {
    background: #000
}

#mobile-nav ul li {
    width: 100%;
    border-bottom: 1px solid #111;
    border-top: 1px solid #4d4d4d
}

#mobile-nav ul li a {
    background: #1D1D20;
    display: block;
    padding: 18px;
    color: #fff;
    font-size: .875em;
    text-decoration: none;
    transition: color .2s, background .5s
}

#mobile-nav ul li a.nav-current {
    background: #424242;
    border-top-color: rgba(255, 255, 255, .4);
    border-bottom-color: rgba(0, 0, 0, .8)
}

#faux-column {
    z-index: 1;
    width: 1140px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    max-width: 100%
}

#content {
    float: none;
    width: auto;
    min-height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #363636;
    box-sizing: border-box
}

#content b,
#content strong {
    color: #000
}

#content div.content-box,
#content div.example-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #e6e0db;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f2ece7
}

#content a.phone-link {
    color: #363636;
    text-decoration: none;
}

footer a.phone-link {
    color: #fff;
    text-decoration: none;
}

#content a.download-btn,
img.photo {
    box-sizing: border-box;
    max-width: 100%
}

.content-box h3 {
    margin-top: 0
}

.two-columns {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    column-gap: 40px
}

.two-columns>div {
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

.three-columns {
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px;
    column-gap: 40px
}

.four-columns {
    display: inline-block;
    width: 22%;
    margin-right: 2.5%
}

#content div.left.notes {
    width: 400px
}

#content div.left.table-sizes {
    width: 240px
}

#content div.left.notes p,
#content div.left.table-sizes p {
    margin-bottom: .375em
}

#content div.left.notes ul li {
    font-weight: 400;
    color: #000
}

#content blockquote {
    background: url(/wp-content/themes/va/images/icon-quote.png) 25px 12px no-repeat #fff;
    padding: 30px 30px 30px 90px;
    margin-bottom: 3em
}

#content blockquote p {
    color: #282828;
    font-size: 1.5em;
    line-height: 1.458;
    font-style: italic;
    margin-bottom: 0
}

#content blockquote p.quote-name {
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0
}

#content blockquote p.quote-name span {
    color: #1e8eb8;
    font-style: italic;
    font-weight: 600;
    font-size: 1.125em
}

img.photo {
    padding: 6px;
    background: #fff;
    border: 1px solid #dbdada
}

img.drop-shadow {
    box-shadow: 8px 8px 18px -6px rgba(0, 0, 0, .8)
}

.picture-frame {
    padding: 5px;
    border: 1px solid #dedede
}

.picture-frame:hover {
    border: 1px solid #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    cursor: pointer
}

#content img {
    margin-bottom: 2em;
    max-width: 100%;
    height: auto!important
}

#content .right img.desc-below {
    margin-bottom: 10px
}

#content .right p small {
    display: block;
    font-style: italic;
    text-align: center
}

#content table img {
    margin: 0 auto
}

ul.ui-tabs-nav li {
    border: 1px solid #8f8f8f!important;
    border-bottom: none!important;
    margin: 0 10px 0 0!important;
    padding-left: 0!important;
    background: 0 0!important
}

ul.ui-tabs-nav li a {
    background: #cbcbcb;
    color: #3c3c3c!important;
    outline: 0!important;
    text-decoration: none!important;
    padding: 10px 20px!important
}

ul.ui-tabs-nav li.ui-state-active a {
    background: #005398!important;
    color: #fff!important;
    opacity: 1!important
}

ul.ui-tabs-nav {
    background: 0 0;
    border: none;
    border-radius: 0
}

#tabs {
    padding: 5px 0;
    border: none
}

div.ui-tabs-panel {
    border: 1px solid #bdbdbd!important
}

#content a.download-btn {
    background: url(/wp-content/themes/va/images/icon-download.png) right 16px center no-repeat #c33232;
    color: #fff;
    text-decoration: none;
    padding: 12px 48px 12px 28px;
    border-radius: 3px;
    font-size: 1.25em;
    display: inline-block;
    border: 2px solid #862020;
    margin: 0 1px 20px
}

#content a.download-btn:hover {
    background-color: #862020;
    color: #fff!important
}

#content a.primary-btn,
#content a.secondary-btn {
    color: #fff;
    padding: 12px 28px;
    font-size: 1.25em;
    display: inline-block;
    font-family: roboto-condensed, sans-serif;
    text-decoration: none;
    max-width: 100%;
    box-sizing: border-box
}

#content a.primary-btn {
    background: #e84f13;
    border-radius: 3px;
    border: 2px solid #af3e11;
    margin: 0 1px 20px
}

#content .right a.primary-btn.img-below {
    margin-bottom: 36px
}

#content a.primary-btn:hover {
    background: #af3e11
}

#content a.secondary-btn {
    background: #0088b6;
    border-radius: 3px;
    border: 2px solid #026e92;
    margin: 0 1px 20px
}

#content a.secondary-btn:hover {
    background-color: #026e92
}

#content a.primary-btn.left,
#content a.secondary-btn.left {
    margin-right: 30px
}

.right.image-gallery {
    border: 1px solid #bdbdbd
}

.full-width {
    width: 100%
}

.download-btn.full-width,
.primary-btn.full-width,
.secondary-btn.full-width {
    text-align: center;
    box-sizing: border-box;
    width: 99%
}

#content .image-gallery img {
    margin: 0!important
}

aside p.h3,
aside p.h4 {
    margin-top: 0;
    margin-bottom: 10px
}

.image-gallery .slick-next,
.image-gallery .slick-prev {
    left: auto;
    right: 49px;
    background: #494949;
    height: 50px;
    width: 50px;
    z-index: 99;
    opacity: .5;
    top: auto;
    bottom: 0;
    transform: none;
    border: 1px solid #fff
}

.image-gallery .slick-next {
    right: 0!important;
    left: auto
}

.image-gallery .slick-slide {
    display: table!important;
    height: 298px
}

.image-gallery a {
    display: table-cell;
    vertical-align: middle
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #494949!important
}

.fancybox-nav span {
    visibility: visible!important
}

.fancybox-outer a.fancybox-next span, .fancybox-outer a.fancybox-prev span {
    background-image: url(/wp-content/themes/va/styles/fancybox_sprite.png);
}

.center {
    text-align: center
}

.small {
    font-size: 10px
}

aside {
    float: left;
    width: 208px;
    padding-right: 30px;
    padding-top: 20px
}

aside#right-sidebar {
    float: right;
    padding-right: 0;
    padding-left: 30px
}

aside p.h3 {
    font-size: 1.5em;
    color: #0088b6;
    font-weight: 700;
    margin-left: 0
}

aside p.h3 a {
    text-decoration: none;
    color: #46321d
}

aside p.h3 a:hover {
    color: #80a721
}

aside p,
aside p.h4 {
    margin-left: 5px;
    color: #515151
}

aside p.h4 {
    font-size: 1.125em
}

aside p {
    font-size: .875em;
    line-height: 1.5
}

aside p a {
    font-weight: 600;
    color: #0645AD
}

aside li a {
    font-size: .875em!important;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #636363!important;
    background: 0 0!important
}

aside div>ul>li {
    border-bottom: 1px solid #c8c8c8
}

aside li.dropdown a,
aside ul ul {
    border-bottom: none
}

aside li a.nav-current {
    color: #4050a2!important;
    font-weight: 600
}

footer a,
footer p {
    color: #fff;
		text-decoration:none;
}

aside a:hover {
    color: #005fbb!important
}

aside ul {
    margin-left: 0;
    margin-bottom: 1em
}

aside ul li ul a {
    font-size: .75em!important;
    padding-left: 35px
}

aside ul ul {
    margin-bottom: 0;
    border-top: none;
    display: none
}

#content .wpc-categories {
    display: none!important
}

aside li.current-menu-item ul.sub-menu,
aside li.current_page_ancestor ul.sub-menu,
footer li a {
    display: block
}

aside>ul>li {
    border-bottom: solid 1px #77808e
}

aside>.menu-products-menu-container>ul>li {
    border-bottom: solid 1px #cacaca
}

aside li li a {
    padding-bottom: 5px
}

aside li li:first-child a {
    padding-top: 0
}

span.expand {
    float: right;
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/va/images/icon-menu-open.png) center 20px no-repeat;
    padding: 10px 10px 8px;
    z-index: 99
}

span.expand:hover {
    cursor: pointer
}

span.expand.closed {
    background: url(/wp-content/themes/va/images/icon-menu-closed.png) center center no-repeat
}

.footer-wrap {
    width: 100%;
    background: url(/wp-content/themes/va/images/footer-bg.png)
}

footer {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    font-family: Montserrat, sans-serif
}

#content .gform_wrapper .gform_footer input.button,
th {
    font-family: roboto-condensed, sans-serif
}

footer a:hover {
    opacity: .6
}

footer p {
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-size: .75em;
    font-weight: 600
}

span.phone {
    background: url(/wp-content/themes/va/images/footer-phone.png) left center no-repeat;
    padding-left: 20px
}

span.mail {
    background: url(/wp-content/themes/va/images/footer-mail.png) left center no-repeat;
    padding-left: 25px;
    margin-left: 20px
}

span.mail a {
    text-decoration: none
}

p.social-media-footer img {
    padding-right: 10px
}

footer ul {
    margin: 0 0 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 500px;
}

footer li {
    padding: 0
}

footer li a {
    padding: 0 12px 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875em
}

footer li:last-child a {
    padding-right: 0;
    border: none
}

footer ul.sub-menu {
    display: none
}

p.footer-address {
    font-weight: 400;
    font-size: .875em
}

span.footer-phone {
    display: inline-block;
    margin-top: 8px
}

.cta {
    background: #2088b6 url(/wp-content/uploads/footer-cta-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.cta-inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
	box-sizing:border-box;
}

.cta-inner .half {
    width: 50%;
}

.cta h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    position: relative;
    top: -6px;
}

.cta p {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 1.375;
    margin-bottom: 40px;
}

.cta a.primary-btn {
    font-size: 1.5em;
    background: #e84f13 url(/wp-content/themes/va/images/btn-arrow.png) no-repeat 90% center;
    color: #fff;
    padding: 14px 60px 14px 30px;
    border: solid 2px #fcfbfa;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-family: 'roboto-condensed', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.cta a.primary-btn:hover {
    background-color: #ff682e;
}

p#swnza_banner_text {
    font-size: 1em;
	margin-bottom:0;
}

p#swnza_banner_text a {
    color: #fff;
    font-size: 1.225em;
}

div.swnza_banner {
    height: auto;
	padding: 10px 20px;
    box-sizing: border-box;
}

.breadcrumbs,
.woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: .875em
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
    text-decoration: none!important;
    transition: all .3s;
    color: #232323
}

#content form ul li input[type=checkbox],
a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
	margin-top:-4px;
}

.add-another > label{
display:none!important;
}

.breadcrumbs span:first-child {
    padding-left: 0!important;
    padding-right: 4px!important
}

.woocommerce-breadcrumb a:first-child {
    padding-left: 0!important;
    padding-right: 0!important
}

.breadcrumbs span {
    padding: 0 6px!important;
    text-transform: uppercase;
    font-weight: 800
}

.woocommerce-breadcrumb a {
    padding: 0 2px!important;
    text-transform: uppercase;
    font-weight: 700
}

.breadcrumbs a span,
.woocommerce-breadcrumb {
    font-weight: 800;
    text-transform: uppercase
}

.breadcrumbs a:hover span,
.woocommerce-breadcrumb a:hover {
    opacity: .8
}

#content .breadcrumbs span a span {
    padding: 0!important
}

a {
    -ms-transition: all .3s;
    transition: all .3s
}

img a {
    border: 0
}

#content a:not([class]) {
    color: #0c52bf;
    font-weight: 600;
    text-decoration: underline
}

#content a:hover:not([class]) {
    opacity: .8;
    text-decoration: underline
}

ul {
    list-style: none;
    margin-left: .5em;
    margin-bottom: 1.5em
}

ol {
    margin-left: 2.5em;
    margin-bottom: 1.25em
}

#content li {
    padding: 3px
}

#content ul li {
    background: url(images/icon-list.png) 0 4px no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: .675em;
    font-size: 1.125em;
    font-weight: 500;
    color: #006f98
}

#content ol li {
    padding: 0;
    margin-bottom: 1em;
    color: #1b5a8a;
    font-weight: 700
}

#content .gallery-wrap ul {
    display: block;
    margin-left: 0;
    margin-bottom: 0
}

#content .gallery-wrap {
    margin-bottom: 20px
}

#content ul.gallery li {
    background: 0 0;
    padding: 0;
    margin: 0
}

#content ul.gallery li img {
    border: 1px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    transition: all .4s;
    z-index: 1;
    width: 100%;
    width: 20%;
    float: left
}

.img-border,
.location,
iframe.left {
    border: 1px solid #ccc
}

#content ul.gallery li a {
    display: block
}

#content li ol,
#content li ul {
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: .675em
}

#content li ul li {
    background: url(images/icon-list-sub.png) 0 3px no-repeat;
    padding-left: 20px;
    font-size: .875em;
    color: #363636
}

#content li ol li {
    color: #2f2f2f;
    font-weight: 400
}

ul.three-columns,
ul.two-columns {
    margin-left: 0;
    padding-left: 30px;
    box-sizing: border-box
}

td,
th {
    padding: 10px
}

ul.two-column-list {
    columns: 2;
    column-gap: 40px
}

ul.three-column-list {
    columns: 3;
    column-gap: 40px
}

table {
    width: 100%;
    margin-bottom: 2em
}

.table,
td,
th {
    border-collapse: collapse;
    color: #444
}

th {
    background-color: #026e92;
    color: #fff;
    text-align: center;
    font-size: 1.25em
}

table tr:nth-child(odd) {
    background: #e7e7e7
}

td {
    vertical-align: top
}

table.check-table td {
    text-align: center
}

.dataTable caption {
    font-size: .875em;
    font-weight: 700;
    color: #219ee4
}

.dataTable td,
.dataTable th {
    padding: 5px;
    text-align: center
}

.dataTable th {
    font-weight: 700;
    color: #fff;
    background: #219ee4
}

.dataTable td {
    border-bottom: 1px solid #ccc
}

#content .right {
    float: right;
    margin: 0 0 20px 30px!important;
    max-width: 400px
}

.left,
.location {
    float: left
}

.left,
iframe.left {
    margin: 0 30px 30px 0
}

#content .right img,
#content img.right {
    height: auto
}

.img-border {
    box-sizing: border-box
}

.location {
    width: 48%;
    margin-right: 3%;
    box-sizing: border-box;
    padding: 20px;
    background: #f7f7f7;
    min-height: 400px;
    margin-bottom: 30px
}

#foot-social,
#side-social {
    display: none;
    margin-right: auto;
    margin-left: auto
}

#foot-social,
#side-social,
#social {
    padding-top: 10px
}

.location h3 {
    font-size: 1.375em
}

#content .location p {
    font-size: 1em
}

#content .location a.secondary-btn {
    width: 100%;
    text-align: center;
    clear: both;
    margin-bottom: 0
}

div .clear {
    height: 0
}

#social {
    float: right;
    padding-right: 10px
}

#social a.gplus {
    background: url(/wp-content/themes/va/images/gplus.png) no-repeat rgba(0, 0, 0, 0)
}

#social a.linkedin {
    background: url(/wp-content/themes/va/images/linkedin.png) no-repeat rgba(0, 0, 0, 0)
}

#social a.facebook {
    background: url(/wp-content/themes/va/images/fbook.png) no-repeat rgba(0, 0, 0, 0)
}

#social a.twitter {
    background: url(/wp-content/themes/va/images/twitter.png) no-repeat rgba(0, 0, 0, 0)
}

#social a.youtube {
    background: url(/wp-content/themes/va/images/ytube.png) no-repeat rgba(0, 0, 0, 0)
}

#side-social a.gplus {
    background: url(/wp-content/themes/va/images/gplus-s.png) no-repeat rgba(0, 0, 0, 0)
}

#side-social a.linkedin {
    background: url(/wp-content/themes/va/images/linkedin-s.png) no-repeat rgba(0, 0, 0, 0)
}

#side-social a.facebook {
    background: url(/wp-content/themes/va/images/fbook-s.png) no-repeat rgba(0, 0, 0, 0)
}

#side-social a.twitter {
    background: url(/wp-content/themes/va/images/twitter-s.png) no-repeat rgba(0, 0, 0, 0)
}

#side-social a.youtube {
    background: url(/wp-content/themes/va/images/ytube-s.png) no-repeat rgba(0, 0, 0, 0)
}

#foot-social a.gplus {
    background: url(/wp-content/themes/va/images/gplus.svg) no-repeat rgba(0, 0, 0, 0);
    background-size: 40px 40px
}

#foot-social a.linkedin {
    background: url(/wp-content/themes/va/images/linkedin.svg) no-repeat rgba(0, 0, 0, 0);
    background-size: 40px 40px
}

#foot-social a.facebook {
    background: url(/wp-content/themes/va/images/fbook.svg) no-repeat rgba(0, 0, 0, 0);
    background-size: 40px 40px
}

#foot-social a.twitter {
    background: url(/wp-content/themes/va/images/twitter.svg) no-repeat rgba(0, 0, 0, 0);
    background-size: 40px 40px
}

#foot-social a.youtube {
    background: url(/wp-content/themes/va/images/ytube.svg) no-repeat rgba(0, 0, 0, 0);
    background-size: 40px 40px
}

#side-social a,
#social a {
    min-width: 20px;
    height: 20px;
    padding: 0 10px 1px;
    text-decoration: none
}

#foot-social a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    padding: 0 5px;
    text-decoration: none
}

a.facebook:hover,
a.gplus:hover,
a.linkedin:hover,
a.twitter:hover,
a.youtube:hover {
    opacity: .5
}

#content form ul li input[type=text],
#content form ul li select,
#content form ul li textarea {
    border: 1px solid #ccc;
    background: #efefef!important;
    margin-top: 6px
}

#content form ul li input[type=checkbox]:checked,
#content form ul li input[type=checkbox]:checked:hover {
    border: 2px solid #026e92;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#content form ul li input[type=checkbox]:checked:after,
#content form ul li input[type=checkbox]:checked:hover:after {
    left: 10px;
    background: #026e92;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#content form ul li input[type=checkbox]:hover {
    border: 2px solid #00599b;
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#content form ul li input[type=checkbox]:hover:after {
    background: #00599b;
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#content form ul li input[type=radio] {
    background-color: #d8d8d8;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
    width: 20px!important;
    -webkit-appearance: none;
    outline: 0
}

#content form ul li input[type=radio]:checked {
    background: #dedede
}

#content form ul li input[type=radio]:after {
    opacity: 0;
    border-radius: 25px;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    left: 4px;
    top: 4px;
    position: relative;
    -webkit-transition: all .6s;
    -moz-transition: all +00ms;
    -o-transition: all .6s;
    transition: all .6s
}

#content form ul li input[type=radio]:checked:after,
#content form ul li input[type=radio]:checked:hover:after {
    -webkit-transition: all .6s;
    -moz-transition: all +00ms;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 1;
    background-color: #026e92
}

#content form ul li input[type=radio]:hover:after {
    -webkit-transition: all .6s;
    -moz-transition: all +00ms;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: .5;
    background-color: #00599b
}

#content form ul li input[type=text]:focus,
#content form ul li select:focus,
#content form ul li textarea:focus {
    outline: #5a6fdf dashed 1px
}

#content form ul li .ginput_container {
    margin-top: 0;
    min-height: 55px;
}

#content form ul li .ginput_container_fileupload {
    background: #efefef;
    width: 90%;
    border: 1px solid #ccc
}

label.gfield_label {
    padding-bottom: 6px;
}

#content form ul li .ginput_container_fileupload input,
#content form ul li .ginput_container_fileupload span {
    padding: 15px;
    display: inline-block
}

#content form .gform_next_button, #content form .gform_previous_button, #gform_submit_button_5{
    background: #e84f13;
    border-radius: 3px;
    border: 2px solid #af3e11;
    margin: 0 1px 20px;
    color: white;
    font-weight: bold;
    padding: 1em 2em;
	transition:all 300ms;
}

#content form .gform_next_button:hover, #content form .gform_previous_button:hover, #gform_submit_button_5:hover{
cursor:pointer;
background: #af3e11;
}
#content form .gform_previous_button{background: #0088b6;border: 2px solid #066788;}

#content form .gform_previous_button:hover{
background:#066788;
}

#content form ul{
	margin: 0;
}

#content form ul li {
float: left;
    clear: none!important;
    width: 50%;
    margin: 0 0 1.2em!important;
    padding: 0;
    background: 0 0;
    height: auto;
    padding-right: 25px;
    max-width: 50%!important;
}
#content form ul li.clear{
   clear:both!important;
}
.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
    padding: 8px!important;
}
#content form ul li label {
    margin-bottom: 6px;
    padding: 0;
}
#content form ul li.normal-text p{
	    color: #363636;
    font-size: 1.125rem;
    font-weight: 400;
}
#content form ul li.full-width {
    float: none;
    clear: both!important;
    width: 100%!important;
	max-width:100%!important;
    padding-left: 0;
    padding-right: 0
}

#content form ul li .ginput_container_radio ul li{
    width: auto;
    margin-right: 1em!important;
}
#content form ul li .ginput_container_radio ul li label{
margin-bottom:0px;
}
.gform_wrapper .field_description_below .gfield_description{
padding-top:0!important;
}
#content form ul li input[type=text],
#content form ul li select {
    height: 35px
}

#content form ul li select[multiple] {
    appearance: none!important;
    background: #efefef!important;
    overflow: hidden;
    padding: 0!important;
    height: 160px!important
}

#content form ul li select[multiple] option {
    appearance: none!important;
    padding-left: 10px;
    border-bottom: 1px dashed #737373
}

#content form ul li select[multiple] option:checked,
#content form ul li select[multiple] option:focus {
    appearance: none!important;
    background: #00afed!important
}

#content form ul li select {
    background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) 98% center no-repeat #efefef!important;
    background-size: 20px!important;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none
}

#content .gform_wrapper .gform_footer input.button {
    background: #e84f13;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 3px;
    font-size: 1.25em;
    box-sizing: border-box;
    display: inline-block;
    border: 2px solid #af3e11;
    max-width: 100%;
    margin: 0 1px 20px
}

.blogexcerpt,
nav.custom-pagination {
    margin-bottom: 30px
}

#content .gform_wrapper .gform_footer input.button:hover {
    background: #af3e11;
    cursor: pointer
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    width: 100%!important;
    border: none!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
}

li.gf_left_half,
li.gf_right_half {
    height: 70px
}

.gform_wrapper select.medium,
.gform_wrapper textarea.medium,
input.medium {
    width: 90%!important
}

a.button,
input.button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#content form .empty-field {
    border-left: 4px solid red!important
}

select::-ms-expand {
    display: none
}

.blogexcerpt {
    padding-bottom: 10px;
    border-bottom: solid 1px #c8c8c8
}

#content .blogexcerpt h2 {
    margin-bottom: 0!important
}

#content .blogexcerpt h2 a {
    color: #2b2b2b;
    font-size: .75em
}

#content .blogexcerpt h2 a:hover {
    color: #4c4c4c
}

aside h2.widgettitle {
    font-size: 1.125em;
    color: #494949;
    font-weight: 600
}

.mobile-show,
.phone-show {
    display: none
}

.mobile-hide,
.phone-hide {
    display: block
}

.phone-buttons {
    width: 100%;
    padding: 15px 0
}

.phone-buttons div {
    font-size: .625em;
    float: left;
    width: 33%
}

.phone-buttons div.clear {
    float: none;
    width: 100%
}

.phone-buttons span {
    font-weight: 400!important;
    display: block;
    padding-top: 10px;
    text-align: center
}

.phone-buttons a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #d9ee5b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #61680a;
    box-shadow: 0 0 0 1px #61680a
}

.phone-buttons a img {
    width: 50px;
    height: 50px;
    border: none
}

.map-right iframe,
iframe.right {
    border: 1px solid #ccc!important
}

div.prev-nextlinks:first-child {
    display: none
}

hr {
    width: 100%;
    height: 0;
    margin: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #ccc
}

hr.dashed {
    border-bottom: 1px dashed #7b7b7b
}

a.quote-cart {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    padding-left: 34px;
    background: url(/wp-content/themes/va/images/quote-icon-blue.png) left 3px no-repeat;
    text-decoration: none;
    font-weight: 600;
    padding-top: 6px;
    padding-right: 0
}

a.quote-cart:hover {
    opacity: .7
}

#contact address {
    margin-bottom: 1.25em
}

input[type=submit],
input[type=text],
input[type=button],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

span.highlight-keyword {
    background: #e6e19b;
    padding: 0 3px
}

span.pipe {
    border-right: 1px solid #fff;
    padding-left: 20px;
    margin-right: 20px
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    padding: 2px 10px
}

.custom-pagination a {
    background-color: #ebebeb;
    color: #0088b6!important;
    text-decoration: none!important
}

.custom-pagination a:hover {
    background-color: #0088b6;
    color: #fff!important
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0
}

.custom-pagination span.dots {
    padding: 0;
    color: #dcdcdc
}

.custom-pagination span.current {
    background-color: #0088b6;
    color: #fff
}

#content .img-thumb img {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #ebebeb
}

#content .subpage-box,
.spec-box {
    border: 1px solid #ccc;
    box-sizing: border-box
}

.img-thumb {
    float: right;
    max-width: 200px;
    max-height: 200px;
    margin-left: 30px;
    margin-bottom: 20px
}

.form-wrap {
    float: none;
    width: auto;
    min-height: 600px;
    padding-bottom: 20px;
    color: #363636;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    padding-left: 30px
}

.contact-content {
    float: left;
    padding-right: 25px
}

.social-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#content .icon-box,
.spec-box h3 {
    text-align: center
}

.social-media img {
    margin: 0 auto;
    height: auto
}

.spec-box {
    float: left;
    margin-right: 2.5%;
    width: 22%;
    background: #efefef;
    margin-bottom: 1.75em;
    height: 220px
}

.spec-box h3,
.spec-box p {
    padding: 10px 15px;
    margin-bottom: 0
}

.spec-box h3 {
    background: #026e92;
    color: #fff;
    font-size: 1.25em
}

#content .spec-box a {
    color: #3a3a3a
}

#content .spec-box ul {
    line-height: 1.125;
    margin: 0;
    padding: 15px
}

#content .mgr0 {
    margin-right: 0!important
}

#content .subpage-box {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #f8f8f8
}

#content .subpage-box img {
    width: 100%;
    margin-bottom: .5em
}

#content .subpage-box.icon-box img {
    width: 30%;
    margin-top: 1.5em
}

#content .subpage-box h2,
#content .subpage-box p {
    width: 90%;
    margin: 0 auto;
    text-align: center
}

#content .subpage-box.minHeight420 {
    min-height: 410px
}

#content .subpage-box h2 {
    font-size: 1.75em;
    margin-bottom: .25em
}

#content .icon-box h2 {
    margin-bottom: .75em
}

#content .subpage-box h2 span {
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-left: 11px;
    background: url(images/subpage-box-arrow.png) left top no-repeat
}

#content .subpage-box.first-break {
    clear: both
}

#content .subpage-box.taller-box {
    min-height: 480px
}

#content .subpage-box.no-siblings {
    margin-left: 34%
}

#content .subpage-box h2 a {
    color: #0088b6;
    text-decoration: none
}

#content .subpage-box h2 a:hover {
    color: #232323;
    opacity: 1;
    text-decoration: none
}

#content .subpage-box p {
    margin-bottom: 1.5em
}

#content .subpage-box.flipped-box {
    position: relative
}

#content .subpage-box.flipped-box p {
    padding-top: 1em
}

#content .subpage-box.flipped-box img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0
}

.top-nav {
    position: absolute;
    top: -10px;
    right: 0;
    color: #60b2ce;
}

.top-nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}

.top-nav a:hover {
    color: #54cbf4;
}

.top-nav a.phone svg {
    width: 16px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: #b0e8f9;
}

@media only screen and (max-width:1180px) {
    header .left,
    header nav {
        float: none
    }
    #faux-column,
    header nav {
        width: 100%
    }
    header .right {
        padding-right: 20px
    }
    a.quote-cart {
        right: 20px
    }
    div#content {
        width: 95%;
        margin: 0 auto
    }
    aside {
        margin-left: 32px;
        display: none
    }
    #header,
    footer {
        width: 95%
    }
    header {
        height: 165px;
        border-bottom: 2px solid #fff
    }
    header img.logo {
        padding-top: 15px;
        margin: 0 auto;
        display: block
    }
    header nav div>ul {
        max-width: 100%
    }
    header nav {
		font-weight: 400;
		max-width: 90%;
		height: 43px;
		position: relative;
		padding-top: 20px;
		padding-bottom: 0;
		font-family: roboto-condensed, sans-serif;
		padding-left: 0;
	}
    div.search-wrap input.button {
        width: 22px;
        padding: 0
    }
    header .search-wrap {
        padding-top: 20px
    }
    div#hero-img img {
        margin-top: 0
    }
   div#sticker-sticky-wrapper {
		height: 181px!important;
	}
	header nav div>ul li a {
		height: 30px;
	}
    .spec-box {
        float: left;
        margin-right: 3%;
        width: 30%
    }
    .location {
        width: 100%;
        margin-right: 0
    }
    #content .location h3 {
        font-size: 1.75em
    }
    .location a.secondary-btn {
        width: 50%
    }
    .location iframe {
        width: 400px!important
    }
	
	.cta-inner {
		width: 100%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.cta h2 {
		padding-right: 50px;
		line-height: 1.25;
	}
}

@media only screen and (max-width:1100px) {
    #content {
        box-sizing: border-box
    }
    body {
        font-size: 1em;
        line-height: 1.375
    }
    h1 {
        font-size: 2.5em;
        line-height: 1.125
    }
    h2 {
        font-size: 2em;
        line-height: 1.25
    }
    #content blockquote p,
    h3 {
        font-size: 1.5em;
        line-height: 1.25
    }
    h4 {
        font-size: 1.125em;
        line-height: 1.22
    }
    #content .subpage-box {
        width: 48%;
        margin-right: 2%;
        min-height: 400px
    }
    #content .subpage-box.icon-box {
        min-height: auto
    }
    #content .subpage-box.mgr0 {
        margin-right: 2%!important
    }
    #content .subpage-box.minHeight420 {
        min-height: 510px
    }
    #content .subpage-box.first-break {
        clear: none
    }
    #content .subpage-box.taller-box {
        min-height: 550px
    }
    #content .subpage-box.no-siblings {
        margin-left: 0
    }
	
	div#full-screen-search form div {
		width: 90%;
		left: 5%;
		right: 5%;
		margin: -50px 0 0 0;
	}
}

@media only screen and (max-width:1000px) {
    #content .subpage-box.minHeight420 {
        min-height: 480px
    }
    #content .subpage-box.taller-box {
        min-height: 520px
    }
}

@media only screen and (max-width:960px) {
    .form-wrap,
    footer p {
        clear: both
    }
    #content .subpage-box h2 span,
    #social {
        display: none
    }
    #content .subpage-box.taller-box {
        min-height: 500px
    }
    footer nav {
        float: left;
        margin: 0 0 20px 32px
    }
    footer ul li a:first-child {
        padding-left: 0
    }
    #content div.right.image-gallery {
        float: none;
        margin-left: 0;
        margin-bottom: 32px
    }
    .contact-content {
        float: none;
        width: 100%
    }
    .form-wrap {
        border: none;
        border-top: 1px solid #6f6f6f;
        padding-top: 20px
    }
    .contact-details {
        float: left
    }
    .contact-map {
        float: right
    }
    .social-wrap {
        float: left
    }
}

@media only screen and (max-width:900px) {
    #content .subpage-box.minHeight420 {
        min-height: 440px
    }
    #content .subpage-box.taller-box {
        min-height: 480px
    }
}

@media only screen and (max-width:830px) {
    .spec-box {
        height: 230px
    }
}

@media only screen and (max-width:799px) {
    .breadcrumbs,
    aside,
    div#hero-img,
    footer ul,
    header nav {
        display: none
    }
    body,
    h1 {
        line-height: 1.25
    }
    #content .subpage-box.taller-box {
        min-height: 470px
    }
    #content .subpage-box.minHeight420 {
        min-height: 400px
    }
    #content iframe.corporate-hq-iframe {
        width: 100%!important;
        max-width: 100%!important;
        margin-bottom: 30px!important
    }
    #content .corporate-contact {
        float: none!important;
        margin-right: 0!important
    }
    .spec-box {
        height: 200px;
        width: 48%;
        margin-right: 2%
    }
    header {
        background: #0088b6;
        border-bottom: 2px solid #ccc;
        height: 120px;
        position: relative
    }
    header,
    header * {
        transition: all .3s
    }
    #sticker-sticky-wrapper.is-sticky header,
    #sticker-sticky-wrapper.is-sticky header * {
        opacity: 0;
        height: 0;
        border: none
    }
    header .search-wrap {
        float: none;
        position: absolute;
        top: 20px;
        left: 90%;
        padding-top: 0;
        background: 0 0
    }
    #outer-wrap {
        padding-top: 50px
    }
    header .right {
        padding-top: 32px
    }
    header img.logo {
        padding-top: 20px
    }
    #mobile-nav-block,
    label[for=nav-trigger] {
        display: block
    }
    div.table-wrap {
        overflow-x: scroll
    }
    footer p {
        float: none;
        margin: 0;
        padding: 0 0 20px;
        text-align: center
    }
    footer {
        padding-bottom: 60px
    }
    .search-trigger:checked~.search-wrap {
        top: 50px;
        box-shadow: 1px 5px 11px 1px rgba(0, 0, 0, .5);
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s
    }
    .search-trigger {
        transition: left 1s
    }
    .nav-trigger,
    .search-trigger {
        position: absolute;
        clip: rect(0, 0, 0, 0)
    }
    label[for=search-trigger] {
        opacity: 1;
        position: fixed;
        top: 16px;
        right: 15px;
        z-index: 999;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background: url(/wp-content/themes/va/images/search.svg) 50% 50% no-repeat;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s
    }
    .search-trigger:checked+label {
        background: url(/wp-content/themes/va/images/close.svg) 50% 50% no-repeat
    }
    div.search-wrap input.button {
        width: 20px;
        height: 20px;
        margin-top: 5px;
        padding: 0 0 0 15px;
        float: right
    }
    div.search-wrap input.button:focus {
        outline: 0
    }
    div.search-wrap input.field {
        float: none;
        width: auto;
        padding-right: 30px;
        margin-left: 0;
        height: 19px;
        margin-top: 0;
        flex: 1
    }
    div.search-wrap form#searchform {
        width: 95%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        display: flex;
        flex-direction: row
    }
    .search-wrap {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        background: #41464c;
        z-index: 9
    }
    .three-columns,
    .two-columns,
    ol.three-column-list li,
    ol.two-column-list li,
    ul.three-column-list li,
    ul.two-column-list li {
        display: block;
        width: 100%;
        padding-right: 0!important
    }
    body {
        font-size: 1em
    }
    h1 {
        font-size: 2em
    }
    h2 {
        font-size: 1.625em;
        line-height: 1.538
    }
    h3 {
        font-size: 1.375em;
        line-height: 1.363
    }
    h4 {
        font-size: 1.125em;
        line-height: 1.111
    }
    #content blockquote p {
        font-size: 1.25em;
        line-height: 1.25
    }
    #content .right.retail-map-div {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0
    }
    #content .right.retail-map-div iframe {
        width: 100%!important
    }
    #content .location iframe.right {
        float: none;
        margin-left: 0!important;
        width: 100%!important;
        max-width: 100%!important
    }
	.top-nav {
		display: none;
	}
	
	div#sticker-sticky-wrapper {
		height: 122px !important;
	}
	
	header {
    	border-top: 0;
	}
	#content div.right {
		float: none;
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 0 0 20px 0 !important;
	}
	
	.logo img {
		max-width: calc(100% - 84px);
	}

	header .left {
		padding-top: 16px;
	}

	header .search-wrap {
		top: 32px;
	}
	
	#header {
    	z-index: 9;
	}
	
	.cta-inner {
		display: block;
	}

	.cta-inner .half {
		width: 100%;
		text-align: center;
	}

	.cta h2 {
		padding: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.cta p {
		text-align: center;
	}
	
	.cta {
		background: linear-gradient(270deg, #2088b6, #146283);
	}
}

@media only screen and (max-width:740px) {
    #content,
    header .left {
        width: 100%;
        float: none
    }
    #content .subpage-box.taller-box {
        min-height: 446px
    }
    header .left {
        text-align: center
    }
    header img.logo {
        margin: 0 auto;
        display: inline-block
    }
    #content {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        padding-top: 24px
    }
    .mobile-hide {
        display: none
    }
    .mobile-show {
        display: block
    }
    #foot-social {
        display: table
    }
    #extended-footer {
        padding-left: 20px
    }
    header .right,
    header nav {
        display: none
    }
    a.quote-cart {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-left: 30px;
        display: block
    }
    div#hero-img {
        display: none
    }
    #content .subpage-box.icon-box {
        width: 100%;
        float: none;
        height: auto
    }
	div#content {
		padding-top: 32px !important;
	}
}

@media only screen and (max-width:700px) {
    #content .subpage-box.minHeight420 {
        min-height: 360px
    }
    #content .subpage-box.minHeight420.flipped-box {
        height: auto!important;
        min-height: 0!important
    }
    #content .subpage-box.flipped-box img {
        position: relative
    }
}

@media only screen and (max-width:620px) {
    .spec-box {
        height: auto;
        width: 100%;
        margin-right: 0
    }
    #content .subpage-box,
    #content .subpage-box.mgr0 {
        margin-right: 0!important
    }
    #content .subpage-box {
        float: none;
        width: 100%;
        min-height: 0;
        height: auto
    }
    #content .subpage-box.taller-box {
        min-height: 0
    }
	#content .right {
		float: none;
		max-width: 100%;
		margin: 0 auto 16px auto !important;
		display: block;
	}
}

@media only screen and (max-width:600px) {
    body,
    h1 {
        line-height: 1.25
    }
    html {
        overflow-y: initial
    }
    header .search-wrap {
        left: 85%
    }
    body {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch
    }
    #content .right img,
    #content img.right {
        float: none;
        max-width: 100%;
        margin: 0 0 15px!important
    }
    #content div.right {
        width: 100%;
        margin: 0
    }
    header .left,
    header .right {
        float: none;
        width: 100%;
        margin: 0!important
    }
    header .right {
        border-top: 1px solid #ccc;
        background: #efefef
    }
    header .left {
        margin: 0 auto!important;
        text-align: center
    }
    #content {
        padding-top: 25px
    }
    a.call {
        background: url(/wp-content/themes/va/images/call.svg) #a5be0e
    }
    a.directions {
        background: url(/wp-content/themes/va/images/directions.svg) #a5be0e
    }
    a.contact {
        background: url(/wp-content/themes/va/images/contact.svg) #a5be0e
    }
    .phone-hide {
        display: none
    }
    .phone-show {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        display: block;
        background: #41464c
    }
    .phone-buttons {
        width: 100%;
        padding: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s
    }
    .phone-buttons div {
        font-size: 10px;
        position: relative;
        float: left;
        width: 33%;
        height: 50px
    }
    span.phone-hr {
        position: absolute;
        right: 0;
        height: 30px;
        margin-top: 5px;
        border-right: 1px solid #636c77
    }
    .phone-buttons a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        border-top: 0;
        border-radius: 0;
        box-shadow: none
    }
    .phone-buttons a .svg {
        width: 30px;
        height: 30px;
        margin-top: 9px;
        fill: #fff
    }
    .form-wrap {
        padding: 20px 0 0
    }
    #content form ul li {
		width: 100%;
		max-width: 100% !important;
		float: none;
		clear: both !important;
	}
    .gform_wrapper select.medium,
    .gform_wrapper textarea.medium,
    input.medium {
        width: 99%!important
    }
    #content form ul li input[type=text],
    #content form ul li select {
        height: 40px
    }
    #content form ul li .ginput_container_fileupload {
        width: 99%
    }
    span.pipe {
        border: none;
        display: block;
        padding: 2px 0
    }
    body {
        font-size: 1em
    }
    h1 {
        font-size: 2em
    }
    h2 {
        font-size: 1.625em;
        line-height: 1.538
    }
    h3 {
        font-size: 1.375em;
        line-height: 1.363
    }
    h4 {
        font-size: 1.125em;
        line-height: 1.111
    }
    #content a.download-btn,
    #content a.primary-btn,
    #content a.secondary-btn {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center
    }
	
	div.swnza_banner {
		bottom:50px;
	}
}

@media only screen and (max-width:440px) {
    header img.logo {
        max-width: 70%
    }
    header .search-wrap {
        left: 80%
    }
}

@media only screen and (max-width:400px) {
    footer ul {
        display: none
    }
    footer p {
        float: none;
        margin: 0 0 20px;
        padding: 0;
        text-align: center
    }
}

@media only screen and (max-width:350px) {
	
	header .search-wrap {
		top: 32px;
	}
}