@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --typescale-sm: 1rem;
  --typescale-0: 1.175rem;
  --typescale-1: 1.45rem;
  --typescale-2: 1.75rem;
  --typescale-3: 2.2rem;
  --typescale-4: 2.6rem;
  --typescale-5: 3.2rem;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  :root {
    --typescale-0: 1rem;
    --typescale-1: 1.125rem;
    --typescale-2: 1.266rem;
    --typescale-3: 1.424rem;
    --typescale-4: 1.602rem;
    --typescale-5: 1.802rem;
  }
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: clip;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Lato", system-ui, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--typescale-0);
  font-weight: 300;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
}

section:not(#page-content), footer .container {
  padding-top: clamp(50px, 5vw, 100px);
}

section {
  padding-bottom: clamp(50px, 5vw, 100px);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  margin: 0.25em 0 0.5em;
  letter-spacing: 0.025em;
}

h1, .h1, h2, .h2 {
  font-weight: 600;
}

h1, .h1 {
  font-size: var(--typescale-5);
  font-weight: 700;
}

h2, .h2 {
  font-size: var(--typescale-4);
  font-weight: 600;
}

h3, .h3 {
  font-size: var(--typescale-3);
  font-weight: 600;
}

h4, .h4 {
  font-size: var(--typescale-2);
}

h5, .h5 {
  font-size: var(--typescale-1);
}

h6, .h6 {
  font-size: var(--typescale-0);
  font-weight: 600;
}

.dark-blue-bg .pre-headline {
  background-color: white;
  color: #09295A;
}

a, p > a {
  color: #09295A;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #ABCDDD;
}

.arrow-link {
  width: fit-content;
}

.arrow-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.arrow-link a::after {
  content: " \f105";
  font: var(--fa-font-solid);
  font-size: 0.95em;
  padding-left: 0.25em;
  transition: padding-left 0.5s;
}

.arrow-link a:hover {
  color: #566F8F;
}
.arrow-link a:hover::after {
  padding-left: 0.625em;
}

.small-font-size {
  font-size: var(--typescale-sm) !important;
}

.medium-font-size {
  font-size: var(--typescale-2) !important;
}

.large-font-size {
  font-size: var(--typescale-3) !important;
}

.x-large-font-size {
  font-size: var(--typescale-4) !important;
}

ul.checklist {
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.025em;
}
ul.checklist li {
  margin-bottom: 1em;
  display: flex;
}
ul.checklist li:before {
  content: "\f00c";
  font: var(--fa-font-solid);
  background-color: #ABCDDD;
  color: #09295A;
  border-radius: 999px;
  font-size: 1em;
  height: 2em;
  width: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

hr {
  margin: 2rem 0;
  color: #707070;
  opacity: 1;
  border-width: 0.5px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.menu {
  padding: 0;
}

li::marker {
  font-size: 18px;
}

ul.checklist, ul.menu, li.widget {
  list-style-type: none;
}

dialog {
  padding: 0;
  border: none;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
dialog video {
  max-width: 100%;
  height: fit-content;
}

.dialog-inner {
  padding: 50px;
  position: relative;
}

.close-dialog {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.close-dialog i {
  font-size: 30px;
  color: black;
  -webkit-text-stroke: 3px white;
}
.close-dialog:hover {
  text-decoration: none;
}

.dark-blue-bg {
  background-color: #09295A;
}

.dark-blue-bg *:is(h1, h2, h3, h4, h5, h6, p, a, li, blockquote):not(.light-blue-bg):not(.white-bg):not(.light-blue-bg *:is(h1, h2, h3, h4, h5, h6, p, a, li, blockquote)):not(.white-bg *:is(h1, h2, h3, h4, h5, h6, p, a, li, blockquote)) {
  color: white;
}
.dark-blue-bg *:is(h1, h2, h3, h4, h5, h6, p, a, li, blockquote):not(.light-blue-bg):not(.white-bg):not(.light-blue-bg *:is(h1, h2, h3, h4, h5, h6, p, a, li, blockquote)):not(.white-bg *:is(h1, h2, h3, h4, h5, h6, p, a, li, blockquote)) :is(a):hover {
  color: #ABCDDD;
}

.dark-blue-grey-bg {
  background-color: #566F8F;
}

.mid-blue-bg {
  background-color: #ABCDDD;
}

.light-blue-bg {
  background-color: #F0F8FC;
}

.light-grey-bg {
  background-color: #F4F5F6;
}

.white-bg {
  background-color: white;
}

.dark-blue-color, .dark-blue-color * {
  color: #09295A;
}

.dark-blue-grey-color, .dark-blue-grey-color * {
  color: #566F8F;
}

.mid-blue-color, .mid-blue-color * {
  color: #ABCDDD;
}

.light-blue-color, .light-blue-color * {
  color: #F0F8FC;
}

.light-grey-color, .light-grey-color * {
  color: #F4F5F6;
}

.white-color, .white-color * {
  color: white;
}

.btn {
  border-radius: 999px;
  padding: 0.25em 1em;
  min-width: 200px;
  font-size: var(--typescale-1);
}

.btn-mid-blue {
  color: white;
  background-color: #566F8F;
}
.btn-mid-blue:hover {
  color: white;
  background-color: #09295A;
}

.btn-white {
  --bs-nav-link-color: #566F8F;
  color: #566F8F;
  background-color: white;
}
.btn-white:hover {
  background-color: #ABCDDD;
}

label {
  display: flex;
  flex-direction: column;
}

input, textarea, select {
  width: 100%;
  padding: 5px 10px;
  margin-top: 10px;
}

textarea {
  resize: none;
}

.pre-headline {
  background-color: #ABCDDD;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #09295A;
  height: fit-content;
}
.pre-headline.text-align-center {
  margin: 0 auto;
}

.pre-headline-dark {
  background-color: #09295A;
  color: white;
}

.pre-headline, .banner-text {
  padding: 0.25em 1.125em;
}

.deco-border {
  width: 42.5px;
  height: 5px;
  border-radius: 999px;
}

@media only screen and (max-width: calc(992px - 1px)) {
  .dr-image-wrapper {
    max-height: 400px;
  }
  .dr-image-wrapper img {
    object-position: center top;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-wide {
    max-width: min(1320px, 90%);
  }
}
@media only screen and (min-width: 1400px) {
  .container-wide {
    max-width: min(1500px, 90%);
  }
}

.inner-container-rounded {
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .inner-container-rounded {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .inner-container-rounded {
    margin-left: 10px;
    margin-right: 10px;
  }
}

nav.navbar {
  z-index: 999;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #09295A;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) {
  nav.navbar {
    position: absolute;
  }
}
nav.navbar .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2268%22%20height%3D%2276%22%20viewBox%3D%220%200%2068%2076%22%3E%0A%20%20%3Cg%20id%3D%22Group_196%22%20data-name%3D%22Group%20196%22%20transform%3D%22translate%28-1604%20-73%29%22%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_407%22%20data-name%3D%22Rectangle%20407%22%20width%3D%2235%22%20height%3D%2216%22%20rx%3D%228%22%20transform%3D%22translate%281637%20103%29%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_408%22%20data-name%3D%22Rectangle%20408%22%20width%3D%2268%22%20height%3D%2216%22%20rx%3D%228%22%20transform%3D%22translate%281604%20133%29%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_409%22%20data-name%3D%22Rectangle%20409%22%20width%3D%2268%22%20height%3D%2216%22%20rx%3D%228%22%20transform%3D%22translate%281604%2073%29%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media only screen and (max-width: calc(576px - 1px)) {
  nav.navbar .navbar-toggler-icon {
    width: 8vw;
    height: 8vw;
  }
}

.dropdown-menu {
  --bs-dropdown-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-color: white;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-font-size: 1.3rem;
  text-align: center;
  display: block;
}
.dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.dropdown-item {
  font-weight: 300;
}
.dropdown-item:hover {
  --bs-dropdown-link-hover-color: #ABCDDD;
  --bs-dropdown-link-hover-bg: transparent;
}

.dropdown-toggle::after {
  display: none;
}

#header-logo {
  height: 100%;
  padding: 10px 0;
  max-width: 50%;
}
#header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#menu-header-navigation {
  width: 100%;
  --bs-nav-link-font-size: var(--typescale-2);
}
@media only screen and (max-width: calc(1200px - 1px)) {
  #menu-header-navigation {
    --bs-nav-link-font-size: var(--typescale-3);
  }
}
#menu-header-navigation hr {
  color: white;
  margin: 3rem 0;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #menu-header-navigation hr {
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 992px) {
  #menu-header-navigation .nav-link.dropdown-toggle {
    margin-bottom: 40px;
  }
}
#menu-header-navigation > li.btn:first-child {
  position: relative;
}
#menu-header-navigation > li.btn:first-child:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -40px;
}

#navbar-content {
  text-align: center;
  position: absolute;
  top: 120px;
  background-color: rgba(9, 41, 90, 0.9);
  height: calc(100vh - 120px);
  padding: 80px;
  width: 36rem;
  min-width: 30vw;
  max-width: 100vw;
  align-items: center;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #navbar-content {
    padding: 40px;
  }
}
#navbar-content .nav-link:not(.dropdown-item) {
  font-weight: 600;
  letter-spacing: 0.05em;
}
#navbar-content .nav-link:not(.btn .nav-link) {
  color: white;
}
#navbar-content .nav-link:not(.btn .nav-link):hover {
  color: #ABCDDD;
}

footer {
  position: relative;
  margin-top: auto;
}
footer .container {
  padding-bottom: clamp(10px, 1vw, 20px);
}
@media only screen and (max-width: calc(576px - 1px)) {
  footer .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

#footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
  }
}
@media only screen and (max-width: calc(576px - 1px)) {
  #footer-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}

#footer-logo {
  width: 16vw;
}
#footer-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #footer-logo {
    width: 100%;
  }
}
@media only screen and (max-width: calc(992px - 1px)) and (min-width: 768px) {
  #footer-logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  #footer-logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  #footer-logo {
    width: 50%;
  }
}

#menu-footer-navigation .menu-item {
  margin-bottom: 15px;
}
#menu-footer-navigation .menu-item a {
  text-decoration: none;
  font-weight: 300;
}
@media only screen and (max-width: calc(576px - 1px)) {
  #menu-footer-navigation {
    column-count: 2;
    border-bottom: 0.5px solid white;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) {
  #contact-hours {
    display: contents;
  }
}
@media only screen and (max-width: calc(576px - 1px)) {
  #contact-hours {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 40px;
    row-gap: 20px;
  }
  #contact-hours > div {
    display: contents;
  }
}

@media only screen and (min-width: 576px) {
  .page-default {
    background-color: #F0F8FC;
  }
  .page-default.bg-dark-blue {
    background-color: #09295A;
  }
}
.page-default #page-title {
  padding: 0;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .page-default #page-title {
    height: 55vh;
  }
  .page-default #page-title #header-banner {
    height: 55vh;
  }
}
.page-default #page-content {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .page-default #page-content {
    margin-top: 60vh;
  }
}
@media only screen and (min-width: 992px) {
  .page-default #page-content.no-image {
    margin-top: 200px;
  }
}
@media only screen and (max-width: calc(576px - 1px)) {
  .page-default #page-content {
    padding-bottom: 0;
  }
}

#content-boxed {
  background-color: white;
  padding: 60px 80px;
}
@media only screen and (min-width: 576px) {
  #content-boxed {
    border-radius: 22px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  #content-boxed {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) and (min-width: 576px) {
  #content-boxed {
    margin-top: 40px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  #content-boxed {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: calc(576px - 1px)) {
  #content-boxed {
    padding: 60px 30px;
  }
}

#header-banner {
  width: 100%;
  height: 125vh;
  position: absolute;
  object-fit: cover;
}
#header-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0) 75%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0) 75%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}

#banner-title {
  padding-top: 25vh;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #banner-title {
    padding-top: 10vh;
  }
}
#banner-title h1, #banner-title h2, #banner-title h3, #banner-title h4 {
  color: white;
  background-color: #09295A;
  display: inline-block;
  position: relative;
  padding: 0.3em 2.5em 0.5em 0;
  border-bottom-right-radius: 999px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #banner-title h1, #banner-title h2, #banner-title h3, #banner-title h4 {
    background-color: rgba(9, 41, 90, 0.8);
  }
}
#banner-title h1:before, #banner-title h2:before, #banner-title h3:before, #banner-title h4:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
  background-color: #09295A;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #banner-title {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
  #banner-title h1, #banner-title h2, #banner-title h3, #banner-title h4 {
    padding-right: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 8vw, 3rem);
  }
}

#hero-banner {
  height: 100vh;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #hero-banner {
    position: relative;
    height: calc(100vh - 120px);
  }
}
#spitfires-feature {
  text-transform: uppercase;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #spitfires-feature img {
    max-width: 60vw;
  }
}

#spitfires-text {
  width: 100%;
  position: absolute;
  align-items: flex-end;
  text-align: right;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #spitfires-text {
    position: static;
    align-items: center;
    text-align: center;
  }
}

.spitfires-header {
  line-height: 1;
  font-size: 100px;
}
@media only screen and (max-width: calc(1400px - 1px)) {
  .spitfires-header {
    font-size: 80px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .spitfires-header {
    font-size: 64px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .spitfires-header {
    font-size: 48px;
  }
}
@media only screen and (max-width: calc(576px - 1px)) {
  .spitfires-header {
    font-size: 16vw;
  }
}

.spitfires-cta {
  font-weight: 300;
  letter-spacing: 0.03em;
  font-size: 31.75px;
}
@media only screen and (max-width: calc(1400px - 1px)) {
  .spitfires-cta {
    font-size: 25.25px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .spitfires-cta {
    font-size: 30px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: calc(576px - 1px)) {
  .spitfires-cta {
    font-size: 5vw;
  }
}

@media only screen and (min-width: 992px) {
  .tech-img {
    width: 20rem;
  }
}

@media only screen and (min-width: 992px) {
  .tech-desc {
    width: calc(100% - 20rem);
  }
}

#map {
  width: 100%;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #map {
    height: 50vw;
    max-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #map {
    height: 100%;
  }
}

#awards-recognition {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #awards-recognition img {
    padding: 0 0 40px 40px;
    float: right;
    width: 400px;
    height: auto;
  }
  #awards-recognition #awards-list {
    display: contents;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  #awards-recognition {
    display: flex;
    flex-direction: column;
  }
  #awards-recognition h2 {
    order: 0;
  }
  #awards-recognition img {
    order: 1;
    padding-bottom: 40px;
  }
  #awards-recognition #awards-list {
    order: 3;
  }
}
#awards-recognition .pre-headline {
  position: absolute;
  left: 0;
}
#awards-recognition p:not(.pre-headline) {
  padding-left: 8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: calc(992px - 1px)) {
  #awards-recognition p:not(.pre-headline) {
    padding-left: 6rem;
  }
}
#awards-recognition i {
  font-size: 1em;
  color: goldenrod;
}

/*# sourceMappingURL=base.css.map */
