.grecaptcha-badge { display: none !important; }

body.page-template-page-homepage #fp-nav { pointer-events: auto; }
body.page-template-page-homepage #fp-nav a { cursor: pointer; }
body.page-template-page-homepage #fp-nav a:focus-visible {
  outline: 2px solid #00488c;
  outline-offset: 3px;
}

/* Keep section navigation static on pointer hover. */
body.page-template-page-homepage #fp-nav span {
  transition: none;
}

body.page-template-page-homepage #fp-nav ul li:hover a span {
  width: 20px !important;
  height: 2px !important;
  margin: -2px 0 0 -10px !important;
  background-color: #333 !important;
}

body.page-template-page-homepage #fp-nav ul li:hover a.active span {
  width: 42px !important;
  height: 2px !important;
  margin: -2px 0 0 -22px !important;
  background-color: #00488c !important;
}

header .desktop nav li.menu-item a {
  font-family: eurostile, sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-family: eurostile-extended, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  max-width: 1150px !important;
  margin: auto;
  padding: 10px;
}

h2 {
  font-family: eurostile, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  max-width: 800px;
  margin: auto;
}

h3, h4 {
  font-family: eurostile-extended, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

h4 { letter-spacing: 1px !important; }
p { font-family: superior-title, serif !important; font-weight: 400 !important; font-style: normal !important; }
ul li, .capabilities { font-family: eurostile, sans-serif !important; font-style: normal; font-weight: 400; }
.heading { margin: auto; }
.inner { padding-right: 10px; }
header .mobile .brand { display: flex !important; justify-content: center !important; float: none; }
.section.homepage-about img { max-width: 100%; height: auto; }

.homepage-certifications .certification-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.homepage-certifications .certification-logos img {
  display: block;
  flex: 0 1 auto;
  max-width: calc(50% - 8px);
  height: auto;
  margin: 0;
}

@media (min-width: 576px) {
  .homepage-certifications .row { align-items: stretch; }

  .homepage-certifications .certifications-col-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cta-button { margin-top: 50px; }
.cta-button .btn {
  font-family: eurostile-extended, sans-serif !important;
  background: #00488c;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 70px;
  font-size: 13px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.homepage-capabilities-search {
  position: relative;
  z-index: 20;
  width: min(780px, 92%);
  margin: 42px auto 0;
  font-family: eurostile, sans-serif;
  text-align: left;
}

.homepage-capabilities-search-box { position: relative; }

.homepage-capabilities-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 21px;
  height: 21px;
  fill: #5c6670;
  transform: translateY(-50%);
  pointer-events: none;
}

.homepage-capabilities-input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 22px 0 54px;
  border: 2px solid rgba(0, 72, 140, 0.28);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(0, 42, 84, 0.14);
  color: #20262d;
  font-family: eurostile, sans-serif;
  font-size: 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.homepage-capabilities-input::-webkit-search-cancel-button { cursor: pointer; }
.homepage-capabilities-input::placeholder { color: #68727c; opacity: 1; }
.homepage-capabilities-input:focus {
  border-color: #00488c;
  box-shadow: 0 0 0 3px rgba(0, 72, 140, 0.18), 0 12px 28px rgba(0, 42, 84, 0.18);
}

.homepage-capabilities-results {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  left: 0;
  max-height: 310px;
  overflow-y: auto;
  border: 2px solid #00488c;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 35, 70, 0.24);
  color: #20262d;
  overscroll-behavior: contain;
}

.homepage-capabilities-results[hidden] { display: none; }

.homepage-capability-result {
  display: block;
  padding: 14px 18px 15px;
  border-bottom: 1px solid #dce2e7;
  background: #fff;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.homepage-capability-result:last-child { border-bottom: 0; }
.homepage-capability-result:hover { background: #f4f8fc; color: inherit; text-decoration: none; }
.homepage-capability-result:focus-visible { outline: 3px solid rgba(0, 72, 140, 0.38); outline-offset: -3px; }

.homepage-capability-result-title {
  margin: 0 0 5px;
  color: #00488c;
  font-family: eurostile-extended, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.homepage-capability-part-numbers {
  margin: 0 0 6px;
  color: #2e3740;
  font-family: eurostile, sans-serif !important;
  font-size: 13px;
  line-height: 1.4;
}

.homepage-capability-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 18px;
  color: #64707a;
  font-size: 12px;
  line-height: 1.4;
}

.homepage-capability-meta strong,
.homepage-capability-part-numbers strong { font-weight: 500; }

.homepage-capability-view-all {
  display: inline-block;
  margin-top: 8px;
  color: #00488c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.homepage-capabilities-empty {
  padding: 22px;
  background: #fff;
  color: #343c44;
  font-size: 14px;
  text-align: center;
}

.homepage-capabilities-empty a { color: #00488c; font-weight: 500; }

.homepage-capabilities-status {
  min-height: 18px;
  margin: 8px 0 0;
  color: #343c44;
  font-family: eurostile, sans-serif !important;
  font-size: 12px;
  text-align: center;
}

.section.homepage-contact form select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-height: 45px;
  padding: 10px 44px 10px 10px;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #000;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  color: #fff;
  box-sizing: border-box;
  font: inherit;
  opacity: 0.5;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.section.homepage-contact form select option { color: #000; background: #fff; }
.section.homepage-contact form textarea { height: 120px; }
.section.homepage-contact form input[type=submit][disabled] { cursor: wait; opacity: 0.65; }
.contact-form-note { margin: 3px 0; color: #444; font-size: 11px; }
.static-form-status { min-height: 18px; margin: 4px 0; font-size: 12px; }
.contact-form-progress { color: #00488c; }
.contact-form-success { color: #00488c; font-weight: 600; }
.contact-form-error { color: #a31d1d; }

.contact-result-page {
  min-height: calc(100vh - 100px);
  padding: 180px 24px 120px;
  background: #f5f7f9;
  text-align: center;
}

.contact-result-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 54px 44px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 44, 67, 0.12);
}

.contact-result-card h1 { color: #00488c; font-size: 34px !important; }
.contact-result-card p { font-size: 18px; }
.contact-result-card .btn { display: inline-block; margin-top: 20px; }

@media (max-width: 991.98px) {
  .section.homepage-contact form textarea { height: 140px; }
  .contact-result-page { padding-top: 140px; }
}

@media (min-width: 992px) and (max-height: 850px) {
  .section.homepage-contact .heading { padding-bottom: 10px; }
  .section.homepage-contact .contact-methods { padding: 10px 0; }
  .section.homepage-contact .department-contacts { display: none; }
  .section.homepage-contact form p { margin-bottom: 6px; }
  .section.homepage-contact form textarea { height: 90px; }
  .section.homepage-contact .static-form-status { min-height: 14px; margin: 2px 0; }
  .homepage-capabilities-search { margin-top: 24px; }
  .homepage-capabilities-results { max-height: 260px; }
}

.capabilities-page { padding-top: 175px; }
.capabilities-table-wrap { width: 90%; margin: auto; }
.capabilities-table-wrap table { border-collapse: collapse; width: 100%; margin-bottom: 20px; font-family: eurostile, sans-serif !important; }
.capabilities-table-wrap th, .capabilities-table-wrap td { border: 1px solid #ddd; padding: 8px; text-align: left; }
.capabilities-table-wrap th { background-color: #f2f2f2; }
.capabilities-table-wrap tr.header { background-color: black; color: white; }
.capabilities-table-wrap td:nth-child(5) { white-space: nowrap; }
.capabilities-search { width: min(360px, 100%); padding: 8px; margin-bottom: 10px; float: right; border: 1px solid lightgrey; box-sizing: border-box; }
.capabilities-heading { display: flex; justify-content: space-between; }
.capabilities-page-status { margin: 0 0 12px; color: #5c6670; font-family: eurostile, sans-serif; font-size: 13px; text-align: right; }
#backToTopBtn { display: none; position: fixed; bottom: 20px; right: 20px; width: 40px; height: 40px; background: #000; color: #fff; border: 0; border-radius: 50%; padding: 10px; cursor: pointer; z-index: 1000; }

.privacy-page { max-width: 960px; margin: 0 auto; padding: 80px 24px; }
.privacy-page .page-header { margin-bottom: 32px; }

body.blog,
body.post {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f5f7f9;
  color: #20262d;
}

body.blog > header,
body.post > header {
  height: 130px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 72, 140, 0.1);
}

body.blog > header .desktop nav,
body.post > header .desktop nav {
  height: 130px;
}

body.blog > footer,
body.post > footer {
  position: static;
  height: auto;
  min-height: 100px;
  background: #fff;
}

.blog-page,
.blog-post {
  flex: 1 0 auto;
  width: 100%;
  padding: 200px 0 90px;
}

.blog-page-heading {
  margin-bottom: 48px;
  text-align: center;
}

.blog-page-heading h1 {
  color: #00488c;
  font-size: 42px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-page-heading p {
  margin: 12px auto 0;
  color: #5d6771;
  font-size: 18px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.blog-card {
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(22, 44, 67, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(22, 44, 67, 0.16);
}

.blog-card-link {
  display: block;
  height: 100%;
  color: inherit;
}

.blog-card-link:hover { color: inherit; }

.blog-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card-content { padding: 25px 26px 28px; }

.blog-card-title {
  min-height: 58px;
  margin: 0 0 16px;
  color: #00488c;
  font-family: eurostile-extended, sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.blog-card-date,
.blog-post-date {
  color: #6a747d;
  font-family: eurostile, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post article {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.blog-back-link {
  display: inline-block;
  margin-bottom: 32px;
  color: #00488c;
  font-family: eurostile, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post-heading { margin-bottom: 34px; }

.blog-post-title {
  max-width: 820px !important;
  margin: 10px 0 30px;
  padding: 0;
  color: #00488c;
  font-size: 44px !important;
  line-height: 1.18;
  text-transform: uppercase;
}

.blog-post-image {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.blog-post-content {
  max-width: 760px;
  margin: 0 auto;
  color: #343c44;
  font-size: 18px;
  line-height: 1.8;
}

.blog-post-content p { margin-bottom: 24px; }

@media (min-width: 992px) and (max-width: 1199px) {
  header .desktop nav li.menu-item { margin-left: 20px !important; }
}

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .homepage-capabilities-search {
    width: 100%;
    margin-top: 28px;
  }
  .homepage-capabilities-results {
    position: static;
    max-height: 340px;
    margin-top: 9px;
  }
}

@media only screen and (max-width: 750px) {
  h1 { font-size: 17px !important; max-width: 500px; margin: auto; }
  h2 { font-size: 15px !important; margin-top: 10px !important; max-width: 500px; margin-left: auto; margin-right: auto; }
  .section.homepage-intro .layer { padding: 10px; }
  .fp-tableCell { height: 0 !important; }
  .homepage-facilities { height: 0 !important; }
  body.blog > header,
  body.post > header { height: 100px; }
  .blog-page,
  .blog-post { padding: 125px 0 60px; }
  .blog-page .container { max-width: 100%; overflow: hidden; }
  .blog-page-heading { margin-bottom: 32px; }
  .blog-page-heading h1 { font-size: 32px !important; }
  .blog-page-heading p {
    max-width: 100%;
    padding: 0 12px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .blog-grid { width: 100%; grid-template-columns: minmax(0, 1fr); }
  .blog-card { min-width: 0; }
  .blog-card-title {
    min-height: 0;
    overflow-wrap: anywhere;
  }
  .blog-post-title { font-size: 32px !important; }
  .blog-post-content { font-size: 17px; }
  body.blog > footer .social,
  body.post > footer .social,
  body.blog > footer .copyright,
  body.post > footer .copyright {
    float: none;
    height: auto;
    padding: 18px 12px;
  }
  body.blog > footer .copyright p,
  body.post > footer .copyright p { margin: 0; }
  .homepage-capabilities-input {
    height: 52px;
    padding-right: 15px;
    font-size: 14px;
  }
  .homepage-capability-result { padding: 12px 14px 13px; }
  .homepage-capability-meta { display: block; }
  .homepage-capability-meta span { display: block; }
}

@media (max-width: 600px) {
  .capabilities-search { width: 100%; margin: 0 auto 10px; display: block; float: none; }
  .capabilities-heading { display: block; text-align: center; width: 90%; margin: auto; }
  .capabilities-page-status { text-align: center; }
  .capabilities-table-wrap { overflow-x: auto; }
}
