/***** 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;
  }
}
/************************* IMPORT DECLARATIONS *************************/
/************************* INACTIVE MENU [CLOSED] DECLARATIONS *************************/
.trigger-menu {
  margin: 15px 0px;
}
.trigger-menu .col-sm-3 {
  display: table-cell;
  vertical-align: middle;
}
.trigger-menu a {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 150px;
  width: 100%;
  cursor: pointer;
  padding: 20px 0px;
  position: relative;
}
.trigger-menu a span {
  left: 0px;
  display: none;
  position: absolute;
  width: 262px;
  bottom: -30px;
  height: 30px;
  background: url('/img/icons/chuck.png') no-repeat top center #ff5110;
  background-size: auto 50%;
  z-index: 1000;
}
.trigger-menu a img {
  padding: 10px 5px 5px 5px;
  height: 70%;
  width: auto;
}
.trigger-menu a h6 {
  padding-top: 2px;
  margin-top: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
}
.trigger-menu a:hover {
  text-decoration: none;
}
/************************* ACTIVE MENU [OPEN] DECLARATIONS *************************/
.expand-menu {
  text-align: left;
  width: 97.45%;
  display: block;
  margin: 0px auto 10px auto;
}
.expand-menu div.inner {
  margin: 0px;
}
.expand-menu div.inner img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 20px;
}
.expand-menu div.inner h1 {
  color: #ffffff;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 24px;
  padding-right: 0px;
}
.expand-menu div.inner p {
  font-family: "Helvetica", serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 14px;
}
.expand-menu a:hover {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background: #1c8dd6;
  cursor: pointer;
}
.content-middle-alt {
  padding: 10px 0px;
}
/************************* RESPONSIVE DECLARATIONS *************************/
@media (min-width: 992px) and (max-width: 1199px) {
  /************************* ACTIVE MENU [OPEN] DECLARATIONS *************************/
  .expand-menu div.inner h1 {
    font-size: 20px;
  }
  .expand-menu div.inner p {
    font-size: 13px;
  }
  .expand-menu div.inner ul.button li {
    width: 75%;
  }
  .expand-menu div.inner ul.button li a {
    font-size: 14px;
    padding: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /************************* INACTIVE MENU [CLOSED] DECLARATIONS *************************/
  .trigger-menu a h6 {
    font-size: 15px;
  }
  /************************* ACTIVE MENU [OPEN] DECLARATIONS *************************/
  .expand-menu div.inner h1 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .expand-menu div.inner p {
    font-size: 12px;
  }
  .expand-menu div.inner ul.button {
    margin-top: 5px;
    padding-bottom: 10px;
  }
  .expand-menu div.inner ul.button li {
    width: 90%;
  }
  .expand-menu div.inner ul.button li a {
    font-size: 13px;
    padding: 6px 0px;
  }
}
/************************* START MOBILE VIEW *************************/
@media (max-width: 767px) {
  /************************* CONTENT UPPER *************************/
  .content-upper {
    background: #f5f5f5;
    padding: 20px 0px;
  }
  .content-upper h1 {
    padding-top: 0px;
    font-size: 30px;
    padding-right: 0px;
  }
  .content-upper p {
    padding-right: 0px;
    text-align: justify;
  }
  .content-upper ul.button {
    margin-bottom: 20px;
  }
  /************************* GRID WRAPPER *************************/
  .grid-wrapper {
    background: transparent;
    margin: 10px 0px;
    display: block;
    /************************* INACTIVE [CLOSED] MENU *************************/
    /************************* ACTIVE [OPEN] MENU *************************/
  }
  .grid-wrapper .trigger-menu {
    margin: 0px;
    padding: 0px;
  }
  .grid-wrapper .trigger-menu .grid-inner {
    margin: 0px 5px;
    display: block;
    text-align: center;
  }
  .grid-wrapper .trigger-menu .grid-inner a {
    padding: 0px;
    height: auto;
  }
  .grid-wrapper .trigger-menu .grid-inner a img {
    width: 75%;
    height: auto;
    padding: 10px 5px 5px 5px;
  }
  .grid-wrapper .trigger-menu .grid-inner a h3 {
    color: #ffffff;
    font-family: "HelveticaNeue-Medium";
    font-weight: normal;
    margin: 0px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .grid-wrapper .trigger-menu .grid-inner a span {
    left: 0px;
    display: none;
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    z-index: 1000;
    background: #ff5110;
  }
  .grid-wrapper .expand-menu {
    width: 600px;
  }
  .grid-wrapper .expand-menu div.inner h1 {
    padding: 20px 20px 20px 0px;
  }
  .grid-wrapper .expand-menu ul.button {
    padding-bottom: 20px;
  }
  .grid-wrapper .col-xs-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/************************* MAX WIDTH - 640PX *************************/
@media (max-width: 640px) {
  .grid-wrapper .trigger-menu a h3 {
    font-size: 14px;
  }
  .grid-wrapper .expand-menu {
    width: 100%;
  }
}
/************************* MAX WIDTH - 568PX *************************/
@media (max-width: 568px) {
  .grid-wrapper .trigger-menu a h3 {
    font-size: 12px;
  }
  .grid-wrapper .expand-menu {
    width: 528px;
  }
}
/************************* MAX WIDTH - 480PX *************************/
@media (max-width: 480px) {
  /***** GREEN *****/
  .grid-wrapper .expand-menu {
    width: 440px;
  }
}
/************************* MAX WIDTH - 360PX *************************/
@media (max-width: 360px) {
  .grid-wrapper .expand-menu {
    width: 97%;
  }
}
/************************* MAX WIDTH - 320PX *************************/
@media (max-width: 320px) {
  .grid-wrapper .trigger-menu .grid-inner a {
    height: 85px;
  }
  .grid-wrapper .trigger-menu .grid-inner a span {
    height: 5px;
  }
  .grid-wrapper .trigger-menu .grid-inner a h3 {
    font-size: 11px;
  }
  .grid-wrapper .expand-menu {
    width: 280px;
  }
  .grid-wrapper .expand-menu h1 {
    margin-top: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 20px;
  }
  .grid-wrapper .expand-menu p {
    text-align: justify;
  }
}
.clearTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.resolv-content {
  padding: 64px 0;
}
.resolv-content h1 {
  font-size: 28px;
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
}
.resolv-content h2 {
  font-size: 24px;
}
.resolv-content h3 {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 16px;
}
.resolv-content h4 {
  font-size: 15px;
}
.resolv-content p {
  font-size: 15px;
  line-height: 150%;
}
.resolv-content p.bold {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
}
.resolv-content ul li {
  line-height: 150%;
  font-size: 15px;
}
.resolv-content ul.no-disc {
  list-style: none;
  padding-left: 0;
}
.resolv-content h1,
.resolv-content h2,
.resolv-content h4 {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
}
.resolv-content h1,
.resolv-content h2,
.resolv-content h3,
.resolv-content p {
  margin: 0 0 24px;
}
.resolv-content .row.v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.fixed-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;
}
.fixed-bar h1 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.fixed-bar.anchored {
  position: relative;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .fixed-bar {
    margin-top: 0 !important;
    position: relative !important;
  }
  .fixed-bar h1 {
    font-size: 22px;
  }
}
.hero {
  height: 478px;
  background: url('/img/resolv-mobility/common/hero.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .container {
  position: relative;
  height: 100%;
}
.hero .quick-contact {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 370px;
  height: 400px;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 12px 0 30px;
}
.hero .quick-contact-inner {
  position: relative;
}
.hero .quick-contact-top {
  cursor: pointer;
}
.hero .quick-contact-top h3,
.hero .quick-contact-top img {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.hero .quick-contact img {
  top: 0;
  left: 20px;
  width: 45px;
  position: absolute;
}
.hero .quick-contact h2 {
  color: #ff7613;
  text-align: center;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin: 2px 0px;
  font-size: 20px;
}
.hero .quick-contact h3 {
  color: #ff7613;
  text-align: center;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 20px;
  padding: 11px 0 24px 52px;
  margin: 0;
}
.hero .quick-contact h4 {
  color: #9f9f9f;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  padding: 0px 0px 12px 0px;
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-size: 18px;
}
.hero .quick-contact h4.first {
  padding-top: 12px;
  padding-bottom: 0px;
}
.hero .quick-contact p {
  color: #9f9f9f;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  padding: 0px 0px 12px 0px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
}
.hero .quick-contact form {
  width: 80%;
  margin: 0 auto;
}
.hero .quick-contact form label {
  display: none;
}
.hero .quick-contact form input {
  border-radius: 0px;
  background: #f5f5f5;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  margin: 5px 0px;
  color: #737373;
  width: 100%;
  padding: 6px 12px;
}
.hero .quick-contact form select {
  padding: 6px 12px;
  width: 100%;
  border-radius: 0px;
  color: #737373;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  -webkit-appearance: none;
  background: #f5f5f5;
  margin-top: 5px;
}
.hero .quick-contact form button[type="submit"] {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  background: url('/img/common/button-background.png');
  background-size: 100% 100%;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 0px;
  border: none;
  text-align: center;
  margin-top: 12px;
}
.hero .quick-contact form button[type="submit"]:hover {
  background: #ffb47e;
}
.resolv-content span.smaller {
  font-size: 12px;
}
.resolv-content span.bold {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
}
.resolv-content ul.side-nav {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.resolv-content ul.side-nav li {
  padding: 6px;
  border-top: 1px solid #323232;
}
.resolv-content ul.side-nav li:last-child {
  border-bottom: 1px solid #323232;
}
.resolv-content ul.side-nav a {
  font-family: "Helvetica", serif;
  font-weight: lighter;
  font-size: 15px;
  display: block;
  color: #323232;
  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;
  text-decoration: none;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.resolv-content ul.side-nav a:hover,
.resolv-content ul.side-nav a.active {
  color: #ff730d;
}
.resolv-content h2 {
  color: #ff730d;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
}
.resolv-content p {
  color: #666666;
}
.resolv-content p.no-space {
  margin: 0;
}
.resolv-content ul {
  padding-left: 15px;
  margin-bottom: 24px;
  color: #666666;
}
.information-row {
  margin-top: 52px;
}
.information-col {
  padding-left: 40px;
  padding-right: 30px;
}
.keys-col {
  padding-left: 30px;
  padding-right: 20px;
  border-left: 3px solid #009cde;
}
.keys-col p.bold {
  margin-bottom: 12px;
}
.navigation-col {
  padding-right: 30px;
}
.navigation-col img {
  display: block;
  max-width: 100%;
}
.orange-bar {
  padding: 18px 24px;
  position: relative;
  border-radius: 30px;
  background-color: #ff730d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff730d), to(#d84c09));
  background: -webkit-linear-gradient(top, #ff730d, #d84c09);
  background: -moz-linear-gradient(top, #ff730d, #d84c09);
  background: -ms-linear-gradient(top, #ff730d, #d84c09);
  background: -o-linear-gradient(top, #ff730d, #d84c09);
  background: linear-gradient(to bottom, #ff730d 0%, #d84c09 100%);
}
.orange-bar h2 {
  color: #ffffff;
  margin: 0;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
}
.orange-bar img.icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}
@media (max-width: 991px) {
  .information-col,
  .keys-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .keys-col {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    height: 400px;
  }
  .hero .quick-contact {
    height: 355px;
    width: 320px;
  }
  .hero .quick-contact-inner h3 {
    padding-top: 14px;
  }
  .hero .quick-contact-inner h2,
  .hero .quick-contact-inner h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 300px;
  }
  .hero .quick-contact {
    display: none;
  }
  .navigation-col {
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .navigation-col img {
    margin-left: auto;
    margin-right: auto;
  }
}
.cta {
  height: 200px;
  padding-bottom: 80px;
  background-color: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
  background: -webkit-linear-gradient(top, #ededed, #ffffff);
  background: -moz-linear-gradient(top, #ededed, #ffffff);
  background: -ms-linear-gradient(top, #ededed, #ffffff);
  background: -o-linear-gradient(top, #ededed, #ffffff);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}
.cta div {
  height: 100%;
}
.cta h3 {
  font-weight: bold;
  color: #000000;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
}
.cta img.resolv {
  width: 224px;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta img.play-button {
  width: 48px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-bottom: 0;
    height: 120px;
  }
  .cta img.resolv {
    width: 100%;
  }
  .cta h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .cta h3 {
    font-size: 16px;
  }
}
