/* ==========================================================================
   Techjoint Limited — techjoint-wey.css
   The look of a civils contractor's site of about 2015 — the Bootstrap 3 era.
   Dark inverse navbar, a full-bleed jumbotron with a display heading, banded
   full-width sections alternating white and grey, an icon row of hand-drawn
   SVG, flat orange on charcoal, Helvetica stack, everything responsive by
   default. Vocabulary: .topnav / .jumbo / .band / .band-alt / .cont /
   .feature-row / .icon-cell / .panel-tj / table.table-tj / .btn-tj.
   This site only.
   ========================================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  background: #fff;
  font: 15px/1.72 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4a4f55;
}

.sr-skip { position: absolute; left: -9999px; }
.sr-skip:focus { left: 0; top: 0; background: #e8730c; color: #fff; padding: 10px 16px; z-index: 60; }

.cont { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ---- navbar ------------------------------------------------------------ */
.topnav { background: #232a31; border-bottom: 4px solid #e8730c; }
.topnav .cont:after { content: ""; display: block; clear: both; }

.topnav .tj-brand { float: left; padding: 15px 0 14px; }
.topnav .tj-brand a {
  display: flex; align-items: center; gap: 11px;
  color: #fff; text-decoration: none;
  font: 700 21px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -0.4px;
}
.topnav .tj-brand .tj-logo { flex: none; border-radius: 8px; }
.topnav .tj-brand .tj-brandtext { display: block; }
.topnav .tj-brand .tj-sub {
  display: block; font: 400 12px/1.4 "Helvetica Neue", Arial, sans-serif;
  color: #8b959e; letter-spacing: 0.4px; text-transform: uppercase; margin-top: 2px;
}

.nav-btn {
  display: none; float: right; margin: 16px 0; background: transparent; color: #cfd6dc;
  border: 1px solid #4a545d; padding: 9px 13px; cursor: pointer;
  font: 600 13px "Helvetica Neue", Arial, sans-serif; border-radius: 3px;
}

.topnav nav { float: right; }
.topnav ul { list-style: none; }
.topnav li { display: inline-block; }
.topnav nav a {
  display: inline-block; padding: 22px 15px 21px; color: #b9c2ca; text-decoration: none;
  font: 600 14px/1 "Helvetica Neue", Arial, sans-serif;
}
.topnav nav a:hover, .topnav nav a:focus { color: #fff; background: #2d353d; }
.topnav nav a[aria-current="page"] { color: #fff; box-shadow: inset 0 -4px 0 #e8730c; }

/* ---- jumbotron --------------------------------------------------------- */
.jumbo { position: relative; background: #232a31; overflow: hidden; }
.jumbo img { display: block; width: 100%; height: 400px; object-fit: cover; opacity: .42; }
.jumbo .over {
  position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);
}
.jumbo h1 {
  font: 300 44px/1.16 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff;
  letter-spacing: -1.2px; margin-bottom: 12px; max-width: 720px;
}
.jumbo p {
  font: 300 19px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #d2d9df;
  max-width: 640px; margin-bottom: 0;
}
.jumbo .cred { background: #1b2229; color: #9aa4ad; font-size: 12px; padding: 7px 0; }
.jumbo .cred a { color: #f0a25c; }

/* ---- bands ------------------------------------------------------------- */
.band { padding: 46px 0; }
.band-alt { background: #f4f6f7; border-top: 1px solid #e4e8eb; border-bottom: 1px solid #e4e8eb; }
.band-dark { background: #232a31; color: #b9c2ca; }
.band-dark h2 { color: #fff; }
.band-dark a { color: #f0a25c; }

h1.page-h {
  font: 300 38px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #232a31;
  letter-spacing: -1px; margin-bottom: 16px;
}
h2 { font: 600 25px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #232a31;
  margin-bottom: 12px; letter-spacing: -0.4px; }
h3 { font: 700 16px "Helvetica Neue", Arial, sans-serif; color: #232a31; margin: 18px 0 6px; }
p { margin-bottom: 15px; }
ul, ol { margin: 0 0 17px 22px; }
li { margin-bottom: 7px; }

.lead-p { font: 300 20px/1.65 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5c646c;
  margin-bottom: 22px; }

.narrow { max-width: 760px; }

/* ---- feature row ------------------------------------------------------- */
.feature-row { margin: 0 -14px; }
.feature-row:after { content: ""; display: block; clear: both; }
.feature-row .col3 { float: left; width: 33.3333%; padding: 0 14px; }
.feature-row img { display: block; width: 100%; height: 175px; object-fit: cover; margin-bottom: 14px; }
.feature-row h3 { margin-top: 0; }
.feature-row p { font-size: 14px; color: #6a737b; }

.icon-row { margin: 0 -14px 8px; }
.icon-row:after { content: ""; display: block; clear: both; }
.icon-cell { float: left; width: 25%; padding: 0 14px 22px; text-align: center; }
.icon-cell svg { display: block; margin: 0 auto 12px; }
.icon-cell h3 { margin: 0 0 5px; font-size: 15px; }
.icon-cell p { font-size: 14px; color: #6a737b; margin: 0; }

/* ---- panels ------------------------------------------------------------ */
.panel-tj { background: #fff; border: 1px solid #dde2e6; border-top: 4px solid #e8730c;
  padding: 20px 22px; margin-bottom: 20px; }
.panel-tj h3 { margin-top: 0; }
.panel-tj address { font-style: normal; }

.split2 { margin: 0 -18px; }
.split2:after { content: ""; display: block; clear: both; }
.split2 .half { float: left; width: 50%; padding: 0 18px; }

table.table-tj { border-collapse: collapse; width: 100%; margin-bottom: 20px; font-size: 14px; }
table.table-tj caption { text-align: left; color: #6a737b; padding-bottom: 7px; font-size: 13px; }
table.table-tj th, table.table-tj td {
  border: 1px solid #dde2e6; padding: 9px 12px; text-align: left; vertical-align: top;
}
table.table-tj thead th { background: #232a31; color: #fff; }
table.table-tj tbody th { background: #f4f6f7; color: #232a31; width: 34%; }

.tbl-scroll { overflow-x: auto; margin-bottom: 20px; }
table.img-credits { border-collapse: collapse; width: 100%; font-size: 14px; }
table.img-credits caption { text-align: left; color: #6a737b; padding-bottom: 7px; }
table.img-credits th, table.img-credits td {
  border: 1px solid #dde2e6; padding: 9px 12px; text-align: left; vertical-align: top;
}
table.img-credits th { background: #f4f6f7; color: #232a31; }

hr.hr-tj { border: 0; border-top: 1px solid #e4e8eb; margin: 30px 0; }

/* ---- footer ------------------------------------------------------------ */
.site-foot { background: #1b2229; color: #8b959e; padding: 40px 0 26px; font-size: 14px; }
.site-foot a { color: #f0a25c; }
.site-foot .tj-fh { color: #fff; font: 700 15px "Helvetica Neue", Arial, sans-serif; margin-bottom: 10px; }
.site-foot p { margin-bottom: 8px; }
.site-foot address { font-style: normal; }
.site-foot ul { list-style: none; margin: 0; }
.site-foot li { margin-bottom: 6px; }
.site-foot .grid3 { margin: 0 -18px; }
.site-foot .grid3:after { content: ""; display: block; clear: both; }
.site-foot .grid3 > div { float: left; width: 33.3333%; padding: 0 18px; }
.site-foot .foot-base { border-top: 1px solid #2d353d; margin-top: 24px; padding-top: 20px; font-size: 13px; }

a { color: #964704; }
a:hover { color: #232a31; }
a:focus { outline: 2px solid #e8730c; outline-offset: 2px; }

/* ---- cookie notice ----------------------------------------------------- */
.ck-wey {
  position: fixed; left: 0; right: 0; bottom: 0; background: #232a31; color: #d2d9df;
  border-top: 4px solid #e8730c; padding: 18px 0; font-size: 14px; z-index: 50;
}
.ck-wey p { margin-bottom: 12px; }
.ck-wey a { color: #f0a25c; }
.ck-wey button {
  font: 600 14px "Helvetica Neue", Arial, sans-serif; padding: 10px 20px; margin-right: 10px;
  cursor: pointer; background: #e8730c; border: 0; color: #241100; border-radius: 3px; font-weight: 700;
}
.ck-wey button + button { background: transparent; border: 1px solid #4a545d; color: #b9c2ca; }
.ck-wey button:hover { filter: brightness(1.1); }

/* ---- responsive -------------------------------------------------------- */
@media (max-width: 900px) {
  .nav-btn { display: block; }
  .topnav nav { float: none; clear: both; }
  .topnav ul { display: none; padding-bottom: 10px; }
  .topnav ul.is-open { display: block; }
  .topnav li { display: block; }
  .topnav nav a { display: block; padding: 12px 0; border-top: 1px solid #2d353d; }
  .topnav nav a[aria-current="page"] { box-shadow: inset 4px 0 0 #e8730c; padding-left: 12px; }
  .jumbo img { height: 260px; }
  .jumbo h1 { font-size: 29px; }
  .jumbo p { font-size: 16px; }
  h1.page-h { font-size: 28px; }
  .feature-row .col3, .icon-cell, .split2 .half, .site-foot .grid3 > div { float: none; width: 100%; }
  .icon-cell { padding-bottom: 26px; }
  table.table-tj tbody th { width: auto; }
}
