/* Header image background */
.site-header,
.main-header,
.header-area,
#masthead {
  background-image: url("https://baymechanical.com/wp-content/uploads/2026/06/BMNavbar.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

/* Optional: make the header taller so the image is visible */
.site-header,
.main-header,
.header-area {
  min-height: 120px;
}


/* Optional: subtle white overlay for readability */
.site-header::before,
.main-header::before,
.header-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.45);
  pointer-events: none;
}

.site-header,
.main-header,
.header-area {
  position: relative;
}

.site-header > *,
.main-header > *,
.header-area > * {
  position: relative;
  z-index: 2;
}



.bay-careers-list {
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  background: #fff;
}

.bay-careers-list h2 {
  margin: 0;
  color: #082b5f;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.bay-red-line {
  width: 95px;
  height: 5px;
  background: #e1261c;
  margin: 28px 0 28px;
}

.bay-careers-intro {
  font-size: 24px;
  line-height: 1.45;
  color: #222;
  margin: 0 0 36px;
}

.bay-job-row {
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: center;
  min-height: 90px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bay-job-row:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.bay-job-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  background: #f7f7f7;
  color: #082b5f;
  font-size: 42px;
  font-weight: 400;
}

.bay-job-title {
  padding: 0 44px;
  color: #082b5f;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.2;
  font-weight: 800;
}

.bay-job-arrow {
  color: #e1261c;
  font-size: 58px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 767px) {
  .bay-careers-list {
    padding: 40px 18px;
  }

  .bay-careers-intro {
    font-size: 18px;
  }

  .bay-job-row {
    grid-template-columns: 80px 1fr 45px;
    min-height: 90px;
    margin-bottom: 18px;
  }

  .bay-job-icon {
    font-size: 30px;
  }

  .bay-job-title {
    padding: 0 18px;
    font-size: 20px;
  }

  .bay-job-arrow {
    font-size: 42px;
  }
}

.bay-careers-back-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #1f4e79;
    color: #1f4e79;
    text-decoration: none;
    font-weight: 600;
    transition: all .2s ease;
}

.bay-careers-back-btn:hover {
    background: #1f4e79;
    color: #fff;
}

.bay-under-construction {
  min-height: 100vh;
  padding: 35px 7vw 45px;
  background:
    linear-gradient(to right, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 42%, rgba(255,255,255,0.65) 100%),
    url("https://baymechanical.com/wp-content/uploads/2026/06/construction-background.jpg");
  background-size: cover;
  background-position: center right;
  border-bottom: 4px solid #e1261c;
  box-sizing: border-box;
}

.bay-uc-logo {
  text-align: center;
  margin-bottom: 40px;
}

.bay-uc-logo img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.bay-uc-content {
  max-width: 560px;
}

.bay-red-line {
  width: 86px;
  height: 6px;
  background: #e1261c;
  margin-bottom: 32px;
}

.bay-uc-content h1 {
  margin: 0;
  color: #071c52;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.bay-gray-line {
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  margin: 28px 0 24px;
}

.bay-uc-message {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 30px;
}

.bay-uc-contact {
  display: flex;
  align-items: center;
  gap: 22px;
}

.bay-phone-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #071c52;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
}

.bay-uc-contact p {
  margin: 0;
  color: #222;
  font-size: 19px;
  line-height: 1.35;
}

.bay-uc-contact strong {
  color: #071c52;
}

.bay-uc-contact a {
  display: inline-block;
  margin-top: 4px;
  color: #e1261c;
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 767px) {
  .bay-under-construction {
    padding: 28px 24px 40px;
    background:
      linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
      url("https://baymechanical.com/wp-content/uploads/2026/06/construction-background.jpg");
    background-size: cover;
    background-position: center;
  }

  .bay-uc-logo {
    margin-bottom: 36px;
  }

  .bay-uc-logo img {
    max-width: 280px;
  }

  .bay-uc-contact {
    align-items: flex-start;
  }

  .bay-phone-icon {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .bay-uc-contact a {
    font-size: 26px;
  }
}


.bm-home {
  font-family: inherit;
  color: #111;
  background: #fff;
}

.bm-red-line {
  width: 58px;
  height: 4px;
  background: #e1261c;
  margin-bottom: 22px;
}

.bm-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 80px 7vw;
  box-sizing: border-box;

  background-image:
    linear-gradient(
      to right,
      rgba(7,28,82,.96) 0%,
      rgba(7,28,82,.82) 36%,
      rgba(7,28,82,.2) 70%
    ),
    url("https://baymechanical.com/wp-content/uploads/2016/04/office-buildings.jpg");

  background-size:
    100% 100%,
    cover;

  background-position:
    center center,
    center center;

  background-repeat:
    no-repeat,
    no-repeat;
}

.bm-hero::before,
.bm-hero::after {
  display: none !important;
  background: none !important;
}

.bm-hero-content {
  max-width: 430px;
  color: #fff;
}

.bm-kicker {
  color: #e1261c;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.bm-hero h1,
.bm-section h2,
.bm-values h2,
.bm-cta h2 {
  color: #071c52;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 24px;
}

.bm-hero h1 {
  color: #fff;
}

.bm-hero p {
  font-size: 17px;
  line-height: 1.6;
}

.bm-button {
  display: inline-block;
  background: #e1261c;
  color: #fff !important;
  padding: 16px 28px;
  margin-top: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}

.bm-button span {
  margin-left: 12px;
  font-size: 22px;
  vertical-align: -1px;
}

.bm-section {
  padding: 70px 7vw;
}

.bm-two-col {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
  align-items: center;
}

.bm-two-col img {
  width: 100%;
  height: auto;
  display: block;
}

.bm-section p {
  font-size: 17px;
  line-height: 1.7;
}

.bm-text-link {
  display: inline-block;
  margin-top: 18px;
  color: #071c52;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.bm-text-link:before,
.bm-services li:before {
  content: "›";
  color: #e1261c;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: -2px;
}

.bm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 60px 7vw;
  background: #f7f7f7;
  text-align: center;
}

.bm-stats > div {
  border-right: 1px solid #d8d8d8;
  padding: 0 30px;
}

.bm-stats > div:last-child {
  border-right: none;
}

.bm-icon {
  color: #071c52;
  font-size: 40px;
  margin-bottom: 12px;
}

.bm-stats strong {
  display: block;
  color: #071c52;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.bm-stats span {
  display: block;
  color: #071c52;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 8px;
}

.bm-stats span:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #e1261c;
  margin: 14px auto;
}

.bm-stats p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.bm-services {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.bm-services li {
  color: #071c52;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.bm-values {
  padding: 70px 7vw;
  background: #fff;
}

.bm-values-heading {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 45px;
}

.bm-values-heading p {
  font-size: 20px;
  line-height: 1.5;
}

.bm-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  text-align: center;
}

.bm-value-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #071c52;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.bm-value-grid h3 {
  color: #071c52;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}

.bm-value-grid h3:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #e1261c;
  margin: 14px auto 20px;
}

.bm-value-grid p {
  font-size: 15px;
  line-height: 1.6;
}

.bm-cta {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 70px 7vw;
  background:
    linear-gradient(rgba(7,28,82,.94), rgba(7,28,82,.94)),
    url("/wp-content/uploads/2026/06/mechanical-room-bg.jpg");
  background-size: cover;
  color: #fff;
}

.bm-cta h2 {
  color: #fff;
}

.bm-cta p {
  font-size: 20px;
}

.bm-contact {
  border-left: 1px solid rgba(255,255,255,.45);
  padding-left: 60px;
}

.bm-contact strong {
  font-size: 34px;
}

@media (max-width: 900px) {
  .bm-two-col,
  .bm-values-heading,
  .bm-value-grid,
  .bm-cta,
  .bm-stats {
    grid-template-columns: 1fr;
  }

  .bm-stats > div {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0;
  }

  .bm-stats > div:last-child {
    border-bottom: none;
  }

  .bm-contact {
    border-left: none;
    padding-left: 0;
  }

  .bm-hero {
    min-height: 520px;
    background:
      linear-gradient(rgba(7,28,82,.92), rgba(7,28,82,.92)),
      url("/wp-content/uploads/2026/06/construction-crane.jpg");
    background-size: cover;
    background-position: center;
  }
}

.bm-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bm-stats,
.bm-values,
.bm-cta {
  width: 100%;
}

.bm-stats {
  background: #f7f7f7;
}

.bm-values {
  background: #fff;
}

.bm-about-framework {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 7vw 95px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.bm-red-line {
  width: 64px;
  height: 4px;
  background: #e1261c;
  margin-bottom: 22px;
}

.bm-red-line.center {
  margin: 28px auto 22px;
}

.bm-about-intro {
  max-width: 760px;
  margin-bottom: 55px;
}

.bm-about-intro h1 {
  margin: 0 0 24px;
  color: #071c52;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}

.bm-about-intro p {
  max-width: 620px;
  font-size: 21px;
  line-height: 1.55;
  color: #222;
}

.bm-framework-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 65px;
}

.bm-framework-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 34px 28px;
  min-height: 230px;
  box-shadow: 0 14px 32px rgba(0,0,0,.06);
}

.bm-framework-card span {
  display: block;
  color: #e1261c;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.bm-framework-card h3 {
  margin: 0 0 16px;
  color: #071c52;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.bm-framework-card p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.6;
}

.bm-history-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 58px 70px 64px;
  background: #fff;
  border-top: 6px solid #e1261c;
  box-shadow: 0 20px 55px rgba(0,0,0,.12);
  text-align: center;
}

.bm-history-box img {
  max-width: 340px;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.bm-history-box h2 {
  margin: 0 0 26px;
  color: #071c52;
  font-size: clamp(38px, 4vw, 58px);
  text-transform: uppercase;
  font-weight: 900;
}

.bm-history-box h3 {
  margin: 34px 0 16px;
  color: #071c52;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
}

.bm-history-box p {
  max-width: 780px;
  margin: 0 auto 20px;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .bm-framework-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .bm-about-framework {
    padding: 55px 24px 70px;
  }

  .bm-framework-grid {
    grid-template-columns: 1fr;
  }

  .bm-history-box {
    padding: 40px 26px 46px;
  }

  .bm-history-box p {
    font-size: 16px;
  }
}

.bm-about-stacked {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 7vw 95px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.bm-about-row {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 45px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto 65px;
}

.bm-about-row.reverse {
  grid-template-columns: 70% 30%;
  margin-top: 65px;
  margin-bottom: 65px;
}

.bm-about-image {
  min-height: 100%;
}

.bm-about-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.bm-about-copy {
  background: #fff;
  padding: 52px 56px;
  border-left: 5px solid #e1261c;
  box-shadow: 0 16px 38px rgba(0,0,0,.08);
}

.bm-red-line {
  width: 64px;
  height: 4px;
  background: #e1261c;
  margin-bottom: 22px;
}

.bm-red-line.center {
  margin: 26px auto 22px;
}

.bm-about-copy h2,
.bm-history-center h2 {
  margin: 0 0 24px;
  color: #071c52;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}

.bm-about-copy p {
  color: #222;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.bm-history-center {
  max-width: 860px;
  margin: 0 auto;
  padding: 54px 65px 58px;
  background: #fff;
  border-top: 6px solid #e1261c;
  text-align: center;
  box-shadow: 0 22px 55px rgba(0,0,0,.14);
}

.bm-history-center img {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.bm-history-center p {
  max-width: 680px;
  margin: 0 auto;
  color: #222;
  font-size: 19px;
  line-height: 1.65;
}

@media (max-width: 850px) {
  .bm-about-row,
  .bm-about-row.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bm-about-row.reverse .bm-about-copy {
    order: 2;
  }

  .bm-about-row.reverse .bm-about-image {
    order: 1;
  }

  .bm-about-image img {
    height: 310px;
  }

  .bm-about-copy,
  .bm-history-center {
    padding: 38px 28px;
  }
}


/* FOR NAV BAR */

/* Main navbar */
.site-header,
.main-header,
.header-area,
#masthead {
  background: #ffffff !important;
  border-bottom: 1px solid #eeeeee;
}

/* Header layout */
.site-header .container,
.main-header .container,
.header-area .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.site-header .logo img,
.main-header .logo img,
.header-area .logo img {
  max-height: 72px;
  width: auto;
}

/* Nav links */
.main-navigation a,
.primary-menu a,
.nav-menu a {
  color: #071c52 !important;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 34px 22px;
}

/* Remove dark/transparent header behavior */
.site-header.sticky,
.site-header.fixed,
.header-transparent {
  background: #ffffff !important;
}

/* Call Today button */
.bm-call-today {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #071c52;
  color: #ffffff !important;
  padding: 18px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.bm-call-today:hover {
  background: #e1261c;
  color: #ffffff !important;
}

----


.bm-history-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 22px 55px rgba(0,0,0,.14);
}

.bm-history-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 60px;
  background: #f8f8f8;
  border-right: 1px solid #ddd;
}

.bm-history-image img {
  max-width: 380px;
  width: 100%;
  height: auto;
}

.bm-history-copy {
  padding: 58px 64px;
  border-top: 6px solid #e1261c;
}

.bm-history-copy h2 {
  margin: 0 0 26px;
  color: #071c52;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}

.bm-history-copy p {
  color: #222;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
}

@media (max-width: 850px) {
  .bm-history-split {
    grid-template-columns: 1fr;
  }

  .bm-history-image {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 45px 30px;
  }

  .bm-history-copy {
    padding: 40px 28px;
  }
}

.bm-stats-intro {
  text-align: center;
  background: #f7f7f7;
  padding: 70px 7vw 25px;
}

.bm-stats-intro .bm-red-line {
  margin: 0 auto 20px;
}

.bm-stats-intro h2 {
  color: #071c52;
  font-size: clamp(38px, 4vw, 62px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 18px;
}

.bm-stats-intro p {
  max-width: 700px;
  margin: 0 auto;
  color: #222;
  font-size: 20px;
  line-height: 1.6;
}

.bm-capabilities-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f5f5f5;
}

.bm-capabilities-hero {
  min-height: 720px;
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 70px;
  align-items: center;
  background:
    linear-gradient(to right, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,.78) 100%),
    url("https://baymechanical.com/wp-content/uploads/2016/06/warehousing-units.png");
  background-size: cover;
  background-position: center right;
  box-sizing: border-box;
}

.bm-red-line {
  width: 68px;
  height: 5px;
  background: #e1261c;
  margin-bottom: 24px;
}

.bm-kicker {
  color: #e1261c;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 12px;
}

.bm-capabilities-copy h1 {
  color: #071c52;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 28px;
}

.bm-capabilities-copy p {
  max-width: 620px;
  color: #222;
  font-size: 21px;
  line-height: 1.6;
}

.bm-capabilities-button {
  display: inline-block;
  margin-top: 28px;
  background: #e1261c;
  color: #fff !important;
  padding: 18px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
}

.bm-capabilities-button span {
  margin-left: 14px;
  font-size: 24px;
  vertical-align: -2px;
}

.bm-capabilities-button:hover {
  background: #071c52;
  color: #fff !important;
}

.bm-capabilities-document {
  display: flex;
  justify-content: center;
}

.bm-capabilities-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.bm-capabilities-buttons .bm-capabilities-button {
  margin-top: 0;
}

.bm-capabilities-button.secondary {
  background: #071c52;
}

.bm-capabilities-button.secondary:hover {
  background: #e1261c;
}

.bm-document-card {
  width: 390px;
  min-height: 520px;
  background: #fff;
  border-top: 7px solid #e1261c;
  box-shadow: 0 26px 65px rgba(0,0,0,.22);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.bm-document-top {
  padding: 38px 35px 25px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.bm-document-top img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.bm-document-body {
  padding: 38px 40px;
}

.bm-document-body h2 {
  color: #071c52;
  font-size: 42px;
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 20px;
}

.bm-document-body p {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.bm-document-lines {
  margin-top: 36px;
}

.bm-document-lines span {
  display: block;
  height: 10px;
  background: #e7e7e7;
  margin-bottom: 14px;
}

.bm-document-lines span:nth-child(1) {
  width: 100%;
}

.bm-document-lines span:nth-child(2) {
  width: 86%;
}

.bm-document-lines span:nth-child(3) {
  width: 94%;
}

.bm-document-lines span:nth-child(4) {
  width: 70%;
}

.bm-document-footer {
  background: #071c52;
  color: #fff;
  padding: 26px 35px;
}

.bm-document-footer strong,
.bm-document-footer small {
  display: block;
}

.bm-document-footer small {
  margin-top: 5px;
  opacity: .85;
}

@media (max-width: 900px) {
  .bm-capabilities-hero {
    grid-template-columns: 1fr;
    padding: 65px 24px;
  }

  .bm-document-card {
    transform: none;
    width: 100%;
    max-width: 390px;
  }
}

@media (max-width: 850px) {
  .bm-about-row,
  .bm-about-row.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bm-about-row.reverse .bm-about-copy {
    order: 2;
  }

  .bm-about-row.reverse .bm-about-image {
    order: 1;
  }

  .bm-about-image img {
    height: 280px;
    min-height: unset;
  }

  .bm-about-copy {
    padding: 38px 28px;
  }
}

/* Megatron navbar link size */
/* Menu text color */
.x-nav-menu .x-menu-a-text,
.x-nav-menu .x-menu-text,
.x-nav-menu > .x-menu-item > a {
    color: #071c52 !important;
		font-size: 16px
}

/* Active/current page */
.x-nav-menu .current-menu-item .x-menu-text,
.x-nav-menu .current_page_item .x-menu-text {
    color: #e1aa23 !important;
}

/* Menu spacing */
.x-nav-menu > .x-menu-item {
    margin-left: 25px !important;
}

/* Push menu away from logo */
.x-nav-menu {
    margin-left: 90px !important;
}

/* Create positioning context */
.x-nav-menu > .x-menu-item > .x-menu-a-text {
    position: relative;
}

/* Hidden red bar */
.x-nav-menu > .x-menu-item > .x-menu-a-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background: #e1261c;

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* Animate on hover */
.x-nav-menu > .x-menu-item:hover > .x-menu-a-text::after {
    transform: scaleX(1);
}

html body,
html body *,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body span,
html body li {
  font-family: "Montserrat", cursive !important;
}