a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
ruby,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}
a {
    text-decoration: none;
    display: table;
}
a,
h1,
h2,
h3,
label,
li,
p,
td,
th {
    text-align: left;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
i[class*="ion-"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    padding: 0 5px 0 5px;
    display: inline-block;
}
i[class*="ion-"].hamburger {
    display: none;
}
body {
    overflow-x: hidden;
}
.img-cont img {
    max-width: 100%;
    max-height: 100%;
}
.desktop-center {
    margin: 0 auto;
    display: block !important;
}
.hide-on-desktop {
    display: none;
}
.grid-cont {
    max-width: 1140px;
    margin: 0 auto;
    width: 95%;
}
.slide-in-grid-cont {
    max-width: 1140px;
    margin: 0 auto;
    width: 95%;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-spread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-spread-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dw-5 {
    width: 5%;
}
.dw-10 {
    width: 10%;
}
.dw-15 {
    width: 15%;
}
.dw-20 {
    width: 20%;
}
.dw-25 {
    width: 25%;
}
.dw-30 {
    width: 30%;
}
.dw-35 {
    width: 35%;
}
.dw-40 {
    width: 40%;
}
.dw-45 {
    width: 45%;
}
.dw-50 {
    width: 50%;
}
.dw-55 {
    width: 55%;
}
.dw-60 {
    width: 60%;
}
.dw-65 {
    width: 65%;
}
.dw-70 {
    width: 70%;
}
.dw-75 {
    width: 75%;
}
.dw-80 {
    width: 80%;
}
.dw-85 {
    width: 85%;
}
.dw-90 {
    width: 90%;
}
.dw-95 {
    width: 95%;
}
.dw-100 {
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .grid-cont {
        width: 95%;
    }
    .lw-5 {
        width: 5%;
    }
    .lw-10 {
        width: 10%;
    }
    .lw-15 {
        width: 15%;
    }
    .lw-20 {
        width: 20%;
    }
    .lw-25 {
        width: 25%;
    }
    .lw-30 {
        width: 30%;
    }
    .lw-35 {
        width: 35%;
    }
    .lw-40 {
        width: 40%;
    }
    .lw-45 {
        width: 45%;
    }
    .lw-50 {
        width: 50%;
    }
    .lw-55 {
        width: 55%;
    }
    .lw-60 {
        width: 60%;
    }
    .lw-65 {
        width: 65%;
    }
    .lw-70 {
        width: 70%;
    }
    .lw-75 {
        width: 75%;
    }
    .lw-80 {
        width: 80%;
    }
    .lw-85 {
        width: 85%;
    }
    .lw-90 {
        width: 90%;
    }
    .lw-95 {
        width: 95%;
    }
    .lw-100 {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .tablet-center {
        margin: 0 auto;
        display: block;
    }
    .hide-on-tablet {
        display: none;
    }
    .hide-on-desktop {
        display: block;
    }
    .tw-5 {
        width: 5%;
    }
    .tw-10 {
        width: 10%;
    }
    .tw-15 {
        width: 15%;
    }
    .tw-20 {
        width: 20%;
    }
    .tw-25 {
        width: 25%;
    }
    .tw-30 {
        width: 30%;
    }
    .tw-35 {
        width: 35%;
    }
    .tw-40 {
        width: 40%;
    }
    .tw-45 {
        width: 45%;
    }
    .tw-50 {
        width: 50%;
    }
    .tw-55 {
        width: 55%;
    }
    .tw-60 {
        width: 60%;
    }
    .tw-65 {
        width: 65%;
    }
    .tw-70 {
        width: 70%;
    }
    .tw-75 {
        width: 75%;
    }
    .tw-80 {
        width: 80%;
    }
    .tw-85 {
        width: 85%;
    }
    .tw-90 {
        width: 90%;
    }
    .tw-95 {
        width: 95%;
    }
    .tw-100 {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    [class*="dw-"],
    [class*="tw-"] {
        width: 100%;
    }
    .hide-on-mobile {
        display: none;
    }
    .mw-5 {
        width: 5%;
    }
    .mw-10 {
        width: 10%;
    }
    .mw-15 {
        width: 15%;
    }
    .mw-20 {
        width: 20%;
    }
    .mw-25 {
        width: 25%;
    }
    .mw-30 {
        width: 30%;
    }
    .mw-35 {
        width: 35%;
    }
    .mw-40 {
        width: 40%;
    }
    .mw-45 {
        width: 45%;
    }
    .mw-50 {
        width: 50%;
    }
    .mw-55 {
        width: 55%;
    }
    .mw-60 {
        width: 60%;
    }
    .mw-65 {
        width: 65%;
    }
    .mw-70 {
        width: 70%;
    }
    .mw-75 {
        width: 75%;
    }
    .mw-80 {
        width: 80%;
    }
    .mw-85 {
        width: 85%;
    }
    .mw-90 {
        width: 90%;
    }
    .mw-95 {
        width: 95%;
    }
    .mw-100 {
        width: 100%;
    }
}
.red-link {
    color: #ed3023;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
}
.red-link:hover {
    text-decoration: underline;
}
.angled-shape {
    display: none;
    width: 100%;
}
.skewed-bg {
    display: table;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.skewed-bg:focus,
.skewed-bg:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}
.skewed-bg.red {
    background-color: #ed3023;
    margin-left: 10px;
}
.skewed-bg.grey {
    background-color: #bbb;
}
.skewed-bg * {
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.skewed-bg a {
    color: #fff;
}
.skewed-bg:hover {
    cursor: pointer;
}
.red-and-white {
    background-color: #ed3023;
    color: #fff;
    padding: 40px 0;
}
.large-header {
    font-weight: 400;
}
.large-header.news {
    width: 90%;
    line-height: 1;
    color: #ed3023;
    margin-top: 40px;
    margin-bottom: 40px;
}
.slanted-subheader {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    font-style: italic;
    max-width: 70%;
}
.intro-copy p {
    padding-bottom: 20px;
}
.intro-copy a {
    color: #ed3023;
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.intro-copy .skewed-bg.red a {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 700;
}
.intro-copy a:focus,
.intro-copy a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.long-li {
    line-height: 1.2;
}
.small-par {
    font-size: 20px;
}
.section-header {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 20px;
}
.section-space {
    padding-top: 20px;
}
[data-fx="grow"] {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[data-fx="fade-in"] {
    opacity: 0;
}
[data-fx="slide-in-left"] {
    opacity: 0;
    margin-left: -2000px;
}
[data-fx="slide-in-right"] {
    opacity: 0;
    margin-right: -2000px;
}
[data-fx="slide-out-right"] {
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    margin-right: -2000px;
}
[data-fx="slide-in-hidden"] {
    overflow: hidden;
}
.grow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.fade-in {
    opacity: 1;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.slide-in-left,
.slide-in-right {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: opacity 2s ease-in-out, margin 2s ease-in-out;
    transition: opacity 2s ease-in-out, margin 2s ease-in-out;
}
.slide-in-hidden {
    overflow: unset;
}
@-webkit-keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        -webkit-transition-property: left, top, opacity;
        transition-property: left, top, opacity;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        -webkit-transition-property: left, top, opacity;
        transition-property: left, top, opacity;
    }
}
@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        -webkit-transition-property: left, top, opacity;
        transition-property: left, top, opacity;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        -webkit-transition-property: left, top, opacity;
        transition-property: left, top, opacity;
    }
}
a,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
p,
td,
th {
    font-family: nudista-web;
    text-decoration: none;
    font-weight: 200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
input::-webkit-input-placeholder {
    font-family: nudista-web;
    text-decoration: none;
    font-weight: 200;
}
input:-ms-input-placeholder {
    font-family: nudista-web;
    text-decoration: none;
    font-weight: 200;
}
input::-ms-input-placeholder {
    font-family: nudista-web;
    text-decoration: none;
    font-weight: 200;
}
input::placeholder {
    font-family: nudista-web;
    text-decoration: none;
    font-weight: 200;
}
a,
h3,
label,
li,
p,
td,
th {
    font-size: 22px;
    line-height: 1.4;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
a {
    display: table;
}
a:hover {
    cursor: pointer;
}
a i {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.clear {
    clear: both;
}
.hero-header-copy {
    padding-top: 20px;
}
.hero-header-copy h1 {
    line-height: 1;
    color: #ed3023;
    margin-top: 20px;
}
.breadcrumbs a {
    color: #bbb;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.breadcrumbs span {
    color: #ed3023;
    font-weight: 400;
    font-size: 20px;
}
.breadcrumbs span:hover {
    text-decoration: none;
}
.sticky-top {
    position: fixed !important;
    top: 0;
}
.vacall-logo {
    z-index: 2;
    width: 100%;
    padding-top: 20px;
}
.inc-green-that-works {
    background: #fff;
    padding-top: 40px;
    margin-top: 40px;
}
.inc-green-that-works .fx-container {
    overflow: hidden;
}
.inc-green-that-works h2 {
    font-style: italic;
    color: #489b30;
}
.inc-built-to-work {
    background: #000000;
    padding-top: 40px;
    /*margin-top: 40px; */
}
.inc-built-to-work .fx-container {
    overflow: hidden;
}
.inc-built-to-work h2 {
    font-style: italic;
    color: #ed3023;
}
.page-wrapper {
    background: #dedede url(/img/products/hero-bg-products.jpg) no-repeat;
    background-size: 100% auto;
    min-height: 810px;
}
.page-wrapper.homepage {
    background-color: #bbb;
}
.page-wrapper.locator {
    overflow: hidden;
}
.page-wrapper.quality-policy {
    overflow: hidden;
    min-height: calc(100vh - 100px);
}
.button {
    background-color: #ed3023;
    padding: 5px 10px;
    border-radius: 3px;
}
.hero-bg {
    height: auto;
    position: relative;
    background-size: 100% auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/img/products/hero-bg-products.jpg);
}
.hero-bg.contact {
    padding-bottom: 200px;
}
.hero {
    padding-top: 20px;
}
.hero img {
    max-height: 100%;
    max-width: 100%;
}
.red-head {
    padding-bottom: 10px;
    color: #ed3023;
}
.current-job-story {
    background: url(/img/angled-bg.png) no-repeat center center;
    background-size: 126% 100%;
    padding: 50px 0 40px 0;
}
.current-job-story .red-link {
    display: none;
}
.current-job-story .flex-spread-wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.current-job-story .flex-spread-wrap .copy {
    width: 42%;
}
.current-job-story .flex-spread-wrap .copy h4 {
    color: #ed3023;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.current-job-story .flex-spread-wrap .copy .product-job-story-heading {
    color: #3c3c3c;
    font-weight: 400;
}
.current-job-story .flex-spread-wrap .at-work-cont {
    position: relative;
}
.current-job-story .flex-spread-wrap .at-work-cont .main-image {
    border: 1px solid #707070;
}
.current-job-story .flex-spread-wrap .at-work-cont .at-work-logo {
    position: absolute;
    top: -13%;
    right: -10%;
    width: 45%;
}
.all-smart-flow {
    padding-top: 40px;
}
.all-smart-flow h2 {
    font-weight: 100;
    font-style: italic;
    margin-bottom: 20px;
}
.hamburger {
    display: none;
}
.hamburger.ion-close {
    display: none;
}
.nav-cont {
    position: fixed;
    z-index: 10000;
    top: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: -300px;
    opacity: 0;
}
.nav-cont li {
    line-height: 2;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
    cursor: pointer;
    display: block;
    list-style-type: none;
}
.nav-cont li:hover {
    background-color: #ed3023;
}
.nav-cont li a {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    color: #fff;
}
.nav-cont.active {
    right: 0;
    opacity: 1;
}
.nav-cont .wrapper {
    position: relative;
    top: 0;
    min-width: 275px;
    height: 200px;
}
.nav-cont .wrapper .nav-main-links {
    z-index: 1;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: -300px;
    opacity: 0;
}
.nav-cont .wrapper .nav-main-links li i {
    color: #ed3023;
    padding: 0 0 0 5px;
    position: relative;
}
.nav-cont .wrapper .nav-main-links li .red-slash {
    height: 12px;
    width: 5px;
    background-color: #ed3023;
    display: inline-block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.nav-cont .wrapper .nav-main-links li:hover .red-slash {
    background-color: #fff;
}
.nav-cont .wrapper .nav-main-links.active {
    right: 0;
    opacity: 1;
}
.nav-cont .wrapper .nav-submenu {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -300px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 110%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-cont .wrapper .nav-submenu li:first-child {
    font-size: 40px;
    padding-left: 10px;
    color: #ed3023;
}
.nav-cont .wrapper .nav-submenu li:hover i {
    color: #fff;
}
.nav-cont .wrapper .nav-submenu li a {
    font-weight: 400;
    line-height: 2;
}
.nav-cont .wrapper .nav-submenu li a i {
    padding-left: 10px;
}
.nav-cont .wrapper .nav-submenu li a i:hover {
    cursor: pointer;
}
.nav-cont .wrapper .nav-submenu li a.main-page {
    font-weight: 700;
    font-style: italic;
}
.nav-cont .wrapper .nav-submenu.active {
    opacity: 1;
    right: 0;
}
.nav-secondary {
    position: absolute;
    right: 53px;
    z-index: 2;
    top: 5px;
}
.nav-secondary a {
    font-size: 15px;
    display: inline-block;
    color: #ed3023;
}
.nav-secondary a:hover {
    text-decoration: underline;
}
.nav-secondary span {
    color: #3c3c3c;
    font-size: 20px;
}
.nav-onscroll-cont {
    width: 100%;
    clear: both;
    z-index: 10000;
    position: fixed;
    top: -100px;
    opacity: 0;
    height: 80px;
    background-color: #3c3c3c;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.nav-onscroll-cont:after {
    content: "";
    display: table;
    clear: both;
}
.nav-onscroll-cont.active {
    top: 0;
    opacity: 1;
}
.nav-onscroll-cont .vacall-logo-tablet {
    display: none;
}
.nav-onscroll-cont .vacall-logo-desktop {
    width: 150px;
    padding-top: 10px;
}
.nav-onscroll-cont .main-links {
    padding-bottom: 10px;
}
.nav-onscroll-cont .main-links li {
    display: inline-block;
    padding-right: 20px;
    width: auto;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
}
.nav-onscroll-cont .main-links li:hover {
    text-decoration: underline;
    cursor: pointer;
}
.nav-onscroll-cont .main-links li.active {
    background-color: #ed3023;
    padding-left: 10px;
    height: 0;
    border-bottom: 30px solid #ed3023;
    border-right: 10px solid #3c3c3c;
}
.nav-onscroll-cont .main-links li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
.nav-onscroll-cont .main-links li a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.nav-onscroll-cont .red-bg {
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 79px;
    width: 100%;
}
.nav-onscroll-cont .red-bg.active {
    background-color: #ed3023;
    -webkit-box-shadow: 0 19px 8px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 8px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    height: 350px;
    z-index: 1;
}
.nav-onscroll-cont .wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.nav-onscroll-cont .wrapper.active {
    height: 500px;
}
.nav-onscroll-cont .wrapper .main-page-link {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    margin: 0;
    font-weight: 700;
}
.nav-onscroll-cont .wrapper .main-page-link:hover {
    text-decoration: underline;
}
.nav-onscroll-cont .wrapper .submenu {
    border-left: 2px solid #fff;
    padding-left: 1vw;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    position: absolute;
    margin-top: 20px;
    left: 0;
}
.nav-onscroll-cont .wrapper .submenu.active {
    opacity: 1;
    z-index: 10;
}
.nav-onscroll-cont .wrapper .submenu li {
    list-style: none;
    display: block;
    z-index: 1;
}
.nav-onscroll-cont .wrapper .submenu a {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}
.nav-onscroll-cont .wrapper .submenu a i {
    padding-left: 10px;
}
.nav-onscroll-cont .wrapper .submenu a:hover {
    text-decoration: underline;
}
.nav-onscroll-cont .wrapper .secondary-list {
    width: 40%;
    float: left;
    margin-left: 30px;
    padding-bottom: 100px;
    display: none;
}
.nav-onscroll-cont .secondary {
    top: 10px;
    position: absolute;
    right: 20px;
}
.nav-onscroll-cont .secondary a {
    color: #ed3023;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
.nav-onscroll-cont .secondary a:hover {
    text-decoration: underline;
}
.nav-onscroll-cont .secondary a:nth-of-type(1) {
    margin-right: -1px;
}
.nav-onscroll-cont .secondary a:nth-of-type(2) {
    margin-left: 8px;
}
.nav-onscroll-cont .secondary p {
    color: #fff;
    display: inline-block;
}
.homepage .current-job-story {
    background: 0 0;
}
.homepage .current-job-story .red-link {
    display: block;
}
.homepage .current-job-story .vacall-tv-link {
    margin-top: 10%;
}
.homepage .current-job-story .vacall-tv-link img {
    width: 100%;
}
.homepage-logo {
    position: absolute;
    top: 0;
    z-index: 3;
}
.homepage-vacall-tv {
    color: #fff;
    background: #bbb url(/img/homepage/vacall-tv-bg.gif) no-repeat left;
    padding: 20px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.homepage-vacall-tv .copy h1 {
    font-style: italic;
    font-size: 80px;
    margin: 0;
    line-height: 1;
    font-family: futura-pt;
}
.homepage-vacall-tv .copy h1 span:nth-of-type(2) {
    color: #ed3023;
}
.homepage-vacall-tv .copy h3 {
    font-weight: 400;
    color: #ed3023;
    margin: 0;
    line-height: 1;
    padding-bottom: 10px;
}
.homepage-vacall-tv .copy p {
    line-height: 1.3;
}
.homepage-vacall-tv .video-cont {
    overflow: hidden;
}
.homepage-vacall-tv .video-cont .model-discovery-video,
.homepage-vacall-tv .video-cont .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.homepage-vacall-tv .video-cont .model-discovery-video embed,
.homepage-vacall-tv .video-cont .model-discovery-video iframe,
.homepage-vacall-tv .video-cont .model-discovery-video object,
.homepage-vacall-tv .video-cont .video embed,
.homepage-vacall-tv .video-cont .video iframe,
.homepage-vacall-tv .video-cont .video object {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.homepage-lower-bg {
    background: #bbb url(/img/homepage/lower-bg.jpg) no-repeat center center;
    background-size: contain;
}
.homepage-headlines hr.homepage-headlines {
    color: #000;
    font-weight: 100;
    width: 100%;
    margin-bottom: 10px;
}
.homepage-headlines .homepage-headlines-content {
    padding-bottom: 40px;
}
.homepage-headlines .homepage-headlines-content .headline-cont:nth-of-type(1) {
    margin-bottom: 40px;
}
.homepage-headlines .homepage-headlines-content .headline-cont .thumbnail {
    width: 70px;
    height: 70px;
    background-size: cover;
    border: 1px solid #ed3023;
    margin-right: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.homepage-headlines .homepage-headlines-content .headline-cont .copy a {
    margin-top: 10px;
}
.homepage-headlines .homepage-headlines-content p {
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
}
.homepage-headlines .homepage-headlines-content a {
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.homepage-headlines .homepage-headlines-content a:focus,
.homepage-headlines .homepage-headlines-content a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.homepage-headlines .homepage-headlines-content a:hover {
    text-decoration: underline;
}
.homepage-image-slider {
    height: 50vw;
    position: relative;
}
.homepage-image-slider .image-slider .wrapper .slider-overlay {
    background: url(/img/homepage/slider-overlay.png) no-repeat top center;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    background-size: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.homepage-image-slider .image-slider .wrapper .slick-slide img {
    width: 100%;
    margin-top: -1px;
}
.homepage-image-slider .image-slider .wrapper .copy-cont {
    position: relative;
    top: -350px;
    z-index: 3;
}
.homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy h3 {
    font-style: italic;
}
.homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy p {
    line-height: 1.3;
}
.homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy a {
    float: right;
    margin-top: 5px;
}
.homepage-image-slider .slider-nav-cont {
    margin-top: -350px;
    z-index: 3;
}
.homepage-image-slider .slider-nav-cont .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
}
.homepage-image-slider .slider-nav-cont .slider-nav li {
    border: 0;
    background: #dedede;
    color: #000;
    font-size: 16px;
    padding: 10px;
    width: 60px;
    margin: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.homepage-image-slider .slider-nav-cont .slider-nav li button {
    display: none;
}
.homepage-image-slider .slider-nav-cont .slider-nav li:hover {
    background: #ed3023;
    cursor: pointer;
}
.homepage-image-slider .slider-nav-cont .slider-nav li.slick-active {
    background: #ed3023;
}
.products .products-machine-and-copy {
    width: 100%;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 40px !important;
    margin-bottom: 100px;
}
.products .products-machine-and-copy .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.products .products-machine-and-copy .img-cont {
    position: relative;
    z-index: 10;
    margin-top: -20px;
}
.products .products-machine-and-copy .skewed-red-bar {
    position: absolute;
    height: 87px;
}
.products .products-machine-and-copy h2 {
    margin-top: 5px;
}
.products .products-machine-and-copy.bg-right {
    background-image: url(/img/products/hash-bg-right.jpg);
}
.products .products-machine-and-copy.bg-right .copy {
    position: relative;
    left: 3vw;
    z-index: 10;
}
.products .products-machine-and-copy.bg-right .copy h2 {
    color: #dedede;
    font-style: italic;
}
.products .products-machine-and-copy.bg-right .copy h2.recycler {
    margin-top: 40px;
}
.products .products-machine-and-copy.bg-right .skewed-red-bar {
    left: 0;
    width: 43%;
}
.products .products-machine-and-copy.bg-left {
    background-image: url(/img/products/hash-bg-left.jpg);
}
.products .products-machine-and-copy.bg-left .copy {
    position: relative;
    right: -3vw;
    z-index: 10;
}
.products .products-machine-and-copy.bg-left .copy h2 {
    color: #dedede;
    font-style: italic;
}
.products .products-machine-and-copy.bg-left .skewed-red-bar {
    right: 0;
    width: 40%;
}
.products .products-machine-and-copy.bg-left .img-cont {
    margin-top: -80px;
}
.product-page.sewer-cleaners {
    background-image: url(/img/products/models/sewer-cleaners/sewer-cleaner-header-img.png);
}
.product-page.catch-basin {
    background-image: url(/img/products/models/catch-basin-cleaners/catch-basin-header-img.png);
}
.product-page.jetters {
    background-image: url(/img/products/models/truck-mounted-jetters/alljet-header-img.png);
}
.product-page.excavators {
    background-image: url(/img/products/models/hydro-excavators/hydro-ex-header-img.png);
}
.product-page.loaders {
    background-image: url(/img/products/models/industrial-vacuum-loaders/industrial-vac-header-img.png);
}
.product-page.sweepers {
    background-image: url(/img/products/models/street-sweepers/street-sweeper-header-img.png);
}
.product-page.recyclers {
    background-image: url(/img/products/models/sewer-cleaners/sewer-cleaner-header-img.png);
}
.product-page .hero-slider {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.product-page .hero-slider .hero {
    width: 100%;
}
.product-page .hero-slider + div > .red {
    -ms-flex-item-align: center;
    align-self: center;
}
.product-page .hero-slider + div > .demo-button-cont {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.product-page .hero-slider + div > .demo-button-cont .skewed-bg.red {
    width: 200px;
    margin-bottom: 20px;
}
.product-page .thumbnail-slider-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    margin-top: 30px;
}
.product-page .thumbnail-slider-cont .arrow {
    font-size: 100px;
    color: #ed3023;
}
.product-page .thumbnail-slider-cont .thumbnail-slider {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
}
.product-page .thumbnail-slider-cont .thumbnail-slider .active {
    border: 1px solid #ed3023;
    background-color: #fff;
}
.product-page .thumbnail-slider-cont .thumbnail-slider .thumb {
    width: calc(25% - 6.5px);
    margin-right: 5px;
}
.product-page .product-job-story {
    margin: 40px 0;
}
.product-page .product-job-story .product-story-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}
.product-page .product-job-story .product-story-cont .product-story-copy {
    width: 50%;
    display: inline-block;
}
.product-page .product-job-story .product-story-cont .product-story-copy p {
    padding-bottom: 20px;
}
.product-page .product-job-story .product-story-cont .product-story-video-cont {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.product-page .product-job-story .product-story-cont .product-story-video-cont .skewed-bg {
    margin: 20px auto 40px auto;
}
.product-page .product-job-story .product-story-cont .product-story-video-cont .product-story-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.product-page .product-job-story .product-story-cont .product-story-video-cont .product-story-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-page .product-job-story .product-story-cont .product-story-video-cont .red-link-cont {
    text-align: right;
    margin: 30px 0 0 0;
}
.product-page .product-job-story .product-story-cont .product-story-video-cont .red-link-cont a {
    display: inline-block;
}
.product-page .product-job-story .product-story-cont .img-cont {
    width: 50%;
}
.product-page .product-job-story .product-story-cont .img-cont img {
    width: 100%;
}
.product-page .save-water {
    padding: 40px 0;
    background: url(../img/products/models/water-recycling-system/flow-blue-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 40px;
}
.product-page .save-water .grid-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-page .save-water .grid-cont .copy-cont {
    width: 60%;
    color: #fff;
}
.product-page .save-water .grid-cont .copy-cont h2 {
    padding-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
}
.product-page .save-water .grid-cont .img-cont {
    width: 30%;
}
.product-page .save-water .grid-cont .img-cont img {
    width: 100%;
}
.product-page .features-specs input[type="checkbox"],
.product-page .features-specs input[type="radio"] {
    display: none;
}
.product-page .features-specs .mobile {
    display: none;
}
.product-page .features-specs #features-radio:checked ~ .product-tabs .features-tab,
.product-page .features-specs #specs-radio:checked ~ .product-tabs .specs-tab {
    color: #ed3023;
    background-color: #3c3c3c;
}
.product-page .features-specs #features-radio:not(:checked) ~ .product-tabs .features-tab,
.product-page .features-specs #specs-radio:not(:checked) ~ .product-tabs .specs-tab {
    color: #3c3c3c;
    background-color: #a2a2a2;
}
.product-page .features-specs #features-radio:not(:checked) ~ .product-tabs .features-tab:hover,
.product-page .features-specs #specs-radio:not(:checked) ~ .product-tabs .specs-tab:hover {
    color: #ed3023;
}
.product-page .features-specs #features-radio:checked ~ .product-tab-cont .features-cont,
.product-page .features-specs #specs-radio:checked ~ .product-tab-cont .specs-cont {
    display: block;
}
.product-page .features-specs #features-radio:not(:checked) ~ .product-tab-cont .features-cont,
.product-page .features-specs #specs-radio:not(:checked) ~ .product-tab-cont .specs-cont {
    display: none;
}
.product-page .features-specs .product-tabs .tab {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
}
.product-page .features-specs .product-tabs .tab label {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    display: block;
}
.product-page .features-specs .product-tabs .features-tab {
    width: 20%;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 101%, 0 101%);
    clip-path: polygon(0 0, 85% 0, 100% 101%, 0 101%);
}
.product-page .features-specs .product-tabs .how-it-works-tab {
    width: 25%;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 101%, 0 101%);
    clip-path: polygon(0 0, 90% 0, 100% 101%, 0 101%);
}
.product-page .features-specs .product-tabs .specs-tab {
    width: 35%;
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 101%, 0 101%);
    clip-path: polygon(0 0, 94% 0, 100% 101%, 0 101%);
}
.product-page .features-specs .product-tabs .lit-tab {
    width: 25%;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 101%, 0 101%);
    clip-path: polygon(0 0, 90% 0, 100% 101%, 0 101%);
}
.product-page .features-specs .product-tab-cont .tab-cont {
    background-color: #3c3c3c;
    color: #fff;
}
.product-page .features-specs .product-tab-cont .features-cont #feature1-radio:checked ~ .features-list .feature1,
.product-page .features-specs .product-tab-cont .features-cont #feature2-radio:checked ~ .features-list .feature2,
.product-page .features-specs .product-tab-cont .features-cont #feature3-radio:checked ~ .features-list .feature3,
.product-page .features-specs .product-tab-cont .features-cont #feature4-radio:checked ~ .features-list .feature4,
.product-page .features-specs .product-tab-cont .features-cont #feature5-radio:checked ~ .features-list .feature5,
.product-page .features-specs .product-tab-cont .features-cont #feature6-radio:checked ~ .features-list .feature6 {
    display: inline-block;
}
.product-page .features-specs .product-tab-cont .features-cont #feature1-radio:not(:checked) ~ .features-list .feature1,
.product-page .features-specs .product-tab-cont .features-cont #feature2-radio:not(:checked) ~ .features-list .feature2,
.product-page .features-specs .product-tab-cont .features-cont #feature3-radio:not(:checked) ~ .features-list .feature3,
.product-page .features-specs .product-tab-cont .features-cont #feature4-radio:not(:checked) ~ .features-list .feature4,
.product-page .features-specs .product-tab-cont .features-cont #feature5-radio:not(:checked) ~ .features-list .feature5,
.product-page .features-specs .product-tab-cont .features-cont #feature6-radio:not(:checked) ~ .features-list .feature6 {
    display: none;
}
.product-page .features-specs .product-tab-cont .features-cont #feature1-radio:checked ~ .product-features .feature1-label,
.product-page .features-specs .product-tab-cont .features-cont #feature2-radio:checked ~ .product-features .feature2-label,
.product-page .features-specs .product-tab-cont .features-cont #feature3-radio:checked ~ .product-features .feature3-label,
.product-page .features-specs .product-tab-cont .features-cont #feature4-radio:checked ~ .product-features .feature4-label,
.product-page .features-specs .product-tab-cont .features-cont #feature5-radio:checked ~ .product-features .feature5-label,
.product-page .features-specs .product-tab-cont .features-cont #feature6-radio:checked ~ .product-features .feature6-label {
    background-color: #ed3023;
}
.product-page .features-specs .product-tab-cont .features-cont #feature1-radio:not(:checked) ~ .product-features .feature1-label,
.product-page .features-specs .product-tab-cont .features-cont #feature2-radio:not(:checked) ~ .product-features .feature2-label,
.product-page .features-specs .product-tab-cont .features-cont #feature3-radio:not(:checked) ~ .product-features .feature3-label,
.product-page .features-specs .product-tab-cont .features-cont #feature4-radio:not(:checked) ~ .product-features .feature4-label,
.product-page .features-specs .product-tab-cont .features-cont #feature5-radio:not(:checked) ~ .product-features .feature5-label,
.product-page .features-specs .product-tab-cont .features-cont #feature6-radio:not(:checked) ~ .product-features .feature6-label {
    background-color: initial;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list,
.product-page .features-specs .product-tab-cont .features-cont .product-features {
    display: inline-block;
}
.product-page .features-specs .product-tab-cont .features-cont .product-features {
    width: 23%;
    vertical-align: top;
}
.product-page .features-specs .product-tab-cont .features-cont .product-features li {
    padding: 15px 20px;
}
.product-page .features-specs .product-tab-cont .features-cont .product-features li label {
    font-weight: 700;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    display: block;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list {
    width: 75%;
    padding: 20px 40px;
    border-left: 5px dotted #fff;
    position: relative;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .feature {
    width: 55%;
    list-style: disc;
    min-height: 500px;
    display: inline-block;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .feature li {
    padding-bottom: 20px;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .feature li ul {
    width: 100%;
    padding-left: 20px;
    margin-top: 20px;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .feature li ul li {
    list-style: none;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .feature li ul li::before {
    content: "\25A0";
    color: #ed3023;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list ul:last-child {
    padding-bottom: 0;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .img-cont {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
}
.product-page .features-specs .product-tab-cont .features-cont .features-list .img-cont img {
    width: 100%;
}
.product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .recycler-features {
    width: 50%;
    padding: 40px;
}
.product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .recycler-features ul {
    list-style: disc;
}
.product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .recycler-features ul li {
    line-height: 2;
}
.product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .img-cont {
    width: 45%;
    padding-right: 40px;
}
.product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .img-cont img {
    width: 100%;
}
.product-page .features-specs .product-tab-cont .how-it-works-cont .recycler-how-it-works {
    width: 75%;
    padding: 40px;
}
.product-page .features-specs .product-tab-cont .how-it-works-cont .recycler-how-it-works ol {
    list-style: decimal;
}
.product-page .features-specs .product-tab-cont .specs-cont {
    padding: 20px;
}
.product-page .features-specs .product-tab-cont .specs-cont table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 20px;
}
.product-page .features-specs .product-tab-cont .specs-cont table .first-column {
    width: 35%;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr {
    background-color: #d7d7d7;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr td,
.product-page .features-specs .product-tab-cont .specs-cont table tr th {
    padding: 10px;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr th {
    background-color: #ed3023;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr th:first-child {
    text-align: left;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr td {
    color: #000;
    font-size: 15px;
    border-left: 1px #000 solid;
    text-align: center;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr td:first-child {
    font-weight: 700;
    border-left: none;
    text-align: left;
}
.product-page .features-specs .product-tab-cont .specs-cont table tr:nth-child(2n) {
    background-color: #a2a2a2;
}
.product-page .features-specs .product-tab-cont .specs-cont .spec-sheets {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.product-page .features-specs .product-tab-cont .specs-cont .spec-sheets h3 span {
    color: #a2a2a2;
}
.product-page .features-specs .product-tab-cont .specs-cont .spec-sheets a {
    color: #fff;
    margin-top: 15px;
    width: 430px;
    position: relative;
}
.product-page .features-specs .product-tab-cont .specs-cont .spec-sheets a i {
    right: 10px;
    position: absolute;
}
.product-page .features-specs .product-tab-cont .specs-cont .img-cont {
    display: inline-block;
    width: 35%;
}
.product-page .models-and-options {
    padding: 40px 0;
}
.product-page .models-and-options .models-and-options-header {
    padding: 20px 0;
}
.product-page .models-and-options .models-and-options-header > * {
    text-align: center;
}
.product-page .models-and-options .models-and-options-header h2 {
    color: #ed3023;
    font-weight: 100;
}
.product-page .models-and-options .product-option {
    background-color: #ed3023;
    margin-bottom: 20px;
}
.product-page .models-and-options .product-option input[type="checkbox"] {
    display: none;
}
.product-page .models-and-options .product-option input[type="checkbox"]:checked + label::before {
    content: url(/img/arrow-white-dropdown.svg);
}
.product-page .models-and-options .product-option input[type="checkbox"]:checked ~ .option-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-page .models-and-options .product-option input[type="checkbox"]:not(:checked) + label::before {
    content: url(/img/arrow-white-dropright.svg);
}
.product-page .models-and-options .product-option input[type="checkbox"]:not(:checked) ~ .option-info {
    display: none;
}
.product-page .models-and-options .product-option label {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    width: 100%;
}
.product-page .models-and-options .product-option label::before {
    font-size: 0;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}
.product-page .models-and-options .product-option .option-info {
    background-color: #fff;
    padding: 20px;
}
.product-page .models-and-options .product-option .option-info .option-copy {
    width: 45%;
}
.product-page .models-and-options .product-option .option-info .option-copy .red-link {
    margin-top: 20px;
}
.product-page .models-and-options .product-option .option-info .option-img {
    width: 50%;
}
.product-page .models-and-options .product-option .option-info .option-img img {
    width: 100%;
}
.product-page .control-systems {
    background-color: #bbb;
}
.product-page .control-systems .red-social {
    margin: 0 auto;
}
.product-page .how-it-works {
    padding: 40px 0;
    height: 440px;
}
.product-page .how-it-works .step1 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}
.product-page .how-it-works .step2,
.product-page .how-it-works .step3,
.product-page .how-it-works .step4,
.product-page .how-it-works .step5 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}
.product-page .how-it-works .grid-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-page .how-it-works .grid-cont .copy-cont {
    width: 50%;
}
.product-page .how-it-works .grid-cont .copy-cont h2 {
    font-size: 48px;
    font-weight: 400;
    color: #ed3023;
    font-style: italic;
}
.product-page .how-it-works .grid-cont .copy-cont .step {
    margin: 30px 0;
    position: relative;
    height: 100px;
}
.product-page .how-it-works .grid-cont .copy-cont .step img {
    display: inline-block;
    width: 47px;
}
.product-page .how-it-works .grid-cont .copy-cont .step p {
    display: inline-block;
    width: 305px;
    vertical-align: top;
    margin: 5px 0 0 5px;
}
.product-page .how-it-works .grid-cont .copy-cont .step-nav .prev {
    display: none;
    margin-right: 20px;
}
.product-page .how-it-works .grid-cont .copy-cont .step-nav .next {
    display: inline-block;
}
.product-page .how-it-works .grid-cont .img-cont {
    width: 50%;
    position: relative;
}
.product-page .how-it-works .grid-cont .img-cont img {
    width: 450px;
    max-width: unset;
    max-height: unset;
}
.applications .spacing {
    margin-top: 40px;
}
.applications .application-cont .angled-header {
    margin-bottom: 10px;
    position: relative;
}
.applications .application-cont .angled-header .header-shape1 {
    width: 60%;
}
.applications .application-cont .angled-header .header-shape2 {
    width: 80%;
}
.applications .application-cont .angled-header .header-shape3 {
    width: 100%;
}
.applications .application-cont .angled-header .header-shape4 {
    width: 83%;
}
.applications .application-cont .angled-header .header-shape5 {
    width: 82%;
}
.applications .application-cont .angled-header h3 {
    position: relative;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: auto;
}
.applications .application-cont .angled-header .angled-shape-bottom {
    -webkit-clip-path: polygon(0 50px, 100% 50px, 94% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 94% 0, 0 0);
    position: absolute;
    background-color: #000;
    height: 50px;
}
.applications .application-cont .text-cont {
    position: relative;
    height: 230px;
}
.applications .application-cont .text-cont .angled-shape-top {
    -webkit-clip-path: polygon(0 250px, 85% 250px, 100% 0, 0 0);
    clip-path: polygon(0 250px, 85% 250px, 100% 0, 0 0);
    width: 100%;
    position: absolute;
}
.applications .application-cont .text-cont .text {
    padding: 20px;
    color: #fff;
    position: relative;
}
.applications .application-cont .text-cont .text img {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.applications .application-cont .text-cont .text .copy-cont {
    width: 63%;
    display: inline-block;
    vertical-align: top;
}
.applications .application-cont .text-cont .text .copy-cont p {
    min-height: 150px;
}
.applications .application-cont .text-cont .text .copy-cont .red-link {
    color: #fff;
}
.applications .intro-copy-img img {
    width: 100%;
}
.applications .application-section-header {
    font-size: 56px;
    font-weight: 400;
    color: #ed3023;
    margin-bottom: 10px;
}
.applications .industry-standard {
    color: #fff;
    background: url(../img/applications/sewer-cleaning/industry-standard-bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 40px 0;
    margin: 40px 0;
    width: 100%;
    min-height: 1352px;
}
.applications .industry-standard .industry-standard-features {
    padding-top: 20px;
    position: relative;
}
.applications .industry-standard .industry-standard-features img,
.applications .industry-standard .industry-standard-features p {
    display: inline-block;
}
.applications .industry-standard .industry-standard-features img {
    margin-right: 20px;
    width: 360px;
}
.applications .industry-standard .industry-standard-features p {
    width: 45%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.applications .brochures .brochures-img {
    display: inline-block;
    width: 55%;
}
.applications .brochures .model-brochures {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15%;
}
.applications .brochures .model-brochures .skewed-bg {
    width: 100%;
}
.applications .brochures .model-brochures .skewed-bg img {
    -webkit-transform: skew(0);
    transform: skew(0);
    vertical-align: middle;
}
.applications .brochures .model-brochures .skewed-bg .demo-link {
    font-size: 30px;
}
.applications .brochures .model-brochures .skewed-bg .pdf-link {
    font-size: 18px;
}
.applications .brochures .model-brochures .skewed-bg .pdf-link i {
    -webkit-transform: scale(2.52);
    transform: scale(2.52);
    padding: 0 10px;
}
.applications .models .models-heading {
    padding: 40px 0;
}
.applications .models .products-machine-and-copy .copy {
    /*margin-top: 40px;*/
}
.history-story-cont {
    white-space: nowrap;
    overflow: hidden;
}
.history-story-cont .wrapper {
    font-size: 0;
}
.history-story-cont .wrapper .history-story {
    vertical-align: top;
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.history-story-cont .wrapper .history-story h2 {
    color: #707070;
    font-weight: 400;
}
.history-story-cont .wrapper .history-story h3 {
    margin: 0;
    color: #ed3023;
}
.history-story-cont .wrapper .history-story p {
    margin-bottom: 40px;
}
.history-story-cont .wrapper .history-story .img-cont img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
}
.history-story-cont button {
    float: right;
    border: 0;
    font-size: 22px;
    background: 0 0;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
    margin-bottom: 40px;
}
.history-story-cont button:focus,
.history-story-cont button:hover {
    text-decoration: underline;
    cursor: pointer;
}
.history-jump-to-section {
    float: right;
    background-color: #d7d7d7;
    padding: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}
.history-jump-to-section p {
    font-weight: 700;
    line-height: 2;
}
.history-jump-to-section ul {
    width: 100%;
    float: right;
}
.history-jump-to-section ul li {
    list-style-type: none;
    line-height: 2;
    font-size: 20px;
    font-weight: 400;
    background-color: #707070;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 80%;
    float: right;
    color: #fff;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.history-jump-to-section ul li:hover {
    cursor: pointer;
    background-color: #ed3023;
}
.history-jump-to-section ul li.active {
    color: #fff;
    background-color: #ed3023;
    width: 100%;
}
.red-social {
    padding: 40px 0;
}
.red-social .red-social-box {
    position: relative;
    background-color: #ed3023;
    height: 60px;
    width: 60px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.red-social .red-social-box:focus,
.red-social .red-social-box:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}
.red-social .red-social-box i {
    font-size: 40px;
    color: #bbb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.red-social p {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    font-weight: 700;
}
.locator-top h1 {
    color: #ed3023;
    margin: 20px 0;
}
.locator-top .left .flex {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.locator-top .left .filters .checkbox {
    border: 1px solid #3c3c3c;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.locator-top .left .filters .checkbox .red-checkbox {
    background-color: #ed3023;
    border: 2px solid #dedede;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 18px;
    width: 18px;
}
.locator-top .left .filters .checkbox .red-checkbox:hover {
    opacity: 1;
}
.locator-top .left .filters .checkbox .red-checkbox.active {
    opacity: 1;
}
.locator-top .left .filters p {
    font-weight: 700;
}
.locator-top .left .filters h3 {
    color: #ed3023;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-top: 40px;
}
.locator-top .left .filters h3.first {
    margin-top: 0;
}
.locator-top .left .filters .dl-hr {
    background-color: #ed3023;
    width: 90%;
    height: 2px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.locator-top .left .search-box {
    min-width: 300px;
    width: 100%;
    border: 2px solid #dedede;
    padding: 10px;
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-top: 40px;
}
.locator-top .left .search-box::-webkit-input-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color: #bbb;
    font-size: 22px;
}
.locator-top .left .search-box:-ms-input-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color: #bbb;
    font-size: 22px;
}
.locator-top .left .search-box::-ms-input-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color: #bbb;
    font-size: 22px;
}
.locator-top .left .search-box::placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color: #bbb;
    font-size: 22px;
}
.locator-top .left .search-button {
    font-size: 22px;
    background: 0 0;
    border: 0;
    color: #fff;
}
.locator-top .left .search-button:hover {
    cursor: pointer;
}
.locator-top .right {
    float: right;
}
.locator-top .right .map {
    height: 22vw;
    width: 100%;
    float: right;
    z-index: 2;
    border: 1px solid #dedede;
    height: 90%;
}
.locator-top .right a[href^="http://maps.google.com/maps"]
{
    display: none !important;
}
.locator-top .right a[href^="https://maps.google.com/maps"]
{
    display: none !important;
}
.locator-top .right .gm-style-cc,
.locator-top .right .gmnoprint a,
.locator-top .right .gmnoprint span {
    display: none;
}
.locator-bottom {
    padding-bottom: 40px;
}
.locator-bottom .error {
    float: left;
}
.locator-bottom .error p {
    color: #ed3023;
}
.locator-bottom .account-manager {
    padding: 20px;
    float: left;
    margin-left: 40px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    background: #fff;
    margin-bottom: 20px;
}
.locator-bottom .account-manager .copy {
    float: left;
}
.locator-bottom .account-manager .copy h4 {
    color: #ed3023;
    font-size: 20px;
    padding-bottom: 20px;
}
.locator-bottom .account-manager .copy a,
.locator-bottom .account-manager .copy h3,
.locator-bottom .account-manager .copy p {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}
.locator-bottom .account-manager .copy p {
    font-weight: 700;
    font-size: 30px;
}
.locator-bottom .account-manager .copy p:nth-child(4) {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}
.locator-bottom .account-manager .copy a {
    color: inherit;
}
.locator-bottom .account-manager .copy a:hover {
    text-decoration: underline;
    color: #ed3023;
}
.locator-bottom .account-manager .copy .email {
    color: #ed3023;
    text-decoration: underline;
}
.locator-bottom .account-manager.mobile {
    display: none !important;
}
.locator-bottom .dealer-cont {
    float: left;
}
.locator-bottom .dealer-cont .dealer-card {
    background-color: #fff;
    padding: 10px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.locator-bottom .dealer-cont .dealer-card h4 {
    font-size: 22px;
    font-weight: 700;
}
.locator-bottom .dealer-cont .dealer-card a {
    color: inherit;
    line-height: 1.2;
    font-size: 18px;
}
.locator-bottom .dealer-cont .dealer-card p {
    line-height: 1.2;
    font-size: 18px;
}
.locator-bottom .dealer-cont .dealer-card .phone {
    font-weight: 700;
}
.locator-bottom .dealer-cont .error {
    color: #ed3023;
    font-weight: 700;
}
.locator-bottom .vacall-load {
    margin: 20px 0;
}
.dl-info-window {
    overflow: hidden;
}
.dl-info-window a,
.dl-info-window p {
    line-height: 1.2;
    font-size: 16px;
}
.dl-info-window a {
    color: inherit;
}
.dl-info-window .title {
    font-weight: 700;
}
.dl-info-window .email {
    color: #ed3023;
    text-decoration: underline;
}
.dl-info-window .directions {
    color: #ed3023;
}
.dl-info-window .directions:focus,
.dl-info-window .directions:hover {
    text-decoration: underline;
    cursor: pointer;
}
.tv-tags p {
    font-size: 20px;
    color: #707070;
    margin-top: 20px;
}
.tv-tags p span {
    border: 2px solid #707070;
    padding: 0 5px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
}
.tv-filter-sidebar {
    float: right;
    margin-bottom: 40px;
}
.tv-filter-sidebar p {
    line-height: 1.2;
    padding-bottom: 10px;
}
.tv-filter-sidebar .category {
    margin-bottom: 10px;
}
.tv-filter-sidebar .category:after {
    content: "";
    display: table;
    clear: both;
}
.tv-filter-sidebar .category h4 {
    color: #fff;
    background-color: #ed3023;
    padding: 10px;
    margin-bottom: 0;
}
.tv-filter-sidebar .category h4:hover {
    cursor: pointer;
}
.tv-filter-sidebar .category .checkbox {
    border: 2px solid #3c3c3c;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.tv-filter-sidebar .category .checkbox .red-checkbox {
    background-color: #ed3023;
    border: 2px solid #bbb;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 16px;
    width: 16px;
}
.tv-filter-sidebar .category .checkbox .red-checkbox.active {
    opacity: 1;
}
.tv-filter-sidebar .category .checkbox.radio {
    border-radius: 100px;
    cursor: pointer;
}
.tv-filter-sidebar .category .checkbox.radio .red-checkbox {
    border-radius: 100px;
}
.tv-filter-sidebar .category .list {
    background-color: #bbb;
    cursor: pointer;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}
.tv-filter-sidebar .category .list:after {
    content: "";
    display: table;
    clear: both;
}
.tv-filter-sidebar .category .list.active {
    height: auto;
    opacity: 1;
    padding: 20px;
}
.tv-filter-sidebar .category .list li {
    list-style-type: none;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    cursor: pointer;
}
.tv-filter-sidebar .category .list li:last-child {
    padding-bottom: 0;
}
.tv-filter-sidebar .category .list li.active {
    color: #ed3023;
}
.tv-filter-sidebar .category .list li span {
    line-height: 1;
    font-size: 22px;
    vertical-align: top;
}
.tv-filter-sidebar .show-all h4 {
    color: #fff;
    background-color: #ed3023;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.4s;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.tv-filter-sidebar .show-all h4:focus,
.tv-filter-sidebar .show-all h4:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}
.tv-filter-sidebar .show-all h4:hover {
    cursor: pointer;
}
.tv-filter-sidebar .other-videos {
    margin-top: 40px;
}
.tv-looped-videos {
    border-top: 2px solid #3c3c3c;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.tv-looped-videos:after {
    content: "";
    display: table;
    clear: both;
}
.tv-looped-videos .tv-video-and-copy {
    min-height: 350px;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tv-looped-videos .tv-video-and-copy.active {
    opacity: 1;
}
.tv-looped-videos .tv-video-and-copy.hidden {
    min-height: 0;
    visibility: hidden;
    height: 0;
}
.tv-looped-videos .tv-video-and-copy iframe {
    width: 100%;
    height: 10vw;
}
.tv-looped-videos .tv-video-and-copy p {
    line-height: 1.3;
    font-size: 16px;
}
.tv-looped-videos .tv-video-and-copy p.title {
    font-weight: 700;
    margin: 5px 0 10px 0;
}
.tv-looped-videos .tv-video-and-copy .skewed-bg {
    margin-top: 20px;
    width: 135px;
    position: absolute;
    bottom: 0;
    display: none;
}
.tv-looped-videos .tv-video-and-copy .skewed-bg button {
    color: #fff;
    font-weight: 700;
    background: 0 0;
    border: 0;
    font-size: 16px;
}
.tv-looped-videos .tv-video-and-copy .skewed-bg button:hover {
    cursor: pointer;
}
.tv-looped-videos .tv-video-and-copy .skewed-bg:hover {
    cursor: pointer;
}
.tv-looped-videos .tv-video-and-copy .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 10;
    display: none;
}
.tv-looped-videos .tv-video-and-copy .overlay img {
    max-height: 20%;
    max-width: 20%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tv-looped-videos .tv-video-and-copy .tv-video-cont {
    margin-bottom: 0;
}
.tv-looped-videos .tv-video-and-copy .tv-video-cont .tv-video img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tv-looped-videos .tv-video-and-copy .tv-video-cont .tv-video img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tv-errors {
    float: left;
}
.tv-errors p {
    line-height: 1;
    margin-bottom: 5px;
    background-color: #efddde;
    padding: 10px 0 10px 10px;
    font-size: 18px;
    color: #a24146;
}
.tv-errors p span {
    font-size: 18px;
    text-decoration: underline;
}
.tv-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.tv-overlay .tv-embed .tv-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tv-overlay .tv-embed .tv-video iframe {
    width: 1000px;
    height: 563px;
    -webkit-box-shadow: 0 0 85px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 85px rgba(0, 0, 0, 0.7);
}
.tv-overlay .tv-embed-close {
    color: #fff;
    position: absolute;
    font-size: 50px;
    right: 20px;
    top: 20px;
    z-index: 1000;
    cursor: pointer;
}
.tv-overlay .tv-embed-close:hover {
    color: #ed3023;
    cursor: pointer;
}
.tv-overlay img {
    display: none;
}
.tv-overlay.active {
    opacity: 1;
    z-index: 100000;
}
.quality-policy h3 {
    color: #707070;
}
.quality-policy ul {
    margin: 0 0 20px 25px;
}
.quality-policy ul li {
    padding-bottom: 10px;
    list-style-type: disc;
}
.quality-policy .red-link {
    margin: 20px 0;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown ul {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #707070;
    margin-top: -5px;
    width: 350px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 19px 8px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 8px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown ul.active {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown ul li {
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown ul li:hover {
    background: #ed3023;
    color: #fff;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown h3 {
    width: 350px;
    padding: 10px;
    background: #707070;
    color: #fff;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown h3 i {
    color: #fff;
    margin-left: auto;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown h3:first-of-type {
    margin-right: 20px;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown:hover {
    cursor: pointer;
}
.job-stories-wrapper .sort .job-stories-sort-dropdown p {
    padding: 20px 0;
}
.job-stories-wrapper .single-cont {
    display: none;
}
.job-stories-wrapper .single-cont .flex.main-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.job-stories-wrapper .single-cont .job-stories-content .top .header {
    margin: 20px 0;
    padding: 10px;
    background: #ed3023;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: 100%;
}
.job-stories-wrapper .single-cont .job-stories-content .top .header.placeholder {
    width: 100%;
    background: #dedede;
    height: 105px;
    position: relative;
    overflow: hidden;
}
.job-stories-wrapper .single-cont .job-stories-content .top .header.placeholder::after {
    -webkit-animation: shine 12s linear;
    animation: shine 12s linear;
    content: "";
    position: absolute;
    top: 0;
    left: -210%;
    width: 380%;
    height: 10%;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.job-stories-wrapper .single-cont .job-stories-content .top .header .profile {
    color: #bbb;
}
.job-stories-wrapper .single-cont .job-stories-content .top .header .location {
    color: #fff;
}
.job-stories-wrapper .single-cont .job-stories-content .top .headline.placeholder {
    width: 100%;
    background: #dedede;
    height: 50px;
    position: relative;
    overflow: hidden;
}
.job-stories-wrapper .single-cont .job-stories-content .top .headline.placeholder::after {
    -webkit-animation: shine 12s linear;
    animation: shine 12s linear;
    content: "";
    position: absolute;
    top: 0;
    left: -210%;
    width: 380%;
    height: 10%;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.job-stories-wrapper .single-cont .job-stories-content .top .thumbnail-slider-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.job-stories-wrapper .single-cont .job-stories-content .top .thumbnail-slider-cont.placeholder {
    width: 100%;
    background: #dedede;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.job-stories-wrapper .single-cont .job-stories-content .top .thumbnail-slider-cont.placeholder::after {
    -webkit-animation: shine 12s linear;
    animation: shine 12s linear;
    content: "";
    position: absolute;
    top: 0;
    left: -210%;
    width: 380%;
    height: 10%;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.job-stories-wrapper .single-cont .job-stories-content .top .thumbnail-slider-cont .arrow {
    color: #ed3023;
    font-size: 80px;
    -webkit-transform: unset;
    transform: unset;
}
.job-stories-wrapper .single-cont .job-stories-content .heading {
    font-size: 28px;
    color: #ed3023;
}
.job-stories-wrapper .single-cont .job-stories-content .intro p {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
}
.job-stories-wrapper .single-cont .job-stories-content .copy p {
    font-size: 20px;
    padding-bottom: 20px;
}
.job-stories-wrapper .single-cont .job-stories-content .thumbnail-slider-cont {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
.job-stories-wrapper .single-cont .job-stories-content .thumbnail-slider-cont .arrow:hover {
    cursor: pointer;
}
.job-stories-wrapper .single-cont .job-stories-sidebar {
    text-align: center;
    margin-top: 150px;
    width: 300px;
    text-align: center;
}
.job-stories-wrapper .single-cont .job-stories-sidebar img {
    max-width: 100%;
    max-height: 100%;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .skewed-bg {
    display: table;
    margin: 20px auto;
    min-width: 290px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .skewed-bg a {
    font-size: 20px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .other-stories {
    text-align: center;
    color: #707070;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .vacall-at-work-logo {
    margin-bottom: 40px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card {
    margin-bottom: 20px;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    width: 300px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card.active {
    opacity: 1;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .top p {
    font-size: 17px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .top span {
    color: #ed3023;
    padding: 0 10px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .top .profile-num {
    font-weight: 700;
    color: #707070;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .top .location {
    font-weight: 700;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .middle {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .middle:after {
    content: "";
    display: table;
    clear: both;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .middle a .left {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 240px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .middle a .right {
    padding: 15px;
    background-color: #ed3023;
    color: #fff;
    min-height: 200px;
    max-height: 200px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .middle a .right p {
    font-size: 16px;
    line-height: 1.2;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .middle a .right p:first-of-type {
    padding-bottom: 10px;
    font-style: italic;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .bottom {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/img/read-more-bg.gif);
    background-repeat: no-repeat;
    width: 300px;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .bottom a {
    color: #ed3023;
    font-weight: 700;
    margin-left: auto;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .bottom a:focus,
.job-stories-wrapper .single-cont .job-stories-sidebar .job-stories-card .bottom a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.job-stories-wrapper .single-cont .job-stories-hero-slider {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}
.job-stories-wrapper .single-cont .job-stories-hero-slider .wrapper {
    font-size: 0;
}
.job-stories-wrapper .single-cont .job-stories-hero-slider .wrapper.placeholder {
    width: 100%;
    background: #dedede;
    height: 415px;
    position: relative;
    overflow: hidden;
}
.job-stories-wrapper .single-cont .job-stories-hero-slider .wrapper.placeholder::after {
    -webkit-animation: shine 12s linear;
    animation: shine 12s linear;
    content: "";
    position: absolute;
    top: 0;
    left: -210%;
    width: 380%;
    height: 10%;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.job-stories-wrapper .single-cont .job-stories-hero-slider .wrapper .slider-image {
    width: 100%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.job-stories-wrapper .single-cont .job-stories-hero-slider .wrapper .slider-image.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.job-stories-wrapper .single-cont .job-stories-hero-slider .wrapper .slider-image.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.job-stories-wrapper .single-cont .job-stories-thumbnail-slider {
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
}
.job-stories-wrapper .single-cont .job-stories-thumbnail-slider .wrapper {
    font-size: 0;
}
.job-stories-wrapper .single-cont .job-stories-thumbnail-slider .wrapper .slider-image {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 200px;
    margin: 0 10px;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card {
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card.active {
    opacity: 1;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .top p {
    display: inline-block;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .top span {
    color: #ed3023;
    padding: 0 10px;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .top .profile-num {
    font-weight: 700;
    color: #707070;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .top .location {
    font-weight: 700;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle {
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle:after {
    content: "";
    display: table;
    clear: both;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .left {
    width: 42%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 215px;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .right {
    width: 60%;
    padding: 10px;
    background-color: #ed3023;
    color: #fff;
    min-height: 200px;
    max-height: 200px;
    overflow-x: auto;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .right p {
    font-size: 16px;
    line-height: 1.2;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .right p:first-of-type {
    padding-bottom: 10px;
    font-style: italic;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .bottom {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 100%;
    margin-top: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/img/read-more-bg.gif);
    background-repeat: no-repeat;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .bottom a {
    color: #ed3023;
    font-weight: 700;
    margin-left: auto;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .bottom a:focus,
.job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .bottom a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.job-stories-wrapper .loading-gif {
    padding-bottom: 40px;
}
.support-intro-copy {
    margin-bottom: 40px;
}
.support-intro-copy p {
    margin-bottom: 20px;
}
.support-sections .grey-bar {
    background-color: #707070;
    width: 35px;
    height: 175px;
    margin-right: 10px;
}
.support-sections .section {
    margin-bottom: 20px;
}
.support-sections .section:nth-of-type(2) .red-bg .copy p {
    padding-top: 10px;
}
.support-sections .section:nth-of-type(3) .img-cont img {
    width: 110px;
}
.support-sections .section .copy {
    color: #fff;
}
.support-sections .section .red-bg {
    background: #ed3023;
    position: relative;
    height: 175px;
    width: 720px;
}
.support-sections .section .red-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 150px solid #dedede;
    border-left: 40px solid #ed3023;
    width: 0;
}
.support-sections .section .red-bg .copy {
    height: 100%;
}
.support-sections .section .red-bg .copy a {
    color: #fff;
    margin-top: auto;
    padding-bottom: 10px;
}
.support-sections .section .red-bg .copy a:hover {
    text-decoration: underline;
}
.support-sections .section .red-bg .copy i {
    color: #fff;
}
.support-sections .section .red-bg .copy p {
    line-height: 1.2;
    padding: 20px 0 0 0;
}
.support-sections .section .red-bg .copy .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.support-sections .section .red-bg .copy .column * {
    -ms-flex-item-align: auto;
    align-self: auto;
}
.support-sections .section .red-bg .img-cont {
    padding: 20px 0 20px 20px;
}
.support-sections .section .red-bg .img-cont img {
    margin: 0 auto;
    display: block;
}
.support-sections .section * {
    -ms-flex-item-align: center;
    align-self: center;
}
.allsmartflow .red-and-white .copy {
    padding: 20px 0;
}
.allsmartflow .flow-bg {
    padding: 40px 0;
    background: url(../img/control-systems/flow-bg.jpg) no-repeat center;
    background-size: 100%;
}
.allsmartflow .flow-bg .intro-copy {
    margin-top: 0;
}
.allsmartflow .all-smart-flow {
    padding: 0;
}
.allsmartflow .allsmartflow-list p:before {
    content: url(/img/arrow-red-dropright.svg);
    font-size: 0;
    width: 15px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
.green-that-works .top .icons {
    position: relative;
    bottom: 0;
    z-index: 1;
}
.green-that-works .top .icons .icon {
    margin-right: 10px;
    position: relative;
    width: 180px;
    height: auto;
    padding: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.green-that-works .top .icons .icon:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    border-bottom: 20px solid #fff;
    border-left: 180px solid #fff;
    width: 0;
}
.green-that-works .top .icons .icon:hover {
    cursor: pointer;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.green-that-works .top .icons .icon:hover p {
    color: #40b34f;
}
.green-that-works .top .icons .icon.active {
    background: #40b34f;
}
.green-that-works .top .icons .icon.active:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.green-that-works .top .icons .icon.active .triangle {
    width: 0;
    height: 0;
    bottom: -81px;
    position: absolute;
    border-top: 81px solid #40b34f;
    border-right: 179px solid transparent;
    left: 0;
}
.green-that-works .top .icons .icon.active p {
    color: #fff;
}
.green-that-works .top .icons .icon p {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    margin-top: 10px;
}
.green-that-works-white-section {
    position: relative;
    padding: 120px 0 0 20px;
    background: url(/img/green-that-works/green-bg.jpg) no-repeat bottom;
    background-size: 100% auto;
    background-color: #fff;
}
.green-that-works-white-section .slider {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.green-that-works-white-section .slider .wrapper {
    font-size: 0;
}
.green-that-works-white-section .slider .wrapper .slide {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5 ease-in-out;
    transition: opacity 0.5 ease-in-out;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.green-that-works-white-section .slider .wrapper .slide.active {
    opacity: 1;
}
.green-that-works-white-section .slider .wrapper .slide p {
    padding-bottom: 20px;
}
.green-that-works-white-section .slider .wrapper .slide p:first-of-type {
    padding-bottom: 0;
}
.green-that-works-white-section .slider .wrapper .slide ul {
    margin: 20px 0;
}
.green-that-works-white-section .slider .wrapper .slide ul li {
    font-size: 20px;
    padding-bottom: 20px;
    float: right;
}
.green-that-works-white-section .slider .wrapper .slide ul li span {
    color: #40b34f;
}
.green-that-works-white-section .slider .wrapper .slide ul i {
    color: #40b34f;
    float: left;
    font-size: 20px;
    position: relative;
    bottom: -5px;
}
.green-that-works-white-section .slider .wrapper .slide .skewed-bg {
    color: #fff;
}
.green-that-works-white-section .slider .wrapper .slide .spacer {
    height: 45px;
}
.green-that-works-white-section .slider .wrapper .slide .mobile {
    display: none;
}
.green-that-works-white-section .slider .synced-slider {
    position: absolute;
    top: 120px;
    right: -50px;
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
}
.green-that-works-white-section .slider .synced-slider .wrapper {
    font-size: 0;
    font-size: 0;
}
.green-that-works-white-section .slider .synced-slider .wrapper .synced-slide {
    width: 100%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.green-that-works-white-section .slider .synced-slider .wrapper .synced-slide .single-engine {
    position: relative;
    left: -5px;
    max-width: 90%;
}
.green-that-works-white-section .see-for-yourself {
    padding-bottom: 100px;
}
.green-that-works-white-section hr {
    border-color: #ed3023;
    margin-bottom: 20px;
}
.built-to-work .top .icons {
    position: relative;
    bottom: 0;
    z-index: 1;
}
.built-to-work .top .icons .icon {
    margin-right: 10px;
    position: relative;
    width: 180px;
    height: auto;
    padding: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.built-to-work .top .icons .icon:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    border-bottom: 20px solid #fff;
    border-left: 180px solid #fff;
    width: 0;
}
.built-to-work .top .icons .icon:hover {
    cursor: pointer;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.built-to-work .top .icons .icon:hover p {
    color: #ee2e24;
}
.built-to-work .top .icons .icon.active {
    background: #000000;
}
.built-to-work .top .icons .icon.active:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.built-to-work .top .icons .icon.active .triangle {
    width: 0;
    height: 0;
    bottom: -81px;
    position: absolute;
    border-top: 81px solid #000000;
    border-right: 179px solid transparent;
    left: 0;
}
.built-to-work .top .icons .icon.active p {
    color: #fff;
}
.built-to-work .top .icons .icon p {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    margin-top: 10px;
}
.built-to-work-white-section {
    position: relative;
    padding: 120px 0 0 20px;
    background: url(/img/built-to-work/base-bg.jpg) no-repeat bottom;
    background-size: 100% auto;
    background-color: #fff;
}
.built-to-work-white-section .slider {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.built-to-work-white-section .slider .wrapper {
    font-size: 0;
}
.built-to-work-white-section .slider .wrapper .slide {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5 ease-in-out;
    transition: opacity 0.5 ease-in-out;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.built-to-work-white-section .slider .wrapper .slide.active {
    opacity: 1;
}
.built-to-work-white-section .slider .wrapper .slide p {
    padding-bottom: 20px;
}
.built-to-work-white-section .slider .wrapper .slide p:first-of-type {
    padding-bottom: 0;
}
.built-to-work-white-section .slider .wrapper .slide ul {
    margin: 20px 0;
}
.built-to-work-white-section .slider .wrapper .slide ul li {
    font-size: 20px;
    padding-bottom: 20px;
    float: right;
}
.built-to-work-white-section .slider .wrapper .slide ul li span {
    color: #40b34f;
}
.built-to-work-white-section .slider .wrapper .slide ul i {
    color: #40b34f;
    float: left;
    font-size: 20px;
    position: relative;
    bottom: -5px;
}
.built-to-work-white-section .slider .wrapper .slide .skewed-bg {
    color: #fff;
}
.built-to-work-white-section .slider .wrapper .slide .spacer {
    height: 45px;
}
.built-to-work-white-section .slider .wrapper .slide .mobile {
    display: none;
}
.built-to-work-white-section .slider .synced-slider {
    position: absolute;
    top: 120px;
    right: -50px;
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
}
.built-to-work-white-section .slider .synced-slider .wrapper {
    font-size: 0;
    font-size: 0;
}
.built-to-work-white-section .slider .synced-slider .wrapper .synced-slide {
    width: 100%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.built-to-work-white-section .slider .synced-slider .wrapper .synced-slide .single-engine {
    position: relative;
    left: -5px;
    max-width: 90%;
}
.built-to-work-white-section .see-for-yourself {
    padding-bottom: 100px;
}
.built-to-work-white-section hr {
    border-color: #ed3023;
    margin-bottom: 20px;
}
.news-card {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 270px;
    margin-bottom: 40px;
}
.news-card.active {
    opacity: 1;
}
.news-card .title {
    color: #ed3023;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 28px;
}
.news-card a {
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.news-card a:focus,
.news-card a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.news-card .red-bar {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background: #ed3023;
}
.news-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.news-card .content .date {
    font-size: 16px;
    color: #707070;
    font-weight: 700;
}
.news-card .content .read-more-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/img/news/hash-strip.png) no-repeat;
    width: 100%;
    margin-top: auto;
}
.news-card .content .read-more-bg a {
    color: #ed3023;
    font-weight: 700;
    margin-left: auto;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.news-card .content .read-more-bg a:focus,
.news-card .content .read-more-bg a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.news-card .content .img-cont {
    height: 100px;
    width: 100px;
    margin-right: 10px;
}
.news-scroll-down-cont {
    z-index: 2;
    position: fixed;
    right: 105px;
    top: 410px;
    display: none;
}
.news-scroll-down-cont .news-scroll-down-link {
    font-size: 60px;
    display: block;
    color: #ed3023;
}
.news-scroll-down-cont .news-scroll-down-link.up {
    top: 350px;
}
.news-scroll-down-cont .news-scroll-down-link:hover {
    color: #dedede;
}
.news-hero {
    margin-top: 10px;
}
.news-hero.sidebar {
    float: left;
    padding: 0 40px 10px 0;
    max-width: 35%;
    min-width: 25%;
}
.news-main-text a {
    display: inline-block;
    color: #ed3023;
}
.news-main-text a:hover {
    text-decoration: underline;
}
.news-main-text a.phone-number {
    color: inherit;
}
.news-main-text span.bold {
    font-weight: 700;
}
.news-main-text span.italic {
    font-style: italic;
}
.news-main-text span.bullet-list {
    padding-left: 100px;
}
.news-main-text span.bullet-list:nth-child(1) {
    padding-top: 50px;
}
.news-disclaimer {
    font-size: 20px;
    color: #707070;
}
.news-disclaimer a {
    color: #707070;
    font-size: 20px;
    display: inline-block;
}
.news-sidebar {
    float: right;
    width: 40%;
    padding-left: 20px;
}
.news-sidebar:after {
    content: "";
    display: table;
    clear: both;
}
.news-sidebar p {
    font-weight: 700;
}
.news-sidebar p:first-child {
    text-align: center;
    margin-bottom: 20px;
}
.news-sidebar .sidebar-card {
    width: 90%;
    opacity: 0;
    background-color: #ed3023;
    padding: 10px;
    color: #fff;
    position: relative;
    margin: 0 auto 20px auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news-sidebar .sidebar-card:after {
    content: "";
    display: table;
    clear: both;
}
.news-sidebar .sidebar-card.active {
    opacity: 1;
}
.news-sidebar .sidebar-card .img {
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 10px;
}
.news-sidebar .sidebar-card a {
    float: right;
    padding-top: 20px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
}
.news-sidebar .sidebar-card a:focus,
.news-sidebar .sidebar-card a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.news-sidebar .sidebar-card p {
    line-height: 1.2;
    text-align: left;
}
.news-back-to-index {
    padding: 40px 0;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.news-back-to-index:focus,
.news-back-to-index:hover {
    text-decoration: underline;
    cursor: pointer;
}
.news-table-cont {
    margin: 40px 0;
}
.news-table-cont table {
    width: 100%;
    background-color: #d7d7d7;
}
.news-table-cont td:nth-of-type(odd) {
    font-weight: 700;
}
.news-table-cont tr:nth-of-type(odd) {
    background-color: #bbb;
}
.news-table-cont p {
    padding: 10px;
}
.news-table-cont h3 {
    color: #fff;
    background-color: #ed3023;
    margin: 0;
    padding: 10px;
}
.news-table-cont .asterisk {
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
}
.news-search {
    margin: 40px 0;
}
.news-search label {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.news-search input {
    font-size: 20px;
    border: 2px solid #707070;
    margin-top: 10px;
    padding: 10px;
    background: 0 0;
}
.news-search input::-webkit-input-placeholder {
    color: #000;
}
.news-search input:-ms-input-placeholder {
    color: #000;
}
.news-search input::-ms-input-placeholder {
    color: #000;
}
.news-search input::placeholder {
    color: #000;
}
.news-search a {
    color: #ed3023;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 20px;
}
.news-search a:hover {
    font-weight: 700;
}
.news-search-error {
    color: #ed3023;
    font-weight: 700;
    padding-top: 10px;
}
.news-pagination {
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-pagination p {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.5;
}
.news-pagination p:hover {
    background-color: #ed3023;
    color: #fff;
    cursor: pointer;
}
.contact-content {
    padding-bottom: 20px;
}
.contact-content .contact-form label {
    display: inline-block;
    padding-right: 10px;
}
.contact-content .contact-form p {
    color: #ed3023;
    font-weight: 700;
}
.contact-content .contact-form p.disclaimer {
    font-size: 15px;
    color: #707070;
    width: 70%;
    text-align: right;
    font-weight: 100;
    margin-bottom: 40px;
}
.contact-content .contact-form .inquiry-type-cont {
    display: inline-block;
}
.contact-content .contact-form .contact-red-checkbox {
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    height: 25px;
    width: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact-content .contact-form .contact-red-checkbox.active {
    background-color: #ed3023;
}
.contact-content .contact-form .contact-red-checkbox:hover {
    cursor: pointer;
    background-color: #ed3023;
}
.contact-content .contact-form .contact-red-checkbox input[type="checkbox"] {
    display: none;
}
.contact-content .contact-form .textbox-cont {
    margin-top: 40px;
}
.contact-content .contact-form .textbox-cont .textbox {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    border: 0;
    margin-bottom: 15px;
}
.contact-content .contact-form .contact-submit {
    font-weight: 700;
    font-size: 20px;
    border: 0;
    color: #fff;
    background: #ed3023;
    font-style: normal;
    -webkit-appearance: none;
}
.contact-content .contact-form .contact-submit:hover {
    cursor: pointer;
}
.contact-content .contact-form .contact-recaptcha {
    margin-top: 40px;
}
.contact-content .contact-form .input-cont {
    position: relative;
}
.contact-content .contact-form .input-cont span {
    background: #ed3023;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.contact-content .contact-form .input-cont span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ed3023 transparent transparent;
}
.contact-content .contact-form .input-cont:hover > span {
    opacity: 1;
}
.contact-content .flex.no-justify {
    margin-bottom: 10px;
}
.contact-content hr {
    border-color: #ed3023;
}
.contact-red-intro {
    color: #ed3023;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 40px;
}
.contact-red-intro a {
    font-weight: inherit;
    color: inherit;
    display: inline-block;
}
.contact-red-intro a:hover {
    text-decoration: underline;
}
.contact-error {
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.contact-error.active {
    border: 1px solid #707070;
    padding: 10px;
    background-color: #d7d7d7;
    height: auto;
    opacity: 1;
    margin-bottom: 40px;
}
.contact-error h3 {
    margin: 0;
    line-height: 1;
}
.contact-error p {
    font-size: 20px;
}
.contact-confirmation-cont a {
    display: inline;
    font-style: italic;
    font-weight: 700;
    color: #ed3023;
}
.contact-confirmation-cont a:focus,
.contact-confirmation-cont a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.contact-confirmation-cont a i {
    float: none;
}
.contact-confirmation-cont .second {
    width: 50%;
}
.footer {
    height: auto;
    width: 100%;
    background-color: #bbb;
    text-align: center;
    clear: both;
}
.footer .footer-grey-links {
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer .footer-grey-links i {
    color: #ed3023;
}
.footer .footer-grey-links li {
    font-size: 18px;
    color: #707070;
    list-style: none;
    display: inline-block;
}
.footer .footer-grey-links li:hover {
    cursor: pointer;
}
.footer .footer-grey-links li a {
    font-size: 18px;
    display: inline-block;
    color: #707070;
}
.footer .footer-grey-links li ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 10px 0 0 10px;
}
.footer .footer-grey-links li ul.active {
    opacity: 1;
    height: auto;
    width: auto;
}
.footer .footer-grey-links li ul li {
    display: block;
    padding-bottom: 10px;
}
.footer .footer-grey-links li ul li:first-child a {
    font-style: italic;
    font-weight: 700;
}
.footer .footer-grey-links li ul li a {
    padding: 0;
}
.footer .footer-grey-links li ul li a:hover {
    text-decoration: underline;
}
.footer .footer-white-links {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding: 20px 0;
}
.footer .footer-white-links li a {
    font-size: 18px;
    color: #fff;
}
.footer .footer-white-links li a:hover {
    color: #3c3c3c;
}
.footer .footer-contact-and-logos {
    text-align: left;
}
.footer .footer-contact-and-logos.mobile {
    display: none;
}
.footer .footer-contact-and-logos.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .footer-contact-info p {
    /* display: inline; */
    font-size: 18px;
    line-height: 2;
    color: #757575;
}
.footer .footer-contact-info a {
    display: inline;
    font-size: 18px;
    line-height: 1.5;
    color: #757575;
    
}

.footer .footer-contact-info a:hover {
    text-decoration: underline;
}
.footer .red-social {
    display: block;
    margin: 0 auto;
}
.sourcewell-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.sourcewell-info .sourcewell-copy-and-video {
    width: 48%;
}
.sourcewell-info .sourcewell-copy-and-video h1 {
    color: #ed3023;
    font-weight: 700;
    margin-bottom: 20px;
}
.sourcewell-info .sourcewell-copy-and-video p {
    margin-bottom: 20px;
}
.sourcewell-info .sourcewell-copy-and-video .sourcewell-advantage-video {
    position: relative;
    padding-bottom: 51.5%;
    margin: 30px 0;
}
.sourcewell-info .sourcewell-copy-and-video .sourcewell-advantage-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sourcewell-info .sourcewell-contracts {
    width: 48%;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contract-info {
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 101%, 0 101%);
    clip-path: polygon(0 0, 100% 0, 90% 101%, 0 101%);
}
.sourcewell-info .sourcewell-contracts .sourcewell-contract-info header h3 {
    font-weight: 400;
    margin-bottom: 10px;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contract-info header h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contract-info header p {
    margin-top: 0;
    margin-bottom: 0;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contract-info img {
    position: absolute;
    right: 0;
    top: 0;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contact-info h4 {
    color: #ed3023;
    font-weight: 700;
    margin: 30px 0 0 0;
    line-height: 1;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contact-info .sw-hr {
    background-color: #ed3023;
    width: 90%;
    height: 2px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.sourcewell-info .sourcewell-contracts .sourcewell-contact-info a {
    margin: 0;
    display: inline;
    color: #ed3023;
}
.sourcewell-link {
    border-radius: 4px;
    color: #fff;
    background-color: #ed3023;
    -webkit-transition: all 450ms;
    transition: all 450ms;
    text-align: left;
    line-height: 1;
    font-style: italic;
    font-weight: 700;
    margin: 10px 0;
}
.sourcewell-member {
    background: #000;
    color: #fff;
    margin: 50px 0;
    padding: 20px;
    height: 330px;
}
.sourcewell-member h1 {
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.sourcewell-member h1 .start {
    font-style: italic;
}
.sourcewell-member .member-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sourcewell-member .member-info .view-info {
    width: 450px;
}
.sourcewell-member .member-info .view-info p {
    text-align: center;
}
.sourcewell-member .member-info .view-info .skewed-bg {
    margin: 15px auto;
}
.sourcewell-member .member-info .view-info .skewed-bg a {
    min-width: 250px;
    text-align: center;
}
.sourcewell-member .member-info .view-info-divider {
    width: 65px;
}
.sourcewell-member .member-info .view-info-divider span {
    border: 1px solid #fff;
    width: 1px;
    display: block;
    height: 70px;
    margin: 0 auto;
}
.sourcewell-member .member-info .view-info-divider h1 {
    margin: 0;
}
.sourcewell-widget {
    background-color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sourcewell-widget .sourcewell-widget-copy {
    width: 370px;
}
.sourcewell-widget .sourcewell-widget-copy h5,
.sourcewell-widget .sourcewell-widget-copy p {
    font-size: 18px;
}
.sourcewell-widget .sourcewell-widget-copy h5 {
    color: #ed3023;
    margin: 0;
}
.sourcewell-widget .sourcewell-widget-copy .skewed-bg {
    margin-top: 0;
    margin-bottom: 0;
}
.sourcewell-widget .sourcewell-widget-copy .skewed-bg a {
    border-radius: 4px;
    color: #fff;
    background-color: #ed3023;
    -webkit-transition: all 450ms;
    transition: all 450ms;
    text-align: left;
    line-height: 1;
    width: 188px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    font-style: normal;
}
.sourcewell-widget .sourcewell-widget-copy .skewed-bg a:hover {
    text-decoration: none;
}
@media screen and (min-width: 1800px) {
    .homepage-image-slider .image-slider .wrapper .copy-cont {
        top: -450px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy a {
        font-size: 24px;
    }
    .homepage-image-slider .slider-nav-cont {
        margin-top: -450px;
    }
    .products .products-machine-and-copy.bg-left .skewed-red-bar,
    .products .products-machine-and-copy.bg-right .skewed-red-bar {
        width: 42%;
    }
}
@media screen and (max-width: 1200px) {
    .current-job-story .flex-spread-wrap .copy {
        width: 37%;
    }
}
@media screen and (max-width: 1100px) {
    .grid-cont,
    .slide-in-grid-cont {
        max-width: 2000px;
        width: 95%;
        margin: 0 auto;
    }
    .nav-secondary {
        right: 0;
    }
    .nav-cont .wrapper {
        min-width: 225px;
    }
    .homepage-image-slider .slider-nav-cont {
        margin-top: -300px;
    }
    .homepage-image-slider .slider-nav-cont .slider-nav li {
        width: 55px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont {
        top: -300px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy h3 {
        font-size: 23px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy p {
        font-size: 18px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    .section-header {
        font-size: 35px;
    }
    a,
    h3,
    label,
    li,
    p,
    td,
    th {
        font-size: 20px;
    }
    .small-par {
        font-size: 16px;
    }
    .hero-header-copy h1 {
        width: 65%;
    }
    .history-jump-to-section {
        right: 20px;
        width: 30%;
    }
    .history-content {
        min-height: 100vh;
    }
    .product-page .thumbnail-slider-cont {
        width: 70%;
    }
    .product-page .product-job-story .product-story-cont .product-story-copy .red-head {
        width: 100%;
    }
    .product-page .features-specs .product-tabs .features-tab {
        width: 30%;
    }
    .product-page .features-specs .product-tabs .specs-tab {
        width: 52%;
    }
    .product-page .features-specs .product-tab-cont .features-cont .product-features {
        width: 32%;
    }
    .product-page .features-specs .product-tab-cont .features-cont .features-list {
        width: 67%;
    }
    .product-page .features-specs .product-tab-cont .specs-cont .spec-sheets {
        width: 58%;
    }
    .product-page .features-specs .product-tab-cont .specs-cont .img-cont {
        width: 40%;
    }
    .product-page .models-and-options .product-option .option-info .option-copy {
        width: 50%;
    }
    .product-page .save-water .grid-cont .copy-cont h2 {
        font-size: 40px;
    }
    .products .products-machine-and-copy h2 {
        margin-top: 10px;
    }
    .products .products-machine-and-copy.bg-right .copy h2.recycler {
        margin-top: 45px;
    }
    .applications .application-cont .angled-header h3 {
        padding: 11px 10px;
    }
    .applications .application-cont .text-cont {
        height: 210px;
    }
    .applications .application-cont .text-cont .angled-shape-top {
        padding: 30px 0;
    }
    .applications .application-cont .text-cont .text img {
        width: 25%;
    }
    .applications .application-cont .text-cont .text .copy-cont {
        width: 65%;
    }
    .applications .application-cont .text-cont .text .copy-cont .red-link {
        font-size: 18px;
    }
    .applications .brochures .brochures-img {
        width: 48%;
    }
    .applications .brochures .model-brochures {
        width: 280px;
        margin-left: 8%;
    }
    .footer .footer-white-links {
        display: block;
        text-align: left;
    }
    .footer .footer-white-links li {
        display: inline-block;
        margin-right: 5px;
    }
    .footer .footer-white-links li a {
        font-size: 16px;
    }
    .footer .footer-grey-links {
        display: block;
        text-align: left;
    }
    .footer .footer-grey-links li {
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
    }
    .footer .footer-grey-links li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 900px) {
    .homepage-image-slider .slider-nav-cont {
        margin-top: -275px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont {
        top: -275px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy h1 {
        font-size: 30px;
    }
    .locator-top .right .map {
        height: 75%;
    }
    .sourcewell-info .sourcewell-contracts,
    .sourcewell-info .sourcewell-copy-and-video {
        width: 47%;
    }
    .sourcewell-info .sourcewell-contracts .sourcewell-contract-info .skewed-bg a,
    .sourcewell-info .sourcewell-copy-and-video .sourcewell-contract-info .skewed-bg a {
        font-size: 18px;
    }
    .sourcewell-member {
        padding: 20px 0;
    }
    .sourcewell-widget .sourcewell-widget-img img {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    a,
    label,
    li,
    p,
    td,
    th {
        font-size: 18px;
    }
    h1,
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 18px;
    }
    .page-wrapper {
        margin-top: 65px;
    }
    .grid-cont,
    .slide-in-grid-cont {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }
    .grid-cont .vacall-logo,
    .slide-in-grid-cont .vacall-logo {
        display: none;
    }
    .hero-header-copy h2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .breadcrumbs {
        display: none;
    }
    .nav-cont {
        display: none;
    }
    .img-cont img {
        display: block;
        margin: 0 auto;
    }
    .slanted-subheader {
        font-size: 18px;
        max-width: 100%;
    }
    .nav-onscroll-cont {
        height: 65px;
        background-color: #3c3c3c;
        position: fixed;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        opacity: 1;
        overflow: hidden;
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .nav-onscroll-cont.active {
        height: 100%;
        overflow-y: hidden;
    }
    .nav-onscroll-cont .vacall-logo-tablet {
        display: block;
        width: 220px;
        position: fixed;
        top: 10px;
    }
    .nav-onscroll-cont .vacall-logo-desktop {
        display: none;
    }
    .nav-onscroll-cont .main-page-link {
        font-size: 22px;
    }
    .nav-onscroll-cont .secondary {
        top: initial;
        position: relative;
        left: 2.5%;
    }
    .nav-onscroll-cont .secondary a {
        font-size: 20px;
    }
    .nav-onscroll-cont .red-bg.active {
        display: none;
    }
    .nav-onscroll-cont .wrapper {
        height: auto;
    }
    .nav-onscroll-cont .wrapper .main-links {
        margin-top: 20px;
    }
    .nav-onscroll-cont .wrapper .main-links li {
        display: block;
        font-size: 30px;
        padding-bottom: 10px;
    }
    .nav-onscroll-cont .wrapper .main-links li a {
        font-size: 30px;
        padding: 0;
        text-decoration: none;
    }
    .nav-onscroll-cont .wrapper .main-links li.active {
        border: 0;
        height: auto;
        background: 0 0;
        padding-left: 0;
    }
    .nav-onscroll-cont .wrapper .submenu {
        position: relative;
        height: 0;
        padding: 0;
        margin-top: 0;
    }
    .nav-onscroll-cont .wrapper .submenu li {
        padding: 0;
    }
    .nav-onscroll-cont .wrapper .submenu li a {
        font-size: 20px;
    }
    .nav-onscroll-cont .wrapper .submenu.active {
        height: auto;
        background: #ed3023;
        padding: 10px;
    }
    .nav-onscroll-cont .wrapper.active {
        height: auto;
    }
    .nav-onscroll-cont h1 {
        font-size: 20px;
    }
    .nav-onscroll-cont i[class*="ion-"].hamburger {
        display: block;
    }
    .nav-onscroll-cont .logo-hamburger-cont {
        height: 65px;
    }
    .nav-onscroll-cont .logo-hamburger-cont a {
        float: left;
    }
    .nav-onscroll-cont .logo-hamburger-cont .hamburger {
        color: #fff;
        font-size: 40px;
        z-index: 100;
        float: right;
        margin-top: 14px;
    }
    .nav-onscroll-cont .logo-hamburger-cont .hamburger.ion-close {
        display: none;
        font-size: 45px;
        color: #dedede;
    }
    .homepage-image-slider {
        height: initial;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont {
        top: 0;
        padding-top: 40px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy h1 {
        font-size: 25px;
    }
    .homepage-image-slider .image-slider .wrapper .copy-cont .slider-copy p {
        font-size: 18px;
    }
    .homepage-image-slider .slider-nav-cont {
        margin-top: 0;
    }
    .homepage-image-slider .slider-nav-cont .slider-nav li {
        width: 80px;
        padding: 15px;
    }
    .current-job-story .flex-spread-wrap .copy {
        width: 48%;
    }
    .current-job-story .flex-spread-wrap .at-work-cont .at-work-logo {
        top: -10px;
        right: -10px;
    }
    .homepage-vacall-tv {
        background: #3c3c3c;
    }
    .homepage-all-smart-flow .copy .img-cont img {
        margin: 0;
    }
    .product-page .hero-slider + .flex-spread {
        display: block;
    }
    .product-page .hero-slider + .flex-spread .thumbnail-slider-cont {
        width: 25%;
        margin: 10px 10px 25px auto;
    }
    .product-page .hero-slider + .flex-spread .thumbnail-slider-cont .arrow {
        font-size: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0;
        background: #ed3023;
        color: #fff;
    }
    .product-page .hero-slider + .flex-spread .thumbnail-slider-cont .thumbnail-slider {
        display: none;
    }
    .product-page .hero-slider + .flex-spread .thumbnail-slider-cont .thumbnail-slider .thumb {
        width: 50%;
    }
    .product-page .product-job-story .product-story-cont {
        display: block;
    }
    .product-page .product-job-story .product-story-cont .product-story-copy {
        width: 100%;
        display: block;
    }
    .product-page .product-job-story .product-story-cont .product-story-copy p {
        padding: 10px 0;
    }
    .product-page .product-job-story .product-story-cont .product-story-video-cont {
        width: 100%;
        display: block;
        margin-top: 25px;
    }
    .product-page .product-job-story .product-story-cont .product-story-video-cont .skewed-bg {
        margin: 20px auto 40px 0;
    }
    .product-page .product-job-story .product-story-cont .img-cont {
        width: 100%;
    }
    .product-page .features-specs .dd-label {
        display: block;
        padding: 15px 10px;
        text-align: center;
        background-color: #ed3023;
        color: #fff;
    }
    .product-page .features-specs .dd-label i {
        position: absolute;
        right: 5%;
    }
    .product-page .features-specs #features-specs-dd-check:checked ~ .product-tabs {
        display: block;
    }
    .product-page .features-specs #features-specs-dd-check:not(:checked) ~ .product-tabs {
        display: none;
    }
    .product-page .features-specs #features-radio:checked ~ .product-tab-cont .dd-label {
        display: block;
    }
    .product-page .features-specs #specs-radio:checked ~ .product-tab-cont .dd-label {
        display: none;
    }
    .product-page .features-specs .product-tabs .tab {
        display: block;
        width: 100%;
        -webkit-clip-path: unset !important;
        clip-path: unset !important;
        text-align: center;
        color: #3c3c3c !important;
        background-color: #a2a2a2 !important;
    }
    .product-page .features-specs .product-tabs .tab:hover {
        background-color: #ed3023 !important;
        color: #fff !important;
    }
    .product-page .features-specs .product-tabs .tab label {
        font-size: 25px;
    }
    .product-page .features-specs .product-tab-cont {
        margin-top: 20px;
    }
    .product-page .features-specs .product-tab-cont #features-cont-dd-check:checked ~ .features-cont .product-features {
        display: block;
        margin-bottom: 20px;
    }
    .product-page .features-specs .product-tab-cont #features-cont-dd-check:not(:checked) ~ .features-cont .product-features {
        display: none;
    }
    .product-page .features-specs .product-tab-cont .features-cont .product-features {
        width: 100%;
        background-color: #ed3023;
    }
    .product-page .features-specs .product-tab-cont .features-cont .product-features li {
        padding: 13.5px 10px;
    }
    .product-page .features-specs .product-tab-cont .features-cont .product-features li:hover {
        background-color: #3c3c3c !important;
    }
    .product-page .features-specs .product-tab-cont .features-cont .product-features .label {
        background-color: unset !important;
    }
    .product-page .features-specs .product-tab-cont .features-cont .features-list {
        width: 100%;
        border: none;
    }
    .product-page .features-specs .product-tab-cont .features-cont .features-list .feature {
        width: 100%;
        min-height: auto;
        display: block;
    }
    .product-page .features-specs .product-tab-cont .features-cont .features-list .img-cont {
        position: relative;
        width: 100%;
    }
    .product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont {
        display: block;
    }
    .product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .recycler-features {
        width: 100%;
    }
    .product-page .features-specs .product-tab-cont .features-cont .recycler-features-cont .img-cont {
        width: 100%;
        padding: 0 40px;
    }
    .product-page .features-specs .product-tab-cont .specs-cont .spec-sheets {
        display: block;
        margin: 0 auto;
        width: 430px;
    }
    .product-page .features-specs .product-tab-cont .specs-cont .img-cont {
        display: block;
        width: 100%;
    }
    .product-page .save-water {
        background: #005a8d;
    }
    .product-page .save-water .grid-cont {
        display: block;
    }
    .product-page .save-water .grid-cont .copy-cont {
        width: 100%;
    }
    .product-page .save-water .grid-cont .copy-cont h2 {
        font-size: 30px;
    }
    .product-page .save-water .grid-cont .img-cont {
        width: 60%;
        margin: 30px auto 0 auto;
    }
    .product-page .how-it-works {
        height: 885px;
    }
    .product-page .how-it-works .grid-cont {
        display: block;
    }
    .product-page .how-it-works .grid-cont .copy-cont {
        width: 100%;
    }
    .product-page .how-it-works .grid-cont .copy-cont h2 {
        font-size: 30px;
    }
    .product-page .how-it-works .grid-cont .copy-cont .step {
        height: 60px;
    }
    .product-page .how-it-works .grid-cont .copy-cont .step img {
        width: 37px;
    }
    .product-page .how-it-works .grid-cont .copy-cont .step p {
        width: 380px;
    }
    .product-page .how-it-works .grid-cont .copy-cont .step-nav .next,
    .product-page .how-it-works .grid-cont .copy-cont .step-nav .prev {
        margin-top: unset;
    }
    .product-page .how-it-works .grid-cont .img-cont {
        width: 100%;
        margin-top: 40px;
    }
    .product-page .how-it-works .grid-cont .img-cont img {
        width: 100%;
    }
    .applications .spacing {
        margin: 0;
    }
    .applications .application-cont {
        margin-top: 30px;
    }
    .applications .application-cont .angled-header .header-shape1 {
        width: 35%;
    }
    .applications .application-cont .angled-header .header-shape2 {
        width: 38%;
    }
    .applications .application-cont .angled-header .header-shape3 {
        width: 56%;
    }
    .applications .application-cont .angled-header .header-shape4 {
        width: 46%;
    }
    .applications .application-cont .angled-header .header-shape5 {
        width: 45%;
    }
    .applications .application-cont .text-cont .angled-shape-top {
        padding: 20px 0;
    }
    .applications .application-cont .text-cont .text .copy-cont p {
        min-height: 130px;
    }
    .applications .industry-standard {
        background-size: auto;
        background: #000;
    }
    .applications .industry-standard .industry-standard-features img,
    .applications .industry-standard .industry-standard-features p {
        display: block;
    }
    .applications .industry-standard .industry-standard-features img {
        width: 100%;
        margin: 0;
    }
    .applications .industry-standard .industry-standard-features p {
        width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        margin: 20px 0;
    }
    .applications .brochures .brochures-img {
        width: 100%;
    }
    .applications .brochures .model-brochures {
        display: block;
        margin-left: 0;
    }
    .applications .models .products-machine-and-copy .copy {
        margin-top: 45px;
    }
    .history-jump-to-section {
        width: 100%;
        right: 0;
        position: fixed;
        bottom: 0;
        top: initial;
        height: 70px;
        margin-bottom: 0;
        padding-top: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .history-jump-to-section p {
        padding: 10px 0;
        text-align: center;
    }
    .history-jump-to-section ul li {
        width: 100%;
        text-align: center;
    }
    .history-jump-to-section.active {
        height: calc(100vh - 65px);
        overflow-y: scroll;
    }
    .hero-header-copy {
        margin: 0;
    }
    .red-social {
        top: 0;
    }
    .tv-filter-sidebar {
        float: none;
        clear: both;
    }
    .tv-looped-videos {
        width: 100%;
    }
    .tv-filter-sidebar .category ul li {
        font-size: 25px;
    }
    .tv-filter-sidebar .category .checkbox {
        height: 30px;
        width: 30px;
    }
    .tv-filter-sidebar .category .checkbox .red-checkbox {
        height: 26px;
        width: 26px;
    }
    .products .products-machine-and-copy h2 {
        width: 75%;
        margin-top: 25px;
    }
    .products .products-machine-and-copy .taller {
        height: 120px;
    }
    .products .products-machine-and-copy .img-cont {
        margin-top: 0;
    }
    .products .products-machine-and-copy.bg-left .copy {
        right: 0;
    }
    .products .products-machine-and-copy.bg-left .img-cont {
        margin-top: 0;
    }
    .products .products-machine-and-copy.bg-left .skewed-red-bar {
        width: 47%;
    }
    .products .products-machine-and-copy.bg-right .copy {
        left: 0;
    }
    .products .products-machine-and-copy.bg-right .copy h2.recycler {
        margin-top: 50px;
    }
    .products .products-machine-and-copy.bg-right .skewed-red-bar {
        width: 42%;
    }
    .job-stories-wrapper .single-cont .main-content {
        display: block;
    }
    .job-stories-wrapper .single-cont .job-stories-sidebar {
        margin-top: 0;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card {
        width: 100%;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .top p {
        font-size: 22px;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .left {
        width: unset;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .right {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .right p {
        font-size: 18px;
    }
    .news-sidebar {
        display: none;
    }
    .news-card {
        height: auto;
    }
    .news-card p {
        padding-bottom: 20px;
    }
    .news-card p.date {
        padding-top: 0;
    }
    .locator-top .left {
        width: 100%;
    }
    .locator-top .right {
        width: 100%;
    }
    .locator-top .right .map {
        margin: 20px 0;
        height: 400px;
    }
    .green-that-works .top .icons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .green-that-works .top .icons .icon {
        width: auto;
        margin: 0;
    }
    .green-that-works .top .icons .icon .triangle {
        display: none;
    }
    .green-that-works-white-section {
        padding: 0;
    }
    .green-that-works-white-section .slider .wrapper .slide .desktop {
        display: none;
    }
    .green-that-works-white-section .slider .wrapper .slide .mobile {
        display: block;
        padding: 20px 0;
    }
    .green-that-works-white-section .slider .synced-slider {
        display: none;
    }
    .green-that-works-white-section .slider .skewed-bg a,
    .green-that-works-white-section .slider .skewed-bg p {
        font-size: 18px;
    }
    .green-that-works-white-section .see-for-yourself .skewed-bg a,
    .green-that-works-white-section .see-for-yourself .skewed-bg p {
        font-size: 18px;
    }
    .footer .footer-white-links {
        text-align: left;
        border: 0;
    }
    .footer .footer-white-links li {
        display: block;
        border-bottom: 1px solid #707070;
        font-size: 25px;
        width: 100%;
    }
    .footer .footer-white-links li a {
        line-height: 2.5;
        font-size: 25px;
    }
    .footer .footer-grey-links {
        text-align: left;
        margin: 0;
    }
    .footer .footer-grey-links li {
        display: block;
        font-size: 25px;
        padding-bottom: 20px;
        width: 100%;
    }
    .footer .footer-grey-links li a {
        font-size: 25px;
        width: 100%;
    }
    .footer .footer-grey-links li ul {
        padding-left: 20px;
    }
    .footer .footer-grey-links li ul li {
        padding-bottom: 10px;
    }
    .sourcewell-info {
        display: block;
    }
    .sourcewell-info .sourcewell-contracts,
    .sourcewell-info .sourcewell-copy-and-video {
        width: 100%;
    }
    .sourcewell-info .sourcewell-contracts .sourcewell-contract-info,
    .sourcewell-info .sourcewell-copy-and-video .sourcewell-contract-info {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
    .sourcewell-member {
        height: auto;
    }
    .sourcewell-member h1 {
        max-width: 290px;
        margin: 0 auto 20px auto;
    }
    .sourcewell-member .member-info {
        display: block;
    }
    .sourcewell-member .member-info .view-info {
        margin: 0 auto;
        width: 375px;
    }
    .sourcewell-member .member-info .view-info-divider {
        width: 275px;
        margin: 0 auto 20px auto;
    }
    .sourcewell-member .member-info .view-info-divider span {
        display: inline-block;
        border: 0;
        border-bottom: 1px solid #fff;
        width: 100px;
        height: 1px;
        vertical-align: text-top;
    }
    .sourcewell-member .member-info .view-info-divider h1 {
        width: 65px;
        display: inline-block;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .page-wrapper {
        margin-top: 65px;
    }
    .hide-on-tablet {
        display: none;
    }
    .homepage-slider .logo {
        display: none;
    }
    .hero-bg {
        margin-top: 60px;
    }
    .breadcrumbs {
        display: none;
    }
    .vacall-logo {
        display: none;
    }
    .nav-cont {
        display: none;
    }
    .homepage-img-slider {
        margin-top: 65px;
    }
    .nav-onscroll-cont {
        height: 65px;
        background-color: #3c3c3c;
        position: fixed;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        opacity: 1;
        overflow: hidden;
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .nav-onscroll-cont.active {
        height: 100vh;
        overflow-y: scroll;
    }
    .nav-onscroll-cont .vacall-logo-tablet {
        display: block;
        width: 220px;
        position: fixed;
        top: 10px;
    }
    .nav-onscroll-cont .vacall-logo-desktop {
        display: none;
    }
    .nav-onscroll-cont .main-page-link {
        font-size: 22px;
    }
    .nav-onscroll-cont .secondary {
        top: initial;
        position: relative;
        left: 2.5%;
    }
    .nav-onscroll-cont .secondary a {
        font-size: 20px;
    }
    .nav-onscroll-cont .red-bg.active {
        display: none;
    }
    .nav-onscroll-cont .wrapper {
        height: auto;
    }
    .nav-onscroll-cont .wrapper .main-links {
        margin-top: 20px;
    }
    .nav-onscroll-cont .wrapper .main-links li {
        display: block;
        font-size: 30px;
        padding-bottom: 10px;
    }
    .nav-onscroll-cont .wrapper .main-links li a {
        font-size: 30px;
        padding: 0;
        text-decoration: none;
    }
    .nav-onscroll-cont .wrapper .main-links li.active {
        border: 0;
        height: auto;
        background: 0 0;
        padding-left: 0;
    }
    .nav-onscroll-cont .wrapper .submenu {
        position: relative;
        height: 0;
        padding: 0;
        margin-top: 0;
    }
    .nav-onscroll-cont .wrapper .submenu li {
        padding: 0;
    }
    .nav-onscroll-cont .wrapper .submenu li a {
        font-size: 20px;
    }
    .nav-onscroll-cont .wrapper .submenu.active {
        height: auto;
        background: #ed3023;
        padding: 10px;
    }
    .nav-onscroll-cont .wrapper.active {
        height: auto;
    }
    .nav-onscroll-cont h1 {
        font-size: 20px;
    }
    .nav-onscroll-cont i[class*="ion-"].hamburger {
        display: block;
    }
    .nav-onscroll-cont .logo-hamburger-cont {
        height: 65px;
    }
    .nav-onscroll-cont .logo-hamburger-cont a {
        float: left;
    }
    .nav-onscroll-cont .logo-hamburger-cont .hamburger {
        color: #fff;
        font-size: 40px;
        z-index: 100;
        float: right;
        margin-top: 14px;
    }
    .nav-onscroll-cont .logo-hamburger-cont .hamburger.ion-close {
        display: none;
        font-size: 45px;
        color: #dedede;
    }
    .nav-secondary {
        display: none;
    }
    .nav-onscroll-secondary {
        top: 50px;
        left: 2.5%;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .nav-onscroll-secondary a {
        font-size: 20px;
    }
    .homepage-headlines .homepage-headlines-content a:nth-of-type(1) {
        float: none;
        clear: both;
    }
    .model-info-title-cont .info-modal-title {
        padding-right: 20px;
    }
    .model-info-title-cont a.info-modal-title {
        padding: 0 20px 0 5px;
    }
    .model-info-modal .info-modal-img {
        max-width: 40%;
    }
    .model-latest-jobstory-copy a i {
        display: none;
    }
    .model-full-width-cont {
        width: 70%;
    }
    .model-full-width-cont .model-thumbnail-slider-cont {
        width: 95%;
        margin: 0 auto;
    }
    .model-copy-and-video .model-discovery-video-cont iframe {
        height: 4vw;
    }
    .history-slider-cont .history-copy-slider {
        float: none;
        width: 100%;
    }
    .history-slider-cont .history-slider-arrows {
        clear: both;
        position: initial;
        margin-top: 20px;
    }
    .tv-filter-sidebar .category ul li {
        font-size: 25px;
    }
    .tv-filter-sidebar .category .checkbox {
        height: 30px;
        width: 30px;
    }
    .tv-filter-sidebar .category .checkbox .red-checkbox {
        height: 26px;
        width: 26px;
    }
    .careers-main-content,
    .quality-policy-main-content {
        padding-top: 40px;
    }
    .careers-copy .careers-video-cont iframe {
        height: 37vw;
    }
}
@media screen and (max-width: 600px) {
    a,
    label,
    li,
    p,
    td,
    th {
        font-size: 16px;
        line-height: 1.4;
    }
    .nav-onscroll-cont .vacall-logo-tablet {
        width: 180px;
        top: 15px;
    }
    .vacall-logo img {
        width: auto;
        height: 100%;
    }
    .red-social .flex {
        display: -webkit-box;
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .hero-header-copy h1 {
        width: 100%;
    }
    .skewed-bg.red {
        display: block;
        -webkit-transform: skew(0);
        transform: skew(0);
        padding: 15px 10px;
        margin-left: 0;
    }
    .skewed-bg.red a {
        margin: 0 auto;
        -webkit-transform: skew(0);
        transform: skew(0);
    }
    .nav-cont {
        display: none;
    }
    .nav-onscroll-cont {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .nav-onscroll-cont .nav-onscroll-logo-hamburger-cont {
        height: 65px;
        width: 100%;
        background-color: #3c3c3c;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont {
        overflow-x: hidden;
        padding: 0;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-main-links {
        padding: 0;
        margin-top: 30px;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu {
        margin-top: 0;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu li {
        padding: 1.5vw 1vw;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-red-bg {
        margin-top: 0;
        height: auto;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-red-bg h1 {
        padding: 0;
        line-height: 2;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu {
        border: 0;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu li {
        padding: 0;
        margin: 0;
        top: 0;
        line-height: 2.2;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu li a:first-child {
        line-height: inherit;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu li a:last-child {
        padding: 0;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-sub-menu .nav-onscroll-secondary-list {
        margin-top: 0;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-secondary-list {
        width: auto;
        margin-left: 0;
        margin-top: -8px;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-secondary-list li {
        line-height: 2.2;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont img {
        display: none;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-red-bg {
        border-radius: 3px;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-secondary {
        top: 0;
        margin: 0;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-secondary a {
        font-size: 18px;
    }
    .current-job-story {
        padding: 60px 0 30px 0;
        background: #ababab;
    }
    .current-job-story .flex-spread-wrap .copy {
        width: 100%;
        margin-top: 20px;
    }
    .homepage-vacall-tv .video-cont {
        display: block;
        position: relative;
        margin: 0;
        padding: 5vw 0;
        -webkit-transform: none;
        transform: none;
    }
    .homepage-vacall-tv .video-cont .homepage-vacall-tv .video-cont .model-discovery-video,
    .homepage-vacall-tv .video-cont .video {
        border-radius: 0;
    }
    .homepage-headlines {
        width: 100%;
    }
    .homepage-headlines .homepage-headlines-content {
        padding-bottom: 0;
    }
    .homepage-headlines .homepage-headlines-content .copy {
        position: relative;
        left: 0;
    }
    .homepage-headlines .homepage-headlines-content .headline-cont:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .product-page .skewed-bg.red {
        margin-top: 50px;
    }
    .product-page .hero-slider + .flex-spread .thumbnail-slider-cont {
        width: 35%;
    }
    .product-page .models-and-options .product-option input[type="checkbox"]:checked ~ .option-info {
        display: block;
    }
    .product-page .models-and-options .product-option .option-info .option-copy {
        width: 100%;
    }
    .product-page .models-and-options .product-option .option-info .option-img {
        width: 100%;
    }
    .product-page .features-specs .product-tab-cont .specs-cont .spec-sheets {
        width: 100%;
    }
    .product-page .features-specs .product-tab-cont .specs-cont .spec-sheets a {
        width: 100%;
    }
    .product-page .current-job-story {
        background-size: 155% 100%;
    }
    .product-page .how-it-works {
        height: 720px;
    }
    .product-page .how-it-works .grid-cont .copy-cont .step img {
        width: 30px;
    }
    .product-page .how-it-works .grid-cont .copy-cont .step p {
        width: 325px;
    }
    .history-story-cont button {
        text-align: left;
        font-size: 20px;
    }
    .history-jump-to-section {
        height: 60px;
    }
    .history-jump-to-section ul {
        margin-top: 20px;
        float: none;
    }
    .tv-filter-sidebar {
        margin-bottom: 10px;
    }
    .tv-looped-videos .tv-video-and-copy {
        min-height: 0;
        background: #dedede;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 2px solid #707070;
        margin-bottom: 40px;
    }
    .tv-looped-videos .tv-video-and-copy .tv-video-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tv-looped-videos .tv-video-and-copy .tv-video-cont .tv-video img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .tv-looped-videos .tv-video-and-copy p {
        line-height: 1.2;
        padding: 5px 5px 0 5px;
    }
    .tv-looped-videos .tv-video-and-copy p.title {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
    .tv-looped-videos .tv-video-and-copy p.description {
        clear: both;
        padding: 10px 0;
    }
    .tv-looped-videos .tv-video-and-copy .skewed-bg {
        position: relative;
        display: block;
        width: 150px;
        text-align: center;
    }
    .tv-looped-videos .tv-video-and-copy .skewed-bg button {
        -webkit-appearance: none;
        border-radius: 0;
        text-align: center;
        -webkit-transform: skew(0);
        transform: skew(0);
    }
    .tv-looped-videos .tv-video-and-copy:last-of-type {
        border-bottom: unset;
    }
    .tv-overlay {
        overflow: scroll;
    }
    .tv-overlay .tv-embed .tv-video {
        width: 100%;
        left: 0;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tv-overlay .tv-embed .tv-video iframe {
        width: 100%;
        height: 233px;
    }
    .tv-overlay img {
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        font-size: 30px;
        height: 100px;
        margin: 0 auto;
    }
    .dl-top-content .dl-map-cont .dl-map {
        height: 80vw;
    }
    .dl-account-manager {
        display: none;
    }
    .dl-account-manager.mobile {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        display: block !important;
        float: none;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .dl-account-manager.mobile:after {
        content: "";
        display: table;
        clear: both;
    }
    .dl-account-manager.mobile .copy h4 {
        padding-bottom: 5px;
    }
    .locator-top .left .search-button {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
    .products .products-machine-and-copy {
        margin-bottom: 0 !important;
    }
    .products .products-machine-and-copy .skewed-red-bar {
        display: none;
    }
    .products .products-machine-and-copy .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .products .products-machine-and-copy .flex .img-cont {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .products .products-machine-and-copy .flex .copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .products .products-machine-and-copy.bg-left {
        background-image: none;
    }
    .products .products-machine-and-copy.bg-left .copy h2 {
        color: #ed3023;
    }
    .products .products-machine-and-copy.bg-left .copy p {
        font-weight: 400;
    }
    .products .products-machine-and-copy.bg-left .img-cont {
        margin-top: 0;
    }
    .products .products-machine-and-copy.bg-right {
        background-image: none;
    }
    .products .products-machine-and-copy.bg-right .copy h2 {
        color: #ed3023;
    }
    .products .products-machine-and-copy.bg-right .copy h2.recycler {
        margin-top: 0;
    }
    .products .products-machine-and-copy.bg-right .copy p {
        font-weight: 400;
    }
    .products .products-machine-and-copy.bg-right .img-cont {
        margin-top: 20px;
    }
    .products-intro-copy {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .applications .application-cont .angled-header .header-shape1 {
        width: 52%;
    }
    .applications .application-cont .angled-header .header-shape2 {
        width: 57%;
    }
    .applications .application-cont .angled-header .header-shape3 {
        width: 85%;
    }
    .applications .application-cont .angled-header .header-shape4 {
        width: 69%;
    }
    .applications .application-cont .angled-header .header-shape5 {
        width: 68%;
    }
    .applications .brochures .model-brochures {
        width: 100%;
    }
    .applications .models .products-machine-and-copy .copy {
        margin-top: 0;
    }
    .job-stories-looped-cont .job-stories-card {
        width: 100%;
        float: none;
    }
    .job-stories-looped-cont .job-stories-card:nth-child(even),
    .job-stories-looped-cont .job-stories-card:nth-child(odd) {
        float: none;
    }
    .job-stories-looped-cont .job-stories-card .middle a .left {
        height: 350px;
    }
    .job-stories-looped-cont .job-stories-card .bottom {
        margin-bottom: 0;
    }
    .job-stories-thumbnail-slider {
        display: none;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle {
        min-height: 550px;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a {
        display: block;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .left {
        width: 100%;
    }
    .job-stories-wrapper .card-cont .job-stories-looped-cont .job-stories-card .middle a .right {
        width: 100%;
    }
    .job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown {
        width: 100%;
    }
    .job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown ul {
        position: relative;
        height: 0;
        margin-bottom: 20px;
    }
    .job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown ul.active {
        height: auto;
    }
    .job-stories-wrapper .sort .job-stories-sort-dropdown .dropdown h3 {
        width: 100%;
    }
    .contact-content .contact-form .contact-red-checkbox {
        height: 35px;
        width: 35px;
    }
    .contact-content .contact-form label {
        margin-bottom: 20px;
    }
    .support-sections .grey-bar {
        display: none;
    }
    .support-sections .section .red-bg {
        border-top: 35px solid #707070;
        height: 320px;
        width: 100%;
    }
    .support-sections .section .red-bg:before {
        border: 0;
    }
    .support-sections .section .red-bg .img-cont {
        padding: 20px 0 0 0;
    }
    .support-sections .section .red-bg .copy {
        height: auto;
        padding: 20px;
    }
    .support-sections .section .red-bg .copy a,
    .support-sections .section .red-bg .copy p {
        padding: 0;
    }
    .support-sections .section .red-bg .copy a {
        padding-top: 20px;
    }
    .green-that-works .top .icons .icon {
        width: 45%;
        margin-bottom: 10px;
    }
    .green-that-works .top .icons .icon:before {
        border: 0;
    }
    .green-that-works-white-section .slider .wrapper .slide ul i {
        display: none;
    }
    .sourcewell-info .sourcewell-contracts .sourcewell-contract-info .skewed-bg a {
        font-size: 16px;
    }
    .sourcewell-member .member-info .view-info {
        width: 330px;
    }
    .sourcewell-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sourcewell-widget .sourcewell-widget-copy {
        width: 100%;
    }
    .sourcewell-widget .sourcewell-widget-copy .skewed-bg {
        margin-top: 0;
    }
    .sourcewell-widget .sourcewell-widget-copy .skewed-bg a {
        margin: 0 auto;
    }
    .sourcewell-widget .sourcewell-widget-img {
        margin: 0 auto 15px auto;
    }
}
@media only screen and (min-width: 200px) and (max-width: 800px) and (orientation: landscape) {
    .careers-main-content,
    .quality-policy-main-content {
        padding-top: 40px;
    }
    .quality-policy-copy p {
        width: 100%;
    }
    .careers-copy p {
        width: 100%;
    }
    .careers-copy .careers-video-cont {
        width: 100%;
    }
    .careers-copy .careers-video-cont iframe {
        min-height: 360px;
        width: 100%;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-secondary {
        top: 45px;
    }
    .nav-onscroll-cont .nav-onscroll-black-cont .nav-onscroll-secondary a {
        font-size: 18px;
    }
    .job-stories-wrapper .single-cont .job-stories-thumbnail-slider .wrapper .slider-image {
        display: none;
    }
}
