/* Qogent project-management layout (Tartan structure, Qogent colours) */
:root {
  --qg-blue: #36a3dc;
  --qg-blue-dark: #1e86be;
  --qg-navy: #0d2438;
  --qg-text: #4a4a4a;
  --qg-heading: #1b1b1b;
  --qg-muted: #8a8a8a;
  --qg-line: #e6e6e6;
}

html, body { margin: 0; }
body.qg-pm {
  font-family: Lato, Arial, sans-serif;
  color: var(--qg-text);
  background: #fff;
  overflow-x: hidden;
}
body.qg-pm img { max-width: 100%; height: auto; }

.qg-pm a { color: var(--qg-blue); }
.qg-pm a:hover { color: var(--qg-blue-dark); }

/* Header: overlay on the hero until sticky */
body.qg-pm #cms-masthead.header-v2.header-ontop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  background: transparent !important;
  box-shadow: none;
  border: none;
}
body.qg-pm #cms-header.cms-main-header {
  background: transparent !important;
  box-shadow: none;
  border: none;
  padding: 18px 0;
}
body.qg-pm #cms-masthead.header-v2.header-ontop.header-fixed,
body.qg-pm #cms-header.header-fixed,
body.qg-pm #cms-header.cms-main-header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  min-height: 70px;
  background: #fff !important;
  box-shadow: 0 1px 8px rgba(0,0,0,.08);
  border: none;
}
body.qg-pm #cms-header.header-fixed {
  padding: 10px 0;
}
@media (min-width: 992px) {
  body.qg-pm #cms-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body.qg-pm #cms-nav-extra { display: none; }
  body.qg-pm #cms-header-logo,
  body.qg-pm #cms-header-navigation,
  body.qg-pm .main-navigation {
    float: none;
  }
  body.qg-pm #cms-header-navigation {
    margin-left: auto;
  }
}
body.qg-pm #cms-menu-mobile { display: none !important; cursor: pointer; }
body.qg-pm .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  white-space: nowrap;
}
body.qg-pm .nav-menu > li {
  display: inline-block;
  margin: 0 0 0 22px;
  vertical-align: middle;
}
body.qg-pm .nav-menu > li > a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
}
body.qg-pm #cms-header.header-fixed .nav-menu > li > a {
  color: #0d2438 !important;
}
body.qg-pm .nav-menu > li.current_page_item > a,
body.qg-pm .nav-menu > li > a:hover {
  color: var(--qg-blue) !important;
}
body.qg-pm a.go-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(13,36,56,.85);
  color: #fff !important;
  z-index: 10080;
  display: none;
}
body.qg-pm a.go-to-top.on { display: block; }
body.qg-pm a.go-to-top:hover { background: var(--qg-blue); color: #fff !important; }
body.qg-pm #cms-header-logo {
  width: auto;
  flex-shrink: 0;
}
body.qg-pm #cms-header-logo a img {
  width: auto;
  max-width: none;
  height: auto;
}
body.qg-pm #cms-header-logo .qg-logo-light {
  display: block;
  height: 78px;
}
body.qg-pm #cms-header-logo .qg-logo-dark {
  display: none;
  height: 48px;
}
body.qg-pm #cms-header.header-fixed .qg-logo-light {
  display: none;
}
body.qg-pm #cms-header.header-fixed .qg-logo-dark {
  display: block;
}
body.qg-pm #cms-footer,
body.qg-pm #cms-footer.qg-site-footer {
  background: var(--qg-navy) !important;
  background-color: var(--qg-navy) !important;
  padding: 64px 0 0 !important;
  color: #c5d3de;
  margin-top: 0 !important;
}
body.qg-pm #cms-footer .qg-footer-logo {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 0 20px;
  background: #fff;
  padding: 8px 12px;
  box-sizing: content-box;
}
body.qg-pm #cms-footer .qg-footer-about {
  max-width: 420px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #c5d3de;
}
body.qg-pm #cms-footer h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 8px 0 18px;
}
body.qg-pm #cms-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.qg-pm #cms-footer li {
  margin: 0 0 10px;
}
body.qg-pm #cms-footer a {
  color: #c5d3de;
  text-decoration: none;
}
body.qg-pm #cms-footer a:hover {
  color: var(--qg-blue);
}
body.qg-pm #cms-footer .qg-footer-contact p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #c5d3de;
}
body.qg-pm #cms-footer .qg-footer-copy {
  margin-top: 48px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  letter-spacing: .3px;
  color: #9bb0c0;
}

body.qg-pm.qg-page .qg-hero {
  min-height: 420px;
  background-image: url(../images/tranding.jpg);
}
body.qg-pm.qg-page .qg-hero-inner {
  min-height: 420px;
  padding: 140px 0 70px;
  align-items: flex-end;
}
body.qg-pm.qg-page .qg-hero h1 {
  font-size: 56px;
}
body.qg-pm.qg-page .qg-hero h1 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}

.qg-value {
  margin: 0 0 28px;
  padding-left: 16px;
  border-left: 3px solid var(--qg-blue);
}
.qg-value strong {
  display: block;
  color: var(--qg-heading);
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.qg-value p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.qg-form input,
.qg-form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #dce6ee;
  background: #fff;
  color: var(--qg-text);
  font-size: 14px;
  box-sizing: border-box;
}
.qg-form textarea { min-height: 140px; resize: vertical; }
body.qg-pm.qg-page .qg-hero-solid {
  background: var(--qg-navy) !important;
  min-height: 320px;
}
body.qg-pm.qg-page .qg-hero-solid:after { background: none; }
body.qg-pm.qg-page .qg-hero-solid .qg-hero-inner { min-height: 320px; }

.qg-form button,
.qg-pm .qg-form button[type=submit] {
  background: var(--qg-blue);
  border: 0;
  color: #fff;
  padding: 14px 32px !important;
  height: auto !important;
  line-height: 1.2 !important;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
}
.qg-form button:after,
.qg-pm .qg-form button[type=submit]:after { display: none !important; content: none !important; }
.qg-form button:hover { background: var(--qg-blue-dark); }

.qg-contact-panel {
  background: #fff;
  padding: 40px 36px;
  box-shadow: 0 8px 24px rgba(13,36,56,.08);
  height: 100%;
  width: 100%;
}
.qg-contact-line {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
}
.qg-contact-line a { color: var(--qg-blue); font-weight: 700; }

.qg-hero {
  position: relative;
  min-height: 100vh;
  background: url(../images/tranding.jpg) center center / cover no-repeat;
  color: #fff;
}
.qg-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,36,56,.55) 0%, rgba(13,36,56,.35) 40%, rgba(13,36,56,.7) 100%);
}
.qg-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 90px;
}
.qg-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--qg-blue);
  border-left: 3px solid var(--qg-blue);
  padding-left: 10px;
  margin-bottom: 18px;
}
.qg-hero h1 {
  margin: 0;
  font-weight: 900;
  font-size: 72px;
  line-height: .95;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
}
.qg-hero h1 span {
  display: block;
  font-size: 54px;
  font-weight: 700;
}

.qg-section { padding: 90px 0; }
.qg-section-tight { padding: 70px 0; }
.qg-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--qg-blue);
  border-left: 3px solid var(--qg-blue);
  padding-left: 10px;
  margin-bottom: 16px;
}
.qg-h2 {
  margin: 0 0 24px;
  color: var(--qg-heading);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
.qg-copy p {
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 16px;
}

.qg-thumbs {
  margin-top: 10px;
}
.qg-thumbs img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  margin-bottom: 12px;
  display: block;
}

.qg-split { overflow: hidden; }
.qg-split + .qg-split,
.qg-split + .qg-quote,
.qg-quote + .qg-split,
.qg-quote + .qg-section,
.qg-quote + section,
.qg-split + .qg-section {
  margin-top: 40px;
}
.qg-split .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.qg-split .row {
  margin-left: 0;
  margin-right: 0;
}
.qg-split .row > .qg-split-img {
  padding-left: 0;
  padding-right: 0;
}
.qg-split-img,
.qg-split-copy {
  min-height: 420px;
}
.qg-split-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qg-split .row > .qg-split-copy {
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .qg-split .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .qg-split.is-reverse .row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .qg-split .row > [class*="col-"] {
    float: none;
    width: 50%;
  }
  .qg-split-img,
  .qg-split-copy {
    min-height: 100%;
  }
  .qg-split .row > .qg-split-copy {
    padding: 80px 90px;
  }
  .qg-equal .qg-copy,
  .qg-section .col-md-7.qg-copy {
    padding-right: 50px;
  }
  .qg-equal .qg-photo-grid,
  .qg-section .col-md-5.qg-photo-grid {
    padding-left: 20px;
  }
}
.qg-split-copy.is-dark {
  background: var(--qg-navy);
  color: #d9e6ef;
}
.qg-split-copy.is-dark .qg-h2,
.qg-split-copy.is-dark .qg-label { color: #fff; }
.qg-split-copy.is-dark .qg-num p { color: #d9e6ef; }
.qg-split-copy.is-dark .qg-copy p { color: #d9e6ef; }
.qg-split-copy.is-tint { background: #f4f8fb; }

.qg-quote {
  position: relative;
  background: url(../images/j.jpg) center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
}
.qg-quote:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13,36,56,.72);
}
.qg-quote p {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}

.qg-section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.qg-section-head .qg-label {
  border-left: 0;
  padding-left: 0;
  border-bottom: 2px solid var(--qg-blue);
  padding-bottom: 8px;
  margin-bottom: 18px;
}
.qg-section-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--qg-text);
}

@media (min-width: 992px) {
  .qg-card-row {
    display: flex;
    flex-wrap: wrap;
  }
  .qg-card-row > [class*="col-"] {
    display: flex;
  }
}
.qg-card {
  background: #fff;
  box-shadow: 0 8px 24px rgba(13,36,56,.08);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.qg-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.qg-card-body {
  padding: 24px 22px 28px;
  flex: 1;
}
.qg-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--qg-heading);
}

.qg-cta {
  background: var(--qg-navy);
  color: #d9e6ef;
  padding: 72px 0;
}
.qg-cta .qg-h2 { color: #fff; margin-bottom: 16px; }
.qg-cta .qg-label { color: var(--qg-blue); }
.qg-cta a { color: var(--qg-blue); }
@media (min-width: 992px) {
  .qg-cta .row { display: flex; align-items: center; }
  .qg-cta .qg-btn { float: right; margin-top: 0; }
}
.qg-btn {
  display: inline-block;
  margin-top: 28px;
  background: var(--qg-blue);
  color: #fff !important;
  padding: 14px 28px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.qg-btn:hover { background: var(--qg-blue-dark); color: #fff !important; }

.qg-num {
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}
.qg-num-index {
  flex: 0 0 54px;
  font-size: 28px;
  font-weight: 900;
  color: var(--qg-blue);
  line-height: 1;
  border-left: 4px solid var(--qg-blue);
  padding-left: 12px;
}
.qg-num p { margin: 0; line-height: 1.55; }

.qg-photo-grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .qg-equal {
    display: flex;
    align-items: stretch;
  }
  .qg-photo-grid {
    display: flex;
  }
  .qg-photo-grid .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: stretch;
  }
  .qg-photo-grid .row > [class*="col-"] {
    display: flex;
  }
  .qg-photo-grid img {
    height: auto;
    min-height: 180px;
    flex: 1;
    margin-bottom: 15px;
  }
}

.qg-banner {
  background: var(--qg-blue);
  color: #fff;
  padding: 28px 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.qg-sectors {
  background: #f7f9fb;
}
.qg-sector {
  text-align: center;
  padding: 20px 10px 30px;
}
.qg-sector img {
  height: 64px;
  width: auto;
  margin-bottom: 16px;
}
.qg-sector h5 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--qg-heading);
}

.qg-offering h3 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--qg-blue);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--qg-blue);
  display: inline-block;
}
.qg-offering ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qg-offering li {
  position: relative;
  padding: 0 0 10px 14px;
  font-size: 14px;
  line-height: 1.5;
}
.qg-offering li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--qg-blue);
}

.qg-sector .qg-stream-icon,
.qg-streams .qg-stream-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 8px auto 18px;
  border-radius: 50%;
  background: #eaf6fc;
  color: var(--qg-blue);
}
.qg-sector .qg-stream-icon svg,
.qg-streams .qg-stream-icon svg {
  width: 42px;
  height: 42px;
}
.qg-streams h5 {
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--qg-heading);
}

@media (max-width: 991px) {
  body.qg-pm #cms-masthead,
  body.qg-pm #cms-masthead.header-v2.header-ontop {
    z-index: 10050;
    width: 100%;
    position: relative !important;
    left: auto;
    right: auto;
    background: #0d2438 !important;
    background-color: #0d2438 !important;
  }
  body.qg-pm #cms-header.cms-main-header {
    background: #0d2438 !important;
    background-color: #0d2438 !important;
    min-height: 64px;
  }
  body.qg-pm #cms-masthead.header-v2.header-ontop.header-fixed,
  body.qg-pm #cms-header.header-fixed,
  body.qg-pm #cms-header.cms-main-header.header-fixed {
    position: fixed !important;
    background: #fff !important;
    background-color: #fff !important;
  }
  body.qg-pm #cms-header .container {
    position: relative;
  }
  body.qg-pm #cms-header-logo .qg-logo-light,
  body.qg-pm #cms-header-logo .qg-logo-dark,
  body.qg-pm #cms-header.header-fixed .qg-logo-dark {
    height: 40px;
  }
  body.qg-pm #cms-header-logo a img {
    max-width: 150px !important;
  }
  body.qg-pm #cms-menu-mobile {
    display: inline-block !important;
    font-size: 28px;
    padding: 8px 4px;
    cursor: pointer;
    position: relative;
    z-index: 10070;
  }
  body.qg-pm #cms-header.menu-open,
  body.qg-pm #cms-header.header-fixed.menu-open,
  body.qg-pm #cms-header.menu-open #cms-header-navigation,
  body.qg-pm #cms-header.header-fixed.menu-open #cms-header-navigation {
    height: auto !important;
    overflow: visible !important;
  }
  body.qg-pm #cms-header #cms-header-navigation {
    float: none !important;
    clear: both;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0;
    padding: 8px 20px 16px;
    background: #0d2438 !important;
    z-index: -1;
    height: 0 !important;
    max-height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }
  body.qg-pm #cms-header #cms-header-navigation.is-open {
    display: block !important;
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 64px) !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10060 !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  body.qg-pm #cms-header.header-fixed #cms-header-navigation.is-open {
    background: #fff !important;
  }
  body.qg-pm #cms-header #cms-header-navigation .main-navigation,
  body.qg-pm #cms-header #cms-header-navigation .main-navigation.pull-right {
    float: none !important;
    width: 100%;
  }
  body.qg-pm #cms-header #cms-header-navigation ul.nav-menu {
    display: block;
    padding: 8px 0 16px;
  }
  body.qg-pm #cms-header #cms-header-navigation ul.nav-menu > li {
    display: block;
    float: none;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  body.qg-pm #cms-header.header-fixed #cms-header-navigation ul.nav-menu > li {
    border-bottom-color: #eee;
  }
  body.qg-pm #cms-header #cms-header-navigation ul.nav-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: #fff !important;
  }
  body.qg-pm #cms-header.header-fixed #cms-header-navigation ul.nav-menu > li > a {
    color: #111 !important;
  }
  body.qg-pm #cms-header #cms-header-navigation ul.nav-menu > li.current_page_item > a,
  body.qg-pm #cms-header #cms-header-navigation ul.nav-menu > li > a:hover {
    color: var(--qg-blue) !important;
  }

  .qg-hero,
  .qg-hero-inner {
    min-height: 320px;
  }
  .qg-hero .container,
  .qg-hero-inner {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .qg-hero-inner { padding-top: 36px !important; padding-bottom: 40px !important; align-items: flex-end; }
  .qg-hero h1 { font-size: 32px; line-height: 1.05; }
  .qg-hero h1 span { font-size: 18px; }
  body.qg-pm.qg-page .qg-hero,
  body.qg-pm.qg-page .qg-hero-inner,
  body.qg-pm.qg-page .qg-hero-solid,
  body.qg-pm.qg-page .qg-hero-solid .qg-hero-inner {
    min-height: 200px;
  }
  body.qg-pm.qg-page .qg-hero-inner { padding-top: 32px !important; padding-bottom: 32px !important; }
  body.qg-pm.qg-page .qg-hero h1 { font-size: 28px; }
  body.qg-pm.qg-page .qg-hero h1 span { font-size: 16px; letter-spacing: 0.5px; }

  .qg-section,
  .qg-section-tight { padding: 48px 0; }
  .qg-section .container,
  .qg-cta .container,
  .qg-streams .container,
  body.qg-pm #cms-footer .container,
  body.qg-pm #cms-header .container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .qg-h2 { font-size: 24px; }
  .qg-section-head { margin-bottom: 28px; padding: 0; }
  .qg-quote { padding: 48px 28px; margin-top: 20px !important; }
  .qg-quote p { font-size: 17px; }
  .qg-banner {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 18px 28px;
    line-height: 1.3;
  }
  .qg-split + .qg-split,
  .qg-split + .qg-quote,
  .qg-quote + section,
  .qg-split + .qg-section {
    margin-top: 20px;
  }
  .qg-split .row { display: block; }
  .qg-split .row > [class*="col-"] {
    width: 100%;
    float: none;
  }
  .qg-split-copy,
  .qg-split .row > .qg-split-copy {
    padding: 40px 28px !important;
    min-height: 0;
  }
  .qg-split-img { min-height: 220px; }
  .qg-contact-panel { padding: 28px 24px; margin-bottom: 20px; }
  .qg-cta { padding: 40px 0; text-align: left; }
  .qg-cta .qg-btn { float: none !important; margin-top: 20px; }
  .qg-num { gap: 12px; }
  .qg-num-index { flex: 0 0 44px; font-size: 22px; }
  .qg-card img { height: 170px; }
  .qg-thumbs { margin-top: 24px; }
  body.qg-pm #cms-footer .col-md-3,
  body.qg-pm #cms-footer .col-md-4,
  body.qg-pm #cms-footer .col-md-5 {
    margin-bottom: 32px;
  }
  body.qg-pm #cms-footer-bottom { padding-bottom: 20px; }
}

@media (max-width: 767px) {
  .qg-hero,
  .qg-hero-inner { min-height: 260px; }
  .qg-hero h1 { font-size: 28px; }
  .qg-hero h1 span { font-size: 16px; }
  body.qg-pm.qg-page .qg-hero,
  body.qg-pm.qg-page .qg-hero-inner { min-height: 180px; }
  body.qg-pm.qg-page .qg-hero h1 { font-size: 26px; }
  .qg-h2 { font-size: 22px; }
  .qg-copy p,
  .qg-value p { font-size: 14px; }
  .qg-thumbs img { height: 88px; }
  .qg-photo-grid img { height: 120px; min-height: 0; }
  .qg-streams .qg-stream-icon { width: 72px; height: 72px; }
  .qg-offering { margin-bottom: 28px; }
  .container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
