/***** 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;
}
.fixed-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  cursor: pointer;
  z-index: 20;
}
.fixed-bar h1,
.fixed-bar h2 {
  color: #ffffff;
  padding: 0 20px;
}
.fixed-bar h1 {
  font-size: 32px;
  margin: 0 0 4px;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
}
.fixed-bar h2 {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin: 0;
}
.fixed-bar-inner {
  width: 580px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-bar-inner img {
  position: absolute;
  top: -28px;
  right: 0;
}
.fixed-bar.anchored {
  position: relative;
  margin-top: -100px;
}
.grid {
  padding: 0 0 32px;
  width: 100%;
  float: left;
}
.grid .grid-row {
  float: left;
  width: 100%;
}
.grid .grid-item {
  position: relative;
  width: 20%;
  height: 224px;
  float: left;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
}
.grid .grid-item.right-desktop {
  border-right: none;
}
.grid .grid-item.bottom-desktop {
  border-bottom: none;
}
.grid .grid-item h4 {
  color: #9f9f9f;
  margin-bottom: 0;
  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;
}
.grid .grid-item h5 {
  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;
  display: inline-block;
  color: #ff7613;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  margin-top: 7px;
  text-align: center;
  text-decoration: underline;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.grid .grid-item img {
  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;
  margin-bottom: 6px;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.grid .grid-item-inner {
  text-decoration: none;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid .grid-item-inner a {
  display: block;
}
.grid .grid-item-inner a:hover {
  text-decoration: none;
}
.grid .grid-item-inner a:hover img {
  opacity: .85;
}
.grid .grid-item-inner a:hover h4 {
  color: #acacac;
}
.grid .grid-item-inner a:hover h5 {
  color: #ff9446;
}
@media (max-width: 991px) {
  .grid .grid-item {
    width: 33.3333%;
  }
  .grid-fixed-bar {
    background-size: 1400px 76px;
    height: 76px;
  }
  .grid-fixed-bar.anchored {
    margin-top: -76px;
  }
}
@media (max-width: 543px) {
  .grid .grid-item {
    height: 220px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .grid .grid-item img {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
  .grid .grid-item h4 {
    font-size: 13px;
  }
}
@media (max-width: 414px) {
  .grid .grid-item {
    width: 100%;
  }
  .grid .grid-item.right-desktop {
    border-right: none;
  }
  .grid .grid-item.bottom-mobile {
    border-bottom: 1px solid #9f9f9f;
  }
  .grid .grid-item:last-child {
    border-bottom: none !important;
  }
  .grid .grid-item img {
    -webkit-transform: scale(0.785);
    -moz-transform: scale(0.785);
    -ms-transform: scale(0.785);
    -o-transform: scale(0.785);
    transform: scale(0.785);
  }
  .grid .grid-item h4,
  .grid .grid-item a {
    font-size: 16px;
  }
}
.grid {
  margin-top: 32px;
}
.grid .grid-item {
  position: relative;
  cursor: pointer;
  height: 200px;
  padding: 34px 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.grid .grid-item .grid-item-inner a.mobile-link {
  display: none;
}
.grid .grid-item:hover {
  background: #fff7de;
}
.grid .grid-item:hover > .grid-item-modal {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.grid .grid-item .image-wrap {
  height: 80px;
  position: relative;
}
.grid .grid-item .image-wrap img {
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  max-height: 80px;
}
.grid .grid-item h4 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  font-size: 16px;
  margin: 16px 0 0;
}
.grid .grid-item .grid-item-modal {
  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;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  text-align: left;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  min-width: 550px;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.grid .grid-item .grid-item-modal a {
  display: block;
  padding: 30px;
}
.grid .grid-item .grid-item-modal a:hover {
  text-decoration: none;
}
.grid .grid-item .grid-item-modal h4 {
  font-size: 20px;
  margin: 0 0 12px;
}
.grid .grid-item .grid-item-modal p {
  margin: 0 0 24px;
  font-size: 15px;
}
.grid .grid-item .grid-item-modal p.bold {
  font-size: 14px;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  color: #737373;
  text-transform: uppercase;
}
.grid .grid-item .grid-item-modal i {
  margin-left: 6px;
  font-size: 14px;
}
.grid .grid-item .grid-item-modal.left {
  left: 50%;
  top: 60%;
}
.grid .grid-item .grid-item-modal.right {
  right: 50%;
  top: 60%;
}
html,
body {
  height: 100%;
}
.flexbox-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexbox-row.v-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.col-free {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.content h1,
.content h2,
.content h3 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
}
.content h1 {
  font-size: 36px;
  margin: 0 0 24px;
}
.content h2 {
  font-size: 24px;
}
.content h3 {
  font-size: 20px;
}
.content h4.large {
  font-size: 22px;
}
.content h2,
.content h3,
.content h4 {
  margin: 0 0 16px;
}
.content p {
  font-size: 15px;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  margin: 0 0 20px;
}
.content p:last-child {
  margin: 0;
}
.content p.padded {
  padding: 0 30px;
}
.content img {
  max-width: 100%;
}
.content h1,
.content h2,
.content h3,
.content p {
  color: #000000;
}
.content .row.extra-space {
  margin: 48px 0 0;
}
.content .button {
  display: inline-block;
  padding: 12px 36px;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.content .button-orange {
  background: #ff7000;
  color: #ffffff;
}
.content .button-orange:hover {
  background: #ff7e1a;
}
.content .button-transparent {
  background: transparent;
  color: #000000;
}
.content .button-transparent i {
  margin-right: 4px;
  color: #ff730d;
}
.content .button-transparent i.rotated {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.content .button-transparent:hover {
  color: #ff730d;
}
.hero {
  position: relative;
}
.hero-bg {
  background: url('/img/business-one/new/hero.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero .container {
  z-index: 2;
  position: relative;
}
.hero .ellipse {
  content: ' ';
  height: 80px;
  width: 100%;
  background: url('/img/business-one/new/ellipse.png') no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  z-index: 2;
  bottom: -3px;
  left: 0;
}
.hero .hero-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 116px;
}
.hero h1 {
  font-size: 42px;
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
}
.hero h2 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  margin: 0 0 32px;
  font-size: 28px;
}
.hero p {
  font-size: 15px;
  margin: 0 0 32px;
  padding-right: 72px;
}
section.business-one {
  padding: 0 0 64px;
  position: relative;
  z-index: 3;
}
section.business-one img {
  margin-top: 60px;
}
.padded {
  padding-left: 20px;
  padding-right: 20px;
}
.two-cols {
  background: #fbfbfa;
}
.two-cols-inner {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  max-width: 500px;
  width: 88%;
  text-align: center;
}
.two-cols .row {
  padding: 0;
  margin: 0;
}
.two-cols .row [class*="col-"] {
  padding: 0;
}
.two-cols .has-overlap:after {
  content: ' ';
  max-width: 560px;
  width: 92%;
  height: 24px;
  border-radius: 0 0 12px 12px;
  background: #fbfbfa;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.two-cols img.icon {
  margin-bottom: 12px;
}
.video {
  position: relative;
  height: 700px;
  cursor: pointer;
}
.video-bg {
  background: url('/img/business-one/new/video-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.video a {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  z-index: 2;
}
.video h1 {
  color: #ffffff;
  padding: 0 16px;
  margin: 0;
}
.video:hover .video-bg {
  opacity: .87;
}
.grid {
  padding: 64px 0;
}
.grid .content h1,
.grid .content i {
  color: #1581bd;
}
.grid .grid-row {
  margin: 24px 0 0;
}
.grid .grid-item {
  width: 25%;
  float: left;
}
.grid .grid-item:hover {
  background: #ebf5fb;
}
.grid .grid-item-inner > h4 {
  font-family: "HelveticaNeue-Black";
  font-weight: normal;
  color: #747474;
}
.grid .grid-item h5 {
  color: #1581bd;
  font-size: 14px;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #1581bd;
}
.grid .grid-item .grid-item-modal {
  background: #ebf5fb;
  border: 1px solid #000000;
  padding: 30px;
  z-index: 55;
}
.grid .grid-item .grid-item-modal p,
.grid .grid-item .grid-item-modal h4 {
  color: #000000;
}
.grid .grid-item .grid-item-modal h4 {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
}
.banner img {
  width: 100%;
}
.resolv {
  padding: 0 0 64px;
}
.resolv img {
  max-width: 75%;
}
.resolv img.logo {
  margin: -205px auto 24px;
}
.resolv .buttons {
  margin: 32px 0 0;
}
.resources {
  background: url('/img/business-one/new/resources.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 72px 0;
}
.resources h1,
.resources p {
  color: #ffffff;
}
.resources-col {
  padding: 7px;
  margin: 0;
}
.resources .box {
  border: 6px solid #0499ec;
  background: #117db9;
  width: 100%;
  height: 220px;
  padding-top: 24px;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.resources .box h3 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  color: #ffffff;
  margin: 20px 0 0;
}
.resources .box:hover {
  background: #0499ec;
}
.resources .image-wrap {
  height: 80px;
  position: relative;
}
.resources .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.resources .circle {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  text-align: center;
  border: 6px solid #0499ec;
  background: #ffffff;
}
.resources .circle i {
  font-size: 22px;
  color: #ff730d;
  line-height: 44px;
}
.highlights {
  background: url('/img/business-one/new/highlights.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
  height: 800px;
}
.highlights h1 {
  margin-top: 150px;
  color: #ffffff;
}
.fixed-bar {
  height: 90px;
}
.fixed-bar-bg {
  background: url('/img/durable-and-non-durable-goods/blue-sticky-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 1;
}
.fixed-bar-inner {
  width: 745px;
  position: relative;
  z-index: 21;
}
.fixed-bar-inner img {
  top: -33px;
  width: 70px;
}
.form {
  padding: 16px 0 64px;
  background-color: #004a8b;
  background: -webkit-gradient(linear, left top, left bottom, from(#004a8b), to(#0072c8));
  background: -webkit-linear-gradient(top, #004a8b, #0072c8);
  background: -moz-linear-gradient(top, #004a8b, #0072c8);
  background: -ms-linear-gradient(top, #004a8b, #0072c8);
  background: -o-linear-gradient(top, #004a8b, #0072c8);
  background: linear-gradient(to bottom, #004a8b 0%, #0072c8 100%);
}
.form .form-field {
  margin: 28px 0 0;
}
.form h4 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
.form h4 i,
.form h4 a {
  color: #ffffff;
}
.form h4 i {
  font-size: 32px;
  margin: 0 .25rem;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.form p.disclaimer {
  color: rgba(255, 255, 255, 0.77);
  font-size: 14px;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  margin: 4px 0 0;
}
.form form {
  margin: 20px 0 0;
}
.form ::-webkit-input-placeholder {
  opacity: 0.77;
  color: #ffffff;
}
.form :-moz-placeholder {
  opacity: 0.77;
  color: #ffffff;
}
.form ::-moz-placeholder {
  opacity: 0.77;
  color: #ffffff;
}
.form :-ms-input-placeholder {
  opacity: 0.77;
  color: #ffffff;
}
.form input,
.form textarea,
.form button,
.form .dropdown-display {
  padding: 16px;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.77);
  border: 2px solid rgba(255, 255, 255, 0.77);
  background: transparent;
  border-radius: 0;
  line-height: 150%;
  text-transform: uppercase;
}
.form textarea {
  resize: none;
  width: 100%;
}
.form dropdown-categories .dropdown-container .dropdown-list {
  border-bottom: 2px solid transparent;
}
.form dropdown-categories .dropdown-display {
  height: auto;
}
.form dropdown-categories .dropdown-display span {
  color: rgba(255, 255, 255, 0.77);
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  text-align: left;
}
.form dropdown-categories .dropdown-display .fa {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100%;
  right: 12px;
  font-size: 20px;
}
.form dropdown-categories .dropdown-display span.placeholder {
  color: rgba(255, 255, 255, 0.77);
}
.form dropdown-categories .dropdown-container.show .dropdown-list {
  max-height: 250px;
  overflow: auto;
  border-bottom: 2px solid rgba(255, 255, 255, 0.77) !important;
}
.form dropdown-categories .dropdown-list {
  top: 58px;
}
.form dropdown-categories .dropdown-list-item {
  background: #004a8b !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: 2px solid rgba(255, 255, 255, 0.77);
  border-right: 2px solid rgba(255, 255, 255, 0.77);
  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;
}
.form dropdown-categories .dropdown-list-item:last-child {
  border-radius: 0;
}
.form dropdown-categories .dropdown-list-item .fa {
  color: #ffffff;
  right: 16px;
  font-size: 16px;
}
.form dropdown-categories .dropdown-list-item:hover {
  background: #0065be;
}
.form dropdown-categories .dropdown-list-item span {
  color: #ffffff;
  font-size: 14px;
}
.form dropdown-categories .dropdown-list-item .selected {
  background: transparent !important;
}
.form input {
  width: 100%;
}
.form ul.validation-messages {
  color: #ffffff;
  font-family: "Helvetica", serif;
  font-weight: lighter;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 200%;
}
.form button {
  margin-top: 24px;
  text-align: center;
  width: 250px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.form button:hover {
  background: #ffffff;
  color: #0072c8;
}
.form .form-success {
  margin: 5rem 0;
}
.form .form-success h3 {
  color: #ffffff;
}
@media (max-width: 1920px) {
  .resolv img.logo {
    margin-top: -165px;
  }
}
@media (max-width: 1500px) {
  .resolv img.logo {
    margin-top: -135px;
  }
}
@media (max-width: 1199px) {
  section.business-one {
    padding-top: 24px;
  }
  .resolv img.logo {
    margin-top: -100px;
  }
  .resolv p.padded {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .two-cols img.icon {
    width: 90px;
  }
  .two-cols h2 {
    font-size: 20px;
  }
  .two-cols p {
    font-size: 13px;
  }
  .resources .box {
    height: 195px;
    padding-top: 15px;
  }
  .highlights {
    height: 640px;
  }
}
@media (max-width: 991px) {
  .hero {
    height: 667px !important;
  }
  .content h1 {
    font-size: 30px;
  }
  section.business-one {
    text-align: center;
    padding: 20px 0 64px;
  }
  section.business-one img {
    margin: 0 auto 24px;
  }
  .two-cols .resize-this {
    height: auto !important;
  }
  .two-cols .resize-this .two-cols-inner {
    top: 0;
    padding: 64px 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .video {
    height: 555px;
  }
  .resolv img.logo {
    margin-top: -50px;
  }
  .resolv .flexbox-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
  .resolv .flexbox-row .button-transparent {
    padding: 0;
  }
  .padded {
    padding: 0;
  }
  .highlights {
    height: 500px;
  }
  .highlights h1 {
    margin-top: 110px;
  }
  .fixed-bar .fixed-bar-inner {
    width: 360px;
    max-width: 100%;
  }
  .fixed-bar .fixed-bar-inner img {
    top: -16px;
    right: -75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid .grid-item .image-wrap {
    height: 56px;
  }
  .grid .grid-item .image-wrap img {
    height: 56px;
  }
  .grid .grid-item .grid-item-modal {
    min-width: 435px;
  }
  .resources .box {
    height: 166px;
    padding-top: 24px;
  }
  .resources .box .image-wrap {
    height: 50px;
  }
  .resources .box .image-wrap img {
    height: 50px;
  }
  .resources .box h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content h4.large {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 22px;
  }
  .hero p {
    padding-right: 0;
  }
  .hero .hero-content {
    text-align: center;
    padding-bottom: 50px;
  }
  .hero-bg {
    opacity: .58;
    background-position: center;
  }
  section.business-one img {
    margin-top: 16px;
  }
  .video {
    text-align: center;
  }
  .video .flexbox-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .video-col {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    margin: 12px auto;
  }
  .grid .grid-item {
    width: 50%;
    border-bottom: 1px solid #9f9f9f !important;
  }
  .grid .grid-item:nth-child(even) {
    border-right: none;
  }
  .grid .grid-item:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
  .grid .grid-item .grid-item-modal {
    min-width: 400px;
  }
  .grid .grid-item .grid-item-modal.tablet-left {
    left: 20%;
    top: 60%;
  }
  .grid .grid-item .grid-item-modal.tablet-right {
    left: unset;
    right: 21%;
    top: 60%;
  }
  .resources {
    background: #212e58;
  }
  .resources .box {
    height: 225px;
    padding-top: 32px;
    margin: 0 0 32px;
  }
  .highlights {
    text-align: center;
    background-color: #9f9f9f;
    background: -webkit-gradient(linear, left top, left bottom, from(#9f9f9f), to(#cacaca));
    background: -webkit-linear-gradient(top, #9f9f9f, #cacaca);
    background: -moz-linear-gradient(top, #9f9f9f, #cacaca);
    background: -ms-linear-gradient(top, #9f9f9f, #cacaca);
    background: -o-linear-gradient(top, #9f9f9f, #cacaca);
    background: linear-gradient(to bottom, #9f9f9f 0%, #cacaca 100%);
  }
  .fixed-bar {
    height: 75px;
  }
  .fixed-bar-inner img {
    display: none;
  }
  .fixed-bar-inner h1 {
    font-size: 24px;
  }
}
@media (max-width: 543px) {
  .hero {
    height: 610px !important;
  }
  .hero h1 {
    margin-top: 0;
    font-size: 28px;
  }
  .hero h2 {
    font-size: 18px;
  }
  .video {
    height: 425px;
  }
  .grid .grid-item {
    pointer-events: none;
  }
  .grid .grid-item h5 {
    display: none;
  }
  .resolv img.logo {
    margin-top: -20px;
  }
  .resolv .buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .resolv .buttons .button-col {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
  }
  .resolv .buttons .button-transparent {
    padding: 8px 0;
  }
  .resources-col {
    float: none;
    margin: 0 auto;
    width: 480px;
    max-width: 80%;
  }
  .block-xs {
    display: block;
  }
}
@media (max-width: 414px) {
  .grid .grid-item {
    height: 175px;
  }
  .grid .grid-item .image-wrap {
    height: 56px;
  }
  .grid .grid-item .image-wrap img {
    height: 56px;
  }
}
@media (max-width: 375px) {
  .content h1 {
    font-size: 25px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 22px;
  }
  .hero h2 {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .highlights {
    height: 445px;
  }
}
