
:root{--pbmit-global-color:#f5c400;--pbmit-secondary-color:#123a63;--pbmit-blackish-color:#071c2f;}
.site-branding img,.pbmit-footer-logo img{width:245px!important;max-height:70px!important;object-fit:contain;}
.pbmit-sticky-header .site-branding img{filter:none!important;}
@media(max-width:767px){.site-branding img{width:195px!important;}}

.pmt-header-flag {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-left: 9px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* Custom PMT interior-page banner, shared by About, Capabilities,
   Industries, Contact, Privacy Policy, and Terms of Use. */
.pbmit-title-bar-wrapper {
  background-image: url(../images/bg/pmt-titlebar.jpg) !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* Keep desktop hero copy close to the navigation instead of near the fold. */
@media (min-width: 992px) {
  .pbmit-slider-one .pbmit-slider-content {
    padding: 120px 0 90px !important;
  }
}

/* Allow long home-slider headings to wrap inside tablet and phone screens. */
@media (max-width: 991px) {
  .pbmit-slider-one .pbmit-slider-content,
  .pbmit-slider-one .pbmit-slider-title {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pbmit-slider-one .pbmit-slider-title {
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 575px) {
  .pbmit-slider-one .pbmit-slider-title {
    font-size: clamp(28px, 9vw, 42px) !important;
    line-height: 1.08 !important;
  }
}

/* Improve readability over the About page's image panels. */
.about-us-two-leftbox {
  background-color: rgba(7, 28, 47, 0.82) !important;
  background-blend-mode: multiply;
}

.about-us-two-leftbox .pbmit-title {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.about-us-two-rightbox {
  background-color: rgba(255, 255, 255, 0.86) !important;
  background-blend-mode: screen;
}

.about-us-two-rightbox .pbmit-title,
.about-us-two-rightbox .pbmit-fid-inner,
.about-us-two-rightbox .pbmit-heading-desc {
  color: #071c2f !important;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.95);
}

/* Legal pages */
.legal-page {
  max-width: 980px;
}

.legal-page .legal-updated {
  color: #5f6871;
  font-weight: 600;
  margin-bottom: 28px;
}

.legal-page h2 {
  color: #071c2f;
  font-size: 28px;
  margin: 34px 0 12px;
}

.legal-page p,
.legal-page li {
  line-height: 1.8;
}

.legal-page ul {
  padding-left: 22px;
}

/* Keep a clean white statistics section between the dark team area and footer. */
.about-team-stats {
  background: #fff;
}
