/***** 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;
}
.blog-hero {
  height: 600px;
  background-size: cover;
  background-position: center;
}
.blog-hero .row {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-hero .icons {
  margin: 24px 0 0;
}
.blog-hero .icons ul {
  margin-left: 0;
  padding-left: 0;
}
.blog-hero .icons ul,
.blog-hero .icons li {
  display: inline;
}
.blog-hero .icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ff7613;
  margin: 0 8px;
  text-align: center;
  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;
}
.blog-hero .icons a:hover {
  background: #ff9446;
}
.blog-hero .icons i {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}
.blog-hero h1 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  margin: 0;
  font-size: 52px;
  color: #ffffff;
}
.blog {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(left, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(left, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(left, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(left, #ffffff, #f1f1f1);
  background: linear-gradient(to right, #ffffff 50%, #f1f1f1 50%);
}
.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6,
.blog p {
  margin: 0;
}
.blog .button-orange {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  border: none;
  font-size: 18px;
  color: #ffffff;
  background: #ff7613;
  padding: 12px 0;
  width: 100%;
  max-width: 250px;
  text-align: center;
  display: block;
}
.blog .button-orange:hover {
  background: #ff9446;
}
.blog .blog-module-article-list,
.blog .blog-module-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.blog .blog-module-article-list a,
.blog .blog-module-sidebar a {
  text-decoration: none;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.blog .blog-module-sidebar {
  width: 30%;
  padding: 64px 24px;
}
.blog .blog-module-sidebar form {
  position: relative;
}
.blog .blog-module-sidebar form input {
  background: transparent;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #5c5c5c;
  padding-right: 48px;
  padding-left: 12px;
  height: 48px;
  width: 100%;
}
.blog .blog-module-sidebar form button {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.blog .blog-module-sidebar form button i {
  font-size: 20px;
  line-height: 100%;
}
.blog .blog-module-sidebar h3 {
  font-size: 18px;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  color: #5c5c5c;
}
.blog .blog-module-sidebar a.reset {
  display: inline-block;
  margin: 12px 0 0;
  color: #ff7613;
}
.blog .blog-module-sidebar-article-list .sidebar-article {
  padding: 24px 0;
  border-bottom: 1px solid #ff7613;
}
.blog .blog-module-sidebar-article-list .sidebar-article:last-child {
  border-bottom: none;
}
.blog .blog-module-sidebar-article-list .blog-short-headline {
  font-size: 20px;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  color: #5c5c5c;
  margin: 0 0 6px;
}
.blog .blog-module-sidebar-article-list .blog-publish-date a {
  font-size: 13px;
  font-family: "Helvetica", serif;
  font-weight: lighter;
}
.blog .blog-module-sidebar-article-list .blog-short-headline a,
.blog .blog-module-sidebar-article-list .blog-publish-date a {
  color: #5c5c5c;
}
.blog .blog-module-sidebar-article-list .blog-short-headline a:hover,
.blog .blog-module-sidebar-article-list .blog-publish-date a:hover {
  color: #ff7613;
}
.blog .blog-module-article-list {
  width: 70%;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #ffffff;
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.15);
}
.blog .blog-module-article-list article {
  margin-bottom: 36px;
  padding-right: 48px;
  padding-bottom: 36px;
}
.blog .blog-module-article-list blockquote {
  font-size: 30px;
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  color: #5c5c5c;
  padding: 40px 16px 24px 24px;
  line-height: 120%;
  border-left: 1px solid #ff7613;
  position: relative;
}
.blog .blog-module-article-list blockquote:before {
  content: '\f10d';
  font-size: 36px;
  color: #ff7613;
  position: absolute;
  top: 4px;
  left: 24px;
  font-family: FontAwesome;
}
.blog .blog-module-article-list h1 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  color: #5c5c5c;
  font-size: 36px;
  margin: 0 0 12px;
}
.blog .blog-module-article-list h1 a {
  color: #5c5c5c;
}
.blog .blog-module-article-list h1 a:hover {
  color: #ff7613;
}
.blog .blog-module-article-list h2,
.blog .blog-module-article-list h3,
.blog .blog-module-article-list h4,
.blog .blog-module-article-list h5,
.blog .blog-module-article-list h6 {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  color: #5c5c5c;
  margin: 0 0 8px;
}
.blog .blog-module-article-list h2 {
  font-size: 26px;
}
.blog .blog-module-article-list h3 {
  font-size: 22px;
}
.blog .blog-module-article-list h4 {
  font-size: 18px;
}
.blog .blog-module-article-list h5 {
  font-size: 16px;
}
.blog .blog-module-article-list h6 {
  font-size: 14px;
  text-transform: uppercase;
}
.blog .blog-module-article-list a:not(.button-orange) {
  color: #ff7613;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@if @property == 'transform' {
  -webkit-transition: -webkit-transform 0.3s linear;
}
@else {
  -webkit-transition: all 0.3s linear;
}
.blog .blog-module-article-list a:not(.button-orange):hover {
  color: #df5e00;
}
.blog .blog-module-article-list table {
  width: 100%;
  margin: 16px 0;
}
.blog .blog-module-article-list table th,
.blog .blog-module-article-list table td {
  font-size: 16px;
  padding: 4px;
}
.blog .blog-module-article-list table th {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  color: #000000;
}
.blog .blog-module-article-list table td {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  color: #5c5c5c;
}
.blog .blog-module-article-list hr {
  background: #ff7613;
  height: 1px;
}
.blog .blog-module-article-list .blog-publish-date a,
.blog .blog-module-article-list .blog-publish-date h3 {
  display: block;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 12px;
  color: #ff7613;
}
.blog .blog-module-article-list p {
  font-size: 16px;
  line-height: 160%;
  color: #5c5c5c;
  margin: 0 0 20px;
  font-family: "Helvetica", serif;
  font-weight: lighter;
}
.blog .blog-module-article-list ul.categories {
  text-align: center;
  border-left: 1px solid #ff7613;
  padding: 12px 10px;
  list-style: none;
  margin-bottom: 0;
}
.blog .blog-module-article-list ul.categories img {
  margin: 0 auto 12px;
  display: block;
}
.blog .blog-module-article-list ul.categories h3 {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #5c5c5c;
}
.blog .blog-module-article-list ul.categories li.category {
  margin: 0 0 24px;
  display: block;
}
.blog .blog-module-article-list .row-bottom {
  margin: 24px 0 0;
}
.blog .blog-module-article-list .row-bottom [class*=col] {
  padding: 0;
}
.blog .blog-module-article-list .row-bottom .hr-wrap {
  padding-left: 24px;
  margin: 5px 0 0;
}
.blog .blog-module-article-list ul,
.blog .blog-module-article-list ol {
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 20px 16px;
  padding: 0;
  color: #5c5c5c;
}
.blog .blog-module-article-list ul {
  list-style: disc;
}
.blog .blog-module-article-list strong {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal;
}
.blog .blog-module-article-list .blog-byline {
  text-transform: uppercase;
  color: #5c5c5c;
  margin: 0 0 25px;
  font-size: 11px;
}
.blog .blog-module-article-list figure {
  margin: 20px 0 25px;
}
.blog .blog-module-article-list figure figcaption {
  margin: 4px 0 0;
  color: #9f9f9f;
  font-size: 12px;
  font-family: "HelveticaNeue-Medium";
  font-weight: normal;
}
.blog .blog-module-article-list figure > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-hero {
    height: 440px;
  }
  .blog-hero h1 {
    font-size: 30px;
  }
  .blog .blog-module- {
    width: 36%;
  }
  .blog .blog-module-article-list {
    width: 64%;
  }
  .blog .blog-module-article-list ul.categories {
    text-align: center;
    display: block;
    border-left: none;
    padding: 12px 0 0;
    margin-left: 0;
  }
  .blog .blog-module-article-list ul.categories li.category {
    width: 150px;
    display: inline-block;
  }
  .blog .blog-module-article-list blockquote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog {
    background: #ffffff;
  }
  .blog .blog-module-sidebar,
  .blog .blog-module-article-list {
    width: 100%;
    padding: 48px 15px 15px;
  }
  .blog .blog-module-sidebar {
    background: #f1f1f1;
  }
  .blog .blog-module-article-list {
    box-shadow: none;
  }
  .blog .blog-module-article-list article {
    padding-right: 0;
  }
  .blog .blog-module-article-list a.read-more {
    width: 100%;
    max-width: none;
  }
  .blog .blog-module-article-list h1 {
    font-size: 26px;
  }
  .blog .blog-module-article-list h2.blog-short-subheadline {
    font-size: 20px;
  }
  .blog .blog-module-article-list .blog-publish-date a {
    font-size: 16px;
  }
}
@media (max-width: 543px) {
  .blog-hero {
    background-position: 62% center;
  }
  .blog .blog-module-article-list .hr-wrap {
    display: none;
  }
  .blog .blog-module-article-list .row-bottom [class*=col] {
    width: 100%;
  }
}
