/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.customers-container {
  height: 600px;
  background-color: #f7fcfe;
  padding-top: 71px;
}
@media only screen and (max-width: 1200px) {
  .customers-container {
    padding-top: 71px;
    padding-bottom: 58px;
    height: 716px;
  }
}
@media only screen and (max-width: 700px) {
  .customers-container {
    padding-top: 41px;
    padding-bottom: 24px;
    height: auto;
  }
}
.customers-container h2 {
  font-family: OpenSans-Semibold, Arial, Helvetica;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #484848;
  margin-bottom: 51px;
}
@media only screen and (max-width: 1200px) {
  .customers-container h2 {
    margin-bottom: 34px;
  }
}
.customers-container .customers {
  margin: 0 auto;
  width: 1040px;
}
@media only screen and (max-width: 1200px) {
  .customers-container .customers {
    width: 678px;
  }
}
@media only screen and (max-width: 700px) {
  .customers-container .customers {
    width: 300px;
  }
}
.customers-container .customers .customer-item {
  float: left;
  width: 320px;
  height: 160px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(123, 140, 154, 0.15);
  border: solid 1px #e8ebee;
}
.customers-container .customers .customer-item .text {
  font-family: OpenSans, Arial, Helvetica;
  margin-left: 23px;
  margin-top: 16px;
  width: 290px;
  font-size: 13px;
  text-align: left;
  color: #484848;
  line-height: 16px;
  height: 67px;
  position: relative;
}
.customers-container .customers .customer-item .text span {
  font-family: Arial;
  font-size: 34px;
  color: #45b4f0;
  position: absolute;
  left: -13px;
}
@media only screen and (max-width: 700px) {
  .customers-container .customers .customer-item .text {
    width: 254px;
    height: auto;
  }
}
.customers-container .customers .customer-item .icon {
  float: left;
  /* 1461822313 */
  background: url("/images/growth_lp/sprite_rockets_lp.png?1527423427") no-repeat 0px -650px;
  /* 1461822313 */
  width: 56px;
  height: 56px;
  margin-left: 13px;
  margin-top: 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .customers-container .customers .customer-item .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/growth_lp/sprite_rockets_lp@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1180px !important;
  }
}
@media only screen and (max-width: 700px) {
  .customers-container .customers .customer-item .icon {
    margin-left: 4px;
  }
}
.customers-container .customers .customer-item .title {
  float: left;
  margin-top: 17px;
  margin-left: 15px;
}
@media only screen and (max-width: 700px) {
  .customers-container .customers .customer-item .title {
    margin-left: 3px;
  }
}
.customers-container .customers .customer-item .title .name {
  font-family: OpenSans, Arial, Helvetica;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #484848;
}
.customers-container .customers .customer-item .title .description {
  font-family: OpenSans, Arial, Helvetica;
  line-height: 18px;
  font-size: 13px;
  font-style: italic;
  text-align: left;
  color: #484848;
}
.customers-container .customers .customer-item.first {
  margin-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .customers-container .customers .customer-item.first {
    margin-right: 0;
  }
}
.customers-container .customers .customer-item.first .icon {
  /* 1461822313 */
  background: url("/images/growth_lp/sprite_rockets_lp.png?1527423427") no-repeat 0px -650px;
  /* 1461822313 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .customers-container .customers .customer-item.first .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/growth_lp/sprite_rockets_lp@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1180px !important;
  }
}
.customers-container .customers .customer-item.second {
  margin-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .customers-container .customers .customer-item.second {
    margin-right: 0;
    float: right;
  }
}
.customers-container .customers .customer-item.second .icon {
  /* 1461822313 */
  background: url("/images/growth_lp/sprite_rockets_lp.png?1527423427") no-repeat -100px -650px;
  /* 1461822313 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .customers-container .customers .customer-item.second .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/growth_lp/sprite_rockets_lp@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1180px !important;
  }
}
.customers-container .customers .customer-item.third {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .customers-container .customers .customer-item.third {
    display: block;
    margin: 0 calc(50% - 160px);
    margin-top: 20px;
  }
}
.customers-container .customers .customer-item.third .icon {
  /* 1461822313 */
  background: url("/images/growth_lp/sprite_rockets_lp.png?1527423427") no-repeat -400px -650px;
  /* 1461822313 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .customers-container .customers .customer-item.third .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/growth_lp/sprite_rockets_lp@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1180px !important;
  }
}
.customers-container .customers .customer-item.fourth {
  margin-left: 180px;
  margin-right: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .customers-container .customers .customer-item.fourth {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
}
.customers-container .customers .customer-item.fourth .icon {
  /* 1461822313 */
  background: url("/images/growth_lp/sprite_rockets_lp.png?1527423427") no-repeat -200px -650px;
  /* 1461822313 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .customers-container .customers .customer-item.fourth .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/growth_lp/sprite_rockets_lp@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1180px !important;
  }
}
.customers-container .customers .customer-item.fifth {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .customers-container .customers .customer-item.fifth {
    float: right;
    margin-top: 20px;
  }
}
.customers-container .customers .customer-item.fifth .icon {
  /* 1461822313 */
  background: url("/images/growth_lp/sprite_rockets_lp.png?1527423427") no-repeat -300px -650px;
  /* 1461822313 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .customers-container .customers .customer-item.fifth .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/growth_lp/sprite_rockets_lp@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1180px !important;
  }
}
@media only screen and (max-width: 700px) {
  .customers-container .customers .customer-item {
    width: 280px;
    height: auto;
    padding-bottom: 15px;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
}
