#search-top.icons h2 {
  color: #009548;
  font-size: 28px;
  padding-bottom: 0;
}
#search-top.icons #screenshot {
  bottom: 42px;
}
#howtheywork {
  background: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 20px;
}
#howtheywork h2 {
  padding-bottom: 0;
  color: #009548;
}
#howtheywork ul {
  margin: 40px auto;
}
#howtheywork li {
  list-style: none;
  width: 275px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 80px;
}
#howtheywork li:last-child {
  margin-right: 0;
}
#howtheywork li img {
  margin: 10px 0;
}
#howtheywork li span {
  display: block;
  color: #009548;
  font-family: 'Avenir Next';
}
#howtheywork li span.bottom {
  font-family: 'Avenir Next';
  color: #747474;
  color: #969696;
  font-size: 14px;
}
#meettheicons {
  padding-top: 40px;
}
#meettheicons h2 {
  color: #009548;
  margin-bottom: 0;
}
#meettheicons ul {
  margin: 60px auto 0 auto;
  width: 800px;
}
#meettheicons li {
  list-style: none;
  width: 335px;
  color: #009548;
  min-height: 182px;
  margin-bottom: 50px;
}
#meettheicons li:nth-child(odd) {
  float: left;
}
#meettheicons li:nth-child(even) {
  float: right;
}
#meettheicons li:last-child {
  margin-bottom: 0;
}
#meettheicons li p {
  margin-top: 0;
  font-size: 14px;
}
#meettheicons li p.red span.color {
  color: #e13c37;
}
#meettheicons li p.yellow span.color {
  color: #fbc641;
}
#meettheicons li p.green span.color {
  color: #199d58;
}
#meettheicons li p.gray span.color {
  color: #8f8f8f;
}
#meettheicons li p.red,
#meettheicons li p.yellow,
#meettheicons li p.green,
#meettheicons li p.gray {
  margin-bottom: 5px;
}
#meettheicons li p.red span.color,
#meettheicons li p.yellow span.color,
#meettheicons li p.green span.color,
#meettheicons li p.gray span.color {
  font-family: 'Avenir Next Medium';
}
#meettheicons li span.name {
  font-size: 22px;
  font-family: 'Avenir Next Thin';
  margin-top: 5px;
  display: block;
}
#meettheicons li img {
  float: left;
}
#meettheicons li div {
  float: left;
  width: 250px;
  margin-left: 20px;
}
#meettheicons #sendtotruste {
  display: block;
  width: 315px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  background: #fafafa;
  margin-bottom: 60px;
  color: #747474;
}
#license {
  width: 334px;
  text-align: center;
  margin: 0 auto 50px auto;
  font-size: 14px;
}
@media (max-width: 1013px) {
  #howtheywork li {
    margin-right: 40px;
  }
}
@media (max-width: 933px) {
  #howtheywork ul {
    display: block;
    width: 275px;
  }
  #howtheywork ul li {
    margin: 0;
  }
}
@media (max-width: 930px) {
  #screenshot {
    right: 106px;
  }
}
@media (max-width: 820px) {
  #screenshot {
    display: none;
  }
  #browser {
    background: #fff;
    width: 100%;
    min-height: 200px;
  }
  #browser ul {
    width: 340px;
    display: block;
    margin: 67px auto 0 auto;
  }
  #search-top .buttons {
    width: 272px;
  }
  #search-top .buttons a.scrollDown,
  #search-top .buttons a.download {
    margin-left: 0;
  }
}
@media (max-width: 812px) {
  #meettheicons ul {
    width: 600px;
    display: block;
  }
  #meettheicons ul li {
    width: 100%;
  }
  #meettheicons ul li div {
    width: 80%;
  }
}
@media (max-width: 615px) {
  #search-top .buttons {
    width: 272px;
  }
  #search-top .buttons a.scrollDown,
  #search-top .buttons a.download {
    margin-left: 0;
  }
}
@media (max-width: 610px) {
  #meettheicons ul {
    width: 100%;
    display: block;
  }
}
@media (max-width: 415px) {
  #meettheicons ul li div {
    width: 70%;
  }
}
