/* Umbrella Corporation - corporate stylesheet
   rev 4.2 - 2019 */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
}

h1, h2, h3, h4 {
  font-weight: 600;
  color: #16233f;
  margin-top: 0;
}

h1 { font-size: 32px; line-height: 1.25; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }

a { color: #1b4e8a; text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- header ---------- */

.topbar {
  background: #0f1a30;
  color: #8e9bb5;
  font-size: 12px;
  padding: 6px 0;
}

.topbar .container { display: flex; justify-content: space-between; }

.site-header {
  background: #16233f;
  color: #ffffff;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.logo:hover { text-decoration: none; }
.logo svg { margin-right: 10px; }
.logo span.sub {
  font-weight: 400;
  color: #9fb0cd;
  font-size: 13px;
  margin-left: 8px;
  letter-spacing: 0;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #40527a;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 15px;
  cursor: pointer;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-nav li { margin-left: 4px; }

.main-nav a {
  display: block;
  color: #d6dfee;
  padding: 10px 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffffff;
  text-decoration: none;
}

.main-nav a:hover, .main-nav a.active { background: #22335c; }

/* ---------- hero ---------- */

.hero {
  background: #16233f;
  color: #ffffff;
  padding: 70px 0;
  border-bottom: 5px solid #b32222;
}

.hero h1 { color: #ffffff; max-width: 620px; }

.hero p {
  color: #c3cddf;
  max-width: 560px;
  font-size: 17px;
}

.btn {
  display: inline-block;
  background: #b32222;
  color: #ffffff;
  padding: 11px 26px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: none;
  cursor: pointer;
}

.btn:hover { background: #8f1b1b; text-decoration: none; }

.btn-ghost {
  background: transparent;
  border: 1px solid #6a7ea5;
  color: #ffffff;
  margin-left: 8px;
}

.btn-ghost:hover { background: #22335c; }

/* ---------- page head ---------- */

.page-head {
  background: #16233f;
  color: #ffffff;
  padding: 38px 0;
}

.page-head h1 { color: #ffffff; margin-bottom: 4px; font-size: 27px; }
.page-head p { color: #9fb0cd; margin: 0; font-size: 14px; }

/* ---------- sections ---------- */

.section { padding: 50px 0; }
.section-alt { background: #f4f6f9; }

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title h2 { margin-bottom: 6px; }
.section-title p { color: #6b7280; margin: 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.col-3 { width: 33.3333%; padding: 0 12px; }
.col-2 { width: 50%; padding: 0 12px; }

/* ---------- cards ---------- */

.card {
  background: #ffffff;
  border: 1px solid #dde2ea;
  padding: 26px 22px;
  height: 100%;
  margin-bottom: 24px;
}

.card h3 { margin-bottom: 8px; }
.card p { color: #4b5563; margin-bottom: 14px; }

.card-icon {
  width: 52px;
  height: 52px;
  background: #16233f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.card-icon.red { background: #b32222; }
.card-icon.slate { background: #3d5480; }

.stat-block {
  background: #16233f;
  color: #ffffff;
  padding: 26px 22px;
  text-align: center;
  margin-bottom: 24px;
}

.stat-block .num { font-size: 30px; font-weight: 600; display: block; }
.stat-block .lbl { color: #9fb0cd; font-size: 13px; text-transform: uppercase; letter-spacing: 0.6px; }

/* ---------- entity / office boxes ---------- */

.entity {
  border-left: 4px solid #b32222;
  background: #f4f6f9;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.entity h3 { margin-bottom: 4px; font-size: 17px; }
.entity .meta { color: #6b7280; font-size: 13px; margin: 0; }
.entity address { font-style: normal; color: #4b5563; margin: 8px 0 0 0; font-size: 14px; }

/* ---------- timeline ---------- */

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

.timeline li {
  border-left: 2px solid #dde2ea;
  padding: 0 0 22px 22px;
  position: relative;
}

.timeline li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #16233f;
}

.timeline .year { font-weight: 600; color: #16233f; display: block; }
.timeline p { margin: 2px 0 0 0; color: #4b5563; }

/* ---------- services ---------- */

.service-block { padding: 42px 0; border-bottom: 1px solid #e5e8ee; }
.service-block:last-child { border-bottom: none; }

.service-label {
  display: inline-block;
  background: #eef1f6;
  color: #3d5480;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.list-check { list-style: none; padding: 0; margin: 14px 0 0 0; }
.list-check li { padding-left: 20px; position: relative; color: #4b5563; margin-bottom: 6px; }
.list-check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #b32222;
}

/* ---------- forms ---------- */

.form-group { margin-bottom: 16px; }

label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #16233f;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 9px 11px;
  border: 1px solid #ccd3de;
  font-family: inherit;
  font-size: 14px;
  background: #ffffff;
}

textarea { min-height: 120px; resize: vertical; }

.form-note {
  background: #fdf6e3;
  border: 1px solid #e8dcb5;
  padding: 10px 14px;
  font-size: 13px;
  color: #7a6a33;
  margin-bottom: 18px;
}

/* ---------- careers ---------- */

.job {
  border: 1px solid #dde2ea;
  border-top: 4px solid #16233f;
  padding: 26px 24px;
  background: #ffffff;
}

.job-head { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }

.job h2 { margin-bottom: 4px; }

.tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 9px;
  background: #eef1f6;
  color: #3d5480;
  margin-right: 6px;
}

.tag-urgent { background: #b32222; color: #ffffff; }

.job-meta {
  border-top: 1px solid #e5e8ee;
  border-bottom: 1px solid #e5e8ee;
  padding: 12px 0;
  margin: 18px 0;
  color: #4b5563;
  font-size: 14px;
}

.job-meta span { margin-right: 22px; display: inline-block; }

.job h3 { margin-top: 26px; margin-bottom: 8px; font-size: 16px; }

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

.site-footer {
  background: #0f1a30;
  color: #8e9bb5;
  padding: 40px 0 0 0;
  font-size: 14px;
  margin-top: 10px;
}

.site-footer h4 {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 7px; }
.site-footer a { color: #8e9bb5; }
.site-footer a:hover { color: #ffffff; }

.footer-bottom {
  border-top: 1px solid #22335c;
  margin-top: 28px;
  padding: 16px 0;
  font-size: 12.5px;
  color: #6b7a99;
}

.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; }

/* ---------- responsive ---------- */

@media (max-width: 860px) {
  .col-3, .col-2 { width: 100%; }

  .nav-toggle { display: block; }

  .main-nav {
    width: 100%;
    display: none;
  }

  .main-nav.open { display: block; }

  .main-nav ul { flex-direction: column; padding-bottom: 10px; }
  .main-nav li { margin-left: 0; }
  .main-nav a { padding: 10px 2px; border-bottom: 1px solid #22335c; }

  .site-header .container { min-height: 56px; padding-top: 8px; padding-bottom: 8px; }

  .hero { padding: 46px 0; }
  h1 { font-size: 25px; }

  .topbar { display: none; }

  .btn-ghost { margin-left: 0; margin-top: 8px; }
}
