/***** FONT DECLARATIONS *****/
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('/fonts/HelveticaNeue/HelveNeuMed.eot');
}
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('/fonts/HelveticaNeue/HelveNeuMed.woff') format('woff'), url('/fonts/HelveticaNeue/HelveNeuMed.svg#HelveticaNeue-Medium') format('svg');
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('/fonts/HelveticaNeue/HelveNeuBol.eot');
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('/fonts/HelveticaNeue/HelveNeuBol.woff') format('woff'), url('/fonts/HelveticaNeue/HelveNeuBol.svg#HelveticaNeue-Bold') format('svg');
}
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url('/fonts/HelveticaNeue/HelveNeuThi.eot');
}
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url('/fonts/HelveticaNeue/HelveNeuThi.woff') format('woff'), url('/fonts/HelveticaNeue/HelveNeuThi.svg#HelveticaNeue-Thin') format('svg');
}
@font-face {
  font-family: 'HelveticaNeue-Black';
  src: url('/fonts/HelveticaNeue/HelveNeuBla.eot');
}
@font-face {
  font-family: 'HelveticaNeue-Black';
  src: url('/fonts/HelveticaNeue/HelveNeuBla.woff') format('woff'), url('/fonts/HelveticaNeue/HelveNeuBla.svg#HelveticaNeue-Thin') format('svg');
}
.Helvetica-Med {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
}
.Helvetica-Thin {
  font-family: "Helvetica", serif;
  font-weight: lighter;
}
.Helvetica-Bold {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
}
.Helvetica-Black {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
}
/***** COLOR DECLARATIONS *****/
/***** BACKGROUND DECLARATIONS *****/
.bg-navigation {
  background: url('/img/common/header-navbar.png') no-repeat center center #ff7613;
}
.bg-transparent {
  background: transparent;
}
.bg-orange {
  background: #ff7613;
}
/***** BUTTON DECLARATIONS *****/
ul.button {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.button li {
  background: url('/img/common/button-background.png');
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 20px;
}
ul.button li a {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  display: block;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
}
ul.button li a:hover {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
  cursor: pointer;
  background: #ffb47e;
}
.button-resolv {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
  margin: 0px 16px 0px 0px;
  border: none;
}
.button-resolv:hover {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background: #1c8dd6;
}
.button-orange {
  background: #ff7613;
}
.button-large {
  padding: 16px 48px;
}
/************************* UTILITY DECLARATIONS *************************/
.go-to-url {
  cursor: pointer;
}
.go-to-url:hover {
  opacity: .75;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.clear-all {
  margin: 0;
  padding: 0;
}
.clear-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.transition {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/************************* BUCKET DECLARATIONS *************************/
.bucket {
  float: right;
  margin: 0 auto 25px auto;
  background: #f5f5f5;
  text-align: center;
  border-radius: 15px;
  padding: 30px;
  width: 75%;
}
.bucket img {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.bucket h5 {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  color: #ff5110;
  font-size: 20px;
  padding: 0px 75px 10px 75px;
  margin: 0px;
}
.bucket ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bucket ul li {
  background: url('/img/common/button-background.png');
  background-size: 100% 100%;
  width: 100%;
  margin: 0 auto;
}
.bucket ul li a {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 8px 0px;
  color: #ffffff;
  font-size: 16px;
}
.bucket ul li a:hover {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
  background: #ffb47e;
}
/************************* BUTTON DECLARATIONS *************************/
.button-bg {
  background: url('/img/common/button-background.png');
  background-size: 100% 100%;
}
.button-bg-wide {
  background: url('/img/common/button-background-wide.png');
  background-size: 100% 100%;
}
/************************* CAROUSEL DECLARATIONS *************************/
.carousel-inner {
  padding: 25px 0px;
  margin: 0px;
}
.carousel-inner .item ul,
.carousel-inner .active ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0px 20px;
}
.carousel-inner .item ul li,
.carousel-inner .active ul li {
  width: 18%;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}
.carousel-inner .item ul li a,
.carousel-inner .active ul li a {
  display: block;
}
.carousel-inner .item ul li a img,
.carousel-inner .active ul li a img {
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.carousel-inner .item ul li a:hover,
.carousel-inner .active ul li a:hover {
  opacity: .65;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.carousel-inner .item ul li .carousel-caption,
.carousel-inner .active ul li .carousel-caption {
  position: relative;
  margin: 0px;
  padding: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.carousel-inner .item ul li .carousel-caption p,
.carousel-inner .active ul li .carousel-caption p {
  color: #737373;
  text-shadow: none;
  bottom: 0;
  background: transparent;
  font-size: 16px;
  text-align: center;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin: 0px auto;
  padding: 0px 15px;
}
.carousel-control.left {
  background: transparent;
  opacity: 1;
  left: 0px;
  padding: 65px 0px 0px 0px;
  margin: 0px;
  width: 35px;
  height: 70px;
}
.carousel-control.left img {
  width: 30px;
  height: 60px;
}
.carousel-control.right {
  background: transparent;
  opacity: 1;
  right: 0px;
  padding: 65px 0px 0px 0px;
  margin: 0px;
  width: 35px;
  height: 70px;
}
.carousel-control.right img {
  width: 30px;
  height: 60px;
}
.carousel-control.left:hover {
  background: transparent;
  opacity: .65;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.carousel-control.right:hover {
  background: transparent;
  opacity: .65;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/************************* GRADIENT DECLARATIONS *************************/
.mobile-background-gradient {
  background: -moz-linear-gradient(top, #f5f5f5 0%, rgba(248, 248, 248, 0.9) 25%, rgba(252, 252, 252, 0.65) 70%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(25%, rgba(248, 248, 248, 0.9)), color-stop(70%, rgba(252, 252, 252, 0.65)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, rgba(248, 248, 248, 0.9) 25%, rgba(252, 252, 252, 0.65) 70%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, rgba(248, 248, 248, 0.9) 25%, rgba(252, 252, 252, 0.65) 70%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, rgba(248, 248, 248, 0.9) 25%, rgba(252, 252, 252, 0.65) 70%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, rgba(248, 248, 248, 0.9) 25%, rgba(252, 252, 252, 0.65) 70%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.dropdown-gradient {
  background: #fff6e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff6e5 0%, #ffd39f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff6e5), color-stop(100%, #ffd39f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff6e5 0%, #ffd39f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff6e5 0%, #ffd39f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff6e5 0%, #ffd39f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff6e5 0%, #ffd39f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6e5', endColorstr='#ffd39f', GradientType=0);
  /* IE6-9 */
}
.grey-white-gradient {
  background: -moz-linear-gradient(left, rgba(159, 159, 159, 0.8) 0%, rgba(163, 163, 163, 0.15) 4%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(159, 159, 159, 0.8)), color-stop(4%, rgba(163, 163, 163, 0.15)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(159, 159, 159, 0.8) 0%, rgba(163, 163, 163, 0.15) 4%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(159, 159, 159, 0.8) 0%, rgba(163, 163, 163, 0.15) 4%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(159, 159, 159, 0.8) 0%, rgba(163, 163, 163, 0.15) 4%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(159, 159, 159, 0.8) 0%, rgba(163, 163, 163, 0.15) 4%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9f9f9f', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.services-blue-gradient {
  background: #36c0fb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #36c0fb 0%, #0097d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36c0fb), color-stop(100%, #0097d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #36c0fb 0%, #0097d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #36c0fb 0%, #0097d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #36c0fb 0%, #0097d8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #36c0fb 0%, #0097d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36c0fb', endColorstr='#0097d8', GradientType=0);
  /* IE6-9 */
}
.services-blue-reverse {
  background: #0097d8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0097d8 0%, #36c0fb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0097d8), color-stop(100%, #36c0fb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0097d8 0%, #36c0fb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0097d8 0%, #36c0fb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0097d8 0%, #36c0fb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0097d8 0%, #36c0fb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097d8', endColorstr='#36c0fb', GradientType=0);
  /* IE6-9 */
}
.blue-gradient-case-study {
  background: #0073bc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0073bc 0%, #1c8dd6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0073bc), color-stop(100%, #1c8dd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0073bc 0%, #1c8dd6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0073bc 0%, #1c8dd6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0073bc 0%, #1c8dd6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0073bc 0%, #1c8dd6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0073bc', endColorstr='#1c8dd6', GradientType=0);
  /* IE6-9 */
}
.achieve-one-gradient {
  background: #ff7613;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7613 0%, #ff5110 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7613), color-stop(100%, #ff5110));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7613 0%, #ff5110 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7613 0%, #ff5110 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7613 0%, #ff5110 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7613 0%, #ff5110 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7613', endColorstr='#ff5110', GradientType=0);
  /* IE6-9 */
}
.achieve-one-reverse {
  background: #ff5110;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff5110 0%, #ff7613 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5110), color-stop(100%, #ff7613));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff5110 0%, #ff7613 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff5110 0%, #ff7613 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff5110 0%, #ff7613 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff5110 0%, #ff7613 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5110', endColorstr='#ff7613', GradientType=0);
  /* IE6-9 */
}
.business-one-gradient {
  background: #005f9c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005f9c 0%, #003d78 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005f9c), color-stop(100%, #003d78));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #005f9c 0%, #003d78 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #005f9c 0%, #003d78 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #005f9c 0%, #003d78 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #005f9c 0%, #003d78 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005f9c', endColorstr='#003d78', GradientType=0);
  /* IE6-9 */
}
.resolv-form-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #328AC8), color-stop(1, #1D74B2));
  background-image: -o-linear-gradient(bottom, #328AC8 0%, #1D74B2 100%);
  background-image: -moz-linear-gradient(bottom, #328AC8 0%, #1D74B2 100%);
  background-image: -webkit-linear-gradient(bottom, #328AC8 0%, #1D74B2 100%);
  background-image: -ms-linear-gradient(bottom, #328AC8 0%, #1D74B2 100%);
  background-image: linear-gradient(to bottom, #328AC8 0%, #1D74B2 100%);
}
.business-one-reverse {
  background: #003d78;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003d78 0%, #005f9c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003d78), color-stop(100%, #005f9c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #003d78 0%, #005f9c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #003d78 0%, #005f9c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #003d78 0%, #005f9c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #003d78 0%, #005f9c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d78', endColorstr='#005f9c', GradientType=0);
  /* IE6-9 */
}
.gradient-mobile-orange {
  background: #ff5110;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5110 0%, #ff7613 50%, #ff5110 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff5110), color-stop(50%, #ff7613), color-stop(100%, #ff5110));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff5110 0%, #ff7613 50%, #ff5110 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff5110 0%, #ff7613 50%, #ff5110 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff5110 0%, #ff7613 50%, #ff5110 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff5110 0%, #ff7613 50%, #ff5110 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5110', endColorstr='#ff5110', GradientType=1);
  /* IE6-9 */
}
.diagonal-gradient-orange {
  background: linear-gradient(45deg, #FFFFFF 0%, #FFF0D4 100%);
  background: -moz-linear-gradient(45deg, #FFFFFF 0%, #FFF0D4 100%);
  background: -webkit-linear-gradient(45deg, #FFFFFF 0%, #FFF0D4 100%);
  background: -o-linear-gradient(45deg, #FFFFFF 0%, #FFF0D4 100%);
}
.resolv-top-gradient {
  background-image: -ms-linear-gradient(top, #FFFFFF 75%, #FFF0D4 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 75%, #FFF0D4 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 75%, #FFF0D4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75, #FFFFFF), color-stop(100, #FFF0D4));
  background-image: -webkit-linear-gradient(top, #FFFFFF 75%, #FFF0D4 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 75%, #FFF0D4 100%);
}
/************************* RESPONSIVE DECLARATIONS *************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .clear-all {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-all {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .center {
    margin: 0 auto;
    text-align: center;
  }
  .bucket {
    padding: 10px 5px;
    float: none;
    margin: 15px;
    display: inline-block;
    width: 45%;
  }
  .bucket h5 {
    padding: 10px 0px;
  }
  .quick-contact {
    float: none;
    margin: 10px auto;
    width: 425px;
  }
}
.clearTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.hero {
  height: 700px;
}
.hero h1 {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
  font-size: 48px;
  color: #ffffff;
  margin: 0 0 24px;
}
.hero .button-large {
  width: 45%;
}
.hero-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.products {
  padding: 50px 0;
}
.products img {
  display: block;
  margin: 0 auto;
}
.products img.business-one {
  margin-top: 36px;
}
.button-landing {
  text-align: center;
  color: #ffffff;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0;
  min-width: 200px;
  border: none;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.button-landing:hover,
.button-landing:focus {
  color: #ffffff;
  text-decoration: none;
}
.button-landing-blue {
  background: #4e66b0;
}
.button-landing-blue:hover {
  background: #405490;
}
.content-goods img {
  max-width: 100%;
}
.content-goods h1.no-space,
.content-goods h2.no-space,
.content-goods h3.no-space,
.content-goods h4.no-space,
.content-goods p.no-space {
  margin: 0;
}
.content-goods h1.blue,
.content-goods h2.blue,
.content-goods h3.blue,
.content-goods h4.blue,
.content-goods p.blue {
  color: #0073bc;
}
.content-goods h1.white,
.content-goods h2.white,
.content-goods h3.white,
.content-goods h4.white,
.content-goods p.white {
  color: #ffffff;
}
.content-goods h2,
.content-goods h3 {
  margin: 0 0 20px;
}
.content-goods h2 {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
  font-size: 33px;
}
.content-goods h2.small {
  font-size: 24px;
}
.content-goods h3 {
  font-weight: bold;
}
.content-goods p {
  font-size: 14px;
}
.content-goods p.bold {
  font-weight: bold;
}
.content-goods span.bold {
  font-weight: bold;
}
.bar {
  padding: 36px 0;
}
.bar .arrow {
  margin: 25px auto 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.video {
  padding: 60px 0 140px;
}
.video-container {
  margin: 48px auto;
  width: 568px;
  height: 323px;
  border: 4px solid #9f9f9f;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}
.case-study-footer {
  background: #1d74b2;
}
.case-study-footer .blue-gradient {
  padding: 36px 0;
  background-color: #0878be;
  background: -webkit-gradient(linear, left top, left bottom, from(#0878be), to(#1d74b2));
  background: -webkit-linear-gradient(top, #0878be, #1d74b2);
  background: -moz-linear-gradient(top, #0878be, #1d74b2);
  background: -ms-linear-gradient(top, #0878be, #1d74b2);
  background: -o-linear-gradient(top, #0878be, #1d74b2);
  background: linear-gradient(to bottom, #0878be 0%, #1d74b2 100%);
}
.case-study-footer .blue-gradient img.icon {
  position: absolute;
  top: -54px;
  left: -92px;
  bottom: 0;
  float: none;
  width: 60px;
  padding: 0;
}
.case-study-footer .blue-gradient h4 {
  font-size: 20px;
  color: #ffffff;
  margin-left: 18.5%;
}
.case-study-footer .blue-gradient form button {
  display: block;
  margin: 24px auto 0;
  background: #ff7613;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.case-study-footer .blue-gradient form label,
.case-study-footer .blue-gradient form input,
.case-study-footer .blue-gradient form select {
  width: 63%;
  margin-left: 18.5%;
}
.case-study-footer .download-resolv-pdf {
  margin: 15px 0 0;
  font-family: HelveticaNeue-Medium;
  font-weight: 400;
  background: url(/img/common/button-background.png);
  background-size: 100% 100%;
  width: 45%;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  text-align: center;
}
.case-study-footer .success-message {
  margin-left: 0;
  text-align: center;
}
.case-study-footer .success-message h2 {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 26px;
  margin: 30px 0 0;
}
.case-study-footer .success-message p {
  margin: 0 0 60px;
}
.case-study-footer .success-message h2,
.case-study-footer .success-message p {
  color: #ffffff;
}
.grid-item {
  height: 675px;
  padding: 64px 0;
}
.grid-item h2 {
  margin-bottom: 24px;
}
.grid-item h3 {
  font-weight: bold;
}
.grid-item img {
  margin: 0 auto 30px;
}
.grid-item-inner {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 36px;
}
.grid-item-inner.no-padding {
  padding: 0;
}
.orange-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  cursor: pointer;
  z-index: 2;
  background: url('/img/durable-and-non-durable-goods/orange-bar.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.orange-bar h1,
.orange-bar h2 {
  color: #ffffff;
  padding: 0 20px;
}
.orange-bar h1 {
  font-size: 28px;
  margin: 0 0 4px;
  font-weight: bold;
}
.orange-bar h2 {
  font-size: 16px;
  margin: 0;
  font-style: italic;
}
.orange-bar-inner {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.orange-bar.anchored {
  position: relative;
  margin-top: -80px;
}
.case-study-footer .success-message h2 {
  margin: 30px 0 0;
}
.case-study-footer .success-message p {
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .grid-item-inner.no-padding {
    padding: 0 10px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .content-goods h2 {
    font-size: 26px;
  }
  .content-goods h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .case-study-footer .blue-gradient form button {
    width: 63%;
    margin-left: 18.5%;
  }
}
@media (max-width: 767px) {
  .orange-bar {
    margin-top: 0 !important;
    position: relative !important;
  }
  .orange-bar h1 {
    font-size: 23px;
  }
  .orange-bar h2 {
    font-size: 13px;
  }
  .hero {
    height: 600px;
  }
  .hero h1 {
    font-size: 32px;
    text-align: center;
  }
  .products img {
    margin-bottom: 20px;
  }
  .case-study-footer .blue-gradient h4 {
    text-align: center;
    margin-left: 0;
  }
  .case-study-footer .blue-gradient h4 img {
    left: 0;
  }
  .case-study-footer .blue-gradient form {
    padding: 0 36px;
  }
  .case-study-footer .blue-gradient form label,
  .case-study-footer .blue-gradient form input,
  .case-study-footer .blue-gradient form textarea,
  .case-study-footer .blue-gradient form select {
    margin-left: 0;
    width: 100%;
  }
  .video {
    padding-bottom: 60px;
  }
  .video-container {
    width: 392px;
    height: 224px;
  }
}
@media (max-width: 543px) {
  .hero .button-large {
    width: 100%;
    margin: 8px 0;
  }
  .case-study-footer .blue-gradient form {
    padding: 0 12px;
  }
  .case-study-footer .blue-gradient h4 span {
    display: block;
  }
  .orange-bar h1 {
    font-size: 19px;
  }
  .orange-bar h2 {
    font-size: 11px;
  }
  .orange-bar h1,
  .orange-bar h2 {
    padding: 0 5px;
  }
}
@media (max-width: 414px) {
  .video-container {
    width: 296px;
    height: 170px;
  }
  .orange-bar h1 {
    font-size: 16px;
  }
  .orange-bar h2 {
    font-size: 12px;
  }
  .orange-bar h1,
  .orange-bar h2 {
    padding: 0 20px;
  }
}
.fixed-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  cursor: pointer;
  z-index: 20;
}
.fixed-bar h1,
.fixed-bar h2 {
  color: #ffffff;
  padding: 0 20px;
}
.fixed-bar h1 {
  font-size: 32px;
  margin: 0 0 4px;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
}
.fixed-bar h2 {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin: 0;
}
.fixed-bar-inner {
  width: 580px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-bar-inner img {
  position: absolute;
  top: -28px;
  right: 0;
}
.fixed-bar.anchored {
  position: relative;
  margin-top: -90px;
}
.fixed-bar {
  background: url('/img/durable-and-non-durable-goods/blue-sticky-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.above-fixed-bar .container {
  padding-bottom: 90px;
}
section.form {
  padding: 16px 0 0 !important;
  padding: 16px 0 0;
  background-color: #004a8b;
  background: -webkit-gradient(linear, left top, left bottom, from(#004a8b), to(#0072c8));
  background: -webkit-linear-gradient(top, #004a8b, #0072c8);
  background: -moz-linear-gradient(top, #004a8b, #0072c8);
  background: -ms-linear-gradient(top, #004a8b, #0072c8);
  background: -o-linear-gradient(top, #004a8b, #0072c8);
  background: linear-gradient(to bottom, #004a8b 0%, #0072c8 100%);
}
section.form ::-webkit-input-placeholder {
  opacity: 1;
  color: #a3dfff;
}
section.form :-moz-placeholder {
  opacity: 1;
  color: #a3dfff;
}
section.form ::-moz-placeholder {
  opacity: 1;
  color: #a3dfff;
}
section.form :-ms-input-placeholder {
  opacity: 1;
  color: #a3dfff;
}
section.form .success-message {
  text-align: center;
}
section.form .success-message h2,
section.form .success-message p {
  color: #ffffff;
}
section.form .success-message p {
  margin-bottom: 24px;
}
section.form .success-message p.no-space {
  margin-bottom: 0;
}
section.form .success-message a:not(.form-btn):hover {
  text-decoration: underline;
}
section.form .success-message .form-btn {
  margin-top: 16px;
}
section.form .form-btn {
  text-transform: uppercase;
  color: #ffffff;
  margin: 14px 0 4px;
  display: inline-block;
  position: relative;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  padding: 16px 24px;
  min-width: 270px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
section.form .form-btn-orange {
  background: #ff7000;
  font-size: 15px;
}
section.form .form-btn-orange:hover {
  background: #ff8d33;
}
section.form .form-btn-orange:disabled {
  background: #9f9f9f;
}
section.form .form-btn-green {
  margin-top: 0;
  background: #00bc00;
  font-size: 16px;
}
section.form .form-btn-green:hover {
  background: #00ef00;
}
section.form .form-btn-green:disabled {
  background: #9f9f9f;
}
section.form .form-btn i {
  color: #ffffff;
  position: relative;
  left: unset;
}
section.form .step-button {
  margin-bottom: 0;
  transition: max-height 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: max-height 0.3s linear;
}
section.form .step-button.closed {
  max-height: 0;
  overflow: hidden;
}
section.form button:disabled {
  cursor: not-allowed;
}
section.form button.text-only {
  background: transparent;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  border: none;
  padding: 6px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
section.form button.text-only:disabled {
  opacity: .75;
  color: #f5f5f5;
}
section.form button.text-only:disabled i {
  color: #f5f5f5;
}
section.form button.text-only i {
  position: relative;
  left: 5px;
  top: 0;
  font-size: 12px;
  color: #70ceff;
}
section.form button.text-only:hover {
  text-decoration: underline;
}
section.form .row.top p {
  padding-left: 80px;
  padding-right: 80px;
}
section.form h4 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
}
section.form a {
  color: #ffffff;
}
section.form .form-wrap {
  margin-top: 32px;
  background-color: #1c8dd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8dd6), to(#1877b4));
  background: -webkit-linear-gradient(top, #1c8dd6, #1877b4);
  background: -moz-linear-gradient(top, #1c8dd6, #1877b4);
  background: -ms-linear-gradient(top, #1c8dd6, #1877b4);
  background: -o-linear-gradient(top, #1c8dd6, #1877b4);
  background: linear-gradient(to bottom, #1c8dd6 80%, #1877b4 100%);
  padding: 64px 48px;
  border-radius: 32px 32px 0 0;
}
section.form .form-wrap .form-step > .row {
  margin: 0 0 40px;
}
section.form .form-wrap.step-2,
section.form .form-wrap.step-1a {
  background-color: #1c8dd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8dd6), to(#1877b4));
  background: -webkit-linear-gradient(top, #1c8dd6, #1877b4);
  background: -moz-linear-gradient(top, #1c8dd6, #1877b4);
  background: -ms-linear-gradient(top, #1c8dd6, #1877b4);
  background: -o-linear-gradient(top, #1c8dd6, #1877b4);
  background: linear-gradient(to bottom, #1c8dd6 87.5%, #1877b4 100%);
}
section.form .form-step-3 {
  padding-top: 15px;
}
section.form .form-step-optional {
  overflow: hidden;
}
section.form .form-step-optional.ng-enter {
  max-height: 0;
  transition: all 0.65s ease-out;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.65s ease-out;
}
@else {
  -webkit-transition: all 0.65s ease-out;
}
section.form .form-step-optional.ng-enter .form-field,
section.form .form-step-optional.ng-enter label:not(.animated),
section.form .form-step-optional.ng-enter .fa {
  opacity: 0;
}
section.form .form-step-optional.ng-enter.ng-enter-active {
  max-height: 2000px;
}
section.form .form-step-optional.ng-enter.ng-enter-active .form-field,
section.form .form-step-optional.ng-enter.ng-enter-active label:not(.animated),
section.form .form-step-optional.ng-enter.ng-enter-active .fa {
  opacity: 1;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.4s;
  animation-delay: 0.4s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.4s ease-out;
}
@else {
  -webkit-transition: opacity 0.4s ease-out;
}
section.form .form-step-optional.ng-leave.ng-leave-active {
  max-height: 0;
}
section.form .form-step-optional.ng-leave {
  max-height: 0;
}
section.form .form-step-optional.ng-leave .form-field,
section.form .form-step-optional.ng-leave label:not(.animated),
section.form .form-step-optional.ng-leave .fa {
  opacity: 0;
}
section.form label {
  color: #ffffff;
  font-size: 15px;
  position: relative;
}
section.form label span.italic {
  font-family: "Helvetica", serif;
  font-weight: lighter;
  font-style: italic;
}
section.form i {
  color: #00479c;
  font-size: 18px;
  position: absolute;
  left: -16px;
}
section.form .has-checkboxes {
  padding: 0 48px;
}
section.form .row.checkboxes .dist-col {
  float: left;
}
section.form .row.checkboxes .dist-col-1 {
  margin-left: 2%;
  width: 12%;
}
section.form .row.checkboxes .dist-col-2 {
  width: 23%;
}
section.form .row.checkboxes .dist-col-3 {
  width: 18%;
}
section.form .row.checkboxes .dist-col-4 {
  width: 11%;
}
section.form .row.checkboxes .dist-col-5 {
  width: 34%;
}
section.form .row.checkboxes .import-col {
  float: left;
}
section.form .row.checkboxes .import-col-1,
section.form .row.checkboxes .import-col-2 {
  margin-left: 2%;
  width: 11%;
}
section.form .row.checkboxes .services-col {
  float: left;
}
section.form .row.checkboxes .services-col-1 {
  margin-left: 2%;
  width: 33%;
}
section.form .row.checkboxes .services-col-2 {
  width: 35%;
}
section.form .row.checkboxes .services-col-3 {
  width: 30%;
}
section.form .row.checkboxes .purchasing-col {
  float: left;
}
section.form .row.checkboxes .purchasing-col-1 {
  width: 13%;
  margin-left: 2%;
  clear: both;
}
section.form .row.checkboxes .purchasing-col-2 {
  width: 12%;
}
section.form .row.checkboxes .purchasing-col-3 {
  width: 14%;
}
section.form .row.checkboxes .purchasing-col-4 {
  width: 57%;
}
section.form .row.checkboxes .integration-col {
  float: left;
}
section.form .row.checkboxes .integration-col-1 {
  width: 15%;
  margin-left: 2%;
}
section.form .row.checkboxes .integration-col-2 {
  width: 14%;
}
section.form .row.checkboxes .integration-col-3,
section.form .row.checkboxes .integration-col-4 {
  width: 14%;
}
section.form .row.checkboxes .integration-col-5 {
  width: 30%;
}
section.form .row.checkboxes .tracking-col {
  float: left;
}
section.form .row.checkboxes .tracking-col-1 {
  width: 17%;
  margin-left: 2%;
}
section.form .row.checkboxes .tracking-col-2 {
  width: 15%;
}
section.form .row.checkboxes .tracking-col-3 {
  width: 15%;
}
section.form .distribution-system input.underline {
  bottom: 0;
  right: -10px;
  width: 150px;
}
section.form .purchasing-methods input.underline {
  bottom: 0;
  right: 210px;
  width: 150px;
}
section.form .integration input.underline {
  bottom: -30px;
  left: 25px;
  width: 150px;
}
section.form .form-field {
  position: relative;
}
section.form .form-field i {
  position: absolute;
  top: 16px;
  left: 35px;
}
section.form .form-field input,
section.form .form-field textarea {
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #00479c;
  border-radius: 4px;
  font-style: italic;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  padding: 12px;
  outline: none;
}
section.form .form-field input.has-icon,
section.form .form-field textarea.has-icon {
  padding-left: 48px;
}
section.form .form-field input.underline,
section.form .form-field textarea.underline {
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  border-bottom: 1px solid #70ceff;
}
section.form .form-field textarea {
  resize: none;
}
section.form .form-field label.animated {
  position: absolute;
  top: -10px;
  font-style: italic;
  left: 60px;
  opacity: 0;
  color: #a3dfff;
  pointer-events: none;
  transition: all 0.15s cubic-bezier(1, 0.265, 0.52, 0.97);
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(1, 0.265, 0.52, 0.97);
}
@else {
  -webkit-transition: all 0.15s cubic-bezier(1, 0.265, 0.52, 0.97);
}
section.form .form-field label.animated.not-empty {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 1;
}
section.form .form-field label.checkbox {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin: 11px 0 0;
}
section.form .form-field ul.validation-messages {
  list-style: none;
  color: #ffffff;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin: 5px 0 0 10px;
  padding: 0;
  font-size: 15px;
}
section.form .form-field input[type="checkbox"],
section.form .form-field input[type="radio"] {
  display: inline;
  width: 20px;
}
section.form .form-field input[type="checkbox"],
section.form .form-field input[type="radio"] {
  display: none;
}
section.form .form-field input[type="checkbox"] + span.custom-checkbox,
section.form .form-field input[type="radio"] + span.custom-checkbox {
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  margin-right: 6px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 2px solid #70ceff;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
section.form .form-field input[type="checkbox"] + span.custom-checkbox:after,
section.form .form-field input[type="radio"] + span.custom-checkbox:after {
  position: absolute;
  top: -4px;
  left: -1px;
  font-size: 14px;
  content: '\f00c';
  font-family: FontAwesome;
  color: #1c8dd6;
  opacity: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
section.form .form-field input[type="checkbox"]:checked + span.custom-checkbox,
section.form .form-field input[type="radio"]:checked + span.custom-checkbox {
  background: #54e354;
  border-color: #54e354;
}
section.form .form-field input[type="checkbox"]:checked + span.custom-checkbox:after,
section.form .form-field input[type="radio"]:checked + span.custom-checkbox:after {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.form .form-field label.checkbox {
    font-size: 13px;
  }
  section.form .distribution-system input.underline {
    right: -35px;
    width: 130px;
  }
  section.form .purchasing-methods input.underline {
    right: 108px;
  }
  section.form .row.checkboxes .purchasing-col-3 {
    width: 15.5%;
  }
}
@media (max-width: 1199px) {
  section.form .form-field-md-space {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  section.form .form-wrap {
    padding: 40px 20px 60px;
  }
  section.form .form-field-md-space {
    margin-top: 40px;
  }
  section.form .row.checkboxes .dist-col-1 {
    margin-left: 2%;
    width: 28%;
  }
  section.form .row.checkboxes .dist-col-2 {
    width: 37%;
  }
  section.form .row.checkboxes .dist-col-3 {
    width: 33%;
  }
  section.form .row.checkboxes .dist-col-4 {
    margin-left: 2%;
    width: 28%;
  }
  section.form .row.checkboxes .dist-col-5 {
    width: 67%;
  }
  section.form .row.checkboxes .services-col-1,
  section.form .row.checkboxes .services-col-2,
  section.form .row.checkboxes .services-col-3 {
    margin-left: 2%;
    width: 48%;
  }
  section.form .row.checkboxes .purchasing-col-1,
  section.form .row.checkboxes .purchasing-col-2,
  section.form .row.checkboxes .purchasing-col-3 {
    margin-left: 2%;
    width: 31%;
  }
  section.form .row.checkboxes .integration-col-1,
  section.form .row.checkboxes .integration-col-2,
  section.form .row.checkboxes .integration-col-3,
  section.form .row.checkboxes .integration-col-4 {
    margin-left: 2%;
    width: 31%;
  }
  section.form .row.checkboxes .integration-col-5 {
    margin-left: 2%;
    width: 65%;
  }
  section.form .row.checkboxes .tracking-col-1,
  section.form .row.checkboxes .tracking-col-2,
  section.form .row.checkboxes .tracking-col-3 {
    margin-left: 2%;
  }
  section.form .row.checkboxes .tracking-col-1 {
    width: 23%;
  }
  section.form .row.checkboxes .tracking-col-2,
  section.form .row.checkboxes .tracking-col-3 {
    width: 21%;
  }
  section.form .row.checkboxes .distribution-system input.underline {
    bottom: 0;
    right: 74px;
  }
  section.form .row.checkboxes .purchasing-methods input.underline {
    right: -145px;
  }
  section.form .row.checkboxes .integration input.underline {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  section.form ::-webkit-input-placeholder {
    opacity: 0;
  }
  section.form :-moz-placeholder {
    opacity: 0;
  }
  section.form ::-moz-placeholder {
    opacity: 0;
  }
  section.form :-ms-input-placeholder {
    opacity: 0;
  }
  section.form .has-checkboxes {
    padding: 0;
  }
  section.form .has-checkboxes i {
    display: none;
  }
  section.form .form-field-xs-space {
    margin-bottom: 40px;
  }
  section.form .form-field label.animated {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
  }
  section.form .form-field label.animated.not-empty {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  section.form .form-field label.checkbox {
    font-size: 12px;
  }
  section.form .form-field input,
  section.form .form-field textarea {
    font-size: 13px;
  }
  section.form .form-field input.has-icon,
  section.form .form-field textarea.has-icon {
    padding-left: 12px;
  }
  section.form .form-field i {
    display: none;
  }
  section.form .row.checkboxes .dist-col-1,
  section.form .row.checkboxes .dist-col-2,
  section.form .row.checkboxes .dist-col-3,
  section.form .row.checkboxes .dist-col-4,
  section.form .row.checkboxes .dist-col-5 {
    margin-left: 0;
    padding-left: 15px;
    width: 50%;
  }
  section.form .row.checkboxes .import-col-1,
  section.form .row.checkboxes .import-col-2 {
    width: 20%;
    margin-left: 0;
    padding-left: 15px;
  }
  section.form .row.checkboxes .purchasing-col-1,
  section.form .row.checkboxes .purchasing-col-2,
  section.form .row.checkboxes .purchasing-col-3 {
    width: 50%;
    clear: none;
    margin-left: 0;
    padding-left: 15px;
  }
  section.form .distribution-system input.underline {
    position: relative;
    right: unset;
    margin-top: 10px;
    left: 25px;
  }
  section.form .purchasing-methods input.underline {
    left: 25px;
    position: relative;
    margin-top: 10px;
    bottom: 0;
  }
  .fixed-bar-inner {
    width: 100%;
  }
  .fixed-bar-inner img {
    display: none;
  }
}
@media (max-width: 543px) {
  section.form .row.checkboxes .dist-col-1,
  section.form .row.checkboxes .dist-col-2,
  section.form .row.checkboxes .dist-col-3,
  section.form .row.checkboxes .dist-col-4,
  section.form .row.checkboxes .dist-col-5 {
    width: 100%;
  }
  section.form .row.checkboxes .services-col-1,
  section.form .row.checkboxes .services-col-2,
  section.form .row.checkboxes .services-col-3 {
    margin-left: 0;
    padding-left: 15px;
    width: 100%;
  }
  section.form .row.checkboxes .integration-col-1,
  section.form .row.checkboxes .integration-col-2,
  section.form .row.checkboxes .integration-col-3,
  section.form .row.checkboxes .integration-col-4,
  section.form .row.checkboxes .integration-col-5 {
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
  }
  section.form .row.checkboxes .tracking-col-1,
  section.form .row.checkboxes .tracking-col-2,
  section.form .row.checkboxes .tracking-col-3 {
    margin-left: 0;
    padding-left: 15px;
    width: 100%;
  }
  section.form .row.checkboxes .import-col {
    margin-left: 0;
    padding-left: 15px;
    width: 40%;
  }
  section.form .row.checkboxes .purchasing-col-1,
  section.form .row.checkboxes .purchasing-col-2,
  section.form .row.checkboxes .purchasing-col-3 {
    width: 100%;
  }
  section.form .row.checkboxes .purchasing-methods input.underline {
    position: relative;
    margin-top: 10px;
    left: 25px;
  }
  section.form .row.checkboxes .integration input.underline {
    position: relative;
    margin-top: 10px;
    bottom: 0;
    left: 25px;
  }
  .fixed-bar h1 {
    font-size: 22px;
  }
}
.hero {
  background: url('/img/consumer-electronics/hero.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .button-large {
  width: 270px;
  max-width: 100%;
  display: block;
  margin: 0 0 10px;
}
.button-large {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
  margin: 0px 16px 0px 0px;
  border: none;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
.button-large:hover {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background: #1c8dd6;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.content-goods h3 {
  color: #ff7613;
}
.content-goods h3.extra-space {
  margin-top: 32px;
}
.content-goods p {
  color: #737373;
}
.products h3 {
  font-size: 20px;
}
.products-row {
  padding: 30px 0;
}
.bar h2,
.bar p {
  color: #ffffff;
}
.teal-bar {
  background: #298f91;
}
.dark-teal-bar {
  background: #147274;
}
.grid-item h2,
.grid-item h3,
.grid-item p {
  color: #ffffff;
}
.grid-item-light {
  background: #6fb4b5;
}
.grid-item-dark {
  background: #469ea0;
}
.video {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 32px;
  }
  .products img.business-one {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero {
    background: url('/img/consumer-electronics/hero-mobile.jpg') no-repeat;
    height: 600px;
  }
  .hero .buttons {
    text-align: center;
    margin-bottom: 80px;
  }
  .hero .buttons .button-large {
    margin-left: auto;
    margin-right: auto;
  }
  .products img {
    margin-bottom: 20px;
  }
  .case-study-footer .blue-gradient h4 {
    text-align: center;
    margin-left: 0;
  }
  .case-study-footer .blue-gradient h4 img {
    left: 0;
  }
  .case-study-footer .blue-gradient form {
    padding: 0 36px;
  }
  .case-study-footer .blue-gradient form label,
  .case-study-footer .blue-gradient form input,
  .case-study-footer .blue-gradient form textarea,
  .case-study-footer .blue-gradient form select {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 543px) {
  .hero {
    background-position: 10% center;
  }
}
