body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

.container-small {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

header .logo {
  float: left; }
header nav {
  float: right;
  margin: 40px 0 20px; }
  header nav a {
    color: #1a4474;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin: 10px 25px; }
    header nav a:hover {
      color: #ef4123; }
    header nav a.call {
      padding: 10px 15px;
      background: #ef4123;
      color: #fff;
      border-radius: 4px;
      text-align: center; }

.headline .container {
  background-image: url("https://images.unsplash.com/photo-1495465798138-718f86d1a4bc?dpr=1&auto=format&fit=crop&w=1000&q=80&cs=tinysrgb");
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 500px; }

section {
  padding: 25px 0; }
  section h2 {
    font-size: 40px;
    font-weight: 300; }
    section h2:after {
      content: '';
      height: 2px;
      width: 300px;
      background: #1a4474;
      display: block;
      margin: 30px 0; }

.about p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5; }

.features .feature {
  float: left;
  width: 50%;
  padding: 15px;
  box-sizing: border-box; }
  .features .feature h3 {
    font-weight: 400;
    font-size: 20px; }
  .features .feature ul li {
    margin: 10px 0;
    font-size: 13px; }
.features .feature-2 {
  margin: 100px 0; }
  .features .feature-2 img {
    float: left;
    width: 55%; }
  .features .feature-2 .content {
    float: left;
    width: 45%;
    padding: 0 40px;
    box-sizing: border-box; }
    .features .feature-2 .content h3 {
      font-weight: 300;
      font-size: 40px;
      letter-spacing: .4px;
      margin-top: 10px; }
    .features .feature-2 .content ul {
      list-style: square; }
      .features .feature-2 .content ul li {
        margin: 15px 0; }

.contact .container {
  background: #1a4474;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #fff; }
  .contact .container h2 {
    color: #fff;
    margin-bottom: 10px;
    padding: 0; }
    .contact .container h2:after {
      background: #fff; }
  .contact .container h3 {
    margin-bottom: 5px;
    font-size: 28px; }
  .contact .container .cf {
    padding: 0 50px; }
  .contact .container .left {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .contact .container .left p {
      margin: 0 0 15px; }
  .contact .container .right {
    display: inline-block;
    width: 40%;
    vertical-align: top; }
    .contact .container .right h3 {
      font-size: 22px;
      font-weight: 400; }
    .contact .container .right ul {
      list-style: square; }
      .contact .container .right ul li {
        line-height: 1.8; }
        .contact .container .right ul li a {
          color: inherit;
          font-size: 14px; }
  .contact .container label {
    display: block;
    font-weight: 300;
    font-size: 12px; }

footer {
  padding-bottom: 10px;
  font-size: 13px; }

/*# sourceMappingURL=style.css.map */
