/* Reset-ish for 2014 style layouts */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #3d3d3d;
  background: #f1f1f1;
}

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

a:hover {
  text-decoration: underline;
}

.page {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Header */
.site-header {
  background: #222222;
  color: #f8f8f8;
  border-bottom: 4px solid #1c7ed6;
}

.logo {
  float: left;
  padding: 18px 0;
}

.logo-main {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-tagline {
  display: block;
  font-size: 11px;
  color: #bbbbbb;
}

.main-nav {
  float: right;
  padding-top: 22px;
}

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

.main-nav li {
  display: inline-block;
  margin-left: 24px;
}

.main-nav a {
  color: #f8f8f8;
  font-size: 13px;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: #ffd43b;
  text-decoration: none;
}

/* Hero */
.hero {
  background: #f5f7fb;
  border-bottom: 1px solid #dde1ec;
  padding: 40px 0 50px;
}

.hero-copy {
  float: left;
  width: 56%;
}

.hero-panel {
  float: right;
  width: 38%;
}

.hero h1 {
  font-size: 30px;
  margin: 0 0 15px;
  color: #222222;
}

.hero-lead {
  font-size: 15px;
  margin-bottom: 15px;
}

.hero-bullets {
  margin: 0 0 18px 18px;
  padding: 0;
}

.hero-bullets li {
  margin-bottom: 4px;
}

.hero-panel-inner {
  background: #ffffff;
  border: 1px solid #d5d9e5;
  border-radius: 3px;
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hero-panel-inner h2 {
  font-size: 18px;
  margin-top: 0;
}

.checklist {
  margin: 10px 0 0 18px;
  padding: 0;
}

.checklist li {
  margin-bottom: 3px;
}

/* Sections */
.section {
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
}

.section-alt {
  background: #fafafa;
}

.section h2 {
  font-size: 22px;
  margin: 0 0 18px;
  color: #222222;
}

.section p {
  margin: 0 0 12px;
}

.columns-3 .col {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.columns-3 .col:last-child {
  margin-right: 0;
}

.columns-3 h3 {
  font-size: 16px;
  margin-top: 0;
}

/* Process list */
.process-list {
  margin: 0;
  padding-left: 20px;
}

.process-list li {
  margin-bottom: 8px;
}

/* Contact */
.contact-layout .contact-details {
  float: left;
  width: 35%;
}

.contact-layout .contact-form {
  float: right;
  width: 58%;
}

.contact-details p {
  margin-bottom: 10px;
}

form {
  margin: 0;
}

.form-row {
  margin-bottom: 12px;
}

label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #c7ccd8;
  border-radius: 2px;
  font-size: 13px;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #1c7ed6;
  outline: none;
}

.form-status {
  font-size: 12px;
  margin-left: 10px;
  color: #555555;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  border: 1px solid #1b6ec2;
  background: #2b8aed;
  background-image: linear-gradient(#3b94f0, #1c7ed6);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn:hover {
  background-image: linear-gradient(#4a9af0, #2b8aed);
  text-decoration: none;
}

.btn-primary {
  font-weight: bold;
}

button.btn {
  font-family: inherit;
}

/* Footer */
.site-footer {
  background: #f4f4f4;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
  font-size: 12px;
  color: #666666;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

/* Simple responsive tweaks (still 2014 style) */
@media (max-width: 1024px) {
  .wrapper {
    width: 92%;
  }
}

@media (max-width: 760px) {
  .logo,
  .main-nav,
  .hero-copy,
  .hero-panel,
  .columns-3 .col,
  .contact-layout .contact-details,
  .contact-layout .contact-form,
  .footer-left,
  .footer-right {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .main-nav {
    padding: 0 0 10px;
  }

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

  .hero {
    padding-top: 25px;
  }

  .hero-panel {
    margin-top: 20px;
  }

  .footer-right {
    margin-top: 6px;
  }
}
