/*
Theme Name: VA Master Responsive Theme
Theme URI: www.visualapp.com
Description: A custom theme by VisualApp
Author: VisualApp
Author URI: www.visualapp.com
.
[Any other comments go here]
.
*/

/* fonts */
/* gothic-a1-regular - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/va/fonts/gothic-a1-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/gothic-a1-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* gothic-a1-600 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/wp-content/themes/va/fonts/gothic-a1-v8-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/gothic-a1-v8-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* overpass-700 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/va/fonts/overpass-v5-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/va/fonts/overpass-v5-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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


/* base styles */
html{
overflow-y:scroll;/*to prevent jitter when moving from a page that is taller than the window to one that is not, vice versa*/
}
body{
font-family: 'Gothic A1', sans-serif; /* base font */
	font-weight:400;
	font-style:normal;
font-size:1em;                           /* base font-size */
line-height:1.375;
color:#000;
background:#494949;
text-align:center; /* for centering layouts (remove if not desired) */
}

/* By only applying the margin to the bottom, spacing between
these common block-level elements remains consistent and
headings can be flush with the following content if desired. */
p, ul, ol, table, form, blockquote {
    margin-bottom: 32px;
}
.prev-nextlinks {
    display: none;
}
/* heading styles */
h1,h2,h3,h4,h5,h6{
color:#444;
font-family: 'Overpass', sans-serif;
	font-weight:700;
margin-bottom:32px;
}
h1 {
    font-size: 3em;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    color: #004bd8;
    line-height: 1;
}
h1 span{
	color: #555555;
	text-transform: none;
	display: block;
	font-size: 0.5em;
	padding-top: 8px;
}
h2 {
    font-size: 2.5em;
    color: #1b1b1b;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    line-height: 1;
}
h3 {
    font-size: 1.5em;
    line-height: 1;
    color: #004bd8;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 600;
}
#content h3{
line-height: 1.25;
}

h3.list-title{
  color:#26308a;
}
p.italics {
    font-size: 1.125em !important;
    font-style: italic;
}
h4,h5,h6{
font-size:0.75em;
}
img { 
	height:auto;
}
/* hyperlink styles */
a {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}
#content a {
    color: black;
    text-decoration: underline;
}
#content a:hover{
opacity:0.7;
}
#content svg{
	margin-left: 10px;
	width:20px;
	position:relative;
	top:5px;
}

#content svg:hover{
	opacity:0.7;
}
img a{
border:0;
}
/* list styles */
ul {
    list-style: none;
}
#content ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap:20px;
    margin-left: 25px;
    margin-bottom: 32px;
/* 	font-weight: bold; */
}
#content li{
padding:3px;
}
#content ul li {
    padding-left: 23px;
    background: url(images/icon-list.png) 0px 8px no-repeat;
    background-size: 12px;
    font-size: 1em;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #3d3d3d;
}
.page-id-1855 #content ul li{
	list-style-type: disc !important;
	background:none !important;
	padding-left:0 !important; 
}
#content ul:not(#service-area) li {
	font-style: normal;
	font-weight: 600;
}
#content li ul li{
}
ul#service-area li{
    margin-bottom: 16px;
}
ul#service-area li span {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
}
.detect-mobile div#content {
    padding-top: 78px !important;
}

.detect-mobile div#content .title-crumbs {
    padding-top: 35px;
}
/* nested lists */
#content li ul{
margin-bottom:0;
}
ul.two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
ul.three-columns {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
/* table styles */
td{
vertical-align:top; /* 99% of the time, you really want this */
}
/* A class is used for formatting tables so nothing weird happens
when someone wants to use a table for layout. */
.dataTable caption{
color:#219ee4;
font-weight:600;
font-size:.875em;
}
.dataTable th, .dataTable td{
text-align:center;
padding:5px;
}
.dataTable th{
font-weight:600;
color:#fff;
background:#219ee4;
}
.dataTable td{
border-bottom:1px solid #ccc;
}
/* other miscallaneous styles */
.rll-youtube-player {
    border: solid 1px #ddd;
    margin-bottom: 20px;
}

strong,b{
font-weight:600;
}
em,i{
font-style:italic;
}
hr{
height: 0;
border: 0;
width:100%;
border-bottom: 1px solid #ccc;
margin:0px 0px 20px 0px;
}
hr.testemonials {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin: 50px 0;
}
hr.dashed{
border-bottom: 1px dashed #7b7b7b; 
}
.right iframe {
    border: solid 1px #d6d6d6;
	margin-bottom: 16px;
}
.right iframe:last-child {
    margin: 0;
}
/* common floats used for formatting and images */
.pseudogallery img {
	display: inline-block;
	margin: 0 32px 32px 0;
}
.pseudogallery img:last-child {
	margin-right: 0;
}
.pseudogallery br {
	display: none;
}
.right {
    float: right;
    margin: 0 0 32px 32px;
}
#content .right {
    width: 400px;
    text-align: center;
}
#content .right img{
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
#content .right{
    line-height: 0;
}
.right.desktop-hide {
    display: none;
}
.left{
float:left;
margin:0 32px 32px 0;
}
div .clear{
height:0;
}
.clear{
clear:both;
}
.noborder, #content img.noborder{
border:none;
}
.text-center{
  text-align:center;  
}
.center{
  float:none;
  display:block;
  margin:0 auto;
  clear:both;     
}

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

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

footer svg{
	margin-left: 10px;
	width:20px;
	position:relative;
	top:5px;
}

footer svg:hover{
	opacity:0.7;
}


/* Begin your layout styles here. Override default styles where necessary. */
#outer-wrap{
background:#ffffff; 
/* padding-top:134px; */
}
#wrap{
background: #fff;
}
header .right{
margin-right:20px;
}
header .right p{
font-size:.125em;
color:#1a468e;
margin-top:45px;
text-align:center;
font-weight:600;
}
header .right p span{
color:#a3b234; 
}
.header-inner .left {
    margin: 0 10px 0px 0;
	position: relative;
    height: 100%;
    width: 220px;
}
.header-inner .left a {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
header img.logo, header picture.logo{
    width: 100%;
	margin-left: 0;
  display:block;
}

header picture.logo img {
    max-width: 100%;
}

header {
    background: #fff;
    position: fixed;
    background-repeat: repeat-x !important;
    width: 100%;
    top: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
    z-index: 99999;
}
.top-bar-inner {
	width:1200px;
	max-width:100%;
	margin:0 auto;
	text-align:right;
}
.top-bar p {
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-size: 0.875em;
    font-weight: 700;
}

.top-bar {
    background: #1c3f7f;
    border-bottom: solid 4px #065cff;
    padding: 2px 0px;
}

.top-bar p a {
    color: #fff;
    text-decoration: none;
}

.top-bar p.phone {
    margin-right: 32px;
}

.top-bar a svg{
	margin-left: 15px;
	width:20px;
	height:auto;
	position:relative;
	top:5px;
}

.top-bar a svg:hover{
	opacity:0.7;
}

div#header {
    margin: 0 auto;
    width: 1200px;
	max-width:100%;
    display: flex;
	height: 104px;
}
.header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
header nav {
    background: none;
    width: 100%;
}
.header-inner {
    padding-right: 128px;
}
.menu-global-nav-container, ul#menu-global-nav {
    height: 100%;
    align-items: center;
}
header nav ul.menu{
    justify-content: flex-end;
}
header nav ul {
    margin-left: 0px;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    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 li.current_page_item a, header nav li a:hover {
    background-image: linear-gradient(to top, #e2e2e2, #f7f7f7, #fff);
}*/
header li {
    /* float: left; */
    padding: 0;
    position: relative;
}
header nav li a {
    color: #424242;
    font-size: 1em;
    text-decoration: none;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
/*     padding: 32px 16px; */
    height: 100%;
    box-sizing: border-box;
    align-items: center;
/*     padding-top: 42px; */
	padding: 32px 20px;
}

header nav li.current-page-parent a, header nav li.current_page_item a {
    color: #065cff;
}

header nav li:last-child a{
background:none;
padding-right: 0px;
}
header nav li a:hover{
color:#326FDE;
}
header ul.sub-menu {
    display: none;
    position: absolute;
    left: 0px;
}
header nav ul li ul.sub-menu {
    background: #224a93;
    position: absolute;
    border-radius: 0 0 10px 10px;
    padding: 17px 0;
    width: auto;
}
header nav ul > li:first-child > ul.sub-menu{
	padding: 17px 0 25px 0;
} 
header nav li ul.sub-menu li a {
    display: block;
/*     width: 200px; */
    color: #fff;
    padding: 10px 16px 6px 16px;
    text-transform: none;
    font-weight: 600;
}
header nav li ul.sub-menu .flex-wrap li a {
    width: 300px;
}
header nav li ul.sub-menu li#menu-item-1363 a{
    width: 270px;
}
header ul.sub-menu li.nav-category-wrap:nth-child(3),
header ul.sub-menu li.nav-category-wrap:nth-child(4){
    margin-top: 10px;
}
#content a.primary-btn,
a.primary-btn {
    display: inline-block;
    padding: 20px 96px 20px 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    box-sizing: border-box;
    background-color: #ee9a31;
    border: solid 1px #dedede;
    position: relative;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: relative;
}
a.primary-btn span.btn-text {
	 display: inline-block;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
a.pdf-link::before {
    content:'\f1c1';
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 10px;
    color:#ee9a31;
}

#content a.pdf-link {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
}
span.icon {
    width: 64px;
    background: #fff url(/wp-content/themes/va/images/icon-arrow-right-x.svg) center no-repeat;
    background-size: 28px 28px;
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    border-left: solid 3px #dc6b03;
    border-right: solid 1px #dedede;
}
.right a.primary-btn {
    width: 100%;
}

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

header nav ul.sub-menu li a:hover {
    background: #2c61c1;
}
/* new header styles - added 9/25 */
header nav ul.sub-menu .flex-wrap> li.nav-category-wrap > a{
/* 	pointer-events: none !important;
	cursor: default !important; */
	background: #224a93;
	height: auto;
	text-transform: uppercase;
	color: #ff9919;
    font-size: 20px;
}
header nav ul.sub-menu .flex-wrap> li.nav-category-wrap > a:hover{
	color:#ffa83c;
}
.nav-category-wrap ul.sub-menu {
	position: relative;
	display: block !important;
	padding-top: 0;
	padding-bottom: 0;
}
#header .flex-wrap{
	display: flex;
	padding: 0 16px;
	flex-wrap: wrap;
    width: 600px;
    justify-content: flex-start;
}
header nav ul > li > ul {
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
}
header nav li ul.sub-menu li.menu-item-1364 a {
    width: 160px;
}
/*  */
.hero-image-short/*, #outer-wrap #wrap*/  {
    margin-top: 100px;
	max-height: 530px;
    overflow: hidden;
}
#outer-wrap #wrap{
	margin-top:30px;
}
.hero-image-short img {
    display: block;
	width: 100%;
    max-width: 100%;
	
}
.title-crumbs {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
#faux-column {
    z-index: 1;
    background: #ffffff;
    width: 100%;
    margin: 0px auto;
    clear: both;
}
.content-blade {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.blade-full-inner:after {
    content: "";
    display: table;
    clear: both;
}

.blade-full {
    background: whitesmoke;
    padding: 0px 0 0 0;
    width: 100%;
    margin-bottom: 48px;
    margin-top: 48px;
}

.blade-full-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 16px;
    max-width: 100%;
}
.breadcrumbs {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Overpass', sans-serif;
    color: #7a7a7b;
    padding: 10px 0px 8px 0;
	margin-bottom: 32px;
}
.breadcrumbs a {
    text-decoration: none;
    color: #004bd8;
    font-weight: 600;
}
.breadcrumbs a:hover{
	text-decoration:underline !important;
}
.breadcrumbs span:first-child{
  padding-left:0px !important;  
}
.breadcrumbs span{
  padding: 0 3px 0 6px !important;  
 }
#content {
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 1.125;
    color: #3d3d3d;
    min-height: 400px;
}
.page-id-1353 .blade-full,
.page-id-1357 .blade-full,
.page-id-1440 .blade-full,
.page-id-1347 .blade-full{
    margin-bottom: 0;
}
.page-id-1832 #content{
	padding-bottom:0;
}
#content.page-id-1353,
#content.page-id-1357,
#content.page-id-1440,
#content.page-id-1347{
    padding-bottom: 0;
}
#content p {
    font-size: 1.125em;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 1.625;
}

.cta-blade-wrap {
    background: #16356d;
    background: linear-gradient(to right, #16356d 0%,#2f60bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16356d', endColorstr='#2f60bb',GradientType=1 );
}

.cta-blade {
    width: 1200px;
	max-width:100%;
    margin: 0 auto;
    text-align: center;
    padding: 48px 0;
}

.cta-blade > * {
    text-align: center;
    color: #fff;
}

.cta-blade h2 {
    font-size: 3em;
    margin-bottom: 20px;
}

.cta-blade a.primary-btn,
#content .map-img a.primary-btn {
    width: 350px;
    max-width: 100%;
    border: solid 1px #dc6b03;
}

.cta-blade .gform_wrapper .gform_footer {
	justify-content: center;
}

.cta-blade p {
    font-size: 1.2em;
    width: 75%;
    margin: 0 auto 20px auto;
    color: #c2d7ff;
}

.cta-blade span.icon {
    border-right: solid 1px #dc6b03;
}
.cta-blade a.phone-link {
    color: #bfd4fd;
    text-decoration: none;
}

.cta-blade a.phone-link:hover {
	color: #fdfdfd;
}

.cta-blade .gform_wrapper {
    background: 0;
    border: 0;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.cta-blade .gform_confirmation_message {
    text-align: center;
}

.cta-blade .gform_wrapper .gfield input, .cta-blade .gform_wrapper textarea {
	background: #c2d7ff;
	border: 0;
	border-radius: 12px;
	color: #3d3d3d;
	padding: 12px 32px;
	font-family: 'Arial', sans-serif; /* base font */
}

.cta-blade .gform_wrapper input::placeholder, .cta-blade .gform_wrapper textarea::placeholder {color: #3d3d3d !important;}

.cta-blade .gform_button {
    margin: 0 !important;
    display: block;
    padding: 20px 60px;
    width: auto;
}

.cta-blade .gform_footer.before {
    padding-bottom: 0;
}

.cta-blade form {
    margin-bottom: 0;
}

.cta-blade .validation_message {
    display: none;
}

.cta-blade textarea {
	font-family: 'Gothic A1', sans-serif;
}

.cta-blade .gform_validation_errors {
    font-family: 'Gothic A1', sans-serif;
    border-radius: 12px !important;
}

.blue-line {
    height: 20px;
    background: #1f4892;
    background: linear-gradient(to right, #1f4892 0%,#366fd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4892', endColorstr='#366fd6',GradientType=1 );
}
#dark.blue-line {
    background: #424242;
    height: 7px;
}
#content .map.right{
	max-width: 500px;
	display: inline-block;
}

/*Services Landing Pages Tile Styles*/
.tile-container {
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}
.tile-container .inner-wrap {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.tile-container .landing-tile {
/*     width: 19%; */
	margin-right: 1%;
/* 	margin-bottom: 1%; */
/*     float: left; */
	width: 32%;
    margin-bottom: 32px;
}
.tile-container div.landing-tile:nth-of-type(3) {
    margin-right: 0;
}
/* .tile-container .landing-tile:nth-child(5n){
	margin-right: 0;
} */
.tile-container .inner-wrap .landing-tile{
	width: 32%;
}
/* .tile-container .inner-wrap .landing-tile:nth-child(3n){
	margin-right: 0;
} */
h2.category{
    width:100%;
    display: flex;
    justify-content: center;
}
.landing-tile img {
    width: 100%;
	max-width: 100%;
}
.tile-text {
	position: relative;
    top: -4px;
    background-color: #F7F7F7;
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 32px;
    /*max-height: 300px;*/
}
.tile-text h2, .tile-text p {
    text-align: center;
}
.tile-text h2 {
    font-size: 1.5em;
	color: #004bd8;
	margin-bottom: 16px;
}
.tile-text p {
	font-size: 1em;
    margin-bottom: 0;
}


.tile-text a {
	text-decoration: none !important;
}
/* Gallery Styles */
#content ul.gallery {
		display: flex;
		justify-content: space-between;
		margin: 0;
	}
	#content ul.gallery li {
		padding: 0;
		background: none;
		margin: 0;
		line-height: 0;
		width: 100%;
		height: 200px;
		overflow: hidden;
		display: block;
		position: relative;
		margin-right: 5px;
	}
	#content ul.gallery li:last-child{
		margin-right: 0;
	}
	#content .gallery-blade .blade-full-inner{
		padding-bottom: 48px;
	}
	#content ul.gallery li img {
		width: 140%;
		height: auto;
		position: absolute;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
	}

.fancybox-container .fancybox-slide.fancybox-slide--image {
	padding-top: 135px;
	padding-bottom: 0;
}
/*Footer*/
div.footer-content {
    padding: 48px 0;
    font-weight: 400;
    width: 1200px;
	max-width:100%;
    margin: 0 auto;
	display:flex;
}
.footer-box.contact-info > * {
    margin-bottom: 16px;
}

.footer-box.contact-info > :last-child {
    margin-bottom: 0;
}
footer a:hover img {
    opacity: 0.8;
}

footer a img {
    transition: all 300ms;
}
.footer-box.associations h3 {
    width: 100%;
    margin-bottom: 0;
}
footer a{
color:#ffffff;
cursor: pointer;
}
footer p{
color:#ffffff;
padding-top:0px;
font-size: 1em;
line-height: 1.5;
}
footer ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  margin:0;
}
.footer-nav {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
  max-width:100%;
}
footer .copyright {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

footer p.health {
    font-size: 0.825em;
    display: flex;
    gap: 32px;
}

footer li{
float:left;
padding:0;
  position: relative;
}
footer li a {
    display: block;
    padding: 0px;
    text-decoration: none;
    font-size: 0.875em;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
footer li a:hover {
    opacity: 0.7;
}
footer li:last-child a{
border:none;
padding-right:0px;
}

footer p.right, footer p.left {
    margin: 0;
    padding: 0;
    font-size: .825em;
}
.footer-nav-wrap {
    background: #424242;
}
.copyright-wrap {
    background: #1c3f7f;
}
table {
width:100%;
margin-bottom:10px;
}
.table, td, th  {
border-collapse:collapse;
color:#444444;
}
td, th {
padding: 5px;
}
th {
background-color:#ededed;
height:25px;
}
table tr:nth-child(even){
background:#efefef;
}
a.call{
  background:rgb(165, 190, 14) url(/wp-content/themes/va/images/call.svg);
}
a.directions{
  background:rgb(165, 190, 14) url(/wp-content/themes/va/images/directions.png);
}
a.contact{
  background:rgb(165, 190, 14) url(/wp-content/themes/va/images/contact.png);
}

/*Footer Styles*/

footer {
    background: #1b1b1b;
}

footer ul.sub-menu {
    display: none;
}

footer h3 {
    color: #fff;
}

divfootercopyright{
  clear:both;
}
divfootercopyright div#wrapper {
    display:block;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
div#wrapper div ul li a {
    color: #ffffff;
}
div#wrapper div ul li a:hover {
    color: #5264AE;
}

.footer-box.contact-info {
    width: 25%;
    border-right: solid 1px #797979;
}

.footer-box.associations {
    width: 75%;
    padding-left: 32px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.associations-inner-wrap {
    display: flex;
}

.associations-inner-wrap a img{
    width: 90%;
}
.footer-box.associations .associations-inner-wrap a{
    display:flex;
    justify-content: center;
    align-items: center;
    flex:1;
}
.associations-inner-wrap a:nth-child(4) img{
    max-width: 70px;
    opacity: 0.8;
}
.associations-inner-wrap a:nth-child(5) img{
    max-width: 120px;
}

/*Form page junk*/
#content form ul li {
    background: none;
    padding: 0px;
    clear: none!important;
    width: 50%;
    float: left;
    margin: 0px 0px 24px 0px;
    color: #4d4342;
    font-style: normal;
}
#content form ul li.full-width{
	float:none;
	width:95%;
	clear:both!important;
}
#content form ul li.one-third{
	width:32.8%;
}
#content form ul li.clear{
	float: none;
	clear: both !important;
}
#content form ul li textarea {
	border-color: #cccccc;
}
.gform_wrapper {
    overflow: inherit;
    margin: 1em 0;
    max-width: 98%;
    padding: 20px;
    border: 2px solid #DADADA;
    background: #F0F0F0;
    position: relative;
}
.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 99%;
    margin: 0 0 .5em;
    padding: 0 0 1em;
    border-bottom: 2px solid #DADADA !important;
}
#content .gform_wrapper .gform_footer input.button{
   width: 120px;
    background: #326fde;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.125em;
    font-family: 'Overpass', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid #1a4da9;
    margin-top: 25px;
    padding: 12px 0;
}
.gform_wrapper .gf_progressbar, .gform_wrapper .percentbar_orange{
background-size: 7px 20px;
}
.gform_wrapper .gform_page_footer {
    margin: 1.25em 0;
    width: 99%;
    padding: 1em 0 0;
    clear: both;
  border: none !important;
}
.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button,  .gform_wrapper .gform_page_footer .button.gform_previous_button{
    width: 120px;
    background: #326fde;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.125em;
    font-family: 'Overpass', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid #1a4da9;
    margin-top: 25px;
    padding: 12px 0;
}

.gform_wrapper .gform_page_footer .button.gform_button:hover, .gform_wrapper .gform_page_footer .button.gform_next_button:hover,  .gform_wrapper .gform_page_footer .button.gform_previous_button:hover{
    background: #1a4da9;
    }
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small{
	width: 45% !important;
}
.gform_wrapper .gform_footer input.button:hover{
      background: #1a4da9;
}
.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; 
}
input.medium, .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper input.datepicker {
	width: 90%!important;
	padding: 5px 4px !important;
	line-height: 20px !important;
	margin: 0 !important;
	border:1px solid #cccccc !important;
}
iframe.right{
	border:1px solid #cccccc;
}
small{
	display:none;
}
#field_3_25 label.gfield_label,
#field_1_13 label.gfield_label{
    display: none;
}
#content .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer {
    margin: 0;
}
div.gform_wrapper select {
    height: 32px;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] {
    margin-top: 0 !important;
    position: relative;
    top: -1px;
}


/* Contact Page */
#contact.content-blade {
    display: flex;
    justify-content: space-between;
}
#contact.content-blade > div {
    width: 48%;
}
#contact .contact-content {
    order: 2;
}
#contact iframe{
	width: 100%;
}

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;
    font-weight: 600;
    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 !important;
	padding-left:0;
}

h2.gform_submission_error.hide_summary {
    color: #b70e0d;
    margin-bottom: 0;
    font-size: 20px;
}

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;
}

.cta-blade textarea {
    padding: 8px 16px !important;
}

.cta-blade .gform_button {
    background: #ee9a31;
    font-weight: 700;
    font-family: 'Overpass', sans-serif;
    border: 1px solid #ee9a31;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 1em;
    padding: 8px 32px !important;
    transition: all 300ms;
}

.cta-blade .gform_button:hover {
    background: none !important;
    color: #fff;
}

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;
    }
}

/*Blog Excerpt Newsfeed Styles*/
.blogexcerpt{
padding:15px;
background:#ececec;
border:1px solid #cccccc;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin-bottom:15px;
}
#content .blogexcerpt h2 a{
color:#7b8316;
}
#content .blogexcerpt h2 a:hover{
color: #46321d;
}

.phone-buttons a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px;
    border-top: 0px;
    box-shadow: none;
}
.phone-buttons span {
    display: block;
    font-weight: normal!important;
    text-align: center;
    padding-top: 10px;
}

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

a.learn-more {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #206be3;
    border-radius: 3px;
    padding: 10px 30px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 0.875em;
}
a.learn-more:hover {
    background: #26308a;
}
#content .gform_wrapper .gform_footer input.button{
		-webkit-appearance: none;
	}


/*BEGIN RESPONSIVE - YOU WILL HAVE TO WRITE YOUR OWN MEDIA QUERIES TO ENSURE YOUR SITE DOES NOT BREAK, SIMPLY ADD YOUR CUSTOM QUERIES TO THE BOTTOM OF THIS FILE*/
.mobile-show, .phone-show{
display:none;
}
.mobile-hide, .phone-hide{
display:block;
}
.phone-buttons{
width:100%;
padding:15px 0px;
}
.phone-buttons div{
width:33%;
float:left;
font-size:0.625em;
}
.phone-buttons div.clear{
width:100%;
float:none;
}
.phone-buttons span{
display:block;
font-weight:normal!important;
text-align:center;
padding-top:10px;
}
.phone-buttons a{
  
/*background: rgb(165,190,14); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(165,190,14,1) 0%, rgba(115,130,35,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,190,14,1)), color-stop(100%,rgba(115,130,35,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(165,190,14,1) 0%,rgba(115,130,35,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(165,190,14,1) 0%,rgba(115,130,35,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(165,190,14,1) 0%,rgba(115,130,35,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(165,190,14,1) 0%,rgba(115,130,35,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5be0e', endColorstr='#738223',GradientType=0 ); /* IE6-9 */ 
display:block;
height:50px;
width:50px;
margin:0 auto;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border-top:1px solid #d9ee5b;
-webkit-box-shadow: 0 0 0 1px #61680a;
box-shadow: 0 0 0 1px #61680a;
}
.phone-buttons a img{
border:none;
height:50px;
width:50px;
}
iframe.right{
border:1px solid #cccccc;
}
div.prev-nextlinks:first-child{
display:none;
}
/*tablet styles for shiftnav sub menu buttons*/
.shiftnav-toggle{
display:none!important;
text-decoration:none;
float:right;
}
.shiftnav-toggle-button{
background:#306fff!important;
margin:0px 15px 15px 0px!important;
float:none;
}
.shiftnav-toggle-button:hover{
background:#243f8e!important;
}
.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
    background-color: #065cff !important;
}
.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 > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target {
    background: #1c3f7f !important;
}
.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation:hover {
    background: #065cff !important;
}
.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
    background: #26262B;
    border-bottom: 1px solid #111;
    border-top: none !important;
}
@media only screen and (max-width: 1450px) {
/* 	.tile-container .landing-tile {
		width: 24%;
	} */
	.tile-container .landing-tile:nth-child(5n){
		margin-right: 1%;
	}
	.tile-container .landing-tile:nth-child(4n){
		margin-right: 0;
	}
	header nav li a{
		padding: 32px 18px;
	}
}
@media only screen and (max-width: 1300px) {
	.top-bar-inner, div#header, .title-crumbs, .content-blade, .blade-full-inner, .cta-blade, div.footer-content, footer div.copyright {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
	div.tile-container {
		max-width: 100%;
	}
/* 	 #menu-item-1365 > ul.sub-menu{
        max-width: 850px;
    }
    .flex-wrap > li {
        width: 33%;
        overflow: hidden;
    }
    header nav li ul.sub-menu li a{
        padding-left: 16px;
    } */
	header nav li a{
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media only screen and (max-width: 1250px) {
	.header-inner {
		padding-right: 85px;
	}
	header nav li a {
		font-size: 14.5px;
	}
}
@media only screen and (max-width: 1200px) {
	.header-inner {
		padding-right: 128px;
	}
    #header .flex-wrap {
        width: 550px;
    }
    ul.sub-menu .flex-wrap > li {
        width: 48%;
    }
	 header nav li ul.sub-menu .flex-wrap li a {
        padding: 10px 16px 6px 16px;
        width: 100%;
    }
	header nav li ul.sub-menu li#menu-item-1363 a{
        width: 250px;
    }
	.tile-container .landing-tile {
		width: 32%;
	}
	.tile-container .landing-tile:nth-child(4n){
		margin-right: 1%;
	}
/* 	.tile-container .landing-tile:nth-child(3n){
		margin-right: 0;
	} */
	div.footer-box.associations h3 {
		text-align: center;
	}
	.footer-box.associations a {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.footer-box.associations {
		justify-content: space-around;
	}
	.associations-inner-wrap{
        flex-flow: row wrap;
    }
    .footer-box.associations .associations-inner-wrap a{
        flex:auto;
    }
    .associations-inner-wrap a:nth-child(6) img{
        max-width: 130px;
    }
	/* Responsive Typography for Tablet (large) */
	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;
	}
	h3{
	  font-size:1.5em;
	  line-height:1.25;
    }
    h4{
	  font-size:1.125em;
	  line-height:1.22;
    }
    blockquote p{
		font-size:1.5em;
		line-height:1.25;
    }
	.header-inner {
		padding-right: 70px;
	}

}
@media only screen and (max-width:1210px) {
	.header-inner {
    	padding-right: 50px;
	}
}
@media only screen and (max-width:1150px) {
	.res.tile-container {
		padding: 0
	}
	.tile-container .inner-wrap {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
	header nav li{
		padding-left: 2px;
		padding-right: 2px;
	}
}
@media only screen and (max-width: 1145px){
    #content #contact form ul li{
        width: 100%;
    }   
	header nav li a{
		padding-left:14px;
		padding-right:14px;
	}
}
@media only screen and (max-width:1100px) {
	.footer-box.contact-info {
		width: 33.33%;
	}

	.footer-box.associations {
		width: 66.66%;
	}
	 .right.mobile-hide {
        display: none;
    }
    .right.desktop-hide {
        display: block;
    }
	header nav li a{
		padding-left:10px;
		padding-right:10px;
	}
}
@media only screen and (max-width:1090px) {
	header nav li a{
		padding-left:8px;
		padding-right:8px;
	}
}
@media only screen and (max-width:1080px) {
	.header-inner {
    	padding-right: 23px;
	}
}
@media only screen and (max-width:1050px) {
	header nav li a {
/* 		padding-left: 5px;
		padding-right: 5px; */
		font-size: 13px;
	}
	header nav ul.sub-menu .flex-wrap> li.nav-category-wrap > a {
        font-size: 16px;
    }
	 #header .flex-wrap{
        width: 500px;
    }
    header nav li ul.sub-menu li a{
        padding: 6px 16px;
    }
	header nav li ul.sub-menu li#menu-item-1363 a{
        width: 200px;
    }
	 header nav li ul.sub-menu li.menu-item-1364 a {
        width: 140px;
    }
}

/*Shiftnav Appears at < 800px, must hide global nav here and make other changes to the header if necessary. To change the width where the shiftnav appears, in WP go to Appearance -> Shiftnav*/
@media only screen and (max-width: 960px) {
	.header-inner {
		padding: 0;
		margin: 0 auto;
	}
	.header-inner .left {
/* 		width: auto; */
		margin: 0;
	}
	.header-inner .left a{
        transform: translate(-50%,-50%);
        left: 50%;
    }
	header img.logo, header picture.logo {
		width: 200px;
	}   
	#header-wrap, header {
		margin-top: 52px;
	}
	header nav {
		display: none;
	}
	  .top-bar-inner {
		display: none;
	}
	.top-bar {
		padding: 0;
	}
/* 	div#outer-wrap {
		padding-top: 140px;
	} */
	#shiftnav-toggle-main .shiftnav-main-toggle-content {
		padding: 16px 0px !important;
	}
/* 	.shiftnav-toggle{
		display:inline-block!important;
	} */
	/*Custom Toggle Styles*/
	header{
		margin-top: 0;
	}
	.shiftnav-toggle{
		display: block !important;
	}
	span.ham-toggle::before {
		float: left;
		display: block;
		content: '\f0c9';
		font-family: FontAwesome;
		padding: 16px 20px;
		margin-left: -10px;
		position: relative;
		z-index: 20;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		opacity: 0.75;
		font-size: 20px;
	}
	.header-inner {
		width: 100%;
		justify-content: center;
		padding-right: 47px;
	}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item-1676 ul.sub-menu li.nav-category-wrap > .shiftnav-target {
/*     cursor: default;
    pointer-events: none; */
    background: #25252a !important;
    border-bottom: 1px solid #111;
    border-top: 1px solid #313131;
}
	#content img.right, #content .right img {
		float:none;
		max-width:100%;
		margin:0;
  	}
	.tile-container .inner-wrap .landing-tile {
		width: 49%;
	}
	.tile-container .inner-wrap .landing-tile:nth-child(3n){
		margin-right: 1%;
	}
	.tile-container .inner-wrap .landing-tile:nth-child(2n){
		margin-right: 0;
	}
	.footer-box.associations h3 {
		margin-bottom: 16px;
	}
	/* Typography Styles for Tablets (small) */
  	body{
		font-size:1em;
		line-height:1.25;
    }
    h1{
		font-size:2em;
		line-height:1.25;
    }
    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;
    }
    blockquote p{
		font-size:1.25em;
		line-height:1.25;
    }
	#content .map.right{
        float: none;
        margin: 0 auto;
        margin-bottom: 32px;
        display: block;
    }
	.hero-image-short{
        margin-top: 106px;
    }
	h1,h2,h3,h4{
        margin-bottom: 16px;
    }
	h2.category{
        margin-bottom: 32px;
    }
/*     .tile-container{
        padding-top: 0;
    } */
	 #outer-wrap #wrap{
        margin-top: 15px;
    }
	.associations-inner-wrap a:nth-child(6){
      padding-top: 16px;
    }
}

@media only screen and (max-width:915px) {
/* 	.tile-container .landing-tile {
		width: 49%;
	} */
	.tile-container .landing-tile:nth-child(3n) {
		margin-right: 1%;
	}
/* 	.tile-container .landing-tile:nth-child(2n) {
		margin-right: 0;
	} */
}
@media only screen and (max-width: 900px){
    #content ul.gallery li {
        height: 150px;
    }
}
@media only screen and (max-width:800px) {
	#content .right {
		width: 100%;
		margin: 0 0 32px 0;
		float:none;
	}

	#content .right img {
		width: 100%;
		margin: 0 auto;
	}
	.cta-blade h2 {
		font-size: 2em;
	}

	.cta-blade p {
		font-size: 1.25em;
	}
	.right iframe{
		width:100%;
	}
	.about .right iframe:first-child{
		margin-bottom:32px;
	}
	#content .content-blade > div.right:first-of-type{
		padding-top: 5px;
	}			
}
@media only screen and (max-width: 768px){
		    #contact.content-blade {
        flex-flow: wrap;
    }
     #contact.content-blade > div {
        width: 100%;
    }
	input.medium, .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium{
        width: 100% !important;
    }
	.tile-container .landing-tile {
        width: 100%;
    }
/* 	.right iframe{
		width:100%;
	} */
/* 	h2.category{
        justify-content: flex-start;
    } */
    .tile-container{
        padding-bottom: 0px;
    }
	#content.page-id-1343 .content-blade p{
		margin-bottom: 0px;
	}
	.tile-container div.landing-tile:last-child{
    margin-bottom: 0px;
    line-height:0;
}
	 #content ul.gallery li {
        height: 125px;
    }
	
	footer .copyright {
		flex-direction: column;
	}

	footer p {
		margin-bottom: 10px!important;
		flex-direction: column;
		gap: 10px !important;
		
		
		
		
		
		
		
		!i;
		!;
	}

}
@media only screen and (max-width:750px) {
	.top-bar-inner, div#header, .title-crumbs, .content-blade, .blade-full-inner, .cta-blade, div.footer-content, footer div.copyright {
		padding-left: 32px;
		padding-right: 32px;
	}
	#content form ul li.one-third{
		width:50%;
	}
	.footer-box.contact-info {
		width: 100%;
		border: 0;
		margin-bottom: 32px;
		text-align: center;
	}

	div.footer-content {
		flex-wrap: wrap;
	}

	.footer-box.contact-info > * {
		text-align: center;
	}

	.footer-box.associations {
		width: 100%;
		padding: 0;
	}
	  #outer-wrap #wrap{
        margin-top: 0;
    }
    h1{
        margin-bottom: 22px;
    }
	.associations-inner-wrap a:nth-child(6){
       padding-top: 0px;
    }

}
@media only screen and (max-width:664px) {
	.tile-container .inner-wrap .landing-tile {
		width: 100%;
		margin-right: 0!important;
	}
}
@media only screen and (max-width: 650px) {
	#content form ul li,
	input.medium, .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
}
@media only screen and (max-width:624px) {
	.tile-container .landing-tile {
		width: 100%;
		margin-right: 0!important;
	}
}
@media only screen and (max-width: 600px) {
  /*tablet styles for shiftnav sub menu buttons*/
  .shiftnav-toggle{
  text-decoration:none;
  float:none;
  }
  .shiftnav-toggle-button{
  margin:0px 0px 15px 0px!important;
  }
  a.call{
  background:rgb(165, 190, 14) url(/wp-content/themes/va/images/call.svg);
  }
  a.directions{
  background:rgb(165, 190, 14) url(/wp-content/themes/va/images/directions.svg);
  }
  a.contact{
  background:rgb(165, 190, 14) url(/wp-content/themes/va/images/contact.svg);
  }
	.phone-show {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: #41464C;
	}
	.phone-buttons a {
		display: block;
		height: 100%;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 0px;
		border-radius: 0px;
		border-top: 0px;
		box-shadow: none;
	}
	  .phone-buttons a .svg {
		fill: #fff;
		height: 30px;
		width: 30px;
		margin-top: 9px;
	}
	span.phone-hr {
		height: 30px;
		border-right: 1px solid #636C77;
		position: absolute;
		right: 0;
		margin-top: 5px;
	}
	.phone-buttons div {
		width: 33%;
		float: left;
		font-size: .625em;
		height: 50px;
		position: relative;
	}
	.phone-buttons {
		width: 100%;
		padding: 0px 0px;
	}
	#content form ul li {
		float: none;
		width: 100%;
	  }
	.cta-blade p {
    	font-size: 1.125em;
	}
	.copyright-wrap {
    	margin-bottom: 50px;
	}
	footer p.right, footer p.left {
		float: none;
		text-align: center;
	}
	 #content ul.gallery{
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    #content ul.gallery li {
        margin-right: 3px;
        margin-bottom: 3px;
        width: 30%;
    }
    #content .gallery-blade .blade-full-inner{
        padding: 30px;
    }
	.associations-inner-wrap a:nth-child(6){
       padding-top: 16px;
    }

  /* Typography Styles for Phone */
  body{
  font-size:1em;
  line-height:1.25;
    }
	
    h1{
  font-size:2em;
  line-height:1.25;
    }
    h2{
  font-size:1.625em;
  line-height:1.25;
    }
    h3{
  font-size:1.375em;
  line-height:1.363;
    }
    h4{
  font-size:1.125em;
  line-height:1.111;
    }
    blockquote p{
  font-size:1.125em;
  line-height:1.25;
    }
	ul.three-columns {
	  -webkit-columns: 1;
	  -moz-columns: 1;
	  columns: 1;
	}
	
	
}
@media only screen and (max-width: 450px){
	
	.cta-blade h2{
		font-size: 1.3em;
		line-height: 1.25;
	}
	.header-inner .left {
		margin: 0 auto;
		float: none;
	}
	header img.logo, header picture.logo{
		width: 150px;
		margin:0 auto;
	}
	div#header{
		height:74px;
	}
	.hero-image-short{
		margin-top: 78px;
	}
	 #content ul.gallery li {
        width: 48%;
    }
	#content ul.gallery {
	    -webkit-flex-flow: row wrap;
	    -webkit-justify-content: flex-start;
	    display: -webkit-flex;
    }
	#content ul {
		margin-left: 0;
	}
}
@media only screen and (max-width: 400px){
	#content ul.gallery li img {
		top: auto;
		left:auto;
	}
}

/* Main Nav Contact Link */
li#menu-item-44 > a {
    padding-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #ee9a31;
	background: #ee9a31;
    border-radius: 12px;
	transition: all 300ms;
}

li#menu-item-44 > a:hover {
	background: none;
}

li#menu-item-44 {
    margin-top: 8px;
    margin-left: 32px;
}

/* Privacy Policy Page */
.page-id-1843 ol li strong + p {
    margin-top: 32px;
}

.page-id-1843 ol li ul ul {
	grid-template-columns: 1fr !important;
}

@media only screen and (max-width: 1100px) {
	.page-id-1843 ol li ul {
		grid-template-columns: 1fr !important;
	}
}

/* About Page */

.page-id-1855 #content{
	padding-bottom:0;
}

.page-id-1855 div.content-blade.about, div#cta-1, div#cta-2 {
	padding-top: 48px;
	padding-bottom: 48px;
}

.page-id-1855 .cta-blade-wrap {
	display:flex;
}

.page-id-1855 .cta-blade-wrap .right{
	margin:0;
}

.page-id-1855 .cta-blade-wrap .left{
	margin-bottom:0;
}

#cta-1 .cta-blade p, #cta-2 .cta-blade p{
	color:#fff !important;
	text-align:left;
    margin: 0;
}

.page-id-1855 .blade-full{
	margin-top:0;
	margin-bottom:0;
	padding: 32px;
}

#cta-1 .cta-blade h2, #cta-2 .cta-blade h2{
	text-align:left;
	margin-top: var(--wp--preset--spacing--60);
}
}

.page-id-1855 div.content-blade.about{
	padding-bottom: var(--wp--preset--spacing--80);
}

div#cta-2{
	background: none !important;
}

div#cta-2 .cta-blade h2, div#cta-2 .cta-blade p{
	color: #1b1b1b !important;
	width:100%;
}

.page-id-1855 #content .right, 
.page-id-1855 #content .left{
	width:500px !important;
} 

.page-id-1855 #content .left img {
	max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

#our-values-title {
	text-align: center;
	margin-bottom: 40px;
	color: #1b1b1b;
	font-size: 2.5em;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(250px, 470px));
	gap: 45px;
	justify-content: center;
	margin: 0 auto;
	padding: 20px;
}

.value-card {
	background: linear-gradient(to right, #16356d 0%, #2f60bb 100%);
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s ease;
}

.value-card:hover {
	transform: translateY(-5px);
}

.value-card svg {
	width: 64px !important;
	height: 64px !important;
	fill: currentColor;
	color: #fff;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.value-card:hover svg {
	transform: none;
	transition: none;
}


.value-card p, .value-card h3{
	text-align:center;
	color: #fff !important;
}
.value-card h3 {
	margin: 0 0 16px 0;
	font-size: 1.75em;
	line-height: 2 !important;
	position: relative;
	top: 12px;
}

.value-card p {
	margin: 0;
	line-height: 1.6;
	font-size: 1.1em;
}

@media only screen and (max-width: 768px) {
	.values-grid {
		grid-template-columns: minmax(250px, 300px);
	}

	.value-card {
		min-height: 220px;
	}

	#our-values-title {
		font-size: 2em;
		margin-bottom: 30px;
	}
}

.page-id-1345  div.hero-image-short, .page-id-20 div.hero-image-short{
	display:none;
}

.page-id-1345 div#outer-wrap, .page-id-20 div#outer-wrap{
    padding-top: 148px;
}

.page-id-1345 #content ul, .page-id-20 #content ul{
	display:flex;
	grid-template-columns:none;
	column-gap: 0;
}