/************************* IMPORT DECLARATIONS *************************/
/***** 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;
  }
}
/******** STYLES FOR RESOLV DROPDOWNS *******/
.trigger-menu,
.trigger-menu-resolv {
  position: relative;
  z-index: 100;
  margin-left: -15px;
  margin-right: -15px;
}
.trigger-menu a,
.trigger-menu-resolv a {
  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 */
}
.trigger-menu a span,
.trigger-menu-resolv a span {
  background: url('/img/icons/chuck.png') no-repeat top center #003d78;
  background-size: auto 50%;
  width: 26.25rem;
  display: block;
}
.expand-menu-resolv {
  z-index: 800;
  width: 1140px;
  position: relative;
  margin: 0px auto 10px;
}
.expand-menu-resolv img.expand-menu-img {
  margin-top: 64px;
}
.expand-menu-resolv .col-sm-12,
.expand-menu-resolv .col-xs-12 {
  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 */
}
.expand-menu-resolv div.inner {
  margin-left: 45px;
}
.expand-menu-resolv div.inner h1 {
  padding-top: 65px;
  padding-left: 0px;
  font-size: 36px;
  margin: 10px 0px 20px;
}
.expand-menu-resolv div.inner p {
  font-size: 16px;
}
.expand-menu-resolv div.inner h2 {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  margin: 16px 0px;
}
.expand-menu-resolv div.inner ul.list {
  list-style: none;
  padding-left: 0px;
}
.expand-menu-resolv div.inner ul.list li {
  color: #ffffff;
  padding-left: 12px;
  text-indent: -10px;
}
.expand-menu-resolv div.inner ul.list li:before {
  content: "• ";
  color: #29aae2;
}
.expand-menu-resolv div.inner .button-resolv {
  margin-top: 48px;
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trigger-menu-resolv a span {
    width: 21.25rem;
  }
  .expand-menu-resolv {
    width: 940px;
  }
  .expand-menu-resolv div.inner {
    margin-left: 16px;
  }
  .expand-menu-resolv div.inner h1 {
    font-size: 32px;
    padding-top: 40px;
  }
  .expand-menu-resolv div.inner .button-resolv {
    margin-bottom: 60px;
  }
  .expand-menu-resolv img.expand-menu-img {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trigger-menu-resolv a span {
    width: 15.75rem;
  }
  .expand-menu-resolv {
    width: 720px;
  }
  .expand-menu-resolv div.inner {
    margin-left: 16px;
  }
  .expand-menu-resolv div.inner h1 {
    font-size: 32px;
    padding-top: 40px;
  }
  .expand-menu-resolv div.inner .button-resolv {
    margin-bottom: 60px;
  }
  .expand-menu-resolv img.expand-menu-img {
    margin-top: 40px;
  }
}
/************************* 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-resolv {
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner {
    margin: 0px 5px;
    display: block;
    text-align: center;
    height: 180px;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a {
    padding: 0px;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a img {
    width: 46%;
    height: auto;
    padding: 10px 5px 5px 5px;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a img.supply-chain-mobile {
    width: 42%;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a img.quality-control {
    width: 35%;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a h3 {
    color: #ffffff;
    font-family: "HelveticaNeue-Medium";
    font-weight: normal;
    margin: 0px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    font-size: 15px;
    text-align: center;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a span {
    left: 0px;
    display: none;
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    z-index: 1000;
    background: #003d78;
  }
  .grid-wrapper .expand-menu-resolv {
    width: 97%;
    position: relative;
    left: 0;
    transform: none;
    z-index: 500;
  }
  .grid-wrapper .expand-menu-resolv div.inner {
    margin-left: 16px;
  }
  .grid-wrapper .expand-menu-resolv div.inner h1 {
    color: #ffffff;
    font-size: 20px;
    padding-top: 24px;
  }
  .grid-wrapper .expand-menu-resolv div.inner p {
    color: #ffffff;
  }
  .grid-wrapper .expand-menu-resolv div.inner h2 {
    font-size: 16px;
  }
  .grid-wrapper .expand-menu-resolv div.inner .button-resolv {
    margin-top: 24px;
    margin-bottom: 32px;
    float: left;
    clear: both;
    width: auto;
    padding: 10px 16px;
  }
  .grid-wrapper .expand-menu-resolv .col-xs-12 {
    margin-top: 10px;
  }
}
/************************* MAX WIDTH - 640PX *************************/
@media (max-width: 640px) {
  .grid-wrapper .trigger-menu-resolv .grid-inner {
    height: 160px;
  }
  .grid-wrapper .trigger-menu-resolv a h3 {
    font-size: 14px;
  }
  .grid-wrapper .expand-menu-resolv div.inner {
    margin-left: 0px;
  }
  .trigger-menu-resolv .grid-inner a img {
    width: 50%;
  }
  .trigger-menu-resolv .grid-inner a img.supply-chain-mobile {
    width: 45%;
  }
  .trigger-menu-resolv .grid-inner a img.quality-control {
    width: 38%;
  }
}
/************************* MAX WIDTH - 568PX *************************/
@media (max-width: 568px) {
  .grid-wrapper .trigger-menu-resolv .grid-inner {
    height: 140px;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a h3 {
    font-size: 14px;
  }
  .grid-wrapper .expand-menu-resolv div.inner .button-resolv {
    padding: 10px 0px;
    width: 100%;
    font-size: 14px;
  }
}
/************************* MAX WIDTH - 480PX *************************/
@media (max-width: 480px) {
  .grid-wrapper .trigger-menu-resolv .grid-inner {
    height: 140px;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a h3 {
    font-size: 12px;
    bottom: 8px;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a img {
    width: 65%;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a img.supply-chain-mobile {
    width: 60%;
  }
  .grid-wrapper .trigger-menu-resolv .grid-inner a img.quality-control {
    width: 50%;
  }
}
/************************* MAX WIDTH - 360PX *************************/
/************************* 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;
  }
}
/********************** RESOLV DESKTOP ***********************/
.resolv-upper {
  width: 100%;
  padding-bottom: 36px;
  margin-bottom: 12px;
  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%);
}
.resolv-desktop img.resolv {
  width: 450px;
  margin: 64px 0px 8px 0px;
}
.resolv-desktop img.resolv-desktop-wires {
  position: absolute;
  top: 76px;
  left: 82px;
  width: 1018px;
  height: auto;
}
.resolv-desktop h1 {
  color: #ff7613;
  font-size: 28px;
  font-weight: bold;
}
.resolv-desktop p {
  color: #737373;
  font-size: 16px;
  margin-bottom: 24px;
}
.resolv-desktop .button-resolv {
  padding: 10px 36px;
  margin: 0px 16px 0px 0px;
}
.resolv-desktop .resolv-mobility-banner {
  height: 120px;
}
.resolv-desktop .resolv-mobility-banner div {
  height: 100%;
}
.resolv-desktop .resolv-mobility-banner h3 {
  font-weight: bold;
  color: #000000;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
}
.resolv-desktop .resolv-mobility-banner img.resolv-banner-image {
  width: 224px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.resolv-desktop .resolv-mobility-banner img.play-button {
  width: 48px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.resolv-desktop .video-container {
  position: relative;
  display: block;
  margin: 79px 0px 0px 28px;
  width: 528px;
  height: 318px;
  border: 24px solid #2496ca;
  border-radius: 24px;
  background-color: #fff;
}
.resolv-desktop .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.diagonal-gradient-orange {
  position: absolute;
  width: 100%;
  height: 804px;
  z-index: 0;
  margin-top: 120px;
}
.content-bottom-image {
  margin-top: -24px;
  background: url('/img/resolv/resolv-desktop-sap.png');
  background-size: 49%;
  background-repeat: no-repeat;
  height: 955px;
  position: relative;
  z-index: 1;
}
.content-bottom {
  padding-top: 224px;
}
.content-bottom .col-sm-6 {
  padding: 48px 0px 0px 48px;
}
.content-bottom h1,
.content-bottom p {
  margin-bottom: 24px;
}
.content-video {
  margin-top: -35px;
}
.content-video .watch-video {
  float: left;
}
.content-video img.resolv-video {
  width: 775px;
  position: relative;
  z-index: 3;
}
.content-video img.play-button {
  width: 40px;
  margin: 12px 0px 0px 0px;
  float: left;
  position: relative;
  z-index: 1000;
}
.content-video img.play-button {
  cursor: pointer;
}
.content-video h2 {
  float: left;
  font-size: 22px;
  line-height: 11px;
  padding-left: 12px;
  font-weight: bold;
}
.content-video .video-container {
  background-color: #ffffff;
  position: relative;
  width: 824px;
  height: 474px;
  margin: 0px auto;
  display: block;
  border: 12px solid #9f9f9f;
  z-index: 1000;
}
.content-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1680px) {
  .diagonal-gradient-orange {
    height: 667px;
  }
  .content-bottom-image {
    height: 825px;
  }
}
@media (max-width: 1440px) {
  .diagonal-gradient-orange {
    height: 604px;
  }
  .content-bottom-image {
    height: 748px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-bottom {
    padding-top: 120px;
  }
  .content-bottom .col-sm-6 {
    padding: 24px 0px 24px 48px;
  }
  .resolv-desktop .button-resolv {
    margin-bottom: 24px;
    padding: 10px 26px;
  }
  .resolv-desktop img.resolv-desktop-wires {
    left: 62px;
    top: 116px;
  }
  .resolv-desktop .resolv-mobility-banner img.resolv-banner-image {
    width: 100%;
  }
  .resolv-desktop .resolv-mobility-banner h3 {
    font-size: 22px;
  }
  .resolv-desktop .video-container {
    margin: 79px 0px 0px 6px;
    width: 448px;
    height: 273px;
  }
  .content-video img.resolv-video {
    width: 600px;
  }
  .content-bottom-image {
    height: auto;
    padding-bottom: 66px;
    margin-top: -4px;
  }
  .diagonal-gradient-orange {
    height: 588px;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .resolv-desktop img.resolv-desktop-wires {
    display: none;
  }
  .resolv-desktop .button-resolv {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-bottom-image {
    background-size: 46%;
    height: auto;
    margin-top: -4px;
  }
  .diagonal-gradient-orange {
    height: 588px;
  }
  .content-bottom {
    padding-top: 96px;
  }
  .content-bottom .button-resolv {
    padding: 10px 0px;
    width: 100%;
  }
  .content-bottom .col-sm-6 {
    padding: 0px 0px 36px 0px;
  }
  .content-video img.resolv-video {
    width: 600px;
  }
  .content-video .video-container {
    width: 664px;
    height: 384px;
  }
  .resolv-desktop .resolv-mobility-banner img.resolv-banner-image {
    width: 100%;
  }
  .resolv-desktop .resolv-mobility-banner h3 {
    font-size: 16px;
  }
  .resolv-desktop .resolv-mobility-banner img.play-button {
    width: 36px;
  }
  .resolv-desktop img.resolv-desktop-wires {
    left: 592px;
    top: 84px;
  }
  .resolv-desktop .video-container {
    margin: 0px auto;
  }
}
@media (max-width: 767px) {
  .content-bottom-image {
    background: #ffffff;
    height: auto;
    margin-top: 0px;
  }
  .content-bottom {
    padding: 32px 0px;
  }
  .content-bottom .col-sm-6 {
    padding: 0px;
  }
  .content-bottom .resolv-desktop .button-resolv {
    width: auto;
    padding: 10px 16px;
  }
  .resolv-desktop {
    padding-left: 24px;
    padding-right: 24px;
  }
  .resolv-desktop img.resolv {
    margin: 24px auto 48px;
    width: 320px;
    display: block;
  }
  .resolv-desktop .button-resolv {
    width: 49.5%;
    padding: 10px 0px;
    margin: 0px 0px 16px 0px;
  }
  .resolv-desktop .resolv-mobility-banner img.resolv-banner-image {
    width: 90%;
  }
  .resolv-desktop .resolv-mobility-banner h3 {
    font-size: 20px;
  }
  .resolv-desktop .video-container {
    padding-top: 6px;
    padding-bottom: 56.35%;
    margin: 16px auto 0px;
    width: auto;
    height: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .resolv-desktop .video-container iframe {
    border: 8px solid #2496ca;
    border-radius: 8px;
  }
  .resolv-desktop img.resolv-desktop-wires {
    left: 485px;
  }
  .content-video img.resolv-video {
    width: 100%;
  }
  .content-video img.play-button {
    margin-left: 0px;
  }
  .content-video .video-container {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 56.35%;
    border: none;
    border-radius: 0;
  }
  .content-video .video-container iframe {
    border: 8px solid #9f9f9f;
    border-radius: 8px;
  }
  .content-video .watch-video {
    margin-left: 24px;
  }
}
@media (max-width: 640px) {
  .resolv-desktop .resolv-mobility-banner img.resolv-banner-image {
    width: 100%;
  }
  .resolv-desktop .resolv-mobility-banner h3 {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .resolv-desktop {
    padding-left: 24px;
    padding-right: 24px;
  }
  .resolv-desktop h1 {
    font-size: 26px;
  }
  .resolv-desktop img.resolv-desktop-wires {
    display: none;
  }
  .resolv-desktop img.resolv {
    margin: 24px auto 48px;
    width: 320px;
    display: block;
  }
  .resolv-desktop .button-resolv {
    width: 100%;
    padding: 10px 0px;
    margin: 8px 0px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .resolv-desktop h1 {
    font-size: 22px;
  }
}
