* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Roboto, Helvetica, Arial;
}
h1 {
  color: #0050a1;
  text-align: center;
  font-weight: 100;
  font-size: 4em;
  padding-top: 0.5em;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
a {
  color: #0050a1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
header {
  text-align: center;
  padding: 5em;
}
header img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  header img {
    width: 100%;
  }
}
section:nth-child(even) {
  background: #0050a1;
}
section:nth-child(even) h1 {
  color: #fff;
}
section:nth-child(even) a {
	color: #fff;
}
section .container {
  margin: 0 auto;
  max-width: 1200px;
}
section.services .service-container {
  width: 16.66%;
  float: left;
  margin-bottom: -4px;
}
section.services .service-container:last-child {
  width: 16.7%;
}
@media (max-width: 768px) {
  section.services .service-container {
    width: 33.33%;
  }
  section.services .service-container:last-child {
    width: 33.34%;
  }
}
section.services .service-container img {
  width: 100%;
  height: auto;
}
section.partners .partner-container {
  width: 16.66%;
  float: left;
  padding: 0 20px;
}
section.partners .partner-container img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  section.partners .partner-container {
    width: 33.33%;
  }
}
section.references {
  color: #eee;
}
section.references a {
	font-size: 14px;
	line-height: 200%;
}
section.references h1 {
  padding-bottom: 40px;
}
section.references .container {
  max-width: 900px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
section.references hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 25px 0;
  clear: both;
}
section.references h4 {
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
  line-height: 100% !important;
}
section.references .buzz {
  margin-left: 10px;
}
section.references .platform {
  margin-left: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 10px;
  padding-bottom: 1px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
section.references .description {
  margin-left: 20px;
  margin-top: 15px;
  font-weight: 300;
}
section.references .reference {
  width: 100%;
}
section.references .left {
  float: left;
  width: 30%;
  padding: 10 50px;
}
section.references .right {
  float: right;
  width: 70%;
}
section.references .imgcont {
  padding-bottom: 0;
  margin: 0;
}
section.references img {
  width: 100%;
  padding: 0;
  margin: 0;
}
section.references h3 {
  font-weight: 100;
  font-size: 30px;
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 5px;
}
section.contact {
  padding-top: 4em;
  padding-bottom: 6em;
}
section.contact h1 {
  padding-top: 0;
}
section.contact .address,
section.contact .contact-info {
  width: 50%;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  section.contact {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  section.contact .address,
  section.contact .contact-info {
    font-size: 1em;
  }
}
section.contact .address {
  float: left;
}
section.contact .contact-info {
  float: right;
}
section.map #map-container {
  width: 100%;
  height: 380px;
}
