/** SETTING DEFAULTS **/
/** MAIN COPY AND ELEMENT COLORS **/
/** SPECIAL SNOWFLAKES **/
 .panel {
	 min-height: calc(100vh - 80px);
	 left: 100%;
	 top: 0;
	 width: 49.5%;
	 display: inline-block;
	 vertical-align: top;
}
 @media (min-width: 56.25em) {
	 .panel {
		/*height: calc(100vh - 135px);
		*/
		 height: 100vh;
		 min-height: auto;
	}
}
 .panel.active, .panel:first-of-type {
	 left: 0%;
}
 .panel-container {
	 min-height: calc(100vh - 80px);
	 position: relative;
	 transition: margin-left 0.5s ease-in-out;
	 width: 201%;
}
 @media (min-width: 56.25em) {
	 .panel-container {
		/*height: calc(100vh - 135px);
		*/
		 height: 100vh;
		 min-height: auto;
	}
}
 .panel-container__wrapper {
	 overflow: hidden;
}
 .panel-accordion {
	 display: flex;
	 flex-wrap: wrap;
	 min-height: calc(100vh - 80px);
}
 @media (min-width: 56.25em) {
	 .panel-accordion {
		 flex-wrap: nowrap;
		/*height: calc(100vh - 135px);
		*/
		 height: 100vh;
		 min-height: auto;
	}
}
 .panel-accordion__tab {
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 cursor: pointer;
	 min-height: 45vw;
	 overflow: hidden;
	 position: relative;
	 width: 100%;
	 transition: width 0.4s ease-in-out;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab {
		 background-position: 27% center;
		 border-right: 2px solid #fff;
		/*height: 80vh;
		*/
		 height: 100vh;
		 width: 25%;
		 min-height: auto;
	}
}
 @media (min-width: 75em) {
	 .panel-accordion__tab {
		 background-position: 45% center;
	}
}
 .panel-accordion__tab:before {
	 content: '';
	 background: rgba(0, 56, 101, .5);
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab.tab-active {
		 width: 80%;
	}
}
 .panel-accordion__tab.tab-active .panel-accordion__tab-overlay {
	 opacity: 0;
}
 .panel-accordion__tab.tab-active .panel-facts__hidden {
	 opacity: 1;
	 overflow: scroll;
	 z-index: 1000;
}
 .panel-accordion__tab:first-child {
	 background-position: 0 -115px;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab:first-child {
		 background-position: 72% center;
	}
}
 @media (min-width: 75em) {
	 .panel-accordion__tab:first-child {
		 background-position: 70% center;
	}
}
 @media (max-width: 56.25em) {
	 .panel-accordion__tab:nth-child(4) {
		 background-position: 0 -115px;
	}
}
 .panel-accordion__tab-overlay {
	 background: linear-gradient(to bottom, rgba(0, 56, 101, .75), transparent 140%);
	 cursor: pointer;
	 height: 100%;
	 padding: 1rem;
	 transition: all 0.25s ease-in-out;
	 width: 100%;
	 padding-top: 3rem;
	 position: relative;
	 z-index: 20;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab-overlay {
		 background: linear-gradient(to bottom, rgba(0, 56, 101, .75), transparent 60%);
		 position: absolute;
		 padding-top: 35%;
	}
}
 .panel-accordion__tab-overlay:hover {
	 background: linear-gradient(to bottom, rgba(0, 56, 101, .75), rgba(0, 56, 101, .75));
}
 .panel-accordion__tab-overlay h2 {
	 color: #fff;
	 font-size: 1.2rem;
	 font-weight: 100;
	 position: relative;
	 text-align: center;
	 transition: all 0.3s ease-in-out;
	 width: 94%;
	 left: 3%;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab-overlay h2 {
		 font-size: 1.1rem;
	}
}
 @media (min-width: 75em) {
	 .panel-accordion__tab-overlay h2 {
		 font-size: 1.5rem;
	}
}
 .panel-accordion__tab-overlay p {
	 color: #fff;
	 font-size: 1rem;
	 font-weight: 400;
	 text-align: center;
	 transition: all 0.3s ease-in-out;
	 width: 80%;
	 margin: 0 auto 2rem;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab-overlay p {
		 font-size: 1.5vw;
	}
}
 @media (min-width: 75em) {
	 .panel-accordion__tab-overlay p {
		 font-size: 1.1vw;
	}
}
 @media (min-width: 90em) {
	 .panel-accordion__tab-overlay p {
		 font-size: 1.25rem;
	}
}
 .panel-accordion__tab-overlay .panel-more {
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 1px;
}
 @media (min-width: 56.25em) {
	 .panel-accordion__tab-overlay .panel-more {
		 position: absolute;
		 top: 20rem;
		 text-align: center;
		 width: 94%;
		 left: 3%;
	}
}
 @media (min-width: 75em) {
	 .panel-accordion__tab-overlay .panel-more {
		 top: 23rem;
	}
}
 @media (min-width: 90em) {
	 .panel-accordion__tab-overlay .panel-more {
		 top: 26rem;
	}
}
 .panel-accordion__tab.tab-expanded .panel-accordion__tab-overlay p {
	 display: none;
}
 .panel-accordion .panel-facts__hidden {
	 background-color: #fff;
	 cursor: pointer;
	 font-size: 1rem;
	 height: 100%;
	 left: 0;
	 opacity: 0;
	 padding: 3rem 2rem;
	 position: fixed;
	 top: 0;
	 transition: opacity 0.5s ease-in-out;
	 width: 100%;
	 z-index: -1;
}
 @media (min-width: 56.25em) {
	 .panel-accordion .panel-facts__hidden {
		 position: absolute;
	}
}
 .panel-accordion .panel-facts__hidden:before {
	 content: '\f00d';
	 font-family: FontAwesome;
	 font-size: 25px;
	 height: 50px;
	 width: 50px;
	 position: absolute;
	 top: 2rem;
	 right: 0;
}
 @media (min-width: 56.25em) {
	 .panel-accordion .panel-facts__hidden:before {
		 display: none;
	}
}
 .panel-accordion .panel-facts__hidden .stat-box {
	 display: flex;
	 flex-wrap: wrap;
}
 .panel-accordion .panel-facts__hidden .stat-box .fact {
	 padding: 2rem 0rem;
	 max-width: none;
	 width: 90%;
}
 @media (min-width: 56.25em) {
	 .panel-accordion .panel-facts__hidden .stat-box .fact {
		 margin: 2rem 5% 0;
		 padding: 1rem 0rem 0;
		 width: 38%;
	}
}
 @media (min-width: 75em) {
	 .panel-accordion .panel-facts__hidden .stat-box .fact {
		 margin: 2rem 2% 0;
		 width: 28%;
	}
}
 .panel-accordion .panel-facts__hidden .stat-box .fact .large {
	 color: #007dba;
	 display: block;
	 font-size: 40px;
	 font-weight: bold;
	 text-align: center;
}
 .panel-accordion .panel-facts__hidden .stat-box .fact p {
	 color: #007dba;
	 font-size: 12px;
	 font-weight: bold;
	 margin: 0.5rem 0 1rem;
	 text-align: center;
	 text-transform: uppercase;
}
 .panel-accordion .panel-facts__hidden h2 {
	 color: #000;
}
 .panel-accordion .panel-facts__hidden h3 {
	 color: #000;
	 display: block;
	 font-size: 18px;
	 margin-top: 2rem !important;
}
 .panel-banner .banner__content.text {
	 padding: 2vh 0;
	 position: relative;
}
 @media (min-width: 56.25em) {
	 .panel-banner .banner__content.text {
		 padding: 12vh 0;
		 min-height: 92vh;
	}
}
 .panel-banner .banner__content.text h1 {
	 font-size: 2rem;
	 line-height: 1.5;
}
 @media (min-width: 56.25em) {
	 .panel-banner .banner__content.text h1 {
		 font-size: 2.5rem;
		 line-height: 1.5;
	}
}
 @media (min-width: 75em) {
	 .panel-banner .banner__content.text h1 {
		 font-size: 3.1rem;
	}
}
 .panel-banner .banner__content.text:before {
	 background-color: #fff;
	 content: "";
	 height: 102%;
	 left: -20%;
	 transform: skewX(15deg);
	 top: -1%;
	 width: 50%;
	 z-index: -1;
}
 @media (min-width: 56.25em) {
	 .panel-banner .banner__content.text:before {
		 position: absolute;
	}
}
 .panel-banner .banner__image {
	 z-index: -1;
}
 @media (min-width: 56.25em) {
	 .panel-banner .banner .container {
		 min-height: 85vh;
	}
}
 .why-va-link {
	 background: url(icons/blue.svg) center center no-repeat;
	 display: inline-block;
	 margin: 5px 0px -5px 5px;
	 height: 50px;
	 width: 50px;
}
 .noscroll-mobile {
	 overflow: hidden;
}
 @media (min-width: 56.25em) {
	 .noscroll-mobile {
		 overflow: scroll;
	}
}
 .panel-container.why-va-panel-container {
	 width: 194%;
	 margin: 0 2%;
}
 .why-va-container {
	 margin: 0 2%;
}
 .why-va-container .carousel {
	 margin: 20px auto 75px;
}
 @media (min-width: 56.25em) {
	 .why-va-container .carousel {
		 margin: 20px auto;
	}
}
 .why-va-container .slider {
	 background: #fff;
}
 @media (max-width: 56.25em) {
	 .why-va-container .slider .link-grid {
		 margin-bottom: -5rem;
	}
}
 .why-va-container .slider .link-grid .feature-link a {
	 margin-left: 2.85rem;
	 color: #003865;
}
 @media (max-width: 56.25em) {
	 .why-va-container .slider .link-grid .feature-link a {
		 font-size: 13px;
	}
}
 @media (max-width: 56.25em) {
	 .why-va-container .slider .link-grid .feature-link a:hover {
		 color: #003865;
	}
}
 .why-va-container .slider .link-grid .feature-link a:before {
	 width: 2.25rem !important;
	 height: 2.25rem !important;
	 bottom: -0.5rem !important;
	 top: auto !important;
	 margin-left: -2.32rem;
}
 .why-va-container .slider .certified-site__video.has-video {
	 background: transparent;
	 height: 65px;
	 width: 65px;
	 margin: auto;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 border-radius: 65px;
	 margin-bottom: 1rem;
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider .certified-site__video.has-video {
		 height: 125px;
		 width: 125px;
		 border-radius: 125px;
		 margin-bottom: 0;
		 margin-top: 1rem;
	}
}
 .why-va-container .slider .certified-site__video.has-video:before {
	 content: '';
	 width: 0;
	 height: 0;
	 border-top: 15px solid transparent;
	 border-bottom: 15px solid transparent;
	 border-left: 25px solid #007dba;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider .certified-site__video.has-video:before {
		 border-top: 25px solid transparent;
		 border-bottom: 25px solid transparent;
		 border-left: 35px solid #007dba;
	}
}
 .why-va-container .slider .slide__img {
	 padding-left: 0;
	 min-height: 0;
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider .link-grid {
		 margin-top: 2rem;
		 display: flex;
	}
	 .why-va-container .slider .link-grid > div {
		/*&:first-child {
			 flex-basis: 65%;
		}
		 &:last-child {
			 flex-basis: 35%;
		}
		*/
		 width: 100%;
	}
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider .link-grid .certified-site__video.has-video {
		 margin-top: 0;
	}
}
 .why-va-container .slider-prev {
	 left: 25px;
}
 .why-va-container .slider-next {
	 right: 25px;
}
 .why-va-container .slider-prev:hover, .why-va-container .slider-next:hover {
	 background-color: transparent;
}
 #why-va-video {
	 overflow: hidden;
}
 #why-va-video video {
	 width: 101%;
	 margin-bottom: 2.25rem;
}

/** SETTING DEFAULTS **/
/** MAIN COPY AND ELEMENT COLORS **/
/** SPECIAL SNOWFLAKES **/
/* WHY VA OVERRIDES AND VARIABLES */
 @keyframes logoAnimation {
	 0% {
		 opacity: 0;
	}
	 15% {
		 opacity: 1;
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 opacity: 1;
	}
}
 @keyframes boat {
	 3% {
		 transform: rotate(-5deg);
	}
	 9% {
		 transform: rotate(5deg);
	}
	 18% {
		 transform: rotate(-5deg);
	}
	 22.5% {
		 transform: rotate(0deg);
	}
}
 @keyframes wave {
	 0% {
		 background-position-x: 0;
	}
	 22.5%, 100% {
		 background-position-x: 60px;
	}
}
 @keyframes swell {
	 0%, 22.5% {
		 transform: translate3d(0, 0px, 0);
	}
	 12% {
		 transform: translate3d(0, 5px, 0);
	}
}
 @keyframes train {
	 0% {
		 transform: translateX(-100%);
	}
	 40%, 100% {
		 transform: translateX(200%);
	}
}
 @keyframes plane {
	 0% {
		 transform: rotate(200deg);
	}
	 90%, 100% {
		 transform: rotate(330deg);
	}
}
 @keyframes bounce {
	 0% {
		 transform: scale(1, 1) translateY(0);
	}
	 1% {
		 transform: scale(1.05, 0.95) translateY(0);
	}
	 5% {
		 transform: scale(0.95, 1.05) translateY(-20px);
	}
	 9% {
		 transform: scale(1, 1) translateY(0);
	}
	 10%, 100% {
		 transform: scale(1, 1) translateY(0);
	}
}
 body {
	 overflow-x: hidden;
}
 .why-va .attribution {
	 font-family: "verlag light", sans-serif;
	 font-weight: 400;
	 font-size: 0.9rem;
	 z-index: 1;
	 position: absolute;
	 color: #fff;
	 text-shadow: 1px 1px 6px #000;
	 padding-bottom: 2rem;
	 left: 2rem;
	 bottom: 0;
}
 .why-va h2 {
	 color: #003865;
	 font-size: 2.75rem;
	 line-height: 1;
	 margin-top: 2rem !important;
}
 @media (min-width: 56.25em) {
	 .why-va h2 {
		 font-size: 3.95rem;
		 font-weight: 100;
		 margin-top: 3rem !important;
	}
}
 .why-va h2::before {
	 display: none !important;
}
 .why-va h1 strong, .why-va h2 strong, .why-va h3 strong {
	 color: #158acc !important;
	 font-weight: 400;
}
 .why-va .highlighted-text {
	 display: inline-flex;
	 flex-wrap: nowrap;
}
 .why-va .highlighted-text strong {
	 display: inline-block;
	 transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	 color: #003865 !important;
	/*transform: translate(0px, -14px) scale(1.1);
	*/
}
 .why-va .activated .highlighted-text strong {
	 color: #158acc !important;
	/*transform: translate(0px, 0px) scale(1.0);
	*/
}
 .why-va p {
	 font-size: 1rem;
	 line-height: 1.75;
}
 .why-va p.bolded-subtext {
	 font-family: "Roboto", sans-serif;
	 font-weight: 600;
}
 .why-va .accent {
	 color: #158acc;
}
 .why-va .btn {
	 background: none;
	 color: #007dba;
	 font-weight: 400;
	 border: 0;
	 padding: 0;
	 font-family: "Roboto", sans-serif;
	 font-size: 0.9rem;
}
 .why-va .btn:hover {
	 text-decoration: underline;
	 font-weight: 400;
	 font-family: "Roboto", sans-serif;
}
 .why-va .menu {
	 text-transform: uppercase;
	 justify-content: space-between;
}
 .why-va .menu li {
	 list-style: none !important;
}
 .why-va .menu a {
	 font-weight: 400;
	 font-size: 12px !important;
	 padding: 23px 20px 17px !important;
}
 @media (min-width: 56.25em) {
	 .why-va .menu a {
		 padding: 23px 0 17px !important;
	}
}
 .why-va .in-page-nav li {
	 list-style-type: none !important;
	 margin-left: 0 !important;
}
 @media (min-width: 56.25em) {
	 .why-va .flex-container {
		 display: flex;
		 flex-wrap: nowrap;
	}
}
 .why-va *:focus {
	 outline: none !important;
}
 .why-va img {
	 max-width: 100%;
}
 .why-va .slick-dots li {
	 width: 15px !important;
	 height: 15px !important;
}
 .why-va .slick-dots li button:before {
	 font-size: 9px !important;
}
/* HERO */
 @media (min-width: 56.25em) {
	 .why-va__hero--text {
		 max-width: 40%;
		 padding-bottom: 4rem;
	}
}
 @media (min-width: 75em) {
	 .why-va__hero--text {
		 padding-top: 3vw;
		 padding-right: 2%;
		 max-width: 31%;
	}
}
 .why-va__hero--carousel {
	 margin-bottom: 0 !important;
}
 @media (min-width: 56.25em) {
	 .why-va__hero--carousel {
		 width: 60%;
		 padding: 0rem 0 1rem;
	}
}
 @media (min-width: 75em) {
	 .why-va__hero--carousel {
		 width: 68%;
	}
}
 .why-va__hero--carousel .slick-slide {
	 transition: all 0.25s linear;
	 transform: scale(0.85);
	 position: relative;
}
 @media (min-width: 56.25em) {
	 .why-va__hero--carousel .slick-slide {
		 margin: 6vw 0;
	}
}
 .why-va__hero--carousel .slick-slide.slick-center {
	 z-index: 1;
}
 @media (min-width: 56.25em) {
	 .why-va__hero--carousel .slick-slide.slick-center {
		 transform: scale(1.35);
	}
}
 .why-va__hero--carousel .slick-slide.slick-center .hero-slide__video-overlay {
	 background-color: rgba(255, 255, 255, 0.0);
}
 .why-va__hero--carousel .slick-slide.slick-center .hero-slide__video-overlay .slide-details, .why-va__hero--carousel .slick-slide.slick-center .hero-slide__video-overlay .play-button {
	 display: block;
}
 .why-va__hero--carousel .slick-slide:hover .hero-slide__video-overlay {
	 background-color: rgba(255, 255, 255, 0.0);
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 left: 0;
	 top: 0;
	 background-color: rgba(255, 255, 255, 0.4);
	 z-index: 1;
	 transition: all 0.25s ease-in-out;
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .certified-site__video.has-video {
	 background-image: none !important;
	 margin-left: 0 !important;
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details {
	 display: none;
	 max-width: 130px;
}
 @media (min-width: 56.25em) {
	 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details {
		 max-width: 120px;
	}
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details span {
	 display: block;
	 font-size: 15px;
	 color: #1e2525;
}
 @media (min-width: 56.25em) {
	 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details span {
		 font-size: 10px;
	}
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details .name {
	 text-transform: uppercase;
	 font-weight: bold;
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details .logo {
	 max-width: 90px;
	 margin-bottom: 1rem;
	 display: none;
}
 @media (min-width: 75em) {
	 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .slide-details .logo {
		 display: block;
	}
}
 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .play-button {
	 background-image: url(icons/play-button.png);
	 background-size: contain;
	 height: 30px;
	 width: 30px;
	 margin: 0.75rem 0;
	 display: none;
	 cursor: pointer;
}
 @media (min-width: 75em) {
	 .why-va__hero--carousel .slick-slide .hero-slide__video-overlay .play-button {
		 height: 46px;
		 width: 46px;
		 margin: 1rem 0;
	}
}
 .why-va__hero--carousel img {
	 max-width: 100%;
	 padding: 2rem 0;
}
 @media (min-width: 56.25em) {
	 .why-va__hero--carousel img {
		 padding: 0;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__hero .slick-dots {
		 width: 30px;
		 right: -15px;
		 top: 30%;
	}
	 .why-va__hero .slick-dots li {
		 display: block;
	}
}
 .why-va__hero h1 {
	 color: #003865;
	 font-size: 3rem;
	 line-height: 1.1;
	 width: 80%;
}
 @media (min-width: 56.25em) {
	 .why-va__hero h1 {
		 width: 100%;
		 font-size: 3.75rem;
		 font-weight: 100;
		 max-width: none;
	}
}
/* TALENT */
 .why-va__talent {
	 padding-bottom: 2rem;
	 border: 10px solid #fff;
	 background-color: #f8f8f8;
}
 @media (min-width: 56.25em) {
	 .why-va__talent {
		 padding-bottom: 2rem;
		 background-color: #f8f8f8;
	}
	 .why-va__talent h2 {
		 width: 80%;
	}
}
 .why-va__talent .container {
	 flex-direction: column;
	 display: flex;
	 flex-wrap: wrap;
}
 @media (min-width: 64em) {
	 .why-va__talent .container {
		 flex-direction: row;
		 display: flex;
	}
}
 .why-va__talent--text {
	 width: 100%;
	 margin-right: 0;
	 order: 3;
}
 @media (min-width: 64em) {
	 .why-va__talent--text {
		 width: 50%;
		 padding-right: 5rem;
		 order: 0;
	}
}
 @media (min-width: 75em) {
	 .why-va__talent--text {
		 width: 48%;
	}
}
 .why-va__talent--text a {
	 max-width: 300px;
	 display: inline-block;
}
 @media (min-width: 37.5em) {
	 .why-va__talent--text a {
		 max-width: 75%;
	}
}
 .why-va__talent--text .talent-text-desktop {
	 display: none;
}
 @media (min-width: 64em) {
	 .why-va__talent--text .talent-text-desktop {
		 display: block;
	}
}
 .why-va__talent--text.talent-text-mobile {
	 display: block;
	 order: 1;
	 margin-bottom: 2rem;
}
 @media (min-width: 64em) {
	 .why-va__talent--text.talent-text-mobile {
		 display: none;
	}
}
 .why-va__talent--text p.bolded-subtext {
	 font-size: 1rem;
	 font-family: "Roboto", sans-serif;
	 font-weight: 600;
}
 .why-va__talent--carousel {
	 order: 2;
	 width: 500px;
	 max-width: 100%;
	 margin: 0 auto;
	 padding-bottom: 30px;
}
 @media (min-width: 64em) {
	 .why-va__talent--carousel {
		 width: 50%;
		 order: 0;
		 padding-bottom: 0;
	}
}
 @media (min-width: 75em) {
	 .why-va__talent--carousel {
		 width: 52%;
	}
}
 .why-va__talent--carousel .slick-arrow {
	 display: inline-block;
	 width: 35px;
	 height: 35px;
	 background-image: url(icons/left-arrow.png);
	 background-size: contain;
	 cursor: pointer;
	 z-index: 1;
}
 .why-va__talent--carousel .slick-arrow:before {
	 content: '';
}
 .why-va__talent--carousel .slick-arrow:hover {
	 background-size: contain;
	 background-image: url(icons/left-arrow.png);
}
 .why-va__talent--carousel .slick-arrow.slick-next {
	 background-image: url(icons/right-arrow.png);
}
 .why-va__talent--carousel .slick-arrow.slick-next:hover {
	 background-image: url(icons/right-arrow.png);
}
 .why-va__talent--carousel .talent-slide img {
	 max-width: 100%;
}
 .why-va__talent--carousel .slick-dots {
	 bottom: -3rem;
	 margin-bottom: 1rem !important;
}
 @media (min-width: 64em) {
	 .why-va__talent--carousel .slick-dots {
		 width: 30px;
		 right: -30px;
		 bottom: 40%;
		 margin-bottom: 0 !important;
		 top: 50%;
		 transform: translateY(-50%);
	}
}
 @media (min-width: 64em) {
	 .why-va__talent--carousel .slick-dots li {
		 display: block;
	}
}
/* QUOTES */
 .why-va__quote {
	 padding: 0;
}
 @media (min-width: 56.25em) {
	 .why-va__quote {
		 padding: 2rem 0 0;
	}
}
 .why-va__quote.activated p.quote:before {
	 transform: rotateY(0deg);
}
 .why-va__quote .container {
	 position: relative;
}
 .why-va__quote .flex-container {
	 align-items: center;
	 justify-content: space-between;
	 position: relative;
	 display: flex;
	 position: relative;
}
 .why-va__quote .certified-site__video.has-video {
	 background-image: url(icons/play-button.png) !important;
	 position: absolute;
	 left: calc(50% - 25px);
	 top: 30%;
	 width: 50px;
	 height: 50px;
}
 @media (min-width: 56.25em) {
	 .why-va__quote .certified-site__video.has-video {
		 width: 100px;
		 height: 100px;
		 left: calc(50% - 50px);
	}
}
 .why-va__quote--text {
	 padding-top: 20px;
	 z-index: 10;
}
 @media (max-width: 56.25em) {
	 .why-va__quote--text img {
		 max-width: 60%;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text img {
		 max-width: 140px;
	}
}
 .why-va__quote--text p {
	 font-family: "Playfair Display";
	 color: #158acc;
	 position: relative;
	 font-size: 20px;
	 display: none;
	 letter-spacing: 1px;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text p {
		 display: block;
		 font-size: 24px;
	}
}
 .why-va__quote--text p.quote {
	 display: none;
	 line-height: 1.85;
}
 .why-va__quote--text p.quote:before {
	 content: "";
	 background: url(icons/quote-open.svg) top left no-repeat;
	 background-size: contain;
	 position: absolute;
	 z-index: -1;
	 top: -80px;
	 height: 80px;
	 width: 80px;
	 transform: rotateY(180deg);
	 transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 @media (min-width: 64em) {
	 .why-va__quote--text p.quote:before {
		 height: 100px;
		 width: 100px;
		 top: -100px;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text p.quote {
		 display: block;
	}
}
 .why-va__quote--text .citation {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 margin: 0;
}
 .why-va__quote--text .citation::before {
	 position: absolute;
	 top: -20px;
	 left: 0;
	 height: 5px;
	 width: 50px;
	 background-color: #158acc;
	 z-index: -1;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text .citation::before {
		 content: '';
	}
}
 .why-va__quote--text .citation span {
	 display: block;
}
 .why-va__quote--text .citation .name {
	 font-weight: bold;
	 text-transform: uppercase;
	 font-size: 14px;
	 margin-bottom: 0.5rem;
	 order: 2;
}
 .why-va__quote--text .citation .title {
	 font-size: 14px;
	 margin-bottom: 0.75rem;
	 order: 3;
}
 .why-va__quote--text .citation .logo {
	 order: 1;
	 margin-bottom: 0.75rem;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text .citation .logo {
		 margin-bottom: 3rem;
	}
}
 .why-va__quote--text .citation a.play-holder-mobile {
	 display: inline-block;
	 order: 4;
	 margin-top: 0.5rem;
}
 .why-va__quote--text .citation a.play-holder-mobile .play {
	 height: 70px;
	 width: 70px;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text .citation a.play-holder-mobile {
		 display: none;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text .citation {
		 display: block;
		 width: 100%;
		 margin: 2rem 0 0;
	}
}
 .why-va__quote--text .case-study {
	 display: none;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text .case-study {
		 display: block;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__quote--text {
		 width: 60%;
		 padding-bottom: 3rem;
		 padding-top: 0;
	}
}
 @media (min-width: 75em) {
	 .why-va__quote--text {
		 width: 70%;
		 margin-top: 5rem;
		 padding-bottom: 5rem;
	}
}
 .why-va__quote--image {
	 width: 90%;
	 height: 250px;
	 position: relative;
	 z-index: 1;
}
 @media (min-width: 37.5em) {
	 .why-va__quote--image {
		 width: 50%;
		 height: 300px;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__quote--image {
		 height: auto;
		 width: 55%;
	}
}
 @media (min-width: 75em) {
	 .why-va__quote--image {
		 width: 45%;
	}
}
 .why-va__quote--image .photo {
	 max-width: 100%;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--image .photo {
		 height: auto;
		 max-height: 90vh;
	}
}
 .why-va__quote--image a.play-holder {
	 display: none;
	 bottom: auto;
	 left: 50%;
	 transform: translateX(-50%);
	 top: -400px;
	 position: absolute;
}
 .why-va__quote--image a.play-holder .play {
	 height: 100px;
	 width: 100px;
}
 @media (min-width: 56.25em) {
	 .why-va__quote--image a.play-holder {
		 display: inline-block;
	}
}
 @media (min-width: 75em) {
	 .why-va__quote--image a.play-holder {
		 top: -500px;
	}
}
 .why-va__quote.reverse {
	 padding-top: 5rem;
}
 @media (min-width: 56.25em) {
	 .why-va__quote.reverse {
		 padding: 9rem 0 7rem;
	}
}
 @media (min-width: 75em) {
	 .why-va__quote.reverse {
		 padding-top: 17vw;
	}
}
 .why-va__quote.reverse .flex-container {
	 flex-direction: row-reverse;
}
 .why-va__quote.reverse .why-va__quote--text {
	 width: 45%;
}
 @media (min-width: 75em) {
	 .why-va__quote.reverse .why-va__quote--text {
		 width: 70%;
	}
}
 .why-va__quote.reverse .why-va__quote--image {
	 left: 0;
	 width: 50%;
}
 @media (min-width: 75em) {
	 .why-va__quote.reverse .why-va__quote--image {
		 left: -5%;
		 width: 60%;
	}
}
 .why-va__quote.reverse .why-va__quote--image img {
	 max-height: 85vh;
}
 @media (min-width: 75em) {
	 .why-va__quote.reverse .why-va__quote--image a.play-holder {
		 left: 35%;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__quote.Left .flex-container {
		 flex-direction: row-reverse;
	}
}
/* LIVABILITY */
 .why-va__livability {
	 position: relative;
	 padding-bottom: 3rem;
}
 @media (min-width: 56.25em) {
	 .why-va__livability {
		 display: flex;
		 padding-bottom: 0;
	}
}
 .why-va__livability h2 {
	 margin-top: 1rem !important;
}
 @media (min-width: 56.25em) {
	 .why-va__livability h2 {
		 width: 80%;
	}
}
 .why-va__livability--text {
	 background-color: #f8f8f8;
	 padding: 1.5rem;
}
 @media (min-width: 56.25em) {
	 .why-va__livability--text {
		 position: relative;
		 padding: 1.5vw 5vw;
		 display: inline-block;
		 vertical-align: bottom;
		 width: 49.7%;
		 margin-left: 0.5vw;
		 margin-bottom: 0.5vw;
	}
}
 .why-va__livability--text .slick-dots {
	 bottom: 0;
	 margin-bottom: 0.5rem !important;
	 margin-left: -20px;
}
 @media (min-width: 56.25em) {
	 .why-va__livability--text .slick-dots {
		 width: 30px;
		 left: calc(3vw - 30px);
		 margin-left: 0;
		 bottom: 40%;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__livability--text .slick-dots li {
		 display: block;
	}
}
 .why-va__livability--text p {
	 margin: 0.5rem 0;
}
 @media (min-width: 56.25em) {
	 .why-va__livability--carousels {
		 width: 49.25%;
		 vertical-align: bottom;
		 height: 100%;
	}
}
 .why-va__livability--carousels > div {
	 height: 100%;
}
 @media (min-width: 56.25em) {
	 .why-va__livability--carousels .why-va__livability--carousel {
		 width: 100%;
		 margin: 0 0.5vw 0.5vw 0.5vw;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__livability--carousels .why-va__livability--carousel .livability-slide {
		 min-height: 32rem;
	}
}
 @media (min-width: 75em) {
	 .why-va__livability--carousels .why-va__livability--carousel .livability-slide {
		 min-height: 29rem;
	}
}
 @media (min-width: 90em) {
	 .why-va__livability--carousels .why-va__livability--carousel .livability-slide {
		 min-height: 27.5rem;
	}
}
 .why-va__livability.images-only {
	 display: none;
}
 @media (min-width: 56.25em) {
	 .why-va__livability.images-only {
		 display: flex;
		 flex-wrap: nowrap;
	}
}
 .why-va__livability.images-only .why-va__livability--carousel {
	 margin: 0.25vw;
}
 @media (min-width: 56.25em) {
	 .why-va__livability.images-only .why-va__livability--carousel {
		 display: inline-block;
		 height: 21vw;
	}
}
 @media (min-width: 90em) {
	 .why-va__livability.images-only .why-va__livability--carousel {
		 height: 18vw;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__livability.images-only .why-va__livability--carousel:first-of-type {
		 width: 50vw;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__livability.images-only .why-va__livability--carousel:nth-of-type(3) {
		 width: 24vw;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__livability.images-only .why-va__livability--carousel:nth-of-type(2) {
		 width: 24.5vw;
	}
}
 .why-va__livability.images-only .livability-slide {
	 height: 35vw;
}
 @media (min-width: 56.25em) {
	 .why-va__livability.images-only .livability-slide {
		 height: 21vw;
	}
}
 @media (min-width: 90em) {
	 .why-va__livability.images-only .livability-slide {
		 height: 17vw;
	}
}
 .why-va__livability .livability-slide {
	 background-size: cover;
	 background-position: center;
	 height: 60vw;
	 width: 100%;
}
 @media (min-width: 56.25em) {
	 .why-va__livability .livability-slide {
		 height: 20vw;
	}
}
 .why-va__livability .livability-slide.stat {
	 background-color: #f8f8f8;
	 text-align: center;
	 padding: 2.5vw 4vw;
}
 @media (min-width: 56.25em) {
	 .why-va__livability .livability-slide.stat {
		 padding: 2.5vw 2vw;
	}
}
 @media (min-width: 90em) {
	 .why-va__livability .livability-slide.stat {
		 padding: 2.5vw 4vw;
	}
}
 .why-va__livability .livability-slide.stat .stat {
	 color: #007dba;
	 font-size: 4vw;
	 display: block;
	 font-weight: bold;
}
 @media (min-width: 75em) {
	 .why-va__livability .livability-slide.stat .stat {
		 font-size: 4vw;
	}
}
 .why-va__livability .livability-slide.stat .details {
	 font-size: 15px;
	 color: #003865;
	 display: block;
	 text-transform: uppercase;
	 font-weight: bold;
}
 @media (min-width: 75em) {
	 .why-va__livability .livability-slide.stat .details {
		 font-size: 20px;
	}
}
 .why-va__livability .livability-slide.stat img {
	 display: block;
	 margin: 1.25rem auto;
	 width: 40%;
	 min-width: 150px;
}
 .why-va__livability .livability-carousel-navigation {
	 display: inline-block;
	 width: 35px;
	 height: 35px;
	 background-image: url(icons/left-arrow.png);
	 background-size: contain;
	 cursor: pointer;
}
 .why-va__livability .livability-carousel-navigation.next {
	 background-image: url(icons/right-arrow.png);
}
 .why-va__livability .slick-arrow {
	 display: none !important;
}
/* INFRASTRUCTURE */
 .why-va__infrastructure {
	 background-color: #f8f8f8;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure .container {
		 align-items: center;
	}
}
 @media (max-width: 75em) {
	 .why-va__infrastructure .flex-container {
		 flex-wrap: wrap;
	}
}
 .why-va__infrastructure .hero-button {
	 max-width: 270px;
}
 .why-va__infrastructure .hero-button.feature-link {
	 max-width: 310px;
}
 .why-va__infrastructure--text {
	 padding: 0 5%;
}
 @media (min-width: 75em) {
	 .why-va__infrastructure--text {
		 width: 40%;
		 padding: 1.5vw 5vw;
	}
}
 .why-va__infrastructure--map {
	 width: 100%;
}
 @media (min-width: 75em) {
	 .why-va__infrastructure--map {
		 width: 60%;
	}
}
 .why-va__infrastructure--grid-wrapper {
	 display: flex;
	 flex-wrap: wrap;
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid-wrapper {
		 flex-direction: column;
		 max-height: 770px;
	}
}
 .why-va__infrastructure--grid .grid-item {
	 flex-basis: 33.3%;
	 flex-grow: 1;
	 padding: 4vw 3vw;
	 border-right: 1px solid #707070;
	 border-bottom: 1px solid #707070;
	 position: relative;
	 min-height: 250px;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .grid-item {
		 min-height: 350px;
	}
}
 @media (min-width: 90em) {
	 .why-va__infrastructure--grid .grid-item {
		 padding: 35px 3vw;
	}
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item {
		 flex-basis: 50%;
		 width: 50%;
		 padding: 6vw;
	}
}
 .why-va__infrastructure--grid .grid-item:first-of-type {
	 background-image: url(icons/why-va-infrastructure/InfraMap_2-01.png);
	 background-size: auto 100%;
	 background-repeat: no-repeat;
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:first-of-type {
		 background-position: -6px;
	}
}
 .why-va__infrastructure--grid .grid-item:first-of-type .stat, .why-va__infrastructure--grid .grid-item:first-of-type .subtext {
	 margin-left: 50%;
}
 .why-va__infrastructure--grid .grid-item:first-of-type .stat-container {
	 position: absolute;
	 bottom: 10%;
	 right: 5%;
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(2) .stat-container {
	 position: absolute;
	 bottom: 10%;
	 margin: 0 auto;
	 right: 0;
	 left: 0;
	 width: 100px;
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(2) .stat-container {
		 width: fit-content;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(2) .icon {
	 animation: wave 17s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 17s ease -0.125s infinite;
	 background-image: url(icons/why-va-infrastructure/icon-waves.svg);
	 background-repeat: repeat-x;
	 position: relative;
	 width: 80px;
	 height: 20px;
	 margin: 2rem auto 0.5rem;
	 margin-left: 8px;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(2) .icon {
		 height: 34px;
		 width: 120px;
		 margin-left: 14px;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(2) .icon:before {
	 content: '';
	 display: block;
	 background-image: url(icons/why-va-infrastructure/icon-boat.svg);
	 background-repeat: no-repeat;
	 position: absolute;
	 width: 70%;
	 height: 3rem;
	 left: 12%;
	 top: -3rem;
	 transform-origin: center;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(2) .icon:before {
		 height: 5rem;
		 width: 80%;
		 left: 10%;
		 top: -4.8rem;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(3) {
	 overflow: hidden;
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(3) {
		 border-bottom: none;
	}
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(3) {
		 border-right: none;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .stat-container {
	 position: absolute;
	 bottom: 10%;
	 left: 9vw;
	 width: 65%;
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .stat-container {
		 width: fit-content;
		 left: 3vw;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .icon {
	 background-image: url(icons/why-va-infrastructure/icon-track.svg);
	 position: absolute;
	 background-size: 100%;
	 width: calc(100% + 3vw);
	 margin-left: -6vw;
	 height: 9vw;
	 top: 55%;
	 transform: translateY(-30%) rotate(-8deg);
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .icon {
		 margin-left: -3vw;
		 width: 100%;
	}
}
 @media (min-width: 75em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .icon {
		 height: 4vw;
		 width: calc(105% + 3vw);
		 top: 50%;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .icon:before {
	 animation-name: 'train';
	 animation-duration: 17s;
	 animation-delay: 9.3333333333s;
	 animation-iteration-count: infinite;
	 animation-timing-function: linear;
	 content: '';
	 display: block;
	 background-image: url(icons/why-va-infrastructure/icon-train.svg);
	 background-repeat: no-repeat;
	 background-size: contain;
	 position: absolute;
	 width: 57%;
	 height: 7.4vw;
	 left: 0;
	 top: -7%;
	 transform: translateX(-100%);
}
 @media (min-width: 75em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(3) .icon:before {
		 height: 3vw;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(5) {
	 align-items: flex-end;
	 background-color: #f8f8f8;
	 display: flex;
	 height: 100%;
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(5) .stat-container {
	 max-width: 120px;
	 margin: 0 auto;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(5) .stat-container {
		 max-width: 170px;
	}
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(5) {
		 min-height: 285px;
	}
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(5) {
		 border-right: none;
		 flex-basis: 43%;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(5) .icon {
	 background-image: url(icons/why-va-infrastructure/icon-map-base.svg);
	 position: relative;
	 width: 50px;
	 height: 35px;
	 margin: auto auto 10px auto;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(5) .icon {
		 height: 54px;
		 margin: auto auto 20px auto;
		 width: 86px;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(5) .icon:before {
	 animation-name: bounce;
	 animation-timing-function: ease;
	 animation-duration: 17s;
	 animation-iteration-count: infinite;
	 animation-delay: 3.5s;
	 content: '';
	 display: block;
	 background-image: url(icons/why-va-infrastructure/icon-location.svg);
	 background-repeat: no-repeat;
	 position: absolute;
	 width: 45px;
	 height: 35px;
	 left: 11%;
	 top: -2.5rem;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(5) .icon:before {
		 height: 68px;
		 left: 0;
		 top: -4.2rem;
		 width: 88px;
	}
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) {
		 border-bottom: 1px solid #707070 !important;
		 overflow: hidden;
	}
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .stat-container {
		 min-height: 320px;
		 padding-top: 120px;
	}
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .stat-container div:first-child {
		 margin-bottom: 30px;
	}
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) {
		 flex-basis: 57%;
	}
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .stat-container {
		 align-items: flex-end;
		 display: flex;
		 height: 100%;
		 padding-left: 15px;
	}
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .stat-container > div:not(.icon):not(.ring) {
		 max-width: 150px;
	}
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .stat-container > div:not(.icon):not(.ring):first-child {
		 margin-right: 45px;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .ring, .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon {
	 position: absolute;
	 width: 145vw;
	 height: 145vw;
	 margin: auto;
	 border-radius: 50%;
	 margin-left: -37vw;
	 margin-top: -210px;
	 margin-bottom: 1rem;
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .ring, .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon {
		 margin-top: 0;
		 top: 34px;
	}
}
 @media (min-width: 75em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .ring, .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon {
		 height: 100vw;
		 margin-left: -25vw;
		 width: 100vw;
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .ring {
	 border: 1px dashed #707070;
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon {
	 animation-name: 'plane';
	 animation-duration: 8.5s;
	 animation-iteration-count: infinite;
	 animation-timing-function: ease-in;
	 transform: rotate(200deg);
	 animation-delay: 3s;
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon:before {
	 content: '';
	 background-image: url(icons/why-va-infrastructure/icon-plane.svg);
	 position: absolute;
	 width: 40px;
	 height: 36px;
	 margin: auto;
	 background-size: contain;
	 top: 50%;
	 left: 50%;
	 background-repeat: no-repeat;
	 transform: translateX(calc(72.5vw - 40%));
	 transform-origin: center;
}
 @media (min-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon:before {
		 width: 107px;
		 height: 90px;
	}
}
 @media (min-width: 75em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4) .icon:before {
		 transform: translateX(calc(50vw - 39%));
	}
}
 .why-va__infrastructure--grid .grid-item:nth-of-type(4), .why-va__infrastructure--grid .grid-item:nth-of-type(5) {
	 border-bottom: none;
}
 @media (max-width: 37.5em) {
	 .why-va__infrastructure--grid .grid-item:nth-of-type(4), .why-va__infrastructure--grid .grid-item:nth-of-type(5) {
		 border-right: none;
	}
}
 .why-va__infrastructure--grid .grid-item .icon {
	 background-repeat: no-repeat;
}
 .why-va__infrastructure--grid .stat {
	 font-size: 1.5rem;
	 color: #158acc;
	 font-weight: 900;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .stat {
		 font-size: 2.5rem;
	}
}
 .why-va__infrastructure--grid .stat .number {
	 display: inline-block;
	 font-size: 2.5rem;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .stat .number {
		 font-size: 3.5rem;
	}
}
 .why-va__infrastructure--grid .stat .plus {
	 color: #003764;
	 display: inline-block;
	 font-weight: 300;
	 transform: translateY(-6px);
}
 .why-va__infrastructure--grid .sub {
	 display: inline-block;
	 transform: translateY(-40%);
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .sub {
		 transform: translateY(-30%);
	}
}
 .why-va__infrastructure--grid .subtext {
	 font-size: 14px;
	 color: #003764;
}
 @media (min-width: 56.25em) {
	 .why-va__infrastructure--grid .subtext {
		 font-size: 18px;
	}
}
 .why-va__infrastructure--grid span {
	 display: block;
}
/* BUSINESS */
 .why-va__business .logo-grid {
	 flex-wrap: wrap;
	 display: none;
}
 @media (min-width: 56.25em) {
	 .why-va__business .logo-grid {
		 display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
		 display: -ms-flexbox;
		/* TWEENER - IE 10 */
		 display: -webkit-flex;
		 display: flex;
	}
}
 .why-va__business .logo-carousel {
	 display: flex;
	 flex-direction: column;
	 flex-wrap: wrap;
	 height: 67vw;
	 transition: all 0.5s ease-in-out;
}
 .why-va__business .logo-carousel .logo {
	 width: calc(100vw / 3);
	 height: calc(100vw / 3);
	 padding: 3vw;
}
 .why-va__business .logo {
	 border: 1px solid #e0e0e0;
	 flex-grow: 1;
	 width: calc(100vw / 3);
	 position: relative;
}
 @media (min-width: 56.25em) {
	 .why-va__business .logo {
		 width: calc(100vw / 6);
		 max-width: calc(100vw / 6);
		 height: calc(100vw / 5);
		 max-height: 150px;
		 padding: 4rem;
	}
}
 @media (min-width: 75em) {
	 .why-va__business .logo {
		 width: calc(100vw / 6.5);
		 max-width: calc(100vw / 6);
		 height: calc(100vw / 5.8);
		 max-height: 220px;
	}
}
 .why-va__business .logo.stat {
	 background-color: #f8f8f8;
	 text-align: center;
	 padding: 1.5rem;
	 border: none;
	 width: 100%;
}
 @media (min-width: 56.25em) {
	 .why-va__business .logo.stat {
		 border: 1px solid #e0e0e0;
	}
}
 .why-va__business .logo.stat .stat {
	 color: #007dba;
	 font-size: 7rem;
	 display: block;
	 font-weight: bold;
}
 @media (min-width: 56.25em) {
	 .why-va__business .logo.stat .stat {
		 font-size: 4vw;
	}
}
 @media (min-width: 90em) {
	 .why-va__business .logo.stat .stat {
		 font-size: 60px;
	}
}
 .why-va__business .logo.stat .details {
	 font-size: 1.95rem;
	 color: #003865;
	 display: block;
	 text-transform: uppercase;
	 font-weight: bold;
}
 @media (min-width: 56.25em) {
	 .why-va__business .logo.stat .details {
		 font-size: 1.15vw;
	}
}
 @media (min-width: 90em) {
	 .why-va__business .logo.stat .details {
		 font-size: 20px;
	}
}
 .why-va__business .logo.stat img {
	 display: block;
	 margin: 1.25rem auto;
	 width: 40%;
	 min-width: 100px;
}
 .why-va__business .logo img {
	 max-width: 100%;
	 vertical-align: middle;
	 display: inherit;
	 position: absolute;
	 width: 68%;
	 margin: auto;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 @media (min-width: 56.25em) {
	 .why-va__business .logo img {
		 width: 55%;
		 max-width: 160px;
	}
}
 .why-va__business--panel-1 .text {
	 padding: 1.5rem;
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-1 .text {
		 background-color: #f7f7f7;
		 padding: 1.5rem 1.5rem;
		 width: 58.75%;
	}
}
 @media (min-width: 75em) {
	 .why-va__business--panel-1 .text {
		 width: 33.25%;
	}
}
 @media (min-width: 90em) {
	 .why-va__business--panel-1 .text {
		 padding: 1.5rem 3.5rem;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-1 .logo-grid__wrapper {
		 width: 60%;
	}
}
 @media (min-width: 75em) {
	 .why-va__business--panel-1 .logo-grid__wrapper {
		 width: 66.75%;
	}
}
 .why-va__business--panel-1 .logo.visible img {
	 animation: logoAnimation 5.5s;
	 animation-fill-mode: forwards;
	 animation-timing-function: ease-in-out;
}
 .why-va__business--panel-1 .logo img {
	 opacity: 0;
}
 .why-va__business--panel-1 p {
	 margin: 0.5rem 0;
}
 .why-va__business--panel-2 {
	 display: none;
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-2 {
		 display: block;
	}
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-2 .image {
		 width: 60%;
	}
}
 @media (min-width: 75em) {
	 .why-va__business--panel-2 .image {
		 border-right: 1px solid #e0e0e0;
		 width: calc(50%);
	}
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-2 .logo-grid__wrapper {
		 width: 60%;
	}
}
 @media (min-width: 75em) {
	 .why-va__business--panel-2 .logo-grid__wrapper {
		 width: 50%;
	}
}
 .why-va__business--panel-2 .image {
	 background-size: cover;
	 background-position: center;
}
 @media (max-width: 37.5em) {
	 .why-va__business--panel-2 .image {
		 min-height: 50vw;
		 width: 100%;
	}
}
 .why-va__business--panel-2 .logo.visible img {
	 animation: logoAnimation 5.5s;
	 animation-fill-mode: forwards;
	 animation-timing-function: ease-in-out;
}
 .why-va__business--panel-2 .logo img {
	 opacity: 0;
	 transition: opacity 0.25s ease-in-out;
}
 .why-va__business--panel-3 {
	 display: none;
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-3 {
		 display: block;
	}
}
 .why-va__business--panel-3 .logo-grid .logo {
	 flex-grow: 1;
}
 .why-va__business--panel-3 .logo-grid .logo.visible img {
	 animation: logoAnimation 5.5s;
	 animation-fill-mode: forwards;
	 animation-timing-function: ease-in-out;
}
 .why-va__business--panel-3 .logo-grid .logo img {
	 opacity: 0;
	 transition: opacity 0.25s ease-in-out;
}
 @media (min-width: 56.25em) {
	 .why-va__business--panel-mobile {
		 display: none;
	}
}
 .why-va__business--panel-mobile .logo-slide__wrapper {
	 display: flex;
	 flex-wrap: wrap;
}
 .why-va__business--panel-mobile .logo-slide__wrapper .logo {
	 width: 33%;
	 padding: 1.5rem;
}
 .why-va__business--panel-mobile .logo-slide__wrapper .logo img {
	 max-width: 100%;
}
 .why-va__business .slick-dots {
	 position: relative;
}
 .why-va__business h2 {
	 margin-top: 1rem !important;
}
 @media (min-width: 75em) {
	 .why-va__business h2 {
		 margin-top: 3rem !important;
	}
}
/* FULL TESTIMONIAL LIST - HIDDEN */
 #block-views-block-why-virginia-block-2 {
	 display: none;
}
 @media (min-width: 56.25em) {
	 #why-va-contact h2 {
		 font-size: 3.95rem;
	}
}

 .carousel {
	 display: block;
	 position: relative;
	 margin: 40px auto;
}
 .slider {
	 width: 100%;
	 height: 100%;
	 min-height: 22rem;
	 overflow: hidden;
	 position: relative;
}
 @media (min-width: 37.5em) {
	 .slider {
		 padding: 0 4rem;
		 min-height: 19rem;
	}
}
 @media (min-width: 56.25em) {
	 .slider {
		 min-height: 31rem;
	}
}
 .slide {
	 background-size: cover;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 float: left;
	 position: absolute;
	 width: 100% !important;
}
 @media (min-width: 37.5em) {
	 .slide {
		 padding: 0 4rem;
	}
}
 @media (min-width: 56.25em) {
	 .slide {
		 display: flex;
		 flex-wrap: nowrap;
	}
}
 .slide__img {
	 padding: 0 0 1rem;
}
 @media (min-width: 56.25em) {
	 .slide__img {
		 padding: 3rem 0 3rem 4rem;
		 width: 50%;
	}
}
 .slide__img img {
	 display: block;
	 margin: auto;
}
 @media (max-width: 56.25em) {
	 .slide__img img {
		 margin-left: 6vw;
		 height: auto;
		 top: -5rem;
		 position: absolute;
	}
}
 @media (min-width: 37.5em) {
	 .slide__img img {
		 width: 75%;
		 margin-left: 20%;
	}
}
 @media (min-width: 56.25em) {
	 .slide__img img {
		 width: 100%;
		 margin-left: 0%;
	}
}
 .slide__img img.desktop-img {
	 display: none;
}
 @media (min-width: 56.25em) {
	 .slide__img img.desktop-img {
		 display: block;
	}
}
 @media (min-width: 56.25em) {
	 .slide__img .mobile-img {
		 display: none !important;
	}
}
 @media (min-width: 56.25em) {
	 .slide__content {
		 font-size: 1rem;
		 padding: 3rem 4rem 3rem 0;
		 width: 50%;
	}
}
 @media (max-width: 56.25em) {
	 .slide p {
		 display: none;
	}
}
 .slide a.feature-link {
	 margin-left: 2.5rem;
}
 #content #slideposition {
	 left: 46%;
	 margin-top: 20px;
	 position: absolute;
	 z-index: 100;
}
 #content #slideposition li {
	 border: 2px solid #707372;
	 border-radius: 50%;
	 cursor: pointer;
	 display: inline-block;
	 height: 13px;
	 margin-left: 10px;
	 width: 13px;
}
 #content #slideposition li.active {
	 background-color: #707372;
}
 #content #slideposition li:before, #content #slideposition li:after {
	 content: none;
}
 .slider-prev, .slider-next {
	 background-image: url('icons/left-arrow.png');
	 background-size: 50px;
	 background-repeat: no-repeat;
	 background-position: center;
	 cursor: pointer;
	 position: absolute;
	 top: 29px;
	 height: 89px;
	 width: 75px;
	 z-index: 100;
}
 @media (min-width: 37.5em) {
	 .slider-prev, .slider-next {
		 top: 0;
		 bottom: 0;
		 height: 100%;
		 width: 75px;
	}
}
 .slider-prev:hover, .slider-next:hover {
	 background-color: rgba(255, 255, 255, 0.5);
}
 .slider-prev {
	 left: -19px;
}
 @media (min-width: 37.5em) {
	 .slider-prev {
		 left: -15px;
	}
}
 .slider-next {
	 background-image: url('icons/right-arrow.png');
	 right: -19px;
}
 @media (min-width: 37.5em) {
	 .slider-next {
		 right: -15px;
	}
}
/* CASE STUDY CAROUSEL */
 @media (max-width: 56.25em) {
	 #case-studies .carousel .slider-prev, #case-studies .carousel .slider-next {
		 top: initial;
		 height: 50px;
		 width: 50px;
		 background-size: 35px;
		 bottom: -35px;
	}
	 #case-studies .carousel .slider-prev {
		 left: calc(50% - 50px);
	}
	 #case-studies .carousel .slider-next {
		 right: calc(50% - 50px);
	}
	 #case-studies .carousel .slider {
		 min-height: 35rem;
	}
	 #case-studies .carousel .slider .slide .slide__img img {
		 position: static;
		 margin-left: 0;
	}
	 #case-studies .carousel .slider .slide .slide__content p {
		 display: block;
	}
	 #case-studies .carousel #slideposition {
		 display: none;
	}
}
/* WHY VA CAROUSEL */
 .panel-slide__tab {
	 display: inline-block;
}
 @media (min-width: 56.25em) {
	 .panel-slide__tab {
		 display: flex;
		 flex-direction: row-reverse;
	}
}
 .panel-slide__tab .slide__img, .panel-slide__tab .slide__content {
	 display: block;
	 margin-left: 11%;
	 width: 81%;
}
 @media (min-width: 56.25em) {
	 .panel-slide__tab .slide__img, .panel-slide__tab .slide__content {
		 display: inline-block;
		 width: 49%;
		 vertical-align: top;
		 margin-left: 0;
	}
}
 .panel-slide__tab .slide__img {
	 min-height: none !important;
	 position: relative;
	 margin-top: 1.5rem;
	 z-index: 1;
	 position: relative;
}
 @media (max-width: 37.5em) {
	 .panel-slide__tab .slide__img {
		 min-height: 53vh !important;
	}
}
 @media (min-width: 56.25em) {
	 .panel-slide__tab .slide__img {
		 min-height: none !important;
		 margin-top: 0;
		 width: 50%;
	}
}
 .panel-slide__tab .slide__img img {
	 max-width: 100%;
}
 .panel-slide__tab .slide__img .certified-site__video {
	 position: absolute;
	 left: 50%;
	 top: 43%;
}
 .panel-slide__tab .slide__content {
	 margin-top: 1.5rem;
	 position: relative;
	 z-index: 10;
}
 @media (min-width: 56.25em) {
	 .panel-slide__tab .slide__content {
		 margin-top: 2.5rem;
		 margin-left: 10%;
		 width: 50%;
	}
}
 .panel-slide__tab .slide__content--quote-body:before {
	 content: "";
	 background: url(icons/quote-open.svg) top left no-repeat;
	 background-size: contain;
	 position: absolute;
	 z-index: -1;
	 height: 50px;
	 width: 50px;
	 top: -1.5rem;
	 left: -20px;
}
 @media (min-width: 56.25em) {
	 .panel-slide__tab .slide__content--quote-body:before {
		 left: -45px;
		 top: -2rem;
		 height: 60px;
		 width: 60px;
	}
}
 @media (max-width: 56.25em) {
	 .panel-slide__tab .slide__content p {
		 display: block;
	}
}
 .panel-slide__tab .citation p, .panel-slide__tab .citation a, .panel-slide__tab .citation span {
	 margin: 0;
}
 .why-va-container .slider {
	 min-height: 220vw;
	 position: relative;
}
 @media (min-width: 37.5em) {
	 .why-va-container .slider {
		 min-height: 110vw;
	}
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider {
		 min-height: 60vw;
	}
}
 .why-va-container .slider-prev, .why-va-container .slider-next {
	 height: 50px;
	 width: 52px;
	 bottom: -1rem;
}
 @media (max-width: 56.25em) {
	 .why-va-container .slider-prev, .why-va-container .slider-next {
		 background-size: 35px;
		 top: calc(100%);
	}
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider-prev, .why-va-container .slider-next {
		 top: 22vw !important;
		 bottom: initial;
	}
}
 .why-va-container .slider-prev {
	 left: calc(50% - 50px);
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider-prev {
		 left: 5px;
	}
}
 .why-va-container .slider-next {
	 right: calc(50% - 50px);
}
 @media (min-width: 56.25em) {
	 .why-va-container .slider-next {
		 right: 5px;
	}
}
 .why-va-container #slideposition {
	 margin-top: -45px !important;
}
 @media (max-width: 56.25em) {
	 .why-va-container #slideposition {
		 display: none;
	}
}
 .why-va-container .certified-site__video.has-video {
	 text-indent: 0px;
	 height: auto !important;
	 width: 100% !important;
	 border-radius: 0px;
	 color: #003865;
	 font-weight: 400;
	 display: flex !important;
	 font-family: verlag, sans-serif;
}
 .why-va-container .certified-site__video.has-video:before {
	 position: relative !important;
	 margin: 0 10px 0 0 !important;
	 border-top: none !important;
	 border-left: none !important;
	 border-right: none !important;
	 border-bottom: none !important;
	 background-image: url('icons/slider-video-arrow.png');
	 background-repeat: no-repeat;
	 background-size: contain;
	 height: 35px !important;
	 width: 35px !important;
	 margin-top: -7px !important;
	 margin-bottom: 7px !important;
	 top: -0.25rem !important;
}
 .why-va-container .certified-site__video.has-video div {
	 max-width: 100px;
}
 @media (min-width: 56.25em) {
	 .why-va-container .certified-site__video.has-video div {
		 max-width: 125px;
	}
}
 .why-va-container .slide__content--quote-body {
	 position: relative;
}
 @media (min-width: 75em) {
	 .why-va-container .slide__content--quote-body {
		 width: 75%;
	}
}
 .why-va-container .slide__content--quote-body P {
	 font-family: "verlag light", sans-serif;
	 font-size: 1.1rem;
	 margin-bottom: 1rem;
}
 @media (min-width: 75em) {
	 .why-va-container .slide__content--quote-body P {
		 font-size: 1.5vw;
	}
}
 .why-va-container .tagline-text {
	 color: #003f71;
	 font-family: "Playfair Display";
	 font-size: 60px;
	 line-height: 0.75;
	 margin: 0 0 3rem -1rem;
}
 @media (min-width: 56.25em) {
	 .why-va-container .tagline-text {
		 font-size: 5.75vw;
		 margin: 0 0 4rem -2.5rem;
	}
}
 .why-va-container .tagline-text .light-blue {
	 color: #007dba;
	 margin: 0 -15px;
}
 @media (min-width: 56.25em) {
	 .why-va-container .tagline-text .light-blue {
		 margin: 0 -1.25vw;
	}
}
 .why-va-container .person-details h2, .why-va-container .person-details h3, .why-va-container .person-details h4 {
	 margin: 0;
	 font-size: 14px;
	 font-family: verlag, sans-serif;
	 font-weight: bold;
	 color: #003f71;
}
 .why-va-container .person-details p {
	 margin: 0;
	 font-size: 14px;
	 color: #003f71;
	 font-family: "verlag light", sans-serif;
	 font-weight: 100;
	 line-height: 1.45;
}
 .why-va-container .person-details.desktop {
	 display: none;
	 position: absolute;
}
 @media (min-width: 56.25em) {
	 .why-va-container .person-details.desktop {
		 left: 0rem;
		 top: 12vw;
		 display: block;
	}
}
 @media (min-width: 75em) {
	 .why-va-container .person-details.desktop {
		 left: 0;
	}
}
 .why-va-container .person-details.mobile {
	 margin-bottom: 2rem;
}
 @media (min-width: 56.25em) {
	 .why-va-container .person-details.mobile {
		 display: none;
	}
}
 @media (max-width: 56.25em) {
	 .why-va-container .slide p {
		 display: block;
	}
}

/* View blocks */
.testimonials {
  position: relative;
}
.testimonials img.video-placeholder {
  padding-bottom: 25px;
  width: 100%
}
/* .testimonials .play-button {
  height: 46px;
  width: 46px;
  margin: 1rem 0;
}
.testimonials .play-button {
  background-image: url(/themes/custom/vedp/assets/icons/play-button.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: 0.75rem 0;
  display: none;
  cursor: pointer;
} */
.testimonials .certified-site__video.has-video {
  background-image: url(/themes/custom/vedp/assets/icons/play-button.png);
  position: absolute;
  top: 15%;
  left: 40%;
  width: 75px;
  height: 75px;
}
@media (min-width: 56.25em) {
  .testimonials .certified-site__video.has-video {
    top: 135px;
  }
}
.testimonials .company, .testimonials .description {
  font-size: 20px;
  font-weight: 300;
}
.testimonials .company {
  display: flex;
  justify-content: space-between;
}
.testimonials .company .name {
  text-transform: uppercase;
}
.testimonials .logo_image img {
  height: 55px;
  width: auto;
  padding-bottom: 10px;
}
.testimonials .description {
  padding-top: 35px;
  padding-bottom: 50px;
}
.card-hover .testimonials .media {
  margin-bottom: 0px;
}

/* podcasts  */

.podcast__wrapper + a.feature-link, .region-detail-page .section__content .podcast__wrapper + a {
  font-weight: bold;
}
.podcast__wrapper .card.podcast-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 56.25em) {
  .podcast__wrapper .card.podcast-card {
    display: block !important;
    padding-bottom: 25px;
  }
}
.podcast__wrapper .card.podcast-card h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  padding-right: 0;
}
@media (min-width: 56.25em) {
  .podcast__wrapper .card.podcast-card h3 {
    font-size: 25px;
  }
}
.podcast__wrapper .card.podcast-card h3 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}
@media (min-width: 56.25em) {
  .podcast__wrapper .card.podcast-card h3 a {
    font-size: 25px;
  }
}
.podcast__wrapper .card.podcast-card p, .podcast__wrapper .card.podcast-card .contacts .contact, .contacts .podcast__wrapper .card.podcast-card .contact, .podcast__wrapper .card.podcast-card .banner__content.text, .podcast__wrapper .card.podcast-card .content__top__main, .podcast__wrapper .card.podcast-card #content .country .contact, #content .country .podcast__wrapper .card.podcast-card .contact, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span {
  margin-bottom: 40px !important;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.podcast__wrapper .card.podcast-card p.date, .podcast__wrapper .card.podcast-card .contacts .date.contact, .contacts .podcast__wrapper .card.podcast-card .date.contact, .podcast__wrapper .card.podcast-card .date.banner__content.text, .podcast__wrapper .card.podcast-card .date.content__top__main, .podcast__wrapper .card.podcast-card #content .country .date.contact, #content .country .podcast__wrapper .card.podcast-card .date.contact, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date {
  color: #707372;
  margin-bottom: 10px !important;
}
@media (min-width: 56.25em) {
  .podcast__wrapper .card.podcast-card p.date, .podcast__wrapper .card.podcast-card .contacts .date.contact, .contacts .podcast__wrapper .card.podcast-card .date.contact, .podcast__wrapper .card.podcast-card .date.banner__content.text, .podcast__wrapper .card.podcast-card .date.content__top__main, .podcast__wrapper .card.podcast-card #content .country .date.contact, #content .country .podcast__wrapper .card.podcast-card .date.contact, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date {
    font-size: 22px;
    line-height: 31px;
  }
}
.podcast__wrapper .card.podcast-card p.date + p, .podcast__wrapper .card.podcast-card .contacts .date.contact + p, .contacts .podcast__wrapper .card.podcast-card .date.contact + p, .podcast__wrapper .card.podcast-card .contacts p.date + .contact, .contacts .podcast__wrapper .card.podcast-card p.date + .contact, .podcast__wrapper .card.podcast-card .contacts .date.contact + .contact, .contacts .podcast__wrapper .card.podcast-card .date.contact + .contact, .podcast__wrapper .card.podcast-card .date.banner__content.text + p, .podcast__wrapper .card.podcast-card .contacts .date.banner__content.text + .contact, .contacts .podcast__wrapper .card.podcast-card .date.banner__content.text + .contact, .podcast__wrapper .card.podcast-card p.date + .banner__content.text, .podcast__wrapper .card.podcast-card .contacts .date.contact + .banner__content.text, .contacts .podcast__wrapper .card.podcast-card .date.contact + .banner__content.text, .podcast__wrapper .card.podcast-card .date.banner__content.text + .banner__content.text, .podcast__wrapper .card.podcast-card .date.content__top__main + p, .podcast__wrapper .card.podcast-card .contacts .date.content__top__main + .contact, .contacts .podcast__wrapper .card.podcast-card .date.content__top__main + .contact, .podcast__wrapper .card.podcast-card .date.content__top__main + .banner__content.text, .podcast__wrapper .card.podcast-card #content .country .date.contact + p, .podcast__wrapper .card.podcast-card #content .country .contacts .date.contact + .contact, .podcast__wrapper .card.podcast-card #content .country .date.contact + .banner__content.text, #content .country .podcast__wrapper .card.podcast-card .date.contact + p, #content .country .podcast__wrapper .card.podcast-card .contacts .date.contact + .contact, #content .country .podcast__wrapper .card.podcast-card .date.contact + .banner__content.text, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date + p, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job .contacts span.date + .contact, .contacts .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date + .contact, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date + .banner__content.text, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date + p, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card .contacts span.date + .contact, .contacts #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date + .contact, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date + .banner__content.text, .podcast__wrapper .card.podcast-card p.date + .content__top__main, .podcast__wrapper .card.podcast-card .contacts .date.contact + .content__top__main, .contacts .podcast__wrapper .card.podcast-card .date.contact + .content__top__main, .podcast__wrapper .card.podcast-card .date.banner__content.text + .content__top__main, .podcast__wrapper .card.podcast-card .date.content__top__main + .content__top__main, .podcast__wrapper .card.podcast-card #content .country .date.contact + .content__top__main, #content .country .podcast__wrapper .card.podcast-card .date.contact + .content__top__main, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date + .content__top__main, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date + .content__top__main, .podcast__wrapper .card.podcast-card #content .country p.date + .contact, .podcast__wrapper .card.podcast-card #content .country .date.banner__content.text + .contact, #content .country .podcast__wrapper .card.podcast-card p.date + .contact, #content .country .podcast__wrapper .card.podcast-card .date.banner__content.text + .contact, .podcast__wrapper .card.podcast-card #content .country .date.content__top__main + .contact, #content .country .podcast__wrapper .card.podcast-card .date.content__top__main + .contact, .podcast__wrapper .card.podcast-card #content .country .date.contact + .contact, #content .country .podcast__wrapper .card.podcast-card .date.contact + .contact, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job #content .country span.date + .contact, #content .country .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date + .contact, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card #content .country span.date + .contact, #content .country #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date + .contact, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job p.date + span, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job .contacts .date.contact + span, .contacts .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job .date.contact + span, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job .date.banner__content.text + span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card p.date + span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card .contacts .date.contact + span, .contacts #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card .date.contact + span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card .date.banner__content.text + span, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job .date.content__top__main + span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card .date.content__top__main + span, .podcast__wrapper .card.podcast-card #content .country #block-views-block-employment-block-1 .job .date.contact + span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card #content .country .date.contact + span, #content .country .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job .date.contact + span, #block-views-block-employment-block-1 .job #content .country .podcast__wrapper .card.podcast-card .date.contact + span, .podcast__wrapper .card.podcast-card #block-views-block-employment-block-1 .job span.date + span, #block-views-block-employment-block-1 .job .podcast__wrapper .card.podcast-card span.date + span {
  margin-bottom: 0 !important;
}
@media (max-width: 56.25em) {
  .podcast__wrapper .card.podcast-card .podcast-image {
    width: 30%;
  }
}
@media (max-width: 56.25em) {
  .podcast__wrapper .card.podcast-card .podcast-content {
    width: 100%;
  }
}


.view-reference h2.with-bar {
  font-size: 22px !important;
  line-height: 30px !important;
  margin-bottom: 40px;
}
.why-va .view-reference h2::before {
  display: inline !important;
  width: 100px !important;
}
@media (min-width: 56.25em) {
  .view-reference h2.with-bar {
    font-size: 45px !important;
    line-height: 60px !important;
  }
}
.view-reference p.description {
  font-weight: 300;
  padding-bottom: 25px;
}
.view-reference .caselogo-wrapper.card-grid-wrap {
  width: 90%;
  margin: auto;
}
.view-reference .grouping .card-hover, .view-reference .grouping .card-hover:hover, .view-reference .testimonial-wrapper .card-hover, .view-reference .testimonial-wrapper .card-hover:hover {
  border-bottom-width: 0px;
}
.view-reference .card.card-hover.four {
  display: flex;
  align-items: center;
}
.view-reference .caselogo-wrapper .card.card-hover.four img {
  max-width: 60%;
  height: auto;
}
.view-reference .grouping {
  padding: 2rem 0 4rem;
}
.view-reference .grouping p {
  padding-bottom: 35px;
}
.view-reference .grouping a {
  margin-top: 25px;
}
.why-va__hero--text {
  font-size: 20px;
  font-weight: 300;
}

.view-reference .alt-grouping a.feature-link, .view-reference .grouping a.feature-link {
  font-size: 20px !important;
}
.why-va__hero.why-va {
  padding-top: 35px;
}
@media (min-width: 56.25em) {
  .why-va__hero--carousel {
    padding: 0;
  }
  .logo_image img {
    float: right;
  }
}
.view-reference .name {
  color: #003865;
}
.logo_image {
  display: none;
}
@media (min-width: 56.25em) {
  .logo_image {
    display: block;
  }
  .view-reference .podcast__wrapper .podcast-content {
    height: 410px;
  }
}
@media (max-width: 56.25em) {
  .grouping .card-grid-wrap {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grouping .card-grid-wrap .card.card-hover {
    flex-basis: 45%;
  }
  .grouping .caselogo-wrapper .card.card-hover:nth-child(n+7) {
    display: none;
  }
}
.view-reference .alt-grouping {
    background-color: #ececec;
}


/* Resource listing padding fix */

@media (min-width: 56.25em) {
  #block-views-block-resource-landing-resource-landing-block .resource-listing .views-row {
    padding-top: 0;
  }
}
