/* about-hub page overrides and additions */
.header .top-icon-list > .top-icon-link:first-child .sec-ul {
  max-height: 70vh;
  overflow-y: auto;
}

.about-hub-page {
  background: #ffffff;
}

.about-hub-page .about-hub-anchor-wrap > .container,
.about-hub-page .about-hub-section > .container {
  max-width: 1170px;
}

.about-hub-page .about-hub-anchor-wrap {
  padding: 0px 0 42px;
  border-top: 0px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.about-hub-page .about-hub-anchor-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-hub-page .about-hub-anchor-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid #dedede;
  color: #555;
  background: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.about-hub-page .about-hub-anchor-nav i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border-radius: 50%;
  color: #fff;
  background: #333;
  font-size: 9px;
}

.about-hub-page .about-hub-anchor-nav a:hover,
.about-hub-page .about-hub-anchor-nav a:focus {
  border-color: #e5ad47;
  color: #c8782d;
}

.about-hub-page .about-hub-section {
  padding: 62px 0 66px;
  scroll-margin-top: 120px;
}

.about-hub-page .about-hub-section + .about-hub-section {
  border-top: 1px solid #e9e9e9;
}

.about-hub-page .about-hub-title {
  margin: 0 0 44px;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.about-hub-page .about-hub-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 16px auto 0;
  background: #dfad41;
}

.about-hub-page .about-hub-block-title {
  position: relative;
  margin: 0 0 28px;
  padding-left: 16px;
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.about-hub-page .about-hub-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 30px;
  background: #e4b443;
}

.about-hub-page p,
.about-hub-page dd,
.about-hub-page dt {
  color: #666;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.about-hub-page p {
  margin: 0 0 16px;
}

.about-hub-page a {
  color: #d98248;
}

.about-hub-page .hub-img {
  display: block;
  width: 100%;
  height: auto;
}

.about-hub-page .hub-img-main {
  margin-bottom: 40px;
}

.about-hub-page .hub-img-grid {
  margin-top: 30px;
}

.about-hub-page .hub-photo-grid {
  display: grid;
  gap: 12px;
}

.about-hub-page .hub-photo-grid-environment {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-hub-page .hub-photo-grid-poc {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-hub-page .hub-photo-grid-pob {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-hub-page .hub-photo-item {
  overflow: hidden;
  background: #f4f4f4;
}

.about-hub-page .hub-photo-grid-environment .hub-photo-item,
.about-hub-page .hub-photo-grid-pob .hub-photo-item {
  aspect-ratio: 4 / 3;
}

.about-hub-page .hub-photo-grid-poc .hub-photo-item {
  aspect-ratio: 381 / 214;
}

.about-hub-page .hub-photo-item .hub-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hub-page .about-hub-copy-block {
  margin-top: 34px;
}

.about-hub-page .about-hub-copy-block-border {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #e6e6e6;
}

.about-hub-page .about-hub-lead {
  margin-bottom: 34px;
}

.about-hub-page .about-hub-location {
  margin-top: 58px;
  padding-top: 52px;
  border-top: 1px solid #e6e6e6;
}

.about-hub-page .hub-info-group + .hub-info-group {
  margin-top: 34px;
}

.about-hub-page .hub-info-group h4 {
  position: relative;
  margin: 0 0 22px;
  padding-left: 34px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.about-hub-page .hub-info-group h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #333;
}

.about-hub-page .hub-info-list {
  margin: 0;
}

.about-hub-page .hub-info-list dt {
  margin: 14px 0 4px;
  color: #555;
  font-weight: 700;
}

.about-hub-page .hub-info-list dd {
  margin: 0 0 8px 34px;
}

.about-hub-page .hub-info-list i {
  width: 22px;
  margin-right: 8px;
  color: #ebb342;
  text-align: center;
}

.about-hub-page .hub-location-media .hub-img + .hub-img {
  margin-top: 28px;
}

.about-hub-page .hub-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.about-hub-page .hub-slider-dots span {
  width: 14px;
  height: 14px;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
}

.about-hub-page .hub-slider-dots .active {
  border-color: #ef9b61;
  background: #ef9b61;
}

.about-hub-page .about-hub-visit {
  text-align: center;
}

.about-hub-page .about-hub-visit p {
  margin-bottom: 30px;
}

.about-hub-page .hub-download-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}

.about-hub-page .hub-download-stack {
  display: grid;
  justify-content: flex-start;
  gap: 16px;
  margin: 30px 0 34px;
}

.about-hub-page .hub-download-btn {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 18px;
  border: 1px solid #dedede;
  border-radius: 8px;
  color: #666;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.about-hub-page .hub-download-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  border-radius: 50%;
  color: #fff;
  background: #f39a61;
  font-size: 15px;
}

.about-hub-page .hub-download-btn:hover,
.about-hub-page .hub-download-btn:focus {
  border-color: #e6a15e;
  color: #c8782d;
}

.about-hub-page .hub-rental-copy {
  margin-top: 8px;
}

.about-hub-page .hub-rental-contact {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .about-hub-page .hub-rental-row {
    align-items: stretch !important;
  }

  .about-hub-page .hub-rental-media-col {
    display: flex;
  }

  .about-hub-page .hub-rental-media {
    flex: 1 1 auto;
    overflow: hidden;
  }

  .about-hub-page .hub-rental-media .hub-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .about-hub-page .about-hub-anchor-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-hub-page .about-hub-section {
    padding: 46px 0 50px;
  }

  .about-hub-page .about-hub-title {
    font-size: 27px;
  }

  .about-hub-page .about-hub-location .col-lg-7 {
    margin-top: 28px;
  }

  .about-hub-page .hub-photo-grid-environment,
  .about-hub-page .hub-photo-grid-poc,
  .about-hub-page .hub-photo-grid-pob {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-hub-page .about-hub-anchor-wrap {
    padding: 0px 0 28px;
  }

  .about-hub-page .about-hub-anchor-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-hub-page .about-hub-anchor-nav a {
    min-height: 42px;
    font-size: 14px;
  }

  .about-hub-page .about-hub-title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .about-hub-page .about-hub-block-title {
    font-size: 22px;
  }

  .about-hub-page p,
  .about-hub-page dd,
  .about-hub-page dt,
  .about-hub-page .hub-download-btn {
    font-size: 14px;
  }

  .about-hub-page .hub-download-row {
    gap: 12px;
  }

  .about-hub-page .hub-rental-media-col {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .about-hub-page .about-hub-anchor-nav {
    grid-template-columns: 1fr;
  }

  .about-hub-page .hub-photo-grid-environment,
  .about-hub-page .hub-photo-grid-poc,
  .about-hub-page .hub-photo-grid-pob {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
