@font-face {
  font-family: "Myriad-Pro";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("/fonts/MyriadPro-Light.woff") format("woff"), url("/fonts/MyriadPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/fonts/MyriadPro-Regular.woff") format("woff"), url("/fonts/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/MyriadPro-Bold.woff") format("woff"), url("/fonts/MyriadPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro-Black";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("/fonts/Myriad-Pro-Black.woff") format("woff"), url("/fonts/Myriad-Pro-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("/fonts/MyriadPro-LightIt.woff") format("woff"), url("/fonts/MyriadPro-LightIt.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("/fonts/MyriadPro-It.woff") format("woff"), url("/fonts/MyriadPro-It.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/MyriadPro-BoldIt.woff") format("woff"), url("/fonts/MyriadPro-BoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad-Pro-Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/myriad-pro-bold-condensed.woff") format("woff"), url("/fonts/myriad-pro-bold-condensed.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Myriad-Pro", Helvetica, arial, sans-serif;
  padding-top: 66px;
}
@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
  font-weight: bold;
}

.display-4 {
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 1;
  font-family: "Myriad-Pro-Black";
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 56px;
    margin-bottom: 24px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
}
p.large {
  font-size: 20px;
}
@media (min-width: 768px) {
  p.large {
    font-size: 22px;
  }
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-condensed {
  font-family: "Myriad-Pro-Condensed", Helvetica, arial, sans-serif;
}

.text-label {
  font-family: "Myriad-Pro-Condensed", Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

.text-light {
  color: #f0f0f0;
}

.text-black {
  color: #1b1b1b;
}

.text-outline {
  position: absolute;
  z-index: 1;
  height: 100px;
  bottom: -44px;
}
@media (min-width: 768px) {
  .text-outline {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .text-outline {
    height: auto;
  }
}

.text-reveal {
  position: relative;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-column-mobile {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-column-mobile {
    flex-direction: initial;
  }
}

.align-items-center {
  align-items: center;
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.gap {
  gap: 32px;
}

.gap-24 {
  gap: 24px;
}

.gap-64 {
  gap: 64px;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.w-100-mobile {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.section {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
  z-index: 2;
}
.container.spacer {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .container.spacer {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .container.spacer {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.container-content {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.container-image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.image-reveal {
  overflow: hidden;
  border-radius: 8px;
}

.image-fluid {
  max-width: 100%;
  width: 100%;
}

.bg-blue {
  background: #00427A;
}

.bg-gray {
  background: #f1f3f6;
}

.dots {
  position: absolute;
  width: 78px;
  height: 76px;
}
@media (min-width: 992px) {
  .dots {
    width: 146px;
    height: 152px;
  }
}
.dots.dots-white {
  top: 8px;
  left: 8px;
}
.dots.dots-white path {
  fill: #fff;
}
.dots.dots-red {
  top: 8px;
  right: 8px;
  transform: rotate(90deg);
}
.dots.dots-red path {
  fill: #C4262E;
}

.line {
  overflow: hidden;
  padding-bottom: 0.09em;
  position: relative;
}
.line .text {
  position: absolute;
}

.will-change {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.btn {
  display: inline-block;
  padding: 17px 32px;
  font-size: 16px;
  background-color: #DA2128;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  background: #c71c23;
}

.hero {
  overflow: hidden;
  background: url("/images/a4v-hero.webp") top center no-repeat;
  background-size: cover;
  padding: 16px 0;
  min-height: 400px;
  background-position-y: 0;
}
@media (min-width: 576px) {
  .hero {
    padding: 54px 0;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 8px 0;
  }
}
.hero img {
  display: block;
  margin-left: auto;
  transform: translateX(33%);
  max-height: 54vh;
  width: auto;
}
@media (min-width: 576px) {
  .hero img {
    max-height: 64vh;
  }
}
@media (min-width: 992px) {
  .hero img {
    max-height: 92vh;
  }
}
.hero .hero-content {
  position: absolute;
  margin-top: auto;
  display: block;
  width: 100%;
  bottom: 64px;
  text-shadow: 0px 5px 16px rgba(0, 0, 0, 0.25);
  padding-right: 16px;
}
.hero .hero-content h1 {
  margin-bottom: 8px;
  transform-style: preserve-3d;
  max-width: 90%;
}
@media (min-width: 576px) {
  .hero .hero-content h1 {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .hero .hero-content h1 {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .hero .hero-content h1 {
    max-width: 100%;
  }
}
.hero .hero-content h2 {
  transform-style: preserve-3d;
  max-width: 350px;
}
@media (min-width: 992px) {
  .hero .hero-content h2 {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hero .hero-content {
    bottom: 10%;
  }
}

.form .form-group {
  margin-bottom: 16px;
}
.form label {
  display: block;
  margin-bottom: 5px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Myriad-Pro", Helvetica, arial, sans-serif;
  font-size: 16px;
}
.form button:hover {
  background-color: #DA2128;
}
.form span[aria-hidden=true] {
  color: #DA2128;
}
.form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#form-message {
  display: block;
  margin-top: 16px;
}

footer {
  border-top: 1px solid #D7DCE5;
  padding: 32px 16px;
}
footer .footer-logo img {
  max-width: 237px;
  width: 100%;
}
footer .footer-logos-container {
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  footer .footer-logos-container {
    align-items: flex-start;
    gap: 64px;
  }
}
footer .footer-codes {
  max-width: 170px;
}
footer .footer-codes-container {
  gap: 32px;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  footer .footer-codes-container {
    align-items: flex-start;
    gap: 32px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-codes-container {
    gap: 128px;
  }
}
footer p a {
  text-decoration: none;
  color: #000;
}
footer p a:hover {
  text-decoration: underline;
}
footer .footer-credits {
  padding-top: 24px;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  footer .footer-credits {
    flex-direction: row;
    gap: 0;
  }
}
footer .footer-divide {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-divide {
    display: flex;
    padding: 0 8px;
  }
}

header {
  padding: 8px 0;
  border-bottom: 4px solid #00427A;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
}
header nav {
  align-items: center;
}
header.active .menu .dots-red {
  display: block;
}
header .logo img {
  max-width: 158px;
  width: 100%;
}
@media (min-width: 992px) {
  header .logo img {
    max-width: 237px;
  }
}
header .menu {
  margin-left: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .menu .dots-red {
  top: 80px;
  right: 16px;
  transform: rotate(90deg);
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  header .menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  header .menu .dots-red {
    display: none;
  }
}
header ul {
  display: flex;
  list-style: none;
  margin-left: auto;
  position: absolute;
  top: 62px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  right: 0;
  flex-direction: column;
  text-align: right;
  align-items: end;
  gap: 10px;
  padding: 16px 24px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 0;
  align-items: center;
  gap: 0;
  padding-top: 48px;
  pointer-events: none;
}
header ul li {
  opacity: 0;
  display: flex;
}
header ul li a {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 26px;
  font-weight: bold;
  pointer-events: none;
  transition: all 0.3s ease;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
}
header ul li a.btn {
  margin-left: 0;
  margin-top: 16px;
}
header ul li a:hover {
  color: #00427A;
}
header ul.active {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
header ul.active li a {
  pointer-events: all;
}
@media (min-width: 992px) {
  header ul {
    position: relative;
    display: flex;
    background: transparent;
    top: auto;
    right: auto;
    gap: 0;
    padding: 0;
    width: auto;
    height: auto;
    min-height: inherit;
    flex-direction: row;
    transform: none;
    align-items: center;
    opacity: 1;
    padding-top: 0;
    pointer-events: all;
  }
  header ul li {
    opacity: 1;
  }
  header ul li a {
    font-size: 16px;
    padding-left: 16px;
    pointer-events: all;
  }
  header ul li a.btn {
    margin-left: 16px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  header ul li {
    opacity: 1;
  }
  header ul li a {
    padding-left: 33px;
  }
  header ul li a.btn {
    margin-left: 33px;
  }
}
header .mobile-menu {
  margin-left: auto;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
}
header .mobile-menu span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  padding-top: 2px;
}
@media (min-width: 992px) {
  header .mobile-menu {
    display: none;
  }
}
header .menu-toggle {
  width: 16px;
  cursor: pointer;
  align-items: end;
}
header .menu-toggle .one, header .menu-toggle .two, header .menu-toggle .three {
  width: 100%;
  height: 1px;
  background: #fff;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 4px;
}
header .menu-toggle .one {
  width: 80%;
}
header .menu-toggle .two {
  margin: 4px auto;
  width: 100%;
}
header .menu-toggle .three {
  width: 60%;
}
header .menu-toggle.active .one {
  transform: rotate(45deg) translate(2.5px, 4px);
  width: 100%;
}
header .menu-toggle.active .two {
  opacity: 0;
}
header .menu-toggle.active .three {
  transform: rotate(-45deg) translate(2.5px, -5px);
  width: 100%;
}
@media (min-width: 992px) {
  header .menu-toggle {
    display: none;
  }
}

.capabilities .capabilities-container {
  margin-top: 68px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  gap: 40px;
}
.capabilities .capability {
  gap: 12px;
  align-items: center;
  justify-content: start;
  width: 26%;
}
.capabilities .capability .h4 {
  max-width: 205px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .capabilities .capability .h4 {
    text-align: left;
  }
}
.capabilities .text-outline {
  left: -100px;
}

.clients-container {
  width: 100%;
  gap: 40px;
}
.clients-container .client-row {
  width: 100%;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  gap: 36px;
  justify-items: center;
  align-items: center;
}
.clients-container .client-row img {
  width: 100%;
  max-width: 100%;
  padding: 8px;
}

.contact .form-container {
  max-width: 786px;
  position: relative;
}
.contact .form-container input, .contact .form-container textarea {
  border-radius: 0;
  border: 1px solid #1b1b1b;
  height: 44px;
}
.contact .form-container textarea {
  height: 160px;
}
.contact .form-container button {
  margin-top: 16px;
}
.contact .overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 666px;
}

.mission .text-outline {
  left: -25px;
}

.our-approach .text-outline {
  left: -200px;
}

.values .values-container {
  margin-top: 8px;
}
.values .text-outline {
  left: -25px;
}
.values .value {
  width: 240px;
  height: 200px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.values .value img {
  margin-bottom: 24px;
}
.values .value.large {
  height: 200px;
  width: 280px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.values .value.left {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
}
.values .value.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 768px) {
  .values .value {
    width: 200px;
  }
  .values .value.large {
    height: 222px;
  }
  .values .value h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .values .value {
    width: 268px;
    height: 200px;
  }
  .values .value.large {
    height: 242px;
  }
  .values .value.left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .values .value.right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.veterans .container-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.veterans .container-image img {
  display: flex;
}
.veterans .container-image .veteran {
  position: absolute;
  bottom: 0;
  left: 48px;
  max-width: 326px;
  width: 100%;
}
@media (min-width: 992px) {
  .veterans .container-image {
    max-width: 983px;
  }
}
.veterans span {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 5px 16px rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
  .veterans span {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .veterans span {
    right: 45px;
    font-size: 32px;
    text-shadow: none;
  }
}
@media (min-width: 992px) {
  .veterans span {
    font-size: 40px;
  }
}

.vision .container-image {
  max-width: 100%;
  width: 100%;
}
.vision .container-image img {
  display: flex;
}
@media (min-width: 576px) {
  .vision .container-image {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .vision .container-image {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .vision .container-image {
    max-width: 580px;
  }
}
.vision .text-outline {
  right: -18px;
}

.whats-new .container-content {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .whats-new .container-content {
    margin-left: 0;
    text-align: left;
  }
}
.whats-new .news-container {
  gap: 32px;
}
.whats-new .news {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  align-self: flex-start;
  margin: 0 auto;
}
.whats-new .news .title {
  font-size: 22px;
  margin-bottom: 6px;
}
.whats-new .text-outline {
  left: -100px;
}

.who-we-are .text-outline {
  right: -90px;
}
.who-we-are .container-image {
  max-width: 100%;
  width: 100%;
}
.who-we-are .container-image img {
  display: flex;
}
@media (min-width: 576px) {
  .who-we-are .container-image {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .who-we-are .container-image {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .who-we-are .container-image {
    max-width: 580px;
  }
}
.who-we-are .who-we-are-logos {
  margin-top: 32px;
  gap: 32px;
}
@media (min-width: 768px) {
  .who-we-are .who-we-are-logos {
    gap: 108px;
  }
}