/* line 1, styles.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, styles.scss */
.container-fluid {
  padding: 0;
}

/* line 13, styles.scss */
header {
  background-color: #474747;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.2s ease-in-out;
}
/* line 22, styles.scss */
header .logo {
  float: left;
}
/* line 25, styles.scss */
header .header-container {
  max-width: 1040px;
  margin: 0 auto;
}
/* line 29, styles.scss */
header p {
  float: left;
  font-size: 1.2em;
  padding: .6em 0;
}
/* line 34, styles.scss */
header nav {
  float: right;
}
/* line 37, styles.scss */
header ul {
  list-style: none;
  margin: 0;
}
/* line 40, styles.scss */
header ul li {
  float: right;
  padding: .73em 1em;
}
/* line 43, styles.scss */
header ul li a {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
}
/* line 48, styles.scss */
header ul li a:hover, header ul li a:focus {
  color: #fff;
}
/* line 52, styles.scss */
header ul li:first-child {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
}
/* line 57, styles.scss */
header ul li:first-child .line {
  background: #fff;
  width: 32px;
  margin-top: 8px;
  height: 3px;
}
/* line 68, styles.scss */
header ul li.menu-selected {
  background-color: #E7C62C;
}
/* line 71, styles.scss */
header ul li.menu-selected a {
  color: #474747;
}

/* line 81, styles.scss */
.why-us {
  padding: 4rem 0;
  margin-bottom: 4rem;
  background-color: #E5C340;
}
/* line 86, styles.scss */
.why-us div {
  max-width: 1040px;
  margin: 0 auto;
}
/* line 90, styles.scss */
.why-us p {
  display: inline-block;
  width: 31%;
  float: left;
  padding: 30px;
  background-color: #fff;
  margin-right: 3.5%;
  margin-top: 1em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 103, styles.scss */
.why-us p:last-child {
  margin-right: 0;
}

/* line 114, styles.scss */
#services {
  background-color: yellow;
}

/* line 123, styles.scss */
#products {
  background-color: red;
}

/* line 127, styles.scss */
#contact {
  padding: 3em;
}

/* line 133, styles.scss */
.grid-content {
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 300px;
}

/* line 139, styles.scss */
.homepage {
  background-color: #E5E5E5;
}
/* line 142, styles.scss */
.homepage h1 {
  text-align: center;
  font-weight: 300;
}

/* line 147, styles.scss */
.content-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.5em;
}

/* line 153, styles.scss */
.image-large {
  display: inline-block;
  float: left;
}

/* line 158, styles.scss */
section {
  display: block;
}

/* line 162, styles.scss */
p {
  padding: .5em 0;
  margin: 0;
}

/* line 167, styles.scss */
.grid-item {
  padding: 0;
}

/* line 179, styles.scss */
.grid-row:first-child {
  padding: 25px;
}

/* line 184, styles.scss */
.bms {
  background-color: #dedddd;
}
/* line 187, styles.scss */
.bms:hover {
  background: rgba(222, 221, 221, 0.5);
}

/* line 192, styles.scss */
.ups {
  background-color: #e5c340;
}
/* line 195, styles.scss */
.ups:hover {
  background: rgba(229, 195, 64, 0.5);
}

/* line 200, styles.scss */
.env {
  background-color: #bdbabb;
}

/* line 204, styles.scss */
.services {
  background-color: #e5c340;
}

/* line 208, styles.scss */
form {
  margin: 0 auto;
  max-width: 400px;
}

/* line 213, styles.scss */
input {
  float: right;
}

/* line 217, styles.scss */
textarea {
  float: right;
}

/* line 221, styles.scss */
.form-section {
  margin-bottom: 1em;
}

/* line 225, styles.scss */
.img-responsive {
  margin: 1em 0;
}

/* line 229, styles.scss */
.client-logo {
  display: inline-block;
  height: 120px;
  width: 31.3333333333333%;
  float: left;
  margin-top: 1em;
  background-color: #fff;
  margin-right: 2%;
  padding: 1em 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 250, styles.scss */
.wufoo {
  font-family: 'Roboto', sans-serif;
}

/* line 291, styles.scss */
.hero-container {
  background-color: #fff;
}
/* line 299, styles.scss */
.hero-container .carousel img {
  width: 100%;
  min-height: 22em;
}
/* line 304, styles.scss */
.hero-container .carousel button {
  background: #2BDA77;
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 1em;
}

/* line 315, styles.scss */
.nav-up {
  top: -72px;
}

/* line 319, styles.scss */
.hero-link {
  display: block;
  height: 20em;
  color: #000000;
}
/* line 323, styles.scss */
.hero-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 329, styles.scss */
.submit-button {
  color: #000000;
}

/* line 333, styles.scss */
.hero-image {
  display: block;
  margin: 0 auto;
  height: 15em;
}

/* line 339, styles.scss */
.image-grid {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0 8rem 0;
}
/* line 344, styles.scss */
.image-grid img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

/* line 351, styles.scss */
.contact-container {
  max-width: 1040px;
  margin: 0 auto;
}

/* line 357, styles.scss */
.carousel img {
  margin: 0 auto;
}
/* line 363, styles.scss */
.carousel a:hover, .carousel a:active {
  text-decoration: none;
  color: #000;
}
/* line 369, styles.scss */
.carousel h1 {
  color: #FFF;
  padding: 5px;
  font-weight: 400;
}
/* line 378, styles.scss */
.carousel h3 {
  display: inline-block;
  background-color: #4ab9d1;
  border-radius: 5px;
  font-weight: 400px;
  color: #FFF;
  padding: 15px 30px;
}

/* line 399, styles.scss */
.carousel-caption {
  text-shadow: none;
}

/* line 406, styles.scss */
.bms-page {
  background-color: #E5E5E5;
}
/* line 409, styles.scss */
.bms-page .bms-header-container {
  max-width: 1040px;
  margin: 1em auto;
}
/* line 414, styles.scss */
.bms-page .bms-section-container {
  max-width: 1040px;
  margin: 1em auto;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 423, styles.scss */
.bms-page .bms-section-container ul {
  list-style-type: disc;
}
/* line 426, styles.scss */
.bms-page .bms-section-container ul li {
  margin-left: 3em;
}
/* line 433, styles.scss */
.bms-page .bms-section-container .bms-specs-header h2, .bms-page .bms-section-container .bms-specs-header p {
  display: inline-block;
  float: left;
  margin-bottom: 2em;
}
/* line 439, styles.scss */
.bms-page .bms-section-container .bms-specs-header img {
  display: inline-block;
  float: right;
  margin-right: 20%;
}
/* line 447, styles.scss */
.bms-page .bms-section-container .dl-horizontal dt {
  width: auto;
  text-align: left;
  margin-left: 50px;
}
/* line 453, styles.scss */
.bms-page .bms-section-container .dl-horizontal dd {
  margin-left: 40%;
  margin-bottom: 1.5em;
}
/* line 461, styles.scss */
.bms-page .bms-section-container .bms-models-specs dl {
  margin-bottom: 3em;
}
/* line 464, styles.scss */
.bms-page .bms-section-container .bms-models-specs dl dd {
  margin-bottom: 0.5em;
}
/* line 470, styles.scss */
.bms-page .bms-section-container .bms-content-container {
  padding: 1em 3em;
}
/* line 476, styles.scss */
.bms-page h1 {
  padding-top: 1em;
  padding-bottom: .5em;
  border-bottom: 2px solid #6BD373;
  padding-left: .5em;
  margin: 0;
}
/* line 484, styles.scss */
.bms-page .bacs-mgmt {
  display: inline-block;
  float: right;
  padding: 3em;
}
/* line 490, styles.scss */
.bms-page .monitoring {
  margin: 1em 0;
}

/* line 499, styles.scss */
.ups-page {
  background-color: #E5E5E5;
}
/* line 504, styles.scss */
.ups-page .filter-controls select {
  float: left;
  display: inline-block;
  margin-right: 3em;
  margin-bottom: 1em;
}
/* line 512, styles.scss */
.ups-page .ups-section-container {
  max-width: 1040px;
  margin: 1em auto;
  background-color: #FFFFFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 521, styles.scss */
.ups-page .ups-section-container .ups-thumbnail-container {
  margin: 2rem auto;
  position: static;
}
/* line 526, styles.scss */
.ups-page .ups-section-container .ups-thumbnail-container .ups-thumbnail {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #000;
}
/* line 536, styles.scss */
.ups-page .ups-section-container .ups-info div {
  display: inline-block;
  width: 33%;
  float: left;
  min-height: 115px;
}
/* line 544, styles.scss */
.ups-page .ups-section-container .ups-content-container {
  padding: 1em 3em 2em 3em;
}
/* line 548, styles.scss */
.ups-page .ups-section-container h2 {
  padding-top: 1em;
  padding-bottom: .5em;
  border-bottom: 2px solid #4ab9d1;
  padding-left: .5em;
  margin: 0;
  font-weight: 300;
}
/* line 557, styles.scss */
.ups-page .ups-section-container select {
  background-color: #FFFFFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 565, styles.scss */
.ups-page .ups-section-container h3 {
  margin-bottom: 0;
  color: #5c5c5c;
  padding-bottom: .5em;
}
/* line 571, styles.scss */
.ups-page .ups-section-container p {
  padding: 0;
}

/* line 584, styles.scss */
.ems-page {
  background-color: #E5E5E5;
}
/* line 587, styles.scss */
.ems-page .ems-section-container {
  max-width: 1040px;
  margin: 1em auto;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 596, styles.scss */
.ems-page .ems-section-container .ems-content-container {
  padding: 1em 3em 2em 3em;
}
/* line 600, styles.scss */
.ems-page .ems-section-container h1 {
  padding-top: 1em;
  padding-bottom: .5em;
  border-bottom: 2px solid #FF6D3F;
  padding-left: .5em;
  margin: 0;
  font-size: 30px;
}
/* line 609, styles.scss */
.ems-page .ems-section-container h3 {
  margin-bottom: 0;
  color: #5c5c5c;
  padding-bottom: .5em;
}
/* line 615, styles.scss */
.ems-page .ems-section-container img {
  margin: 0 auto;
}

/* line 625, styles.scss */
.bms-page .top-section, .ups-page .top-section, .ems-page .top-section {
  margin-top: 4.5em;
  margin-left: auto;
  margin-right: auto;
}

/* line 637, styles.scss */
.wufoo {
  font-family: 'Roboto', sans-serif;
}
/* line 642, styles.scss */
.wufoo .info h2 {
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}

/* line 654, styles.scss */
.wufoo .info h2 {
  color: red;
}

@media (max-width: 500px) {
  /* line 666, styles.scss */
  .logo img {
    height: 50px;
    padding-top: .8em;
  }

  /* line 672, styles.scss */
  .call-us {
    display: none;
  }
}
@media (max-width: 600px) {
  /* line 683, styles.scss */
  .ups-page .ups-section-container .ups-info div {
    display: block;
    width: 100%;
    float: none;
    min-height: inherit;
  }
}
@media (max-width: 950px) {
  /* line 699, styles.scss */
  .bms-page .bms-section-container .dl-horizontal dd {
    margin-left: 50px;
  }
  /* line 703, styles.scss */
  .bms-page .bms-section-container .dl-horizontal dt {
    float: none;
  }
}
@media (max-width: 1075px) {
  /* line 713, styles.scss */
  header nav {
    width: 100%;
  }
  /* line 716, styles.scss */
  header ul {
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
    list-style: none;
  }
  /* line 721, styles.scss */
  header ul li {
    float: none;
    display: block;
  }
  /* line 724, styles.scss */
  header ul li:first-child {
    display: inline-block;
    margin: 0 10px;
  }
  /* line 730, styles.scss */
  header .slideDown {
    height: 20.7em;
  }

  /* line 737, styles.scss */
  .why-us p {
    display: block;
    width: inherit;
    float: none;
    margin: 1em;
  }
  /* line 743, styles.scss */
  .why-us p:last-child {
    margin-right: 1em;
  }

  /* line 749, styles.scss */
  .client-logo {
    display: block;
    width: inherit;
    float: none;
    margin: 1em;
  }
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 770, styles.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 778, styles.scss */
.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 786, styles.scss */
.cf {
  *zoom: 1;
}
