/* Awooga Field Services Management
   Clean, minimal, mid-2000s Apple style: light gray ground, plenty of
   whitespace, hairline rules, Lucida Grande / Helvetica. No bevels, no gloss. */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  background: #f2f2f2;
  -webkit-text-size-adjust: 100%;
}

#container {
  width: 760px;
  margin: 40px auto;
  background: #ffffff;
  border: 1px solid #dddddd;
}

a {
  color: #1a4f8b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header */

#header {
  padding: 28px 40px;
  border-bottom: 1px solid #dddddd;
}

#brand {
  display: flex;
  align-items: center;
}

#brand .mark {
  display: inline-flex;
  margin-right: 12px;
}

#brand .wordmark {
  display: block;
}

#header h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #222;
  line-height: 1;
}

#header .tagline {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#nav {
  list-style: none;
  position: absolute;
  right: 40px;
  bottom: 14px;
}

#nav li {
  display: inline;
  margin-left: 22px;
  font-size: 12px;
}

#nav a {
  color: #555;
}

/* Hero */

#hero {
  padding: 44px 40px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

#hero h2 {
  font-size: 24px;
  font-weight: normal;
  color: #222;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

#hero p {
  font-size: 14px;
  color: #666;
  max-width: 520px;
  margin: 0 auto;
}

/* Sectors band */

#sectors {
  padding: 12px 40px;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
  text-align: center;
}

#sectors p {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Sections */

.section {
  padding: 32px 40px;
  border-bottom: 1px solid #eeeeee;
}

.section.alt {
  background: #fafafa;
}

.section h3 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 14px;
}

.section > p {
  color: #555;
  max-width: 600px;
  margin-bottom: 10px;
}

/* Column lists */

.cols {
  list-style: none;
  overflow: hidden;
  margin-top: 18px;
}

.cols li {
  float: left;
  width: 30%;
  margin: 0 5% 22px 0;
}

.cols li:nth-child(3n) {
  margin-right: 0;
}

.cols h4 {
  font-size: 13px;
  font-weight: bold;
  color: #1a4f8b;
  margin-bottom: 4px;
}

.cols p {
  color: #666;
  font-size: 12px;
}

.offices li {
  width: 30%;
}

.muted {
  color: #999;
}

/* Accreditations */

#accred-row {
  list-style: none;
  overflow: hidden;
  margin: 18px 0 16px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 14px 0;
}

#accred-row li {
  float: left;
  margin-right: 26px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #777;
}

.insurance {
  font-size: 12px;
  color: #666;
}

/* Team photo */

#team {
  border-top: 1px solid #eeeeee;
}

#team img {
  display: block;
  width: 100%;
  height: auto;
}

#team .caption {
  padding: 10px 40px 0 40px;
  font-size: 11px;
  color: #999;
  text-align: center;
}

/* Footer */

#footer {
  padding: 18px 40px;
  text-align: center;
  font-size: 11px;
  color: #999;
}

#footer .demo-notice {
  color: #777;
  margin-bottom: 6px;
}

/* Small screens */

@media (max-width: 800px) {
  #container {
    width: auto;
    border-left: none;
    border-right: none;
  }
  #nav {
    position: static;
    margin-top: 12px;
    padding-bottom: 10px;
  }
  #nav li:first-child {
    margin-left: 0;
  }
  .cols li,
  .offices li {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
