/* Becket Invest Plc - corporate brochure stylesheet */

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0 0 48px 0;
  background: #eef0f2;
  color: #1d2126;
  font: 15px/1.6 Arial, Helvetica, sans-serif;
}

.shell {
  width: 1040px;
  margin: 0 auto;
  background: #ffffff;
  border-left: 1px solid #d3d7db;
  border-right: 1px solid #d3d7db;
  border-bottom: 1px solid #d3d7db;
}

a {
  color: #1f5c9e;
}

a:hover {
  color: #16406f;
}

a:focus,
.tabbar a:focus {
  outline: 2px solid #1c3350;
  outline-offset: 1px;
}

.tabbar a:focus,
.site-footer a:focus,
.section-strip a:focus {
  outline-color: #ffffff;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #1c3350;
  color: #ffffff;
  padding: 6px 12px;
}

.skip-link:focus {
  left: 8px;
  z-index: 20;
}

/* ---- corporate identity row ---- */

.utility-strip {
  background: #737477;
  color: #ffffff;
  font: 11px/1.4 Verdana, Geneva, sans-serif;
  padding: 6px 34px;
}

.utility-strip span {
  margin-right: 22px;
  white-space: nowrap;
}

.utility-strip a {
  color: #ffffff;
  text-decoration: none;
}

.utility-strip a:hover {
  text-decoration: underline;
}

.identity-row {
  height: 95px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d3d7db;
}

.wordmark {
  margin: 0;
  font: normal 30px/1.1 Georgia, 'Times New Roman', serif;
  color: #1c3350;
  letter-spacing: 0.5px;
}

.wordmark a {
  color: #1c3350;
  text-decoration: none;
}

.wordmark .plc {
  color: #737477;
}

.identity-facts {
  text-align: right;
  font: 11px/1.7 Verdana, Geneva, sans-serif;
  color: #4a4f55;
}

/* ---- section tab bar ---- */

.tabbar {
  background: #1c3350;
  background: linear-gradient(to bottom, #24405f, #1c3350);
  border-bottom: 1px solid #12233a;
}

.tabbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.tabbar li {
  border-right: 1px solid #16283f;
}

.tabbar a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  color: #ffffff;
  text-decoration: none;
  font: bold 12px Verdana, Geneva, sans-serif;
}

.tabbar a:hover {
  background: #2e5079;
}

.tabbar a.active {
  background: #2e5079;
}

/* ---- banner ---- */

.banner {
  position: relative;
  height: 210px;
  background: #16283f url(/banner.svg) center center no-repeat;
  background-size: cover;
  border-bottom: 3px solid #1c3350;
}

.banner-caption {
  position: absolute;
  left: 34px;
  bottom: 24px;
  max-width: 540px;
  background: #ffffff;
  border-left: 4px solid #1c3350;
  padding: 12px 18px;
  font: 14px/1.55 Arial, Helvetica, sans-serif;
  color: #1d2126;
}

.banner-caption strong {
  color: #1c3350;
}

/* ---- homepage overview grid ---- */

.home-grid,
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  padding: 32px 34px;
}

.overview-copy h1,
.overview-copy h2 {
  margin: 0 0 14px 0;
  font: normal 32px/1.2 Georgia, 'Times New Roman', serif;
  color: #1c3350;
}

.overview-copy p {
  margin: 0 0 16px 0;
  max-width: 62ch;
}

/* ---- quick facts rail ---- */

.facts-rail {
  background: #e7edf3;
  border: 1px solid #cbd6e0;
  align-self: start;
}

.rail-title {
  margin: 0;
  background: #1c3350;
  color: #ffffff;
  font: bold 12px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 7px 12px;
}

.rail-section {
  padding: 12px 12px 16px 12px;
}

.listing-plate {
  border: 3px double #9aa5b1;
  background: #ffffff;
  padding: 10px 12px;
  margin: 0;
}

.listing-plate dt {
  font: 10px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: #737477;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.listing-plate dt:first-child {
  margin-top: 0;
}

.listing-plate dd {
  margin: 1px 0 0 0;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: #1c3350;
  word-break: break-all;
}

.adviser-roll {
  margin: 0;
}

.adviser-roll dt {
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #1c3350;
  text-transform: uppercase;
  margin-top: 10px;
}

.adviser-roll dt:first-child {
  margin-top: 0;
}

.adviser-roll dd {
  margin: 2px 0 0 0;
  font-size: 13px;
  color: #1d2126;
}

.rail-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rail-links li {
  border-bottom: 1px solid #cbd6e0;
}

.rail-links li:last-child {
  border-bottom: 0;
}

.rail-links a {
  display: block;
  padding: 7px 2px;
  font-size: 13px;
  text-decoration: none;
}

.rail-links a:hover {
  text-decoration: underline;
}

/* ---- section bands ---- */

.band {
  padding: 0 34px 32px 34px;
}

.band-title {
  margin: 0 0 16px 0;
  font: normal 22px/1.3 Georgia, 'Times New Roman', serif;
  color: #1c3350;
  border-bottom: 2px solid #1c3350;
  padding-bottom: 6px;
}

/* ---- capabilities (investment focus) rows ---- */

.capability-rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

.capability-rows li {
  border-top: 1px solid #b9bec4;
  padding: 14px 0;
}

.capability-rows li:first-child {
  border-top: 0;
  padding-top: 4px;
}

.capability-rows h3 {
  margin: 0 0 4px 0;
  font: normal 18px Georgia, 'Times New Roman', serif;
}

.capability-rows h3 a {
  color: #1c3350;
  text-decoration: none;
}

.capability-rows h3 a:hover {
  text-decoration: underline;
}

.capability-rows p {
  margin: 0;
  font-size: 14px;
  color: #3a3f45;
  max-width: 70ch;
}

/* ---- share ledger table ---- */

.share-facts p {
  margin: 0 0 14px 0;
  max-width: 68ch;
}

.ledger-wrap {
  overflow-x: auto;
}

.ledger-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ledger-table caption {
  text-align: left;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: #1c3350;
  text-transform: uppercase;
  padding: 0 0 8px 0;
}

.ledger-table th {
  background: #e7edf3;
  color: #1c3350;
  font: bold 11px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 2px solid #1c3350;
}

.ledger-table th.num,
.ledger-table td.num {
  text-align: right;
}

.ledger-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #b9bec4;
}

/* ---- news rows ---- */

.news-rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-rows li {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid #d3d7db;
  padding: 9px 0;
}

.news-rows li:last-child {
  border-bottom: 0;
}

.news-date {
  flex: 0 0 96px;
  font: 11px/1.8 Verdana, Geneva, sans-serif;
  color: #4a4f55;
  white-space: nowrap;
}

.news-resource {
  margin: 14px 0 0 0;
  font-size: 14px;
  border-top: 2px solid #1c3350;
  padding-top: 12px;
}

/* ---- contact utility ---- */

.contact-band {
  background: #f4f5f6;
  border-top: 1px solid #d3d7db;
  padding: 22px 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 56px;
  font-size: 14px;
}

.contact-band h2 {
  flex-basis: 100%;
  margin: 0 0 4px 0;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: #1c3350;
  text-transform: uppercase;
}

.contact-band p {
  margin: 0;
}

.contact-band .label {
  display: block;
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #737477;
  text-transform: uppercase;
}

/* ---- footer ---- */

.site-footer {
  background: #1c3350;
  color: #cfd8e2;
  padding: 28px 34px 20px 34px;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 56px;
}

.footer-cols div {
  min-width: 150px;
}

.footer-cols h3 {
  margin: 0 0 8px 0;
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-cols li {
  margin: 0 0 6px 0;
}

.footer-cols a {
  color: #cfd8e2;
  font-size: 12px;
  text-decoration: none;
}

.footer-cols a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-legal {
  margin: 22px 0 0 0;
  padding-top: 12px;
  border-top: 1px solid #2e4a6b;
  font: 11px/1.6 Verdana, Geneva, sans-serif;
  color: #9fb0c4;
}

/* ---- inner pages ---- */

.section-strip {
  height: 110px;
  background: #1c3350 url(/banner.svg) center 65% no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  border-bottom: 3px solid #12233a;
}

.section-strip .strip-name {
  color: #ffffff;
  font: normal 20px Georgia, 'Times New Roman', serif;
  background: rgba(18, 35, 58, 0.85);
  padding: 6px 14px;
}

.strip-plate {
  color: #ffffff;
  background: rgba(18, 35, 58, 0.85);
  border: 1px solid #46648c;
  font: 11px Verdana, Geneva, sans-serif;
  padding: 6px 12px;
  letter-spacing: 0.4px;
}

.breadcrumb {
  margin: 0;
  padding: 14px 34px 0 34px;
  font: 11px Verdana, Geneva, sans-serif;
  color: #4a4f55;
}

.breadcrumb a {
  color: #1f5c9e;
}

.detail-grid {
  padding-top: 16px;
}

.detail-body h1 {
  margin: 0 0 16px 0;
  font: normal 32px/1.2 Georgia, 'Times New Roman', serif;
  color: #1c3350;
}

.detail-body h2 {
  margin: 26px 0 10px 0;
  font: normal 20px Georgia, 'Times New Roman', serif;
  color: #1c3350;
}

.detail-body p {
  margin: 0 0 15px 0;
  max-width: 66ch;
}

.profile-block {
  border-top: 1px solid #b9bec4;
  padding: 18px 0 6px 0;
  margin-top: 18px;
}

.profile-block:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.profile-block h2 {
  margin: 0 0 2px 0;
}

.profile-role {
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #737477;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.record-rows {
  margin: 0;
}

.record-rows dt {
  font: bold 13px Verdana, Geneva, sans-serif;
  color: #1c3350;
  margin-top: 16px;
}

.record-rows dt:first-child {
  margin-top: 0;
}

.record-rows dd {
  margin: 4px 0 0 0;
  max-width: 66ch;
}

.related-pages {
  margin-top: 30px;
  border-top: 2px solid #1c3350;
  padding-top: 12px;
}

.related-pages h2 {
  margin: 0 0 8px 0;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: #1c3350;
  text-transform: uppercase;
}

.related-pages ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.related-pages li {
  margin-bottom: 5px;
  font-size: 14px;
}

/* ---- responsive: tablet and below ---- */

@media (max-width: 900px) {
  .shell {
    width: auto;
    border-left: 0;
    border-right: 0;
  }

  body {
    padding-bottom: 0;
  }

  .utility-strip {
    padding: 6px 16px;
  }

  .utility-strip .strip-address {
    display: none;
  }

  .identity-row {
    height: auto;
    padding: 14px 16px;
    display: block;
  }

  .identity-facts {
    text-align: left;
    margin-top: 6px;
  }

  .tabbar ul {
    padding: 6px;
    gap: 6px;
  }

  .tabbar li {
    border-right: 0;
  }

  .tabbar a {
    border: 1px solid #46648c;
    height: auto;
    line-height: 1.4;
    padding: 7px 12px;
  }

  .banner {
    height: 150px;
  }

  .banner-caption {
    position: static;
    max-width: none;
    margin: 0;
    border-top: 3px solid #1c3350;
    border-left: 0;
    padding: 12px 16px;
  }

  .home-grid,
  .detail-grid {
    display: block;
    padding: 24px 16px;
  }

  .facts-rail {
    margin-top: 26px;
  }

  .band {
    padding: 0 16px 26px 16px;
  }

  .contact-band {
    padding: 20px 16px;
    display: block;
  }

  .contact-band p {
    margin-bottom: 12px;
  }

  .site-footer {
    padding: 24px 16px 16px 16px;
  }

  .footer-cols {
    display: block;
  }

  .footer-cols div {
    margin-bottom: 18px;
  }

  .breadcrumb {
    padding: 12px 16px 0 16px;
  }

  .section-strip {
    padding: 0 16px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .news-rows li {
    display: block;
  }

  .news-rows .news-date {
    display: block;
  }

  .section-strip {
    height: auto;
    display: block;
    padding: 14px 16px;
  }

  .section-strip .strip-name {
    display: inline-block;
    margin-bottom: 8px;
  }

  .strip-plate {
    display: inline-block;
  }

  .overview-copy h1,
  .detail-body h1 {
    font-size: 26px;
  }
}
