.site-content {
    background:#f1f1f1;
}
.site-content .homepage-hero .qr-code {
    display:none;
}
.site-content .hero.hero-homepage,
.site-content .hero.hero-homepage .hero-overlay {
    height: 601px;
}
.site-content .hero.hero-homepage .hero-overlay {
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:1;
    position:relative;
    /*transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;*/
}
.site-content .hero.hero-homepage .hero-overlay .bg-image {
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height: 601px;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
.site-content .hero.hero-homepage .hero-overlay.come-in,
.site-content .hero.hero-homepage .hero-overlay .bg-image.come-in {
    opacity:1;
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.default {
    background-image:url(../images/homepage-hero-version-default.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.globe {
    background-image:url(../images/homepage-hero-version-globe.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.field-mobility {
    background-image:url(../images/homepage-hero-version-field-mobility.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.barcoding {
    background-image:url(../images/homepage-hero-version-barcoding.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.wireless-networking {
    background-image:url(../images/homepage-hero-version-wireless-networking.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.rfid {
    background-image:url(../images/homepage-hero-version-rfid.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.access-control {
    background-image:url(../images/homepage-hero-version-access-control.png);
}
.site-content .hero.hero-homepage .hero-overlay .bg-image.point-of-sale {
    background-image:url(../images/homepage-hero-version-point-of-sale.png);
}
.site-content .hero.hero-homepage .hero-overlay .inner {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 100px 4% 0;
    position:relative;
}
.site-content .hero.hero-homepage .hero-overlay .inner  h1 {
    font-family: "factoria";
    font-weight: 600;
    font-size: 41px;
    line-height: 1em;
    color: #fff;
    text-transform:none;
    margin:0 auto 10px;
    max-width:700px;
}
.site-content .hero.hero-homepage .hero-overlay .inner .hero-cta {
    margin:40px 0 27px;
}
.site-content .hero.hero-homepage .hero-overlay .inner .hero-cta a:first-child {
    margin-bottom: 20px;
}
@media only screen and (min-width: 400px) {
    .site-content .hero.hero-homepage .hero-overlay .inner .hero-cta a:first-child {
        margin-right: 13px;
        margin-bottom: 0;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .hero-cta a:last-child {
        margin-left: 13px;
    }
}
.site-content .hero.hero-homepage .hero-overlay .inner p {
    font-family: "oscine";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
    margin: 0 auto 20px;
    max-width: 645px;
}
.site-content .hero.hero-homepage .hero-overlay .inner .text-link {
    font-size:24px;
    text-transform:uppercase;
    margin-top: 30px;
    position:relative;
}
.site-content .hero.hero-homepage .hero-overlay .inner .text-link:hover {
    text-decoration:none;
}
.site-content .hero.hero-homepage .hero-overlay .inner .text-link:after {
    content:'';
    display:block;
    position:absolute;
    bottom:-40px;
    left:41px;
    width: 55px;
    height: 30px;
    opacity:0;
    background:url(../images/homepage-hero-jump-arrow.png) 0 0 / 55px auto no-repeat;
    transform: translate(0,-38px);
    -moz-transform: translate(0,-38px);
    -webkit-transform: translate(0,-38px);
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
.site-content .hero.hero-homepage .hero-overlay .inner .text-link.come-in:after {
    opacity:1;
    transform: translate(0,4px);
    -moz-transform: translate(0,4px);
    -webkit-transform: translate(0,4px);
}

.site-content .hero.hero-homepage .hero-overlay .inner .node {
    display:none;
}
.site-main.home {
    margin-top: 0;
}
.site-content .row,
.site-main.home .row {
    width: 100%;
    text-align:center;
    padding:0 4%;
}
.site-content .row h2,
.site-main.home .row h2 {
    text-transform:uppercase;
}
.site-content .row p,
.site-main.home .row p {
    max-width:680px;
    margin:0 auto;
}
.site-content .row.needs-inline {
    margin-top: 0 !important;
}
.site-main.home .row.about-us {
    width:100%;
    padding-top: 65px;
    position:relative;
    z-index: 10;
    background: linear-gradient(#fff, #f1f1f1);
    background: -webkit-gradient(#fff, #f1f1f1);
    background: -webkit-linear-gradient(#fff, #f1f1f1);
    background: -moz-linear-gradient(#fff, #f1f1f1);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.site-main.home .row.about-us.come-in {
    transform: translateY(-160px);
    -moz-transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
}
.site-main.home .row.about-us .solution-cycle {
    margin-top: 50px;
    margin-bottom: 0;
}
.site-main.home .row.about-us .our-stats {
    margin-top: 100px;
}
.site-content .row.who-we-are {
    width:100%;
    padding: 40px 0;
    margin-top: 9px;
    background:#e9e9e9;
}
.site-content .row.who-we-are .inner {
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 4%;
}
.site-content .row.who-we-are .inner:after {
    content: '';
    display: block;
    clear: both;
}
.site-content .row.who-we-are .inner .top .left .content {
    max-width: 570px;
    margin:0 auto;
}
.site-content .row.who-we-are .inner p {
    font-size: 18px;
    line-height: 24px;
}
.site-content .row.who-we-are .inner .top .left .content.copy h2 {
    text-transform:none;
}
.site-content .row.who-we-are .inner .top .left .content.copy h2 br {
    display: none;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style:none;
    text-align: center;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li {
    font-weight: 700;
    line-height: 22px;
    color: #000;
    margin-bottom: 50px;
}
.site-content .row.who-we-are .inner .top .right {
    padding-top: 40px;
}
.site-content .row.who-we-are .inner .top .right form {
    background:#fff;
    border-radius: 10px;
    text-align: left;
    width:100%;
    max-width: 300px;
    min-height: 384px;
    margin:0 auto;
    padding: 25px 25px 35px;
}
.site-content .row.who-we-are .inner .top .right form h4 {
    color:#000;
    font-size: 23px;
    margin-bottom: 0;
}
.site-content .row.who-we-are .inner .top .right form p {
    font-size: 18px;
    line-height: 23px;
}
.site-content .row.who-we-are .inner .top .right form div ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.site-content .row.who-we-are .inner .top .right form div ul li {
    position:relative;
}
.site-content .row.who-we-are .inner .top .right form div ul li button {
    display: block;
    margin:15px auto 0;
    width: 100%;
    font-size:17px;
}
.site-content .row.who-we-are .inner .top .right form div ul li button.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.site-content .row.who-we-are .inner .top .right form div ul li label {
    color:#4d4d4d;
    font-size:14px;
    font-weight: 300;
}
.site-content .row.who-we-are .inner .top .right form div ul li label.error {
    color: #DF280A;
    opacity:1 !important;
}
.site-content .row.who-we-are .inner .top .right form div ul li input {
    height: 30px;
    border-color: #cacac9;
    border-radius: 0;
    padding:0 8px;
}
.site-content .row.who-we-are .inner .top .right form div.success {
    display:none;
    text-align: center;
    padding-top: 50px;
}
.site-content .row.who-we-are .inner .base {
    padding-top: 50px;
}
.site-content .row.who-we-are .inner .base p {
    max-width:100%;
}
@media only screen and (min-width: 520px) {
    .site-content .row.who-we-are .inner .top .left .content.icon-list ul:after {
        content:'';
        display: block;
        clear:both;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list ul li {
        width:50%;
        float:left;
    }

}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li i {
    width: 85px;
    height: 85px;
    display: block;
    border-radius: 50%;
    margin:0 auto;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li.first i {
    background:#fff url(../images/feature-technology-consulting-hover.png) 50% 9px/76px auto no-repeat;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li.second i {
    background:#fff url(../images/award-winning-customer-solutions.png) 50% 11px/83px auto no-repeat;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li.third i {
    background:#fff url(../images/feature-rfid-surveys-hover.png) 50% 11px/70px auto no-repeat;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li.fourth i {
    background:#fff url(../images/feature-account-management-hover.png) 50% 11px/71px auto no-repeat;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li span {
    display:inline-block;
    position:relative;
    vertical-align: top;
    padding-top: 13px;
}
.site-content .row.who-we-are .inner .top .left .content.icon-list ul li span:after {
    content:'';
    display:block;
    width: 48px;
    height: 4px;
    background:#f78f1e;
    position:absolute;
    bottom:-11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (min-width: 800px) {
    .site-content .row.who-we-are .inner {
        padding: 0 1%;
    }
    .site-content .row.who-we-are .inner .top .left {
        max-width:57%;
        float:left;
    }
    .site-content .row.who-we-are .inner .top .right {
        float:right;
        padding-top: 0;
        max-width: 300px;
    }
    .site-content .row.who-we-are .inner .base {
        clear:both;
        padding-top: 10px;
    }
    .site-content .row.who-we-are .inner .top .left .content.copy {
        text-align: left;
        padding-top: 0;
        max-width: 100%;
        background-position: 0 0;
    }
    .site-content .row.who-we-are .inner .top .left .content.copy h2 {
        font-size: 41px;
        line-height: 41px;
        margin-bottom: 8px;
    }
    .site-content .row.who-we-are .inner .top .left .content.copy p {
        max-width: 100%;
        margin: 0;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list {
        max-width: 720px;
    }
}
@media only screen and (min-width: 980px) {
    .site-content .row.who-we-are .inner {
        padding: 0 1%;
    }
    .site-content .row.who-we-are .inner .top .left {
        max-width: 900px;
        width: 66%;
        float: left;
    }
    .site-content .row.who-we-are .inner .top .left .content.copy h2 br {
        display:none;
    }
    .site-content .row.who-we-are .inner .top .right {
        padding-top: 0;
        margin-top: 5px;
        float: right;
    }
    .site-content .row.who-we-are .inner .base {
        clear: both;
    }
}
@media only screen and (min-width: 1100px) {
    .site-content .row.who-we-are .inner .top .left {
        max-width:900px;
        width:68%;
        float:left;
    }
    .site-content .row.who-we-are .inner .top .left .content {
        margin:0;
    }
    .site-content .row.who-we-are .inner .top .left .content.copy h2 br {
        display:inline;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list ul li {
        text-align: left;
        margin-bottom: 25px;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list ul li i {
        display: inline-block;
        margin: 0 20px 0 0;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list ul li span {
        padding-top: 17px;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list ul li span:after {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site-content .row.who-we-are .inner .top .right {
        padding-top: 0;
        margin-top: 5px;
        float:right;
    }
    .site-content .row.who-we-are .inner .base {
        clear:both;
        padding-top: 10px;
    }
    .site-content .row.who-we-are .inner .base p {
        text-align: left;
    }
}
@media only screen and (min-width: 1160px) {
    .site-content .row.who-we-are .inner .top .right {
        position:relative;
    }
    .site-content .row.who-we-are .inner .top .right:before {
        content:'';
        display: block;
        width: 1px;
        height: 352px;
        background:#c6c9c5;
        position:absolute;
        top:15px;
        left:-20px;
    }
}
@media only screen and (min-width: 1280px) {
    .site-content .row.who-we-are .inner {
        padding: 0 15px;
    }
    .site-content .row.who-we-are .inner .top .left {
        max-width:100%;
        width: 900px;
    }
    .site-content .row.who-we-are .inner .top .left .content.copy p {
        max-width: 90%;
    }
    .site-content .row.who-we-are .inner .top .left .content.icon-list {
        max-width: 820px;
    }
    .site-content .row.who-we-are .inner .top .right:before {
        left:-35px;
    }
}

.home .site-content .row.supported-partners {padding-bottom: 50px;}
.home .site-content .row.supported-partners .inner ul {margin-bottom: 15px;}
.home .site-content .row.supported-partners .inner a.text-link {
    color: #f78f1e;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.home .site-content .row.supported-partners .inner a.text-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -19px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f78f1e;
    border-right: none;
}

.site-content .related-slider.industries.home {
    background: #fff;
    height: 425px;
}
.site-content .related-slider.industries.home h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
@media only screen and (min-width: 600px) {
    .site-content .related-slider.industries.home h2 {
        font-size: 41px;
        margin-bottom: 15px;
    }
}
.site-content .related-slider.industries.home p {
    padding: 0 4%;
    max-width:100%;
    color:#4d4d4d;
    font-size: 20px;
    text-align:center;
    margin-bottom: 0;
}
.site-content .related-slider.industries.home .has-slick {
    position:relative;
}
.site-content .related-slider.industries.home .has-slick .pc-post-list {
    margin-top: 24px;
}
@media only screen and (max-width: 330px) {
    .site-content .related-slider.industries.home .has-slick .pc-post-list {
        margin-bottom: 24px;
    }
    body .site-content .related-slider.industries.home .has-slick .text-link {
        bottom: 12px;
        left: 42%;
        -webkit-transform: translateX(-42%);
        transform: translateX(-42%);
    }
}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li a img {
    width: 120px;
    margin-top: 9px;
}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li a img.hover {display: none;}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li:hover a img {display: none;}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li:hover a img.hover {display: block;}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li b {
    margin-top: 8px;
}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li b a {
    line-height: 22px;
    color: #4d4d4d;
}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-prev {
    left:-43px;
}
.site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-next {
    right:-20px;
}
.site-content .related-slider.industries.home .has-slick .text-link {
    color:#f78f1e;
    font-weight: bold;
    text-transform: uppercase;
    position:absolute;
    bottom:-13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.site-content .related-slider.industries.home .has-slick .text-link:hover {
    color:#f78f1e;
}
.site-content .related-slider.industries.home .has-slick .text-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -19px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f78f1e;
    border-right: none;
}
.site-content .related-slider.industries.home .has-slick .text-link:hover:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f78f1e;
}
@media only screen and (min-width: 600px) {
    .site-content .related-slider.industries.home .has-slick .pc-post-list ul .slick-track li b a {
        font-size: 18px;
    }
}
.site-content .row.home-solutions {
    background: #fff;
    padding: 60px 0 40px;
}
@media only screen and (min-width: 600px) {
    .site-content .row.home-solutions h2 {
        font-size: 41px;
        margin-bottom: 15px;
    }
}
.site-content .row.home-solutions .inner {
    width: 100%;
    max-width: 1320px;
    padding: 0 4%;
    margin: 0 auto;
}
.site-content .row.home-solutions .inner p {
    max-width: 1280px;
}
.site-content .row.home-solutions .inner ul {
    margin: 30px auto 0;
    padding: 0;
    width:100%;
    max-width:430px;
    list-style:none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-content .row.home-solutions .inner ul li {
    width:48%;
    max-width:206px;
    margin-bottom: 40px;
}
.site-content .row.home-solutions .inner ul li a div {
    width:100%;
    height: 157px;
}
.site-content .row.home-solutions .inner ul li a div.asset-tracking {
    background: url(../images/home-solutions_asset_tracking.jpg) 50% 0 / cover no-repeat;
}
.site-content .row.home-solutions .inner ul li a div.field-mobility {
    background: url(../images/home-solutions_field_mobility.jpg) 50% 0 / cover no-repeat;
}
.site-content .row.home-solutions .inner ul li a div.mobile-device-management {
    background: url(../images/home-solutions_mobile_device_mgmt.jpg) 50% 0 / cover no-repeat;
}
.site-content .row.home-solutions .inner ul li a div.rfid-solutions {
    background: url(../images/home-solutions_rfid.jpg) 50% 0 / cover no-repeat;
}
.site-content .row.home-solutions .inner ul li a div.barcode-label-printing {
    background: url(../images/home-solutions_barcode_label_printing.jpg) 50% 0 / cover no-repeat;
}
.site-content .row.home-solutions .inner ul li a div.wireless-infrastructure {
    background: url(../images/home-solutions_wireless_infrastructure.jpg) 50% 0 / cover no-repeat;
}
.site-content .row.home-solutions .inner ul li a span {
    font-family: "factoria";
    font-weight: 300;
    color:#4d4d4d;
    font-size: 18px;
    display: block;
    line-height: 20px;
    margin-top: 12px;
}
.site-content .row.home-solutions .inner ul li a:hover span {
    color:#f78f1e;
}
.site-content .row.home-solutions .inner .text-link {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.site-content .row.home-solutions .inner .text-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -19px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f78f1e;
    border-right: none;
}
@media only screen and (min-width: 730px) {
    .site-content .row.home-solutions .inner ul {
        max-width: 655px;
    }
}
@media only screen and (min-width: 1280px) {
    .site-content .row.home-solutions .inner {
        padding:0;
    }
    .site-content .row.home-solutions .inner ul {
        max-width: 100%;
    }
    .site-content .row.home-solutions .inner ul li {
        margin-bottom: 29px;
    }
}
.site-content .row.brands-testimonials {
    width:100%;
    background: #26282b;
    padding: 60px 0 50px;
}
.site-content .row.brands-testimonials h2,
.site-content .row.brands-testimonials p {
    color:#fff;
}
.site-content .row.brands-testimonials p {
    max-width: 100%;
}
.site-content .row.brands-testimonials p {
    padding: 0 4%;
}
.site-content .row .testimonials {
    width:100%;
    max-width:1280px;
    padding:65px 4% 0;
    margin:0 auto;
}
.site-content .row .testimonials .testimonial_rotator_wrap {
    margin: 15px auto 0;
    padding: 14px 0 0;
    width:100%;
    max-width:600px;
    position:relative;
}
/*.site-content .row .testimonials .testimonial_rotator_wrap:after {
    content:'';
    position:absolute;
    bottom:0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background:#424968;
}*/
.site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_quote {
    font-family: "oscine";
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color:#fff;
}
.site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_description {
    padding-left: 15px;
}
.site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_author_info {
    border:none;
    padding:15px 0 0 0;
    text-align:left;
}
.site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_author_info .testimonial_rotator_slide_title {
    display:block;
    text-transform:uppercase;
    font-size:20px;
    line-height:25px;
    letter-spacing:6px;
    font-style:normal;
    font-weight:700;
    padding:5px 0 0 0;
    color:#fff;
    position:relative;
}
.site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_author_info .testimonial_rotator_slide_title:after {
    content:'';
    display:block;
    position:absolute;
    top:16px;
    left:-15px;
    width: 6px;
    height: 1px;
    background:#c0c4cf;
}
.site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_author_info p {
    padding:0;
    margin:0;
    color:#fff;
    font-size:18px;
    font-style:normal;
    font-weight:300;
    letter-spacing: 6px;
}
.site-content .row .testimonials .feature-case-study {
    width:100%;
    margin-top: 65px;
}
.site-content .row .testimonials .feature-case-study a {
    display:block;
    width:100%;
    margin:0 auto;
    text-align:left;
    max-width:227px;
    min-height: 268px;
    background: #d9d9d9;
    border: 1px solid #fff;
    position:relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.site-content .row .testimonials .feature-case-study a:hover {
    border: 2px solid #f38d1e;
    background: #fff;
}
.site-content .row .testimonials .feature-case-study a .image-wrap {
    display: block;
    background: url(../images/case-study-slide-bg.jpg) 50% 0 / cover no-repeat;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.site-content .row .testimonials .feature-case-study a .image-wrap img {
    display: block;
}
.site-content .row .testimonials .feature-case-study a:hover .image-wrap {
    background: url(../images/case-study-slide-bg-hover.jpg) 50% 0 / cover no-repeat;
}
.site-content .row .testimonials .feature-case-study a h3 {
    font-family: "factoria";
    font-weight: 300;
    font-size: 21px;
    line-height:24px;
    color: #000;
    padding: 10px 5px 0 15px;
    margin-bottom: 3px;
}
.site-content .row .testimonials .feature-case-study a p {
    font-family: "oscine";
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    padding: 0 10px 0 15px;
}
.site-content .row .testimonials .feature-case-study a .jump-to {
    font-size: 16px;
    color: #f78f1e;
    position: absolute;
    bottom: 7px;
    right: 15px;
    opacity:0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.site-content .row .testimonials .feature-case-study a:hover .jump-to {
    opacity:1;
}

.site-content .row.needs-footer.tier-one {margin-top: 0;}

@media only screen and (min-width: 480px) {

    .site-content .row .testimonials .feature-case-study a {
        max-width:280px;
        min-height:275px;
    }
    .site-content .row .testimonials .feature-case-study a:after {
        content:'';
        display:block;
        position:absolute;
        top: 107px;
        right: -54px;
        width: 50px;
        height: 24px;
        background: url(../images/homepage-hero-jump-arrow.png) 0 0 / 50px auto no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 600px) {

    .site-content .hero.hero-homepage .hero-overlay .inner {
        padding-top: 160px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner  h1 {
        font-size:56px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner  .hero-cta a {
        padding-left: 56px;
        padding-right: 56px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner  p {
        font-size:22px;
        line-height:1.4;
    }
    .site-content .row h2,
    .site-main.home .row h2 {
        margin-bottom: 20px;
    }
    .site-content .row p,
    .site-main.home .row p {
        font-size:20px;
        line-height:27px;
    }
    .site-main.home .row.about-us .our-stats {
        margin-top: 200px;
    }
    .site-content .row .testimonials {
        padding-top: 50px;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap {
        margin-top: 23px;
        padding-top: 0;
        padding-bottom: 0;
        background-size:112px auto;
        background-position:0 0;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_quote {
        font-size:20px;
        line-height:25px;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_author_info p {
        font-size:21px;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap .testimonial_rotator_author_info p:after {
        top: 13px;
    }
    .site-content .row .testimonials .feature-case-study {
        margin-top: 120px;
    }
}

@media only screen and (min-width: 650px) {

    .site-content .hero.hero-homepage .hero-overlay .inner .node {
        display:block;
        position:absolute;
        top: 674px;
        left: 23%;
        height: 60px;
        width: 60px;
        border-radius:50%;
        cursor:pointer;
        z-index:1;
        opacity:0;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.come-in {
        opacity:1;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-2 {
        top: 154px;
        left: 15%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-3 {
        top: 193px;
        left: 47%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-4 {
        top: 603px;
        left: 79%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-5 {
        top: 120px;
        left: 74%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-6 {
        top: 724px;
        left: 56%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer {
        height: 60px;
        width: 60px;
        background:url(../images/node-outer.png) 0 0 repeat;
        border-radius:50%;
        display:block;
        position:relative;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer .node-inner {
        display:block;
        height: 42px;
        width: 42px;
        background:url(../images/node-inner.png) 0 0 repeat;
        border-radius: 50%;
        position:absolute;
        top:9px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer .node-inner .node-center {
        display:block;
        height: 7px;
        width: 7px;
        background:#000;
        border-radius: 50%;
        position:absolute;
        top:17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer .node-inner .node-center::after {
        content:'';
        display:block;
        width: 8px;
        height: 38px;
        background:url(../images/node-arm.png) 0 -38px / 8px auto no-repeat;
        position:absolute;
        top:0;
        left: 50%;
        opacity:0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer .node-inner .node-center.come-in::after {
        opacity:1;
        transform: translate(-4px,25px);
        -moz-transform: translate(-4px,25px);
        -webkit-transform: translate(-4px,25px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-3 .node-outer .node-inner .node-center.come-in::after,
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-4 .node-outer .node-inner .node-center.come-in::after,
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-6 .node-outer .node-inner .node-center.come-in::after {
        background-position:0 0;
        transform: translate(-4px,-55px);
        -moz-transform: translate(-4px,-55px);
        -webkit-transform: translate(-4px,-55px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node::after {
        display: block;
        background:url(../images/node-outer.png) 0 0 repeat;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        opacity: 0.0;
        content: "";
        z-index: -1;
        margin: auto;
        position: absolute;
        top: 0;
        left: -20px;
        bottom: 0;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.hover::after {
        animation: pulsate .6s ease-out;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer .node-inner .node-center .node-text {
        font-family: "factoria";
        font-size: 29px;
        line-height:29px;
        font-weight: 500;
        color: #f78f1e;
        display: block;
        white-space: nowrap;
        opacity: 0;
        cursor:default;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node .node-outer .node-inner .node-center .node-text.come-in {
        opacity:1;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-1 .node-outer .node-inner .node-center .node-text.come-in {
        transform: translate(-100px,74px);
        -moz-transform: translate(-100px,74px);
        -webkit-transform: translate(-100px,74px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-2 .node-outer .node-inner .node-center .node-text.come-in {
        transform: translate(-74px,74px);
        -moz-transform: translate(-74px,74px);
        -webkit-transform: translate(-74px,74px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-3 .node-outer .node-inner .node-center .node-text.come-in {
        transform: translate(-154px,-93px);
        -moz-transform: translate(-154px,-93px);
        -webkit-transform: translate(-154px,-93px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-4 .node-outer .node-inner .node-center .node-text.come-in {
        transform: translate(-36px,-93px);
        -moz-transform: translate(-36px,-93px);
        -webkit-transform: translate(-36px,-93px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-5 .node-outer .node-inner .node-center .node-text.come-in {
        transform: translate(-99px,74px);
        -moz-transform: translate(-99px,74px);
        -webkit-transform: translate(-99px,74px);
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-6 .node-outer .node-inner .node-center .node-text.come-in {
        transform: translate(-88px,-93px);
        -moz-transform: translate(-88px,-93px);
        -webkit-transform: translate(-88px,-93px);
    }

    @keyframes pulsate {
        0% {
            transform: scale(0.1, 0.1);
            opacity: 0.0;
        }
        50% {
            opacity: 1.0;
        }
        100% {
            transform: scale(1.2, 1.2);
            opacity: 0.0
        }
    }

}

@media only screen and (min-width: 770px) {

    .site-main.home .row.about-us .solution-cycle {
        margin-left: 7%;
    }
    .site-main.home .row.about-us .our-stats {
        margin-top: 280px;
    }
    .site-content .row.brands-testimonials p {
        padding: 0;
    }

}

@media only screen and (min-width: 979px) {

    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-1 {
        top: 487px;
        left: 13%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-2 {
        top: 290px;
        left: 9%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-3 {
        top: 193px;
        left: 34%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-4 {
        top: 385px;
        left: 86%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-5 {
        top: 179px;
        left: 83%;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-6 {
        top: 550px;
        left: 71%;
    }
    .site-main.home .solution-cycle .inner .svg-canvas #line_one.come-in,
    .site-main.home .solution-cycle .inner .svg-canvas #line_two.come-in,
    .site-main.home .solution-cycle .inner .svg-canvas #line_three.come-in {
        display:block;
    }
    .site-main.home .solution-cycle .inner .step .step-icon span {
        font-size:27px;
    }
    .site-main.home .solution-cycle .inner .step.one .step-icon span {
        left: 90px;
    }
    .site-main.home .solution-cycle .inner .step.two .step-icon span {
        left: 85px;
    }
    .site-main.home .solution-cycle .inner .step.three .step-icon span {
        left: 67px;
    }
    .site-content .row .testimonials:after {
        content:'';
        display:block;
        clear:both;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap {
        margin-left: auto;
        margin-right: auto;
        text-align:left;
        width:100%;
        max-width:1020px;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap:after {
        bottom:289px;
        left: 83%;
        -moz-transform: rotate(90deg) translateX(0);
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
    }
    .site-content .row.brands-testimonials:after {
        content:'';
        display:block;
        clear:both;
    }
    .site-content .row .testimonials .feature-case-study {
        float:right;
        width: 32%;
        margin-top: 45px;
    }
    .site-content .row .testimonials .feature-case-study a {
        max-width: 227px;
    }
    .site-content .row .testimonials .feature-case-study a:after {
        display:none;
    }

}

@media only screen and (min-width: 1020px) {

    .site-main.home .row.about-us .solution-cycle {
        margin-top: 100px;
        margin-bottom: 0;
        margin-left:auto;
    }
    .site-main.home .solution-cycle .inner {
        margin-left:5%;
    }
    .site-main.home .row.about-us .solution-cycle .inner .step.one .step-icon span.come-in {
        transform: translate(-101px, -133px);
        -moz-transform: translate(-101px, -133px);
        -webkit-transform: translate(-101px, -133px);
        left:121px;
    }
    .site-main.home .row.about-us .solution-cycle .inner .step.two .step-icon span.come-in {
        transform: translate(-246px, -133px);
        -moz-transform: translate(-246px, -133px);
        -webkit-transform: translate(-246px, -133px);
        left:262px;
    }
    .site-main.home .row.about-us .solution-cycle .inner .step.three .step-icon span.come-in {
        transform: translate(-88px, -133px);
        -moz-transform: translate(-88px, -133px);
        -webkit-transform: translate(-88px, -133px);
        left:100px;
    }
    .site-main.home .row.about-us .our-stats {
        margin-top: 130px;
    }


}
@media only screen and (min-width: 1090px) {
    .site-content .hero.hero-homepage .hero-overlay .inner {
        padding-top: 245px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner  h1 {
        max-width:100%;
    }
}
@media only screen and (min-width: 1280px) {

    .site-content .hero.hero-homepage .hero-overlay .inner {
        padding-left: 0;
        padding-right:0;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-1 {
        top: 526px;
        left: 173px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-2 {
        top: 306px;
        left: 133px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-3 {
        top: 231px;
        left: 407px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-4 {
        top: 491px;
        left: 1095px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-5 {
        top: 161px;
        left: 1074px;
    }
    .site-content .hero.hero-homepage .hero-overlay .inner .node.n-6 {
        top: 303px;
        left: 874px;
    }
    .site-main.home .row.about-us .solution-cycle {
        margin-top: 130px;
    }
    .site-main.home .solution-cycle .inner {
        margin-left: 3%;
    }
    .site-main.home .row.about-us .solution-cycle .inner .step.one .step-icon span.come-in {
        transform: translate(-93px, -133px);
        -moz-transform: translate(-93px, -133px);
        -webkit-transform: translate(-93px, -133px);
        left: 132px;
    }
    .site-main.home .row.about-us .solution-cycle .inner .step.two .step-icon span.come-in {
        transform: translate(-238px, -133px);
        -moz-transform: translate(-238px, -133px);
        -webkit-transform: translate(-238px, -133px);
        left: 277px;
    }
    .site-main.home .row.about-us .solution-cycle .inner .step.three .step-icon span.come-in {
        transform: translate(-77px, -133px);
        -moz-transform: translate(-77px, -133px);
        -webkit-transform: translate(-77px, -133px);
        left: 106px;
    }
    .site-main.home .row.about-us .our-stats .metrics {
        max-width: 100%;
    }
    .site-content .row .testimonials {
        padding-left: 15px;
        padding-right: 0;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap {
        margin-top: 0;
    }
    .site-content .row .testimonials .testimonial_rotator_wrap:after {
        bottom:275px;
    }
    .site-content .row .testimonials .feature-case-study {
        width:27%;
        margin-top: 0;
    }
    .site-content .row .testimonials .feature-case-study a {
        max-width:280px;
        margin-left: 0;
        margin-right: 0;
    }
    .site-content .row .testimonials .feature-case-study a:after {
        display:block;
        left:110%;
    }
}

