/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/va/fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/open-sans-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/va/fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/open-sans-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/va/fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/va/fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/montserrat-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@charset 'utf-8';
#outer-wrap,
#wrap,
body,
header {
    background: #fff;
}
#foot-social,
.clear,
footer,
footer p {
    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,
html {
    height: 100%;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
#wrap,
div#hero-img-wrap {
    max-width: 2000px;
    margin: 0 auto;
}
body {
    font-family: "Open Sans", sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 16px;
    line-height: 1.375;
    color: #000;
}
div.search-wrap input.button,
h1,
h2,
h3,
h4,
h5,
h6,
header nav li a,
p.h3,
p.h4,
p.hero-tagline {
    font-family: 'Montserrat';
}
blockquote,
form,
ol,
p,
table,
ul {
    margin: 0 0 10px;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
#content p {
    margin-bottom: 1.25em;
    font-size: 1.125em;
    line-height: 1.625;
    color: #1d1d1d;
}
h1,
h2,
h3,
h4,
h5,
h6,
p.h3,
p.h4 {
    color: #444;
    font-weight: 700;
}
h1,
h2 {
    color: #1d1d1d;
}
h1 {
    font-size: 2.75em;
    line-height: 1.05;
    margin-bottom: 0.5em;
    text-align: left;
}
h2 {
    font-size: 2.125em;
    margin-bottom: 20px;
}
h3,
p.h3 {
    font-size: 1.625em;
    margin-bottom: 0.75em;
    color: #5e5c5c;
}
h4,
h5,
h6 {
    font-size: 0.75em;
}
.h1-wrap h1 {
    margin: 0 auto;
    max-width: 1140px;
}
.h1-wrap {
    border-bottom: solid 1px #e0e0e0;
    padding: 30px 0;
}
img {
	height:auto;
	max-width:100%;
}
#outer-wrap {
    min-height: 100%;
}
header {
    height: 130px;
    z-index: 9999 !important;
    border-bottom: solid 1px #e3e4e6;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.5);
}
header .left {
    margin: 0;
}
header .right {
    margin: 0;
    padding-top: 60px;
}
header .right p {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: #1a468e;
}
#header,
header nav {
    margin: 0 auto;
    position: relative;
}
header .right p span {
    color: #a3b234;
}
header img.logo,
picture.logo img {
    padding-top: 20px;
    height: 87px;
    display: inline-block;
}
#header {
    width: 1140px;
    height: 130px;
    max-width: 100%;
}
div#hero-img-wrap {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}
header nav {
    font-weight: 400;
    height: 43px;
    z-index: 1;
    display: inline-block;
    float: right;
}
header nav ul {
    float: right;
    margin: 0;
    width: auto;
    max-width: 950px;
    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 li {
    float: left;
    padding: 0;
    margin: 0 10px;
    position: relative;
}
header nav li a {
    font-size: 1em;
    display: block;
    padding: 10px 14px 0;
    margin: 0;
    text-decoration: none;
    color: #1d1d1d;
    height: 43px;
    box-sizing: border-box;
    border-radius: 4px;
}
.product-landing-tiles a:hover,
.product-primary-right a:hover,
a.configurable-link.cad-page,
a.configurable-link.product-page,
a.learn-more,
ul.ui-tabs-nav li a {
    text-decoration: none !important;
}
header nav li:last-child a {
    background: 0 0;
}
header nav li a:hover {
    color: #fff;
    background: #474747;
    border-radius: 4px 4px 0 0;
}
div.nav-wrap {
    z-index: 1;
    padding-top: 42px;
}
header nav ul li ul.sub-menu {
    background: #2b2b2b;
    padding: 0;
    display: none;
    position: absolute;
    width: 200px;
    border-radius: 0 4px 4px;
    overflow: hidden;
}
header nav ul li:hover ul.sub-menu {
    z-index: 999;
}
header ul li ul.sub-menu li {
    float: none;
}
header ul li ul.sub-menu li ul {
    padding-left: 0;
    padding-top: 0;
    height: auto !important;
}
header ul li ul.sub-menu li ul li {
    display: block;
    float: none;
}
header ul li ul.sub-menu li a {
    padding: 12px 20px;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: none;
    height: auto;
    box-sizing: content-box;
    border-radius: 0;
}
footer li a,
footer p.emp-portal a,
p.hero-tagline {
    text-transform: uppercase;
}
header ul li ul.sub-menu li ul li a {
    font-size: 1em;
    font-weight: 400;
    padding: 5px 20px;
    box-sizing: content-box;
    height: auto;
}
header ul li ul.sub-menu li:hover a {
    background: #474747 !important;
}
nav.shiftnav-nav ul#menu-mobile-menu {
    font-size: 1.25em;
}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
    background: #1e489c !important;
}
span.shiftnav-submenu-activation {
    height: 53px !important;
    width: 62px !important;
}
.search-wrap {
    background: #2b2b2b;
    width: 210px;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 43px;
    border-radius: 4px 0 4px 4px;
}
div.search-wrap input.button,
div.search-wrap input.field {
    width: 170px;
    color: #fefefe;
    box-sizing: border-box;
    outline: 0 !important;
}
div.search-wrap input {
    vertical-align: top;
    margin-top: 5px;
}
div.search-wrap input.button {
    display: inline-block;
    margin-top: 3px;
    padding: 6px 10px;
    background: #474747;
    border: none;
    border-radius: 4px;
    font-size: 0.625em;
    cursor: pointer;
    margin-bottom: 5px;
}
div.search-wrap form#searchform {
    text-align: center;
    margin: 10px 0;
    cursor: default;
}
div.search-wrap input.field {
    border: none;
    border: 1px solid #474747;
    border-radius: 4px;
    padding: 9px 3px;
    background: 0 0;
    text-align: center;
    margin-bottom: 10px;
}
div#sticker-sticky-wrapper {
    z-index: 999;
    height: 131px !important;
}
.search-btn {
    float: right;
    z-index: 999;
    width: 50px;
    height: 43px;
    color: #002985;
    font-size: 1.375em;
    border-radius: 4px;
}
.search-btn:hover {
    cursor: pointer;
    color: #fff;
    background: #474747;
    border-radius: 4px;
}
header .searchbox {
    position: relative;
    padding-top: 3px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.searchbox svg {
    width: 20px;
    position: relative;
    top: 3px;
}
.search-wrap.show-search {
    display: inline-block;
    height: 103px;
    z-index: 999;
}
.active-search {
    color: #fff;
    background: #474747;
    border-radius: 4px 4px 0 0 !important;
}
div.search-wrap input.button:hover {
    background: #747272;
}
header nav ul li ul.sub-menu li {
    margin: 0;
}
header nav ul li ul.sub-menu li a {
    color: #fff;
    background: #2b2b2b;
}
header nav ul li:hover a {
    background: #474747;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
li#menu-item-389 ul.sub-menu {
    width: 440px;
}
li#menu-item-389 ul.sub-menu li {
    width: 220px;
    display: inline-block;
    float: left;
    border-radius: 0;
}
li#menu-item-406 ul.sub-menu li {
    width: 232px;
    display: inline-block;
    float: left;
}
li#menu-item-406 ul.sub-menu {
    width: 464px;
}
li#menu-item-416 ul.sub-menu li {
    width: 220px;
    display: inline-block;
    float: left;
}
li#menu-item-416 ul.sub-menu {
    width: 440px;
}
div#sticker-sticky-wrapper.is-sticky header {
    height: 90px !important;
}
div#sticker-sticky-wrapper.is-sticky header .logo,
div#sticker-sticky-wrapper.is-sticky header .logo img {
    height: 60px;
    padding-top: 14px;
}
div#sticker-sticky-wrapper.is-sticky header .left {
    padding-top: 0;
}
div#sticker-sticky-wrapper.is-sticky header div.nav-wrap {
    padding-top: 28px;
}
div#sticker-sticky-wrapper.is-sticky header .search-wrap {
    top: 63px;
}
#header,
#header-inner,
div#sticker-sticky-wrapper,
div.search-wrap,
header,
header .left,
header .left a,
header .left img,
header div.nav-wrap {
    transition: all 0.3s;
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
li#menu-item-416 a:hover {
    border-radius: 4px;
}
header ul li ul.sub-menu /*li#menu-item-948:hover a{background:url(/wp-content/themes/va/images/icon-configure.png) left 20px center no-repeat #474747!important;background-size:18px 18px!important}header ul li ul.sub-menu li#menu-item-948 a{padding-left:44px}li#menu-item-948 a{background:url(/wp-content/themes/va/images/icon-configure.png) left 20px center no-repeat;background-size:18px 18px!important}li#menu-item-399 a{background:url(/wp-content/themes/va/images/icon-configure.png) 90px 8px no-repeat #2b2b2b!important;background-size:11px!important}li#menu-item-400 a{background:url(/wp-content/themes/va/images/icon-configure.png) 142px 8px no-repeat #2b2b2b!important;background-size:11px!important}li#menu-item-399 a:hover{background:url(/wp-content/themes/va/images/icon-configure.png) 90px 8px no-repeat #474747!important;background-size:11px!important}li#menu-item-400 a:hover{background:url(/wp-content/themes/va/images/icon-configure.png) 142px 8px no-repeat #474747!important;background-size:11px!important}*/#faux-column {
    clear: both;
    margin: 0 auto;
    background: #fff;
    position: relative;
    max-width: 100%;
}
#faux-column.landing-page div#content,
#faux-column.product-page div#content {
    width: 100%;
    max-width: none;
}
#faux-column.landing-page div#content {
    padding-bottom: 0;
}
#content {
    float: none;
    width: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #363636;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
}
#content b,
#content strong {
    color: #000;
    font-size: 1.125em;
}
#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-box h3 {
    margin-top: 0;
}
.two-columns {
    width: 46%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}
.three-columns {
    width: 30%;
    display: inline-block;
    margin-right: 2.9%;
    vertical-align: top;
}
.four-columns {
    display: inline-block;
    width: 22%;
    margin-right: 2.5%;
    vertical-align: top;
}
ul.three-columns,
ul.two-columns {
    margin-left: 0;
    padding-left: 30px;
    box-sizing: border-box;
}
#content blockquote {
    background: url(/wp-content/themes/va/images/icon-quote.png) 25px 12px no-repeat #fff;
    border-left: solid 3px #243f8e;
    padding: 30px 30px 20px 85px;
    margin-bottom: 3em;
}
#content blockquote p {
    color: #282828;
    font-size: 1.5em;
    line-height: 1.458;
    font-style: italic;
    margin-bottom: 32px;
}
#content blockquote p.quote-name {
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}
#content blockquote p.quote-name span {
    color: #1e8eb8;
    font-style: italic;
    font-weight: 700;
    font-size: 1.125em;
}
img.photo {
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px;
    background: #fff;
    border: 1px solid #dbdada;
}
img.drop-shadow {
    box-shadow: 8px 8px 32px -6px rgba(0, 0, 0, 0.8);
}
#content img {
    margin-bottom: 2em;
    max-width: 100%;
    height: auto !important;
    border: 0;
}
#content a.phone-link {
    color: #1d1d1d;
    font-weight: 400;
}
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;
    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;
}
div#hero-img-wrap.landing-page-hero,
div#hero-img-wrap.product-page-hero {
    position: relative;
    z-index: 0;
}
div#hero-img-wrap.product-page-hero {
    height: initial;
}
p.hero-tagline span {
    border-top: solid 2px rgba(255, 255, 255, 0.8);
    border-bottom: solid 2px rgba(255, 255, 255, 0.8);
    padding: 8px 20px;
    max-width: 1140px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.72);
}
.video-box .video,
footer,
p.hero-tagline,
video.video-tag {
    max-width: 100%;
}
p.hero-tagline {
    display: inline-block;
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    z-index: 9999 !important;
    margin-top: 12%;
    opacity: 0.9;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div#hero-img-wrap.landing-page-hero img.hero,
div#hero-img-wrap.product-page-hero img.hero {
    position: relative;
    z-index: -1 !important;
    width: 100%;
    height: auto;
}
#hero-img-wrap img.hero {
    position: relative;
    width: 100%;
    height: auto;
}
.landing-page .h1-wrap,
.product-page .h1-wrap {
    padding-top: 33px;
}
.landing-page .h1-wrap {
    padding-top: 50px;
    border-bottom: none;
}
.landing-page div#content,
footer p {
    padding-top: 0;
}
.landing-page .h1-wrap h1 {
    font-size: 3.75em;
    color: #004990;
    text-align: center;
}
.landing-page div#content .description {
    max-width: 1140px;
    margin: 0 auto 40px;
    text-align: center;
}
.landing-page div#content .description p.desc {
    text-align: center;
}
.eleven-forty {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.eleven-forty .product-primary-left {
    float: left;
    width: 516px;
}
.eleven-forty .product-primary-right {
    float: right;
    width: 570px;
}
.product-primary-right img {
    margin-bottom: 16px !important;
    border: 1px solid #a7a7a7 !important;
}
.product-primary-right a.request-a-quote {
    float: right;
    background: url(/wp-content/themes/va/images/icon-quote-btn.png) 230px center no-repeat #ee2e24;
}
.product-primary-right a:nth-child(even) {
    margin-left: 20px;
    float: right;
}
a.associated-file,
a.configurable-link,
a.request-a-quote {
    width: 275px;
    display: inline-block;
    float: left;
    background: url(/wp-content/themes/va/images/icon-download.png) right 18px center no-repeat #004990;
    padding: 20px;
    box-sizing: border-box;
    color: #fff !important;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 1.125em;
    font-family: 'Montserrat';
}
.product-primary-right a.configurable-link,
a.configurable-link.product-page {
    background: url(/wp-content/themes/va/images/icon-configure.png) right 18px center no-repeat #ee2e24;
}
.dark-wrap {
    background: #333331;
    padding: 54px 0;
}
.dark-wrap .eleven-forty {
    padding-bottom: 0;
}
.dark-wrap a,
.dark-wrap h2,
.dark-wrap li,
.dark-wrap p {
    color: #fff !important;
}
.dark-wrap .features-right li {
    background: url(/wp-content/themes/va/images/icon-arrow-light-blue.png) 2px 6px no-repeat !important;
}
.dark-wrap .features-right {
    float: right;
    width: 516px;
}
.dark-wrap .features-left {
    float: left;
    display: inline-block;
    width: 570px;
}
.dark-wrap ul.features-list {
    margin: 0 !important;
}
.dark-wrap .features-left img:last-child {
    margin-bottom: 0 !important;
}
.dark-wrap .features-left img,
.features-left picture {
    margin-bottom: 54px !important;
    display: block;
}
.additional-product-info-left ul.additional-list {
    margin: 0 0 1.75em;
}
.eleven-forty .additional-product-info-right {
    float: right;
    margin-left: 40px;
}
.eleven-forty.additional-product-info {
    padding: 54px 0 34px;
}
.eleven-forty .prev-nextlinks,
.landing-page .prev-nextlinks {
    display: none;
}
.dark-wrap p,
.product-primary-left {
    font-size: 1.125em;
    line-height: 1.625;
}
#content .additional-product-info ul li,
#content .dark-wrap ul li {
    font-weight: 400;
    margin-bottom: 14px;
}
.angled-section h2,
.angled-section p {
    color: #fff !important;
    text-align: left !important;
}
#content .configurable p,
.cad-box,
.center,
.full-dark h2,
.full-light h2,
.market-tile h2,
.membership-wrap,
.product-landing p.desc,
.product-landing-tiles,
.product-tile,
.product-tile .configurable,
.tiles-wrap {
    text-align: center;
}
.angled-section:nth-child(even) {
    background: #1a1a1a;
}
.angled-section {
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
}
.angled-image img {
    margin-bottom: 0 !important;
    display: block;
}
.angled-image {
    float: left;
    width: 50%;
}
.angled-body {
    padding: 100px 240px 54px 54px;
    float: right;
    width: 50%;
    box-sizing: border-box;
    z-index: 99;
    position: absolute;
    right: 0;
}
a.learn-more {
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px solid #5c5c5c;
    background: #2e2e2e;
    color: #fff !important;
    display: inline-block;
    box-sizing: border-box;
}
a.learn-more:hover {
    background: #525252 !important;
}
.angle-div {
    background: #2e2e2e;
    height: 280px;
    position: absolute;
    margin-left: 85px;
    width: 100%;
    transform: rotate(290deg);
    z-index: 10;
}
.angled-section:nth-child(even) .angle-div {
    background: #1a1a1a;
    margin-left: 40px;
}
.angled-section:nth-child(even) .angled-body {
    right: auto;
    padding-left: 300px;
    padding-right: 0;
}
.angled-section:nth-child(even) .angled-image {
    float: right;
}
.angled-section:nth-child(even) a.learn-more {
    background: #1a1a1a;
}
.market-tile h2 {
    position: absolute;
    z-index: 999;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 1px rgba(325, 325, 325, 1);
    color: #fff;
    border-bottom: solid 1px rgba(325, 325, 325, 1);
    font-size: 2.5em;
}
.cad-box p,
span.threed-big {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #2b2b2b;
}
.market-image .tile-overlay {
    background: url(/wp-content/themes/va/images/bg-trans-black.png);
    height: 450px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}
.market-image img {
    margin: 0 !important;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}
.product-landing .top-half,
.product-landing p.desc {
    margin: 0 auto;
    max-width: 1140px;
}
.market-tile,
.product-tile,
a.blue-btn-2 {
    display: inline-block;
    box-sizing: border-box;
}
.tiles-wrap a:nth-child(3) .market-tile,
.tiles-wrap a:nth-child(6) .market-tile,
.tiles-wrap a:nth-child(9) .market-tile {
    border-right: none;
}
.market-tile {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
    max-height: 450px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
.cad-box {
    float: right;
    width: 337px;
    background: #f1f1f1 url(/wp-content/themes/va/images/grid-bg.jpg.webp) no-repeat #ccc;
    border: 1px solid #b09a9a;
    padding: 15px 53px;
    box-sizing: border-box;
    height: 150px;
    margin-left: 20px;
}
span.threed-big {
    float: left;
    font-size: 4em;
    padding-right: 10px;
    line-height: 1;
}
.cad-box p {
    line-height: 1.25 !important;
    padding-top: 8px !important;
    font-size: 1.25em !important;
    margin-bottom: 16px !important;
}
a.blue-btn-2 {
    color: #fff !important;
    background: #004990;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 0.875em;
}
.full-light,
.product-tile .blue-btn:hover {
    background: #2e2e2e;
}
.product-tile {
    width: 33%;
    padding: 40px 20px;
    border-bottom: solid 2px #ccc;
    margin: 0 -2px;
    vertical-align: top;
    height: 400px;
}
.product-tile.standard,
.product-tile.valve-integrated,
aside ul ul {
    border-bottom: none;
}
.product-tile .blue-btn {
    display: block;
    color: #fff !important;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    width: 164px;
    background: #2e2e2e;
}
.product-tile h3.title {
    text-align: center;
    color: #2b2b2b;
    font-size: 2em;
}
.product-landing-tiles a:hover * {
    opacity: 0.8 !important;
}
.product-landing-tiles a {
    display: inline-block;
}
.product-landing-tiles {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: solid 2px #ccc;
}
.product-tile img {
    margin-bottom: 15px !important;
}
.full-light {
    padding: 40px 0;
}
.full-dark h2,
.full-light h2 {
    color: #fff;
    font-size: 2.75em;
}
.product-landing h3 {
    color: #fff;
    font-size: 2.125em;
}
.configrable div.cad-gear div p,
.full-dark li,
.full-dark p,
.full-light li,
.full-light p {
    color: #fff !important;
}
.full-dark li,
.full-light li {
    background: url(/wp-content/themes/va/images/icon-arrow-light-blue.png) 2px 6px no-repeat !important;
}
.full-dark {
    background: #1a1a1a;
    padding: 40px 0;
}
.full-inner {
    max-width: 1140px;
    margin: 0 auto;
}
a:last-child .market-tile {
    float: none;
}
.overview-side ul li {
    font-size: 0.875em !important;
    margin-bottom: 5px !important;
    background-size: 12px 12px !important;
    background-position: 0 3px !important;
    padding-left: 24px !important;
}
.product-tile .configurable {
    display: block;
    width: 240px;
    margin: 14px auto 0;
}
#content .configurable p,
.configurable div.cad-gear {
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
    font-family: 'Montserrat';
}
#content .configurable p {
    margin: 0;
}
.configurable div.cad-gear {
    float: right;
    position: relative;
    padding-left: 20px;
    background: url(/wp-content/themes/va/images/icon-gear.png) left no-repeat;
    border-bottom: dotted 1px #323232;
    width: 24px;
    height: 19px;
    line-height: 1.5 !important;
}
.configurable div.cad-gear div {
    display: none;
    position: absolute;
    background: url(/wp-content/themes/va/images/tooltip-bg.png);
    width: 240px;
    padding: 10px;
    bottom: 32px;
    left: -110px;
}
.configurable div.cad-gear:hover div,
aside li a {
    display: block;
}
#content .configurable .tooltip p {
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
    font-size: 1em;
}
.configurable div.cad-gear:hover {
    cursor: default;
}
.configurable div.cad-gear div.tooltip-bot {
    background: url(/wp-content/themes/va/images/tooltip-bottom.png) no-repeat;
    width: 20px;
    padding: 0;
    height: 10px;
    border: none;
    position: absolute;
    bottom: -10px;
    left: 120px;
}
.video-box {
    margin-bottom: 30px;
}
aside p.h3,
aside p.h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
a.configurable-link.cad-page {
    background: url(/wp-content/themes/va/images/icon-configure.png) 230px center no-repeat #ee2e24;
}
aside li a,
aside p.h3 a,
footer li a {
    text-decoration: none;
}
aside {
    float: left;
    width: 208px;
    padding-right: 30px;
    padding-top: 20px;
    display: none;
}
aside p.h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #1a468e;
    margin-left: 0;
}
aside a:hover,
aside p a {
    font-weight: 700;
}
aside p.h3 a {
    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: 0.875em;
    line-height: 1.5;
}
aside li a {
    font-size: 0.875em !important;
    padding: 6px 10px 6px 6px;
    color: #636363 !important;
    border-bottom: 1px solid #c8c8c8;
    background: 0 0 !important;
}
aside li a.nav-current {
    color: #4050a2 !important;
    font-weight: 700;
}
footer a,
footer p {
    color: #656565;
}
aside a:hover {
    color: #494949 !important;
}
aside ul {
    margin-left: 0;
    margin-bottom: 1em;
}
aside ul li ul a {
    font-size: 0.75em !important;
    padding-left: 35px;
}
aside ul ul {
    margin-bottom: 0;
    border-top: none;
}
#content .wpc-categories {
    display: none !important;
}
.footer-wrap {
    width: 100%;
    background: #343434 url(/wp-content/themes/va/images/footer-bg.jpg.webp) center top no-repeat;
}
footer {
    width: 1140px;
    margin: 0 auto;
    padding-top: 34px;
}
footer a:hover {
    opacity: 0.6;
}
footer p {
    padding-bottom: 20px;
    margin-bottom: 0;
    display: block;
    padding-left: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 0.875em;
}
footer ul {
    margin: 0 15px 0 0;
    width: 406px;
}
footer li {
    display: inline-block;
    padding: 0;
    width: 200px;
}
.email,
footer .phone {
    padding-left: 24px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 0.875em;
}
footer li a {
    display: block;
    font-family: 'Montserrat';
    font-size: 0.875em;
    color: #b2b2b2;
    padding-bottom: 3px;
}
footer li:last-child a {
    padding-right: 0;
    border: none;
}
footer ul.sub-menu {
    display: none;
}
.email,
.membership-logo,
.solutions-footer,
footer .phone,
footer nav {
    display: inline-block;
}
footer .phone {
    background: url(/wp-content/themes/va/images/icon-phone.png) left center no-repeat;
    margin-right: 24px;
}
.email {
    background: url(/wp-content/themes/va/images/icon-email.png) left 1px no-repeat;
}
footer .email a,
footer .phone a {
    color: #fefefe;
}
.solutions-footer ul li,
footer p.emp-portal a {
    text-decoration: none;
    font-family: 'Montserrat';
    color: #b2b2b2;
}
.footer-contact {
    margin-bottom: 26px;
}
footer nav {
    margin-bottom: 21px;
    float: left;
}
.membership-wrap {
    background: #fff;
    border-top: solid 1px #dcdcdc;
    padding: 16px 0;
}
.membership-logo {
    padding: 0 16px;
}
footer p.emp-portal a {
    display: inline-block;
    padding-bottom: 3px;
    font-weight: 400;
    font-size: 1em;
}
.solutions-footer ul ul {
    margin-top: 6px;
}
.solutions-footer ul li li {
    font-size: 1.125em;
}
.solutions-footer ul li li a {
    text-transform: none;
}
.solutions-footer ul li {
    display: block;
    font-size: 0.875em;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.breadcrumbs span,
.woocommerce-breadcrumb a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#content a,
a {
    color: #004990;
}
.breadcrumbs,
.woocommerce-breadcrumb {
    font-size: 0.75em;
    margin-bottom: 20px;
    display: none;
}
ol,
ul {
    margin-left: 2em;
    margin-bottom: 1.75em;
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#foot-social a,
a {
    text-decoration: none;
}
.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;
}
.woocommerce-breadcrumb a {
    padding: 0 2px !important;
}
.breadcrumbs a span,
.woocommerce-breadcrumb {
    font-weight: 700;
    font-family: "Open Sans", Sans-Serif;
    text-transform: uppercase;
}
.breadcrumbs a:hover span,
.woocommerce-breadcrumb a:hover {
    opacity: 0.8;
}
a {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
img a {
    border: 0;
}
#content a {
    font-weight: 700;
}
#content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
ul {
    list-style: none;
}
#content li {
    padding: 3px;
}
#content ul li {
    background: url(images/icon-list.png) left 3px no-repeat;
    background-size: 16px;
    padding: 0 0 0 28px;
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 18px;
}
#content ol li {
    padding: 0;
    margin-bottom: 1em;
    color: #1b5a8a;
    font-weight: 700;
}
#content li ol,
#content li ul {
    margin-bottom: 0;
    margin-left: 0.5em;
    margin-top: 1em;
}
#content li ul li {
    background: url(images/icon-list-sub.png) 0 4px no-repeat;
    background-size: 16px;
    padding-left: 24px;
    width: 100%;
    font-size: 0.875em;
    font-weight: 400;
}
#content li ol li {
    color: #2f2f2f;
    font-weight: 400;
}
#content ol.two-column-list li,
#content ul.two-column-list li {
    display: inline-block;
    width: 45%;
    padding-right: 5% !important;
    box-sizing: border-box;
    vertical-align: top;
}
#content ol.three-column-list li,
#content ul.three-column-list li {
    display: inline-block;
    width: 30%;
    padding-right: 3% !important;
    box-sizing: border-box;
    vertical-align: top;
}
table {
    width: 100%;
    margin-bottom: 2em;
}
.table,
td,
th {
    border-collapse: collapse;
    color: #444;
}
th {
    background-color: #004990;
    color: #fff;
    text-align: left;
    font-size: 1.125em;
    font-weight: 700;
    padding: 14px 15px;
}
table tr:nth-child(even) th {
    background: #003569;
}
table tr:nth-child(even) {
    background: #fff;
}
table tr:nth-child(odd) {
    background: #e7e7e7;
}
td {
    vertical-align: top;
    padding: 10px 15px;
}
.dataTable caption {
    font-size: 0.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;
}
.right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 450px;
}
#content .right img,
#content img.right {
    height: auto;
}
#content img.grey-border {
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#content .right img {
    margin-bottom: 20px;
}
#content .right img:last-child {
    margin-bottom: 0;
}
.img-border {
    border: 1px solid #999;
}
.left {
    float: left;
    margin: 0 10px 10px 0;
}
#foot-social,
#side-social {
    margin-right: auto;
    margin-left: auto;
}
div .clear {
    height: 0;
}
#social {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
#side-social {
    display: none;
    padding-top: 10px;
}
#foot-social {
    margin-bottom: 26px;
}
#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.googlereview {
    background: url(https://www.texashydraulics.com/wp-content/uploads/Googleicon2.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.googlereview {
    background: url(https://www.texashydraulics.com/wp-content/uploads/Googleicon.jpg) no-repeat rgba(0, 0, 0, 0);
}
#foot-social a.linkedin {
    background: url(/wp-content/themes/va/images/icon-linkedin.jpg) no-repeat rgba(0, 0, 0, 0);
}
#foot-social a.facebook {
    background: url(/wp-content/themes/va/images/icon-fbook.jpg) no-repeat rgba(0, 0, 0, 0);
}
#foot-social a.twitter {
    background: url(/wp-content/themes/va/images/icon-twitter.jpg) no-repeat rgba(0, 0, 0, 0);
}
#foot-social a.youtube {
    background: url(/wp-content/themes/va/images/icon-ytube.jpg) no-repeat rgba(0, 0, 0, 0);
}
#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: 46px;
    height: 46px;
    padding: 0 7px;
}
a.facebook:hover,
a.googlereview:hover,
a.linkedin:hover,
a.twitter:hover,
a.youtube:hover {
    opacity: 0.5;
}
#content form ul li {
    float: left;
    clear: none !important;
    width: 50%;
    margin: 0 0 1.5em;
    padding: 0;
    background: 0 0;
}
#content form ul li.full-width {
    float: none;
    clear: both !important;
    width: 95%;
    padding-left: 0;
    padding-right: 0;
}
#content .gform_wrapper .gform_footer input.button {
    width: 150px;
    padding: 10px 0;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #004990;
}
#content .gform_wrapper .gform_footer input.button:hover {
    background: #2b6fb1;
}
.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 {
    display: none !important;
}
li.gf_left_half,
li.gf_right_half {
    height: 70px;
}
.gform_wrapper select.medium,
input.medium {
    width: 90% !important;
}
.gform_wrapper textarea.medium {
    width: 90% !important;
}
div.gform_wrapper ul.gform_fields li.gfield.one-third {
    width: 33.3333%;
}

div.gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
}

.gform_footer img {
    display: none !important;
}

div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

div.gform_wrapper {
    margin: 0 0 48px 0;
}

div.gform_wrapper .validation_message {
    padding-top: 8px !important;
    color: #c11111;
    font-size: 0.75em;
}

div.gform_wrapper.gform_validation_error .top_label input.medium, div.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
    background: #ffebeb;
    border-color: #e7aaaa;
}

#genesis-content li.gfield.full-width {
    margin-bottom: 16px !important;
}

div.gform_wrapper {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
	list-style:none;
}

label.gfield_label {
    font-size: 0.75em;
    margin-bottom: 10px;
    display: inline-block;
}

li.hidden_label label {
    display: none;
}

li.gform_hidden, li.gform_validation_container {
    visibility: hidden;
    display: none;
}

div.gform_wrapper textarea {
    height: 180px;
}

div.gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
	padding-left:0;
}

div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

div.gform_wrapper ul.gform_fields li.gfield input {
    width: 100%;
    margin-top: 0;
}

div.gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 16px;
}

div.gform_wrapper textarea.medium {
    padding: 5px 16px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
	margin-top:0 !important;
}

.validation_error {
    background: #efefef;
    border-left: solid 4px #b70e0e;
    padding: 10px 20px;
    margin-bottom: 20px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

div.gform_wrapper .validation_message.instruction {
    display: none;
}

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

p.form-title {
    font-size: 28px;
    color: #457eb9;
}

.ginput_complex.has_street > span {
    margin-bottom: 16px;
    display: block;
}

.ginput_complex.has_street > span label {
    font-size: 0.75em;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio li, .gfield_checkbox li {
    list-style: none;
}

.gfield_radio, .gfield_checkbox {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio input[type="text"] {
    width: auto !important;
}

.gform_drop_area {
    border: dashed 2px #d3d3d3;
    padding: 20px;
}

@media only screen and (max-width:1100px) {
	div.gform_wrapper ul.gform_fields li.gfield.one-third {
    	width: 100%;
	}
}

@media only screen and (max-width:600px) {
    div.gform_wrapper ul.gform_fields li.gfield {
        width: 100% !important;
        padding-right: 0 !important;
    }
}
a.button,
input.button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
select.gfield_select {
    padding: 5px 4px !important;
}
.blogexcerpt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
#content .blogexcerpt h2 a {
    color: #1d1d1d;
    font-weight: 700;
}
#content .blogexcerpt h2 a:hover {
    color: #1d1d1d;
    opacity: 0.8;
}
a.download-btn,
a.quote-cart {
    color: #fff;
    text-decoration: none;
}
.blogexcerpt small {
    font-size: 0.875em;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.blogexcerpt h2 {
    margin-bottom: 0;
}
.landing-page .blogexcerpt {
    max-width: 1140px;
    margin: 0 auto;
}
.mobile-show,
.phone-show {
    display: none;
}
.mobile-hide,
.phone-hide {
    display: block;
}
.phone-buttons {
    width: 100%;
    padding: 15px 0;
}
.phone-buttons div {
    font-size: 0.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;
}
.shiftnav-toggle {
    display: none !important;
    float: right;
    text-decoration: none;
}
.shiftnav-toggle-button {
    float: none;
    margin: 0 15px 15px 0 !important;
    background: #306fff !important;
}
.shiftnav-toggle-button:hover {
    background: #243f8e !important;
}
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;
    padding-left: 34px;
    background: url(/wp-content/themes/va/images/quote-icon-blue.png) left 3px no-repeat;
    font-weight: 700;
    padding-top: 6px;
    padding-right: 0;
}
a.quote-cart:hover {
    opacity: 0.7;
}
#contact address {
    margin-bottom: 1.25em;
}
a.download-btn {
    font-size: 1em;
    font-style: normal;
    background: url(/wp-content/themes/va/images/icon-download.png) 16px center no-repeat #585858;
    background-size: 20px 20px;
    display: block;
    padding: 14px 30px 14px 48px;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
}
.blue-btn,
.custom-pagination a,
a.more-btn {
    text-decoration: none !important;
}
a.download-btn:hover {
    background-color: #6e6e6e;
    color: #fff !important;
}
.blue-btn {
    background: #00599b;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #3595ce;
    box-shadow: 0 0 0 1px #00599b;
    max-width: 100%;
    display: inline-block;
}
.blue-btn:hover {
    background: #106db2;
}
.home-box.home-mobile-only,
input#search-trigger {
    display: none;
}
.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    padding: 2px 10px;
}
.custom-pagination a {
    background-color: #ebebeb;
    color: #004990 !important;
}
.custom-pagination a:hover {
    background-color: #004990;
    opacity: 1 !important;
    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: #004990;
    color: #fff;
}
#content .img-thumb img {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #ebebeb;
}
.img-thumb {
    float: right;
    max-width: 200px;
    max-height: 200px;
    margin-left: 30px;
    margin-bottom: 20px;
}
a.more-btn {
    background: url(/wp-content/themes/va/images/icon-arrow.png) 118px center no-repeat #004990;
    color: #fff !important;
    background-size: 14px;
    display: inline-block;
    padding: 6px 34px 6px 21px;
    border-radius: 4px;
    margin: 20px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 400 !important;
    box-shadow: 0 0 0 1px #004990;
    border: 1px solid #3984cd;
}
a.more-btn:hover {
    background-color: #004990;
    opacity: 0.8;
}
#content ul.core-values {
    margin-left: 0;
}
#content ul.core-values > li {
    background: 0 0;
    padding-left: 0;
}
@media only screen and (max-width: 1850px) {
    .angled-body {
        padding-top: 54px;
    }
}
@media only screen and (max-width: 1650px) {
    .angled-section:nth-child(even) .angled-body {
        padding-left: 54px;
    }
    .angled-body {
        padding-right: 54px;
    }
    .angled-image {
        overflow: hidden;
    }
    #content .angled-image img {
        margin-bottom: 2em;
        width: auto;
        max-width: none;
        height: 480px !important;
    }
}
@media only screen and (max-width: 1500px) {
    .market-tile h2 {
        font-size: 2em;
        top: 38%;
    }
}
@media only screen and (max-width: 1350px) {
    li#menu-item-40 ul.sub-menu,
    li#menu-item-416 ul.sub-menu,
    li#menu-item-44 ul.sub-menu {
        right: 0;
        border-radius: 4px 0 4px 4px;
    }
}
@media only screen and (max-width: 1200px) {
    .market-tile h2 {
        font-size: 1.5em;
        top: 36%;
    }
    .product-tile.telescopic .configurable div.cad-gear div.tooltip div.tooltip-bot {
        right: 10px;
        left: auto;
    }
    .product-tile.telescopic .configurable div.cad-gear div.tooltip {
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 1160px) {
    footer,
    header {
        box-sizing: border-box;
    }
    header .right {
        padding-right: 20px;
    }
    a.quote-cart {
        right: 20px;
    }
    header {
        padding: 0 20px;
    }
    header nav,
    header nav li,
    header nav li#menu-item-44 {
        margin: 0;
    }
    .h1-wrap {
        padding: 30px 20px 0;
    }
    #content {
        padding: 30px 20px 20px;
    }
    .product-page div#content {
        padding: 30px 0 20px;
    }
    .eleven-forty {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    footer {
        padding: 34px 20px 0;
    }
    .dark-wrap .features-left,
    .eleven-forty .additional-product-info-right,
    .eleven-forty .product-primary-right {
        width: 530px;
    }
    .dark-wrap .features-right,
    .eleven-forty .product-primary-left {
        width: 500px;
    }
    a.associated-file,
    a.request-a-quote {
        width: 255px;
        background: url(/wp-content/themes/va/images/icon-download.png) 210px center no-repeat #004990;
    }
    .product-primary-right a.request-a-quote {
        background: url(/wp-content/themes/va/images/icon-quote-btn.png) 210px center no-repeat #ee2e24;
    }
    p.hero-tagline {
        font-size: 2.25em;
    }
    #faux-column.landing-page div#content {
        padding: 30px 0 0;
    }
}
@media only screen and (max-width: 1140px) {
    .landing-page div#content p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .angled-body p {
        padding: 0 !important;
    }
    .angled-image {
        width: 25%;
    }
    .angled-body {
        width: 75%;
    }
    .angled-section:nth-child(even) .angled-body {
        padding-right: 54px;
    }
    .angle-div {
        display: none;
    }
    .full-dark,
    .full-light,
    .product-landing .top-half {
        padding-left: 20px;
        padding-right: 20px;
    }
    .landing-page div#content .product-landing p {
        padding: 0;
    }
    .product-tile h3.title {
        font-size: 1.5em;
    }
    #content .angled-image img {
        margin-left: -267px;
    }
}
@media only screen and (max-width: 1100px) {
    #content {
        padding-right: 20px;
        box-sizing: border-box;
    }
    .dark-wrap .features-left,
    .eleven-forty .additional-product-info-right,
    .eleven-forty .product-primary-right {
        width: 570px;
        float: none;
        max-width: 100%;
    }
    .dark-wrap .features-right,
    .eleven-forty .product-primary-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .dark-wrap .features-left img {
        display: none;
    }
    .dark-wrap .features-left img:first-child {
        display: block;
        margin-bottom: 30px !important;
    }
    a.associated-file,
    a.request-a-quote {
        width: 275px;
        float: left !important;
    }
    .eleven-forty .additional-product-info-right {
        margin-left: 0;
    }
    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;
    }
}
@media only screen and (max-width: 1000px) {
    .market-tile h2 {
        top: 39%;
    }
    .tiles-wrap a:nth-child(even) .market-tile {
        border-right: none;
    }
    .tiles-wrap a:nth-child(3) .market-tile,
    .tiles-wrap a:nth-child(6) .market-tile,
    .tiles-wrap a:nth-child(9) .market-tile {
        border-right: solid 1px #fff;
    }
    .market-tile {
        width: 49.99%;
    }
    video.video-tag {
        height: 500px;
    }
}
@media only screen and (max-width: 980px) {
    #faux-column,
    footer,
    header {
        width: 100%;
    }
    footer ul li a:first-child {
        padding-left: 0;
    }
    footer p {
        clear: both;
    }
    #extended-footer {
        padding-right: 20px;
    }
    header .left {
        float: none;
        text-align: center;
    }
    div#header,
    div#sticker-sticky-wrapper,
    header {
        height: 180px !important;
    }
    div.nav-wrap {
        padding-top: 12px;
    }
    header nav ul li {
        margin-right: 10px;
    }
    header nav {
        float: none;
    }
    .search-wrap {
        top: 56px;
    }
    div#sticker-sticky-wrapper.is-sticky .nav-wrap {
        opacity: 0 !important;
        pointer-events: none;
    }
    .footer-wrap {
        width: 100%;
        background: #343434 url(/wp-content/themes/va/images/footer-bg.jpg.webp) -800px top no-repeat;
    }
    a.nav-current img.logo,
    picture.logo {
        display: none;
    }
    header .left a.nav-current {
        display: inline-block;
        width: 163px;
        height: 87px;
        background: url(/wp-content/themes/va/images/logo.svg) no-repeat;
        margin-top: 20px;
    }
    div.is-sticky header .left a.nav-current {
        width: 109px;
        height: 55px;
    }
}
@media only screen and (max-width: 920px) {
    #social {
        display: none;
    }
    #side-social {
        display: table;
    }
    .product-tile {
        width: 50%;
        margin: 0 -3px;
    }
    .solutions-footer {
        display: none;
    }
    .product-tile.valve-integrated .configurable div.cad-gear div.tooltip div.tooltip-bot {
        right: 10px;
        left: auto;
    }
    .product-tile.valve-integrated .configurable div.cad-gear div.tooltip {
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 880px) {
    header nav ul li {
        margin-right: 0;
    }
}
@media only screen and (max-width: 820px) {
    header nav li a {
        padding: 10px 10px 0;
    }
}
@media only screen and (max-width: 799px) {
    .breadcrumbs,
    aside,
    header nav {
        display: none;
    }
    #foot-social,
    .footer-contact,
    footer p {
        text-align: center;
    }
    body,
    h1 {
        line-height: 1.25;
    }
    #header-wrap {
        border-bottom: 1px solid #ccc;
    }
    #header-wrap,
    header {
        height: 165px;
    }
    div#header,
    div#sticker-sticky-wrapper,
    header {
        height: 130px !important;
    }
    #shiftnav-toggle-main .shiftnav-main-toggle-content {
        padding: 16px 0 !important;
    }
    .shiftnav-toggle {
        display: inline-block !important;
    }
    #extended-footer {
        padding-left: 20px;
    }
    div.table-wrap {
        overflow-x: scroll;
    }
    footer nav {
        display: none;
    }
    footer p {
        float: none;
        margin: 0;
        padding: 0 0 20px;
    }
    footer {
        padding-bottom: 60px;
    }
    #shiftnav-toggle-main {
        z-index: 99 !important;
    }
    .search-trigger:checked ~ .search-wrap {
        top: 52px !important;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .search-trigger {
        transition: left 1s;
    }
    .nav-trigger,
    .search-trigger {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }
    label[for="search-trigger"] {
        position: fixed;
        top: 12px;
        right: 15px;
        z-index: 99999;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: #fff;
        background-size: contain;
        -webkit-mask: url(/wp-content/themes/va/images/search.svg) no-repeat 50% 50%;
        mask: url(/wp-content/themes/va/images/search.svg) no-repeat 50% 50%;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .search-trigger:checked + label {
        -webkit-mask: url(/wp-content/themes/va/images/close.svg) no-repeat 50% 50%;
        mask: url(/wp-content/themes/va/images/close.svg) no-repeat 50% 50%;
    }
    body.shiftnav-open #outer-wrap header #header label[for="search-trigger"] {
        opacity: 0;
    }
    div.search-wrap input.button {
        width: 60px;
        height: 30px;
        margin-top: 0;
        padding: 2px 10px;
        float: right;
        background: #767676;
        box-sizing: content-box;
    }
    div.search-wrap input.button:hover {
        background: #1d1d20;
    }
    div.search-wrap input.button:focus {
        outline: 0;
    }
    div.search-wrap input.field {
        float: none;
        width: auto;
        padding-right: 30px;
        height: 19px;
        flex: 1;
        box-sizing: content-box;
        padding-bottom: 7px;
        border-radius: 0;
        border-bottom: solid 1px #767676;
        margin: 0 20px 5px 0;
    }
    div.search-wrap form#searchform {
        width: 95%;
        margin: 0 auto;
        padding: 5px 0;
        text-align: center;
        display: flex;
        flex-direction: row;
    }
    .search-wrap {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        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;
    }
    div#sticker-sticky-wrapper.is-sticky .nav-wrap {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    div#sticker-sticky-wrapper.is-sticky header .logo {
        height: auto !important;
        padding-top: 20px;
    }
    .search-btn {
        float: none;
        width: auto;
        height: 0;
        color: #fff;
        border-radius: 0;
        cursor: default !important;
    }
    div#sticker-sticky-wrapper.is-sticky #header,
    div#sticker-sticky-wrapper.is-sticky header {
        height: 130px !important;
    }
    div.sticky-wrapper,
    header#sticker {
        position: relative !important;
        z-index: 1;
        height: 130px !important;
    }
    .searchbox .fa-search {
        display: none;
    }
    #shiftnav-toggle-main.shiftnav-toggle-main-align-left {
        z-index: 9999 !important;
    }
    #header,
    div#sticker-sticky-wrapper,
    header {
        z-index: auto !important;
    }
    div#sticker-sticky-wrapper.is-sticky header .search-wrap {
        top: 0;
    }
    #content .right img,
    #content img.right {
        float: none;
        max-width: 100%;
        margin: 0 0 30px;
    }
    #content div.right,
    .cad-box {
        float: none;
        margin: 0 0 20px;
    }
    #content div.right {
        width: 100%;
        display: block;
    }
    .footer-wrap {
        background: #343434 url(/wp-content/themes/va/images/footer-bg.jpg.webp) -830px top no-repeat;
    }
    p.hero-tagline {
        font-size: 1.5em;
    }
    #content ol.two-column-list li,
    #content ul.two-column-list li {
        display: block;
        width: 100%;
        padding-right: 0 !important;
    }
    .search-wrap.show-search {
        display: inline-block;
        height: 50px;
        z-index: 999;
    }
    .landing-page .h1-wrap h1,
    .landing-page p.desc {
        text-align: left;
    }
    .product-tile .configurable div.cad-gear div.tooltip {
        display: none !important;
    }
    .configurable div.cad-gear {
        border-bottom: none;
    }
    .configurable div.cad-gear:hover {
        cursor: default;
    }
    #content .right img:first-child {
        display: block;
    }
    #content .right img,
    footer p.emp-portal {
        display: none;
    }
    .angled-section .blue-btn {
        padding: 20px 60px;
    }
    .landing-page p.desc {
        text-align: left !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;
    }
}
@media only screen and (max-width: 740px) {
    #content,
    .angled-body,
    .angled-image,
    header .left {
        width: 100%;
        float: none;
    }
    #header-wrap,
    header {
        height: 129px;
    }
    header img.logo {
        margin: 0 auto;
        padding: 20px;
        display: block;
    }
    #content {
        padding-left: 32px;
        padding-right: 32px;
        margin: 0 auto;
        padding-top: 24px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    #foot-social {
        display: table;
    }
    #extended-footer {
        padding-left: 20px;
    }
    .angled-body,
    .angled-section:nth-child(even) .angled-body {
        padding: 54px 20px;
    }
    header .right,
    header nav {
        display: none;
    }
    a.quote-cart {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-left: 30px;
        display: block;
    }
    #content .angled-image img {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        height: auto !important;
        margin-left: 0;
    }
    .angled-image {
        text-align: center;
    }
    .angled-body {
        display: block;
        position: relative;
    }
    .angled-section:nth-child(even) .angled-image {
        float: none;
    }
    video.video-tag {
        height: 400px;
    }
}
@media only screen and (max-width: 630px) {
    a.associated-file,
    a.request-a-quote {
        display: block;
        width: 100%;
        margin: 0 0 20px !important;
        max-width: 100%;
        background-position: right 20px center !important;
    }
    .market-tile h2 {
        font-size: 2em;
    }
    .market-tile {
        width: 100%;
        border-right: none !important;
        border-bottom: solid 4px #fff;
    }
    .product-tile {
        width: 100%;
        margin: 0;
    }
    .product-tile.telescopic .configurable div.cad-gear div.tooltip div.tooltip-bot,
    .product-tile.valve-integrated .configurable div.cad-gear div.tooltip div.tooltip-bot {
        right: auto;
        left: 110px;
    }
    .product-tile.telescopic .configurable div.cad-gear div.tooltip,
    .product-tile.valve-integrated .configurable div.cad-gear div.tooltip {
        left: -100px;
        right: auto;
    }
    .blogexcerpt .img-thumb img {
        margin-bottom: 0 !important;
    }
    .blogexcerpt .img-thumb {
        float: none;
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
    body,
    h1 {
        line-height: 1.25;
    }
    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;
    }
    #content {
        padding-top: 25px;
    }
    header img.logo {
        padding: 20px;
    }
    .shiftnav-toggle {
        float: none;
        text-decoration: none;
    }
    .shiftnav-toggle-button {
        margin: 0 0 15px !important;
    }
    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;
    }
    .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;
    }
    #content blockquote {
        background-size: 20px;
        padding-left: 40px;
        background-position: 12px 20px;
    }
    .footer-wrap {
        background: #343434 url(/wp-content/themes/va/images/footer-bg.jpg.webp) -1060px top no-repeat;
    }
    p.hero-tagline span {
        display: none;
    }
    .landing-page .h1-wrap h1 {
        font-size: 2em;
    }
    video.video-tag {
        height: 340px;
    }
    body {
        padding-bottom: 50px;
        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.125em;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 550px) {
    .map-right,
    iframe.right {
        float: none !important;
        width: 100% !important;
        margin: 0 0 15px !important;
    }
    .map-right iframe {
        width: 100% !important;
    }
    #content form ul li {
        float: none;
        width: 100%;
    }
    #wrapper #extended-footer {
        display: none;
    }
    #foot-social {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 450px) {
    video.video-tag {
        height: 240px;
    }
}
@media only screen and (max-width: 400px) {
    footer ul {
        display: none;
    }
    footer p {
        float: none;
        margin: 0 0 20px;
        padding: 0;
        text-align: center;
    }
    .market-tile h2 {
        font-size: 1.5em;
    }
    .cad-box span.threed-big {
        font-size: 1.5em;
        padding-right: 7px;
    }
    .cad-box p {
        padding-top: 0 !important;
    }
    .cad-box {
        border: none;
        background: 0 0;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    a.configurable-link.product-page {
        max-width: 100%;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 330px) {
    #foot-social a {
        margin-bottom: 10px;
    }
    .membership-logo {
        margin-bottom: 16px;
    }
    a.associated-file,
    a.request-a-quote {
        font-size: 1em;
        background-size: 20px !important;
        background-position: right 10px center !important;
    }
    .market-tile h2 {
        font-size: 1.125em;
        top: 32%;
    }
}

/* Top Bar Styling */
div#top-bar {
    background: #ededed;
    color: #fff;
    font-size: 0.875rem;
    position: relative;
    margin: 0;
    width: 100%;
    height: 46px;
    transition:top 400ms;
    font-weight:400;
    box-sizing: border-box;
    padding: 0 20px;
}
div#top-bar a {
    color: #1d1d1d;
    font-weight:700;
    text-decoration: none;
}
div#top-bar a:hover {
    opacity: 0.7;
}
div#top-bar a.cta-link {
    color: #004990;
}
#top-bar .row-inner {
    text-align: right;
    padding: 0;
    height: 46px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
}
#top-bar .social {
    margin: 0 !important;
    display: flex !important;
    gap: 10px !important;
}
#top-bar .social a {
    height: 30px !important;
    width: 30px !important;
    background-size: 100% !important;
    min-width: unset !important;
    padding: 0 !important;
}
#top-bar .top-menu {
    margin-left: auto;
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 800px) {
	#top-bar {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
    header nav li a {
        font-size: 15px;
    }
}

/* Expo Popup */
div#expo-popup {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 400px;
	z-index: 999;
}

div#expo-popup a img {
	transition: opacity 300ms;
	width: 100%;
}

div#expo-popup a:hover img {
	opacity: .7;
}

div#expo-popup .close-button {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 5px;
	z-index: 2;
	cursor: pointer;
}

@media only screen and (max-width: 900px) {
    div#expo-popup {
        width: calc(100% - 64px);
    }
}