/***** 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;
  }
}
.hero {
  background: url('/img/lighting/hero.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.hero img {
  margin: 60px 0 0;
  max-width: 100%;
}
.hero .button-landing {
  min-width: 43%;
  margin: 0 22px 0 0;
}
.hero h1 {
  margin: 160px 0 180px;
}
.content-goods p {
  color: #747474;
}
.content-goods img {
  display: block;
}
.content-goods img.circle {
  max-width: 82%;
  float: left;
}
.content-goods img.bulbs {
  padding-left: 30px;
}
.products h3 {
  color: #4e66b0;
}
.products .row.images {
  margin-top: 32px;
}
.blue-gradient {
  padding: 60px 0;
  background-color: #303e6b;
  background: -webkit-gradient(linear, left top, left bottom, from(#303e6b), to(#000000));
  background: -webkit-linear-gradient(top, #303e6b, #000000);
  background: -moz-linear-gradient(top, #303e6b, #000000);
  background: -ms-linear-gradient(top, #303e6b, #000000);
  background: -o-linear-gradient(top, #303e6b, #000000);
  background: linear-gradient(to bottom, #303e6b 0%, #000000 100%);
}
.blue-gradient h3 {
  color: #fcdd4c;
}
.blue-gradient p {
  color: #ffffff;
}
.blue-gradient .button-landing {
  margin-top: 30px;
}
.blue-gradient .content-goods-inner {
  margin-top: 72px;
}
.culprits {
  padding: 60px 0;
}
.culprits h3 {
  color: #4e66b0;
}
.culprits .content-goods-inner {
  margin-top: 3px;
}
.logistics {
  background: url('/img/lighting/bg2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0;
}
.logistics p {
  color: #ffffff;
}
.logistics h3 {
  color: #fcdd4c;
}
.logistics .content-goods-inner {
  margin-top: 52px;
}
.yellow-bar {
  background: #fcdd4c;
}
.yellow-bar h2,
.yellow-bar p {
  color: #000000;
}
.black-bar {
  background: #000000;
}
.black-bar h2 {
  color: #ffffff;
}
.bar .arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 22px solid #fcdd4c;
  left: 0;
  right: 0;
  bottom: -22px;
  position: absolute;
  margin: auto;
}
.grid-item h2,
.grid-item h3,
.grid-item p {
  color: #ffffff;
}
.grid-item img {
  width: 200px;
}
.grid-item-light {
  background: #303e6b;
}
.grid-item-dark {
  background: #212e58;
}
.video h3 {
  color: #303e6b;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hero {
    height: 550px;
  }
  .hero h1 {
    margin: 120px 0 145px;
  }
  .blue-gradient .content-goods-inner {
    margin-top: 39px;
  }
  .culprits .content-goods-inner {
    margin-top: 18px;
  }
  .logistics .content-goods-inner {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    height: 450px;
  }
  .hero h1 {
    font-size: 36px;
    margin: 82px 0 90px;
  }
  .grid .grid-item {
    height: 735px;
  }
}
@media (max-width: 991px) {
  .content-goods img.circle,
  .content-goods img.bulbs {
    float: none;
    margin: 0 auto;
  }
  .content-goods img.bulbs {
    padding-left: 0;
  }
  .content-goods .content-goods-inner {
    text-align: center;
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .hero {
    background: url('/img/lighting/hero-mobile.jpg');
    height: auto;
    padding: 75px 0;
  }
  .hero h1 {
    margin: 0 0 50px;
  }
  .hero .buttons {
    text-align: center;
  }
  .hero .buttons .button-landing {
    min-width: 250px;
    margin: 6px 12px;
  }
}
@media (max-width: 480px) {
  .hero .buttons .button-landing {
    width: 100%;
    margin: 6px 0;
  }
  .content-goods .button-landing {
    width: 100%;
  }
}
