@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #555555;
  background-color: #f1f1f1;
}
h1 {
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
section {
  background-color: white;
}
hr {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
  line-height: 24px;
}
header {
  background-color: #1a6cbf;
  padding: 10px 0;
}
header img {
  display: block;
  margin: 0 auto;
  /*width: 131px;*/
  height: 45px;
}
.top-window {
  background-color: #1a6cbf;
  color: white;
  padding: 20px;
}
.top-window form .input-box {
  min-height: 57px;
  height: 57px;
  font-size: 16px;
  margin-bottom: 10px;
}
.top-window form button {
  min-height: 61px;
  height: 61px;
  background-color: #ff892e;
  border: none;
  color: white;
}
.top-window form button:link,
.top-window form button:visited,
.top-window form button:hover,
.top-window form button:active {
  background-color: #ff892e;
  color: white;
}
.post-topwindow {
  padding: 20px;
}
.post-topwindow #map {
  height: 187px;
  width: 100%;
  margin-bottom: 20px;
}
.post-topwindow p {
  font-style: italic;
  line-height: 26px;
}
.post-topwindow hr {
  margin: 20px 0;
}
.logos-container {
  padding: 20px;
}
.logos-container h2 {
  margin: 0 0 20px 0;
}
footer {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    color: black;
  }
  hr {
    margin: 0;
    padding: 0;
  }
  header {
    background-color: #1a6cbf;
  }
  header img {
    float: left;
    opacity: 1;
  }
  .top-window {
    background-color: white;
    color: #000000;
    background-image: url("../img/gps-finger-bg.jpg");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 20px;
  }
  .top-window h1 {
    text-align: left;
    font-size: 50px;
  }
  .top-window h2 {
    margin-top: 0;
  }
  .top-window ol,
  .top-window ul {
    padding: 0;
    margin: 0;
  }
  .top-window ol li,
  .top-window ul li {
    padding: 5px 0;
  }
  .top-window .checkmark {
    width: 20px;
    height: 20px;
  }
  .top-window form {
    background-color: #f1f1f1;
    padding: 20px;
  }
  .top-window form .input-box {
    height: 70px;
    font-size: 30px;
  }
  .top-window form p.danger {
    color: #ff0000;
    line-height: 14px;
    margin-top: 10px;
  }
  .post-topwindow {
    padding: 0;
  }
  .post-topwindow #map {
    height: 300px;
  }
  .post-topwindow .testimonials {
    padding: 20px;
  }
  footer ul li {
    display: inline;
    margin: 0 5px 0 5px;
  }
}
