.industry-seo .banner h1 {
    font-size: 1.5em;
}
.industry-seo .banner h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 1.15em;
}
.industry-seo .banner .span {
    padding: 2em 0;
}
@media (min-width: 48em) {
    .industry-seo .banner h1 {
        font-size: 2em;
    }
    .industry-seo .banner h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 2em;
        font-size: 1.5em;
    }
    .industry-seo .banner .span {
        padding: 3.5em 0 2em;
    }
}
.industry-seo .banner aside > div {
    margin-bottom: 1rem;
}
.industry-seo .banner aside > div:nth-child(3) {
    margin-bottom: 0;
}
.industry-seo .quick-links li {
    padding-left: 1rem;
    position: relative;
    font-size: 1.2em;
}
.industry-seo .quick-links li::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 800;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: rgb(0,173,239);
}
.industry-seo .quick-links li a {
    color: #fff !important;
    font-weight: normal;
}
.industry-seo .cs_feature {
    padding-top: 2.16875rem;
}
@media (min-width: 48em) {
    .industry-seo .cs_feature {
        margin-top: -2.16875rem;
    }
}
.industry-seo .cs_feature a {
    display: block;
    background: #fff;
    padding: 1rem;
    padding-right: 3rem;
    position: relative;
    font-size: 1.2em;
    color: #000 !important;
}
.industry-seo .cs_feature a::before {
    content: '\f054';
    font-size: 0.7rem;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.25em 0.5em;
    border: 1px rgb(0,173,239) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    color: rgb(0,173,239);
    background: #fff;
}
.industry-seo .cs_feature a:hover::before {
    background: rgb(0,173,239);
    color: #fff;
}
.industry-seo .cs_feature a::after {
    content: 'Featured Case Study';
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: .9em;
    font-weight: 200;
    color: #fff;
    background: #0055a8;
    padding: 0.5em 0.75em;
}
.industry-seo .cs_video .video-link[data-video], .industry-seo .cs_video .video-link[data-video] .thumb {
    border-radius: 0.25rem;
}
.industry-seo .cs_video .video-link[data-video] .thumb::after {
    border: none;
    background-color: rgba(0, 0, 0, .85);
    background-image: url("/images/common/video-link-white.svg");
    width: 4em;
    height: 4em;
}
.industry-seo .cs_download a {
    font-size: 1.1em;
}
.industry-seo .ind_products + .ind_products > .span {
    border-top: rgb(0,173,239) 1px solid;
}
.industry-seo .ind_products h2 {
    font-size: 1.75em;
    color: #000;
}
.industry-seo .ind_products .cs_video {
    max-width: 100%;
}
.industry-seo .ind_products .cs_video a {
    box-shadow: 0 0.25rem .75rem rgba(0,0,0,0.1);
}
.industry-seo .ind_products .cs_video a .title {
    padding: 1em !important;
    font-weight: 600;
    font-size: 1.1em;
}
@media (min-width: 48em) {
    .industry-seo .ind_products .cs_video .video-link[data-video] .thumb {
        height: 15em;
    }
    .industry-seo .ind_products .cs_video {
        max-width: 28em;
    }
}
@media (min-width: 62em) {
    .industry-seo .ind_products .cs_video .video-link[data-video] .thumb {
        height: 8em;
    }
    .industry-seo .ind_products .cs_video {
        max-width: 50%;
    }
}
.industry-seo .ind_products .icon-list {
    margin-bottom: 2em;
}
.industry-seo .ind_products .icon-list li {
    margin-bottom: 2em;
    padding-left: 4em;
    position: relative;
}
.industry-seo .ind_products .icon-list li::before {
    content: '';
    position: absolute;
    top: 1em;
    transform: translate(calc(-100% - 0.25em), -50%);
    left: 4em;
    width: 4em;
    height: 4em;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.industry-seo .ind_products .icon-list li h3 {
    font-size: 1.05em;
}
.industry-seo .recommended_products h3 {
    padding: .35em .65em;
    background: rgb(0,173,239);
    color: #fff;
    font-size: 1.5em;
    width: 100%;
    font-weight: 400;
    margin-bottom: 1.5em;
}
.industry-seo .recommended_products .products_list li {
    margin-bottom: 2em;
}
.industry-seo .recommended_products .products_list a {
    display: block;
    background: #fff;
    padding: .5em .75em;
    padding-right: 4.5em;
    position: relative;
    font-size: 1.2em;
    color: #000 !important;
    border: rgb(0,173,239) 1px solid;
    border-radius: 0.5em;
    min-height: 8em;
}
.industry-seo .recommended_products .products_list a::after {
    content: '\f054';
    font-size: 0.7rem;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 1em;
    right: 1em;
    padding: 0.25em 0.5em;
    border: 1px rgb(0,173,239) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    color: rgb(0,173,239);
    background: #fff;
}
.industry-seo .recommended_products .products_list a:hover::after {
    color: #fff;
    background: rgb(0,173,239);
}
.industry-seo .recommended_products .products_list a img {
    position: absolute;
    top: -1em;
    right: 1em;
    max-width: 3.5em;
    margin: 0;
    max-height: calc(100% - 1em);
}
@media (min-width: 48em) {
    .industry-seo .recommended_products .products_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .industry-seo .recommended_products .products_list li {
        flex: 0 0 calc(33.33% - 0.75em);
        max-width: calc(33.33% - 0.75em);
    }
    .industry-seo .recommended_products .products_list li a {
        min-height: 4em;
        height: 100%;
        padding-right: 4.25em;
    }
    .industry-seo .recommended_products .products_list a img {
        max-width: 2.75em;
        max-height: calc(100% - 1em);
    }
    .industry-seo .recommended_products .products_list li[data-thumb="fx-series"] a img, .industry-seo .recommended_products .products_list li[data-thumb="s-series"] a img, .industry-seo .recommended_products .products_list li[data-thumb="a-mist"] a img {
        right: 2.25em !important;
        max-height: calc(100%);
    }
}
@media (min-width: 62em) {
    .industry-seo .recommended_products .products_list li {
        flex: 0 0 calc(50% - 0.5em);
        max-width: calc(50% - 0.5em);
    }
    .industry-seo .recommended_products .products_list li a {
        padding-right: 3em;
    }
    .industry-seo .recommended_products .products_list a img {
        max-width: 2em;
        right: .75em;
        top: -.5em;
    }
    .industry-seo .recommended_products .products_list li[data-thumb="fx-series"] a img, .industry-seo .recommended_products .products_list li[data-thumb="s-series"] a img, .industry-seo .recommended_products .products_list li[data-thumb="a-mist"] a img {
        right: 1.5em;
    }
    .industry-seo .recommended_products .products_list li[data-thumb="vessel"] a, .industry-seo .recommended_products .products_list li[data-thumb="silo"] a {
        padding-right: 45%;
    }
    .industry-seo .recommended_products .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a, .industry-seo .recommended_products .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a {
        padding-right: 3.5em;
    }
    .industry-seo .recommended_products .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a img {
        max-width: 3em;
        right: .5em;
        top: -.25em;
    }
    .industry-seo .recommended_products .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a img {
        max-width: 3em;
        right: .5em;
        top: -.25em;
    }
}
@media (min-width: 75em) {
    .industry-seo .recommended_products .products_list li a {
        padding-right: 4.5em;
    }
    .industry-seo .recommended_products .products_list a img {
        max-height: calc(100% - .5em);
        max-width: 4em;
    }
    .industry-seo .recommended_products .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a, .industry-seo .recommended_products .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a {
        padding-right: 4.5em;
    }
}
.industry-seo .recommended_products .casestudy_heading {
    background: rgb(0,85,168);
    margin: 1.5em 0;
}
.industry-seo .recommended_products .casestudy_list li {
    flex: 0 0 calc(100% - 0.5em);
    max-width: calc(100% - 0.5em);
    margin-bottom: 1em;
}
.industry-seo .recommended_products .casestudy_list li a {
    min-height: fit-content;
    border: 1px rgb(0,85,168) solid;
    position: relative;
}
.industry-seo .recommended_products .casestudy_list li a::after {
    min-height: fit-content;
    border: 1px rgb(0,85,168) solid;
    color: rgb(0,85,168);
    bottom: 50%;
    transform: translateX(-50%);
    transform: translateY(50%);
}

.industry-seo .red-keyline {
    border: 3px solid #b40010;
    margin: 0;
}
.industry-seo .red-keyline h2 {
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 1.4em;
    color: #000;
}
.industry-seo .red-keyline blockquote {
    font-style: italic;
    color: rgb(0,173,239);
    font-size: 1.35em;
    padding: 1em;
    box-shadow: rgba(0, 0, 0, .2) 0 0 1.5em;
    border-radius: 1em;
    position: relative;
    background: #fff;
}
.industry-seo .red-keyline blockquote::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 2em;
    bottom: 100%;
    border: 1rem solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(315deg)translateY(100%);
    z-index: 1;
}
.industry-seo .red-keyline a.btn {
    background: #b40010;
    color: #fff !important;
    padding: 0.5rem 1rem 0.5rem 2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.industry-seo .red-keyline a.btn:last-child {
    margin-bottom: 0;
}
.industry-seo .red-keyline a.btn::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: inherit;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1em;
}
.industry-seo .red-keyline .to-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.industry-seo .red-keyline .to-bottom img {
    margin-top: auto;
    margin-bottom: -1em;
}
@media (min-width: 48em) {
    .industry-seo .red-keyline {
        padding: 0.9375rem;
    }
    .industry-seo .red-keyline blockquote {
        float: right;
        width: 15em;
        margin-left: 1.5em;
        margin-top: .9rem;
    }
}
.industry-seo .case_studies {
    background: linear-gradient(rgb(0,85,168), rgb(0,173,239));
    color: #fff;
}
.industry-seo .case_studies h2 {
    color: #fff;
}
.industry-seo .case_studies .case_study {
    box-shadow: rgba(0, 0, 0, .2) 0 0 1.5em;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.industry-seo .case_studies .case_study .thumb {
    position: relative;
    padding-top: 15rem;
    overflow: hidden;
}
.industry-seo .case_studies .case_study .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    max-width: unset;
    height:100%;
    object-fit: cover;
    margin: 0;
}
.industry-seo .case_studies .case_study .related_products {
    position: absolute;
    top: 15rem;
    transform: translateY(calc(-100% + .5em));
    right: .9375em;
    margin-bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.industry-seo .case_studies .case_study .related_products img {
    width: 7em;
    max-width: 7em;
    max-height: 13em;
    object-fit: contain;
    margin: 0;
    margin-left: 0.5em;
}
.industry-seo .case_studies .case_study h3 {
    display: block;
    padding: 1.25em 1em;
    background: #fff;
    color: #000;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding-right: 2.75em;
    flex: 1;
}
.industry-seo .case_studies .case_study h3::after {
    content: '\f054';
    font-size: 0.7rem;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 1em;
    right: 1em;
    padding: 0.25em 0.5em;
    border: 1px rgb(0,173,239) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    color: rgb(0,173,239);
    background: #fff;
}
.industry-seo .case_studies .case_study:hover h3::after {
    background: rgb(0,173,239);
    color: #fff;
}