/*
 Theme Name:     Butler Rescare Child Theme
 Theme URI:      https://charliebartlett.com
 Description:    Bootstraap 4 started child theme
 Author:         Charlie B
 Author URI:     http://www.charliebartlett.com
 Template:       wp-bootstrap-starter
 Version:        0.1.9
*/
 

 @import url("../wp-bootstrap-starter/style.css");

body {
    font-family: 'Lato', sans-serif;
}

p {
    font-family: 'Lato', sans-serif;
}

a, footer#colophon a {
    color: #69C9CD;
}

h2 {
    width: 100%;
}

a:hover, footer#colophon a:hover {
    color: #3C315B;
    text-decoration: none !important;
}

.section-padded {
    padding-top: 60px;
    padding-bottom: 60px;
}

.buynow, .btn, .btn-primary {
    background: #726498;
    border: 1px solid #726498;
    color: #fff;
    border-radius: 0;
    padding:4px 20px;
    outline: none !important;
}

button:focus {
    outline: none;
}

.buynow:hover, .btn:hover, .btn-primary:hover, .btn-primary:focus {
    background: #fff;
    color: #726498;
    outline: none !important;
    border: 1px solid #726498;
}

div#page {
    max-width: 1200px;
    margin: 0 auto;
}

ul#bottom-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0;
}

div#main-nav {
    float: left;
    align-self: flex-start;
    margin-top: 17px;
    margin-left: 70px;
}


div#main-nav li ul {
    display: none;
    list-style: none;
    padding: 0 0 7px;
    box-shadow: 0px 2px 5px #a5a4a4;
    margin-top: 5px;
    z-index: 3;
    background-color: #fff;
    position: relative;
    white-space: nowrap;
    position: absolute;
}

div#main-nav ul ul li.menu-item-has-children:after {
    content: "\25BA";
    position: absolute;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 4px;
    color: #3C315B;
}

div#main-nav li {
    padding-bottom: 5px;
}

div#main-nav a {
    color: #252a2d !important;
}

div#main-nav li li {
    padding: 4px 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}


div#main-nav ul li li:hover > ul {
    display: block;
}

div#main-nav li:hover > ul {
    display: block;
}

div#main-nav ul ul ul {
     position: absolute;
    left: 100%;
    min-width: 100%;
    background-color: #fff;
    margin-left: 1px;
    z-index: 0;
    margin-top: -20px;
    float: left;
}

div#main-nav li a:hover {
    color: #69C9CD !important;
    font-weight: 400;
}

.navbar-brand img {
    width: 180px;
    padding: 0.5rem 0;
}

#menu-main-nav {
    align-items: unset !important;
}

header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 0;
    position: absolute;
    z-index: 18;
    width: 100%;
}

.headerpadder {
    padding: 20px 0px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.leftheaderpadder {
    background-color: #fff;
    padding: 0 0 0 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.rightheaderpadder{
    padding: 0 120px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.topmenuWrap {
    background-color: #181818;
}

.navbar-nav {
    justify-content: flex-start !important;
}

.navbar .container {
    align-items: unset;
}

.navbar-nav > li > a {
    color: #252a2d!important;
    font-size: 0.9rem!important;
    font-family: 'Lato', sans-serif;
    border-right: 2px solid;
    padding: 0px 9px!important;
    line-height: 1.3;
    font-weight: 400 !important;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
    font-weight: 400 !important;

}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    position: relative;
    top: 2px;
    right: 0;
    margin-left: 1px;
    margin-right: -3px;
}

.dropdown-submenu .dropdown-toggle::after {
    top: 3px;
}

.container.headline {
    position: absolute;
    top: 31%;
    left: 0;
    right: 0;
    text-align: left;
}

.headphone {
    font-size: 14px;
    font-weight: 600;
    margin-left: -50%;
    margin-top: 3px;
    color: #3C315B;
}

.headcart {
    font-size: 20px;
    color: #3C315B;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-self: start;
    margin-top: 9px;
    position: relative;
    cursor: pointer;
}

.headcart img {
    width: 40px;
    margin-right: 8px;
}

.headcart span {
    position: absolute;
    background-color: #3C315B;
    right: 33px;
    color: #fff;
    padding: 3px 7px;
    border-radius: 100%;
    top: -9px;
    font-size: 11px;
}

.cart-menu {
    display: flex;
    align-self: start
}

.activate-search i {
    display: none;
    font-size: 22px;
    color: #3C315B;
    padding: 10px 12px 10px 0;
    margin-right: 12px;
    border-right: 1px solid #000;
}

.search-form {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 15px 5px 10px 20px;
}

.search-form2 {
    display: none;
}

.search-submit {
    background: none;
    border: 0px !important;
    padding: 10px;
    color: #3C315B;
}

.search-submit:hover {
    color: #69C9D2;
}

/*.search-thumb {
    min-width: 297px;
}*/

.container.headline h1 {
    color: #fff;
    text-shadow: 1px 1px 2px grey;
    line-height: 1.2!important;
    font-size: 4rem;
    font-weight: 200;
}

ul#top-menu a {
    font-size: 0.7rem!important;
    font-weight: 700!important;
}

.container.headline p {
    float: left;
    clear: both;
    color: #fff;
    display: block;
    font-weight: 200;
    max-width: 460px;
    font-size: 1.1rem;
    border-top: 3px solid #d8282f;
    padding-top: 16px;
}

.processesused p {
    margin: 3px 0;
    padding-bottom: 3px;
    font-size: 0.9rem;
    border-bottom: 1px solid #cecece;
}

.serv_home_area li {
    margin: 3px 0;
    padding-bottom: 3px;
    font-size: 0.8rem;
    border-bottom: 1px solid #cecece;
    list-style-type: none;
}

.serv_home_area ul {
    margin-left: 0;
    padding-left: 0;
}

div#page-sub-header {
    background-attachment: fixed;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    color: #fff;
}

ul#bottom-menu li {
    padding: 0.3rem 0.4rem;
    border: 1px solid transparent;
}

ul#bottom-menu li:hover {
    border: 1px solid #fff;
}

ul#bottom-menu ul li:hover {
    border:none;
    border-bottom: 1px solid #96969661;
}


ul#bottom-menu li li:last-of-type {
    padding-right: 10px;
}

div#page-sub-header img {
    min-width: 70%;
}

button.navbar-toggler {
    opacity: 1.0;
    border-radius: 0!important;
    align-self: start;
    margin-top: 15px;
    border: none;
    outline: non !important;
}

button.redbutton {
    background-color: #D7282F;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 0.4rem 1.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 200;
    float: left;
    clear: both;
}

#VideoPopUpWrap {
    position: fixed;
    z-index: 500;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
}
.videoWrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
}
.videoPopUpCloseButton {
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 20;
}
.videoPopUpCloseButton img {width:25px;}
.videoPopupPlchdr {
    max-width: none;
}

#VideoPopUpWrap .transparentBckgrnd {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .96;
}
#VideoPopUpWrap .contentWrap {
    width: 100%;
    height: 100%;
    text-align: center;
}
#VideoPopUpWrap iframe {
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 .vidThumbPlayButton {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    /* margin-top: -48.5px; */
}

div#pills-tabContent, .toptabswrap {
    width: 100%;
    float: left;
}

.fade {
    display: none;
 }

.fade.show {
    display: block;
}

.toptabswrap {
    background-color: #0f0707;
    padding-top: 40px;
    margin-top: -2px;
}

ul#pills-tab li {
    background-color: #fff;
    margin: 0 0.25rem;
}

.nav-pills .nav-link {
    float: left;
    margin-bottom: 15px;
    margin-left: 12px;
    background-color: #808081;
    color: #fff;
    border-radius: 0;
    font-size: 0.9rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-brand.resp {
    display: none;
}

.tab-pane h2 {
    color: #d01b20;
    font-size: 1.8rem;
    margin-top: 50px;
}

ul#menu-main .dropdown-item {
    color: #fff;
}


.dropdown .open .dropdown-menu {
    /*left: 12.4em;
    top: -8px;*/
}

#menu-item-291:hover > ul,
.nav-item .nav-item:hover > ul {
    display: block;
}

.ProductType h3 {
    font-size: 0.95rem;
    margin-bottom: 3px;
}


div#pills-tabContent {
    padding-bottom: 50px;
}


#content.site-content {
    padding: 125px 0 0 0!important
}

.ProductType {
    float: left;
}

.ProductType:nth-of-type(5) {
    clear: left;
}

h1.entry-title {
    border-bottom: 1px solid #bfc0c2;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #CF1A1F;
}

.nav-pills .nav-link:hover {
    background-color: #CF1A1F;
}

.nav-pills .nav-link.active:before {
    content: " ";
    height: 0.5rem;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: -0.5rem;
}


.aboutTab {
    padding: 0 12px;
}

li.nav-item.col-sm {
    padding: 0;
}

h2.tabtitle {
    background-color: #d01b20;
    padding: 14px 12px;
    margin-top: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}

.sectionpadder {
    width: 100%;
}

.homepgtopgridwrapper {
     display: grid;
    grid-template-columns: 33.5% 33.25% 33.25%;
    background-color: #fff;
    color: #444;
}

.box {
    color: #3C315B;
    font-weight: 200;
    font-size: 19px;
/*    line-height: 1.8;*/
    background-size: cover;
    background-position: center;
}

.a {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding: 40px 30px;
    background-size: cover;
    background-image: url(images/map.jpg);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    min-height: 186px;
}

.b {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-left: 10px;
}

.c {
    grid-column: 3;
    grid-row: 1;
    margin-left: 10px;
    margin-bottom: 5px;
        background-position: top;
}

.d {
    grid-column: 3;
    grid-row: 2;
    margin-left: 10px;
    margin-top: 5px;
}

.box.a h3 {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
}

section.subpgtoptitle {
    padding-top: 135px;
    background-color: #E5E5E6;
    padding-bottom: 1px;
}

.ProdCard {
    padding: 0;
    margin-top: 0;
    border-right: 1px solid #eee;

}

.prodoverlay {
    width: 100%;
    text-align: left;
    z-index: 3;
    /* opacity: 0; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    /* background: none repeat scroll 0 0 rgba(1, 59, 99, 0); */
/*    cursor: pointer;*/
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: end;
    flex-direction: column;
}

.prodoverlay h3 {
    color: #a9a9af;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin: 0;
    text-align: center;
    line-height: 2.9;
    width: 100%;
    background-color: #fff;
    padding: 7px 10px;
    /* border-right: 1px solid rgba(156, 153, 153, 0.47843137254901963); */
}

.ProdCard a:hover {
    text-decoration: none;
}

.ProdCard a:hover h3 {
    color: #726498;
}

.prodoverlay.contact{
/*    position: absolute;*/
    width: 100%;
    text-align: left;
    z-index: 3;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    background: none repeat scroll 0 0 rgba(1, 59, 99, 0.79);
/*    cursor: pointer;*/
    padding: 20px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.prodoverlay.contact h3 {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
    line-height: 1.2;
     background-color: transparent;
    padding: 7px 10px;
    border-right: none;
}

.rescareblockWrap {
    background-image: url(images/resbkgrd.jpg);
    background-size: cover;
    background-position: center;

}

.prodoverlay.contact p {
    margin-bottom: 6px;
}

.prodoverlay.contact img {
    max-height: 140px;
    width: auto;
}

.prodoverlay.contact p {
    margin-top: 13px;
    color: #3C315B;
    font-size: 18px;
    width: 100%;
    line-height: 2.0;
    font-weight: 200;
    padding-top: 40px;
}


.prodoverlay:hover {
    opacity: 1.0;
}

.prodoverlay p {
    color: #fff;
    font-size: 0.9rem;
}

.prodoverlay.contact {
    opacity: 1;
    background: none;
}

.piclink {
    float: none;
    height: auto;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.grow img {
    height: auto;
    width: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index: 0;
}

.ProdCard a:hover >.grow img {
    transform: scale(1.15);
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.prodIntro h2 {
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}


.prodIntro {
    background-color: #3C315B;
    text-align: center;
    padding: 3px 0;
}

.HomepgAboutInner p {
    color: #FFE500;
    font-weight: 500;
    font-size: 1.1rem;
}

button.transpbutton {
    background: transparent;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 4px 25px;
    border: 1px solid #fff;
    opacity: 0.9;
}

.costHalf, .PlasticsdoHalf {
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section#SupportArea, section#productMain, section#productTabs, section.IndBottomImage {
    padding: 50px 0;
}

section#ProductsMain {
    float: left;
    padding: 50px 0px;
}

.BottomTextInner p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 100;
}


.HomepgAboutInner h2 {
    color: #fff;
    font-size: 1.7rem;
}


ul.aboutgallery {
    list-style: none;
    display: flex;
    padding: 4rem 6rem 0;
}

.hghltimagewrap {
        padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboutTab p {
    font-size: 0.9rem;
}

.ProductType p {
    font-size: 0.8rem;
}

p.excerpt {
    font-size: 0.9rem;
}

span.entry-date {
    float: right;
    font-weight: 700;
    color: #6D6F71;
    margin-top: 1rem;
}

span.entry-date {
    text-align: right;
    font-weight: 700;
    color: #6D6F71;
    margin-top: 2rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #6d6f7161;
    line-height: 1.8rem;
}

.ProductType a {
    font-size: 0.75rem;
    float: right;
    border-top: 1px solid #d01b21;
    padding-top: 6px;
}

.MaintPlans, .NewsEvents, .casestudy{
    float: left;
}

.MaintPlans {
    position: absolute;
    top: -8px;
    right: 0px;
    bottom: -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: left;
    align-items: left;
    flex-direction: column;
}

section#HomepgHighlt {
    padding: 50px 0;
}

.hghlttextwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hghlttextwrap h3 {
    font-size: 1.7rem;
    margin-top: 0;
}

.TriPostInner, .BenefitsInner{
    background-color: #d8282f;
}

.benheadline{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: space-around; */
    /* -webkit-box-align: center; */
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tax-product_industry .benheadline:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e5e5e6;
    right: -18px;
    position: absolute;
    z-index: 1;
}

.BenefitsInner{
    /*background-image: url(images/Divcatred.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;*/
    background-color:#e5e5e7;
    padding: 40px 0;
    margin-top: 60px;
    margin-bottom: 60px;
}


.BenefitsInner img {
    position: absolute;
    top: -125px;
    height: 560px;
    right: 30px;
    width: auto;
    max-width: none;
}


.BenefitsSingleInner{
    background: #e5e5e6;
}
.BenListSingle{
    background: #d8d7d7;
        padding: 30px;
}


.oncat {
    background-image: url(images/Divcatred.jpg);
    background-attachment: fixed;
    background-position: -120px top;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: space-around; */
    /* -webkit-box-align: center; */
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0); 
}


.oncatInner .sectionpadder {
    padding-left: 30px;
}

.NewsEvents .sectionpadder, .BenList .sectionpadder{
    padding-left: 30px;
}

.oncatInner h2 {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0;
    color: #d8292f;
}

.oncatInner.catalog h2 {
    color: #fff;
    font-size: 2.2rem;
}

._BenList ul {
    list-style: none;
    padding: 0;
}

._BenList ul li {
    font-weight: 100;
    font-size: 1.1rem;
    border-bottom: 1px solid gray;
    margin: 5px 0;
    padding: 0px 0 6px;
}

.BenefitsSingleInner .benheadline h2 {
    color: #000;
        font-size: 2.4rem;
    line-height: 1.1;
     margin-bottom: 0;
    margin-top: 0;
    font-weight: 100;
}
.BenSingleBold { font-weight: 600; color: #d8282f;}

button.darkbutton {
    background-color: #231F20;
    border: none;
    color: #fff;
   font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 0.4rem 1.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 200;
    float: left;
    clear: both;
}

.oncatInner p{
    color: #fff;
}

button.redbutton.casestudy {
    font-size: 1rem;
    padding: 0.4rem 1.3rem;
}

.casestudytextwrap p, .newseventstextwrap p, .TriPostInner p, .SupportInner p {
    font-size: .85rem;
    font-weight: 200;
}

.SupportText h2 {
    margin-top: 0;
    color: #D7282F;
    margin-bottom: 010px;
    font-size: 1.8rem;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
}

div#gform_wrapper_1 {
    margin-top: 0!important;
}

.gform_wrapper .top_label .gfield_label {
    font-size: 1rem;
    margin-bottom: 0!important;
    margin-top: 9px!important;
    color: #000;
}

.gform_wrapper ul.gfield_radio li label { font-size: 0.9rem; }
.gform_wrapper .gfield_radio li input[type=radio] { vertical-align: top!important;     margin-left: 4px!important; }

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px!important;
}

.casestudytextwrap {
    margin-top: 14px;
}

.callus p, .callus h3 {
    color: #D7282F;
    font-weight: 700;
    margin: 0;
}

.TriPostInner h3 {
    line-height: 1.9;
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px;
}


.container.flex{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        padding: 0;
}



.NewsEventsInner p {
    color: #fff;
}

span.events-date {
    font-weight: 700;
    color: #fff;
    line-height: 1.0;
    font-size: 0.9rem;
}

.eventstextwrap p {
    margin-bottom: 0;
}

a.eventreadmore {
    float: right;
    color: #fff;
    font-weight: 200;
    font-size: 0.8rem;
    margin-top: 4px;
}

.eventstextwrap:first-of-type {
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffffab;
    padding-bottom: 15px;
}

.newseventstextwrap {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #bfc0c2;
}

.NewsEvents{
    padding: 30px 0;
}

.newsart.col {
    border-right: 1px solid #f2b9bb;
}

.BenList {
    padding: 60px 0;
}

.newseventstextwrap:last-of-type {
    border-bottom: none;
}

.page-id-29 section#SupportArea, .page-id-409 section#SupportArea,.page-id-30 section#SupportArea, .page-id-27 section#SupportArea, .page-id-33 section#SupportArea, .page-id-32 section#SupportArea, .archive.tax-product_category.term-batch.term-5 section#SupportArea, .parent-pageid-32 section#SupportArea{
    background-color: #EEEEEF; 
}

.BenList ul {
    float: left;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    width: 70%;
    color: #fff;
    font-weight: 500;
}

section#SupportArea {
    background-color: #fff;
        float: left;
}

.SupportForm.Findarep{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: left;
    align-items: left;
    flex-direction: column;
}

.SupportForm.Findarep h2 {
    color: #d9282f;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.rep.dropdown .dropdown-menu.show {
    max-height: 200px;
    overflow: scroll;
    padding: 10px 0;
    font-size: 15px;
}

.dropdown-menu.show {
    background: #444;

    margin-top: 0;
    width: 100%;
}
.rep .dropdown-menu.show .head-cart {
    background: #FFF;
    max-height: 200px;
    overflow: scroll;
}
.footind.col {
    padding: 0;
}

button#dropdownMenuButton {
    background-color: #fff;
    color: #181818;
    padding: 6px 13px;
    width: 100%;
    text-align: left;
    border-radius: 16px;
    font-size: 15px;
    margin-bottom: 25px;
}

.rep.dropdown {
    width: 260px;
    margin-top: 20px;
}

/*
.manageinfo:before {
    content: "";
    width: 6px;
    height: 34px;
    background-color: #d9282f;
    position: absolute;
    left: 58px;
    margin-top: 3px;
}
*/

.manageinfo {
    margin-left: 15px;
    color: white;
}

.manageinfo h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}

.manageinfo p {
    margin-bottom: 0px;
}

.manageinfo a {
    font-weight: bold;
    font-size: 16px;
}

.rep-info {
    padding-right: 15px;
}

.SupportForm.Findarep.col-sm-4 {
    padding-left: 60px;
}


.SupportForm.Findarep {
    background-image: url(images/map.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 25px 50px;
}


.SupportForm { border-right: 1px solid #bfc0c2; }
.SupportForm.Findarep { border-right: none; }

.dropdown-toggle::after {
    right: 14px;
    position: absolute;
    top: 16px;
}
.manageinfo p strong {
    color: #d9282f;
    font-weight: 700;
}
section#productMain{
    float: left;
}

img.prodMain {
    position: absolute;
    top: 0;
    width: auto;
    max-height: 100%;
    display: block;
}

.ShwcseMainImg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

img.maintimg {
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

.gform_footer.top_label {
    padding-top: 0!important;
}

.gform_wrapper .gform_footer input[type=submit] {
    background-color: #3C315B;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: .9rem 1.3rem;
    font-size: 0.85rem!important;
}



.callus h3 {
    font-size: 1.6rem;
    padding-top: 5px;
}



footer#colophon {
    background-color: #fff!important;
    float: left;
    width: 100%;
}

.footerwrap p {
    margin-bottom: 1px;
    font-size: 12px;
}

.footerwrap {
    text-align: center;
    padding: 35px 0;
    border-top: 1px solid #eee;
}

section.subpgtoptitle {
    padding-top: 135px;
    background-color: #E5E5E6;
    padding-bottom: 1px;
}

.footerwrap p.contactfoot {
    color: #000;
    margin-top: 30px;
}



img.indicon {
    width: 40px;
    padding-bottom: 30px;
}
.indoverlay:hover {
    opacity: 1.0;
}

.indoverlay p {
    color: #fff;
    font-size: 0.9rem;
}

.piclink {
    float: none;
    height: auto;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.grow img {
    height: auto;
    width: 100%;
    -webkit-transition: all 1.4s ease-in-out;
    -moz-transition: all 1.4s ease-in-out;
    -o-transition: all 1.4s ease-in-out;
    -ms-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
    z-index: 0;
}

.IndustryCard:hover >.grow img {
    transform: scale(1.15);
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.header-background {
    height: 220px;
    background-color: #E5E5E6;
}

.subpgtopimage {
    background-attachment: fixed;
    background-position-y: 132px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: relative;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section.subpgtopimage.noimage {
    background-color: #eaeaea;
}

.single-post h1.entry-title, .single-post .post-thumbnail {
    display: none;
}

section.subpgtopimage.noimage h1.cat-title {
    color: #181818;
    text-shadow: none;
    margin-top:0;
}

.archive section.subpgtopimage.noimage {
    max-height: 220px;
}



.archive section.subpgtopimage.noimage  .catTitleWrap.post {
    bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.IndustryCard h2 {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 2.2rem;
    margin-top: 0;
    padding: 0 45px;
}

.IndustryCard:hover >h2 {
    opacity: 0;
}

.IndustryCard {
    padding: 0;
}

.IndustryCard.agriculture, .IndustryCard.forest, .IndustryCard.industrial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.OtherCard {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: left;
    align-items: left;
    flex-direction: column;
    padding: 45px;
}


.IndustryCard.products h2 {
    font-size: 1.7rem;
    text-shadow: 1px 2px 2px #313131;
}

.IndustryCard.products .indoverlay {
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.IndustryCard.lastmessage {
    background-color: #444444;
    padding: 20px 30px;
    text-align: center;
}

.IndustryCard.lastmessage h3 {
    color: #fff;
    text-align: left;
    font-weight: 200;
    font-size: 19px;
}


.ProdSearch input.search-field.form-control {
    border-radius: 0;
    padding: 2px 10px;
}

/*button, .btn,  .redsearch, .buynow {
    background-color: #d8282f;
    padding: 3px 20px;
    border-radius: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 4px;
    margin-left: 15px;
}*/

.ProdSearch h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 5px;
}

.ProdSearch{
    text-align: center;
    padding-bottom: 20px;
    background-color: #181818;
    padding-top: 20px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: -50px;
}
img.indcube {
    width: 90px;
}


.OtherCard h2 {
    font-size: 2rem;
    border-bottom: 3px solid #FFF070;
    padding-bottom: 28px;
    margin-top: 0;
}

.IndustryCard.mining, .IndustryCard.oem{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: end;
    -webkit-flex-align: end;
    -ms-flex-align: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.IndustryCard.food, .IndustryCard.wastewater {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-around;
    -webkit-box-align: start;
    -webkit-flex-align: start;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}



.IndustryCard.food h2, .IndustryCard.wastewater h2 {
    padding-top: 80px;
}

.IndustryCard.mining h2, .IndustryCard.oem h2 {
    padding-bottom: 80px;
}

.Productsheadline.row {
    background-color: #e5e5e6;
    padding: 0 20px;
}

ul#product-cats {
    list-style: none;
    padding: 0;
}

.prodcat h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-top: 30px;
}

ul#product-cats ul {
    list-style: none;
}


ul#product-cats li {
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
}

.OtherCard h3 {
    font-size: 1.55rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0px;
}

section#IndustriesMain {
    border-bottom: 60px solid #e5e5e6;
}


.catTitleWrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.page-id-690 .catTitleWrap {
    visibility: hidden;
}

.page-id-690 .subpgtopimage {
    background-attachment: unset;
    background-position-x: center;
}
.subpgbottomcolors {
    position: absolute;
    bottom: -2px;
    align-self: flex-end;
    width: 100%;
}

h1.cat-title a, h1.cat-title {
    color: #181818;
}

h1.entry-title {
    width: 100%;
}

.shwcseThmbWrap.prodThumb {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #e4e4e4;
    max-height: none;
    float: left;
    display: inline-block;
}

section#productTabs {
    float: left;
}

div#myTabContent {
    width: 100%;
    border-top: 1px solid #bfc0c2;
    background-color: #eeeeef;
    padding: 50px 0;
}

.productTabsInner .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #D7282F;
    border-top: 0;
    background-color: #fff;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: 0;
    padding-right: 0;
}

.productTabsInner li.nav-item.col:last-of-type {
    border-right: 1px solid #bfc0c2;
}

.productTabsInner .nav-tabs .nav-link {
    font-weight: 700;
    color: #494f57;
}

.productTabsInner li.nav-item.col {
    padding: 0;
    border-left: 1px solid #bfc0c2;
}



.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: transparent;
    border: none;
}

.productTabsInner .nav-tabs .nav-link {
    font-weight: 700;
    color: #494f57;
    border-radius: 0;
    border-left: none;
    border-right: none;
    text-align: center;
    margin-bottom: -1px;
}

.processesused, .industries, .matcom, .compeq  {
    float: left;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.processesused p, .industries p, .matcom p, .compeq p {
    margin: 3px 0;
    padding-bottom: 3px;
    font-size: 0.9rem;
    border-bottom: 1px solid #cecece;
    display: inline-block;
    width: 100%;
}

.mainabout p {
    font-size: 1rem;
    font-weight: 200;
}

div#myTabContent h3 {
    font-size: 1rem;
}

.shwcseThmbsWrapInner h1.entry-title {
    color: #D7282F;
    margin-bottom: 20px;
}

.shwcseThmbsWrapInner h1.entry-title span {
    font-size: 1.7rem;
    display: block;
}

.MaintPlans h3 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    border-bottom: none;
    margin-top: 0;
}

.MaintPlans button.redbutton.casestudy {
    padding: 0;
}


.casestudytextwrap h4 {
    color: #d1092d;
    line-height: 1.2;
}

.compeq {
    margin-bottom: 30px;
}

.specs tr {
    border-bottom: 1px solid #d6d6d6;
}

.specs td {
    padding: 2px 5px;
}

.specs tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}

.specs p, .specs td {
    padding-bottom: 3px;
    font-size: 0.9rem;
    margin: 0 0 3px;
}



.shwcseThmbsWrap{
    padding-left: 50px;
}

section#Subpgprimary {
    float: left;
}

section#SuppMat {
    float: left;
}

section#CaseStudy {
    float: left;
}

section#ProductList {
    float: left;
}

section#IndustryMain {
    float: left;
}

section#HomepgHighlt {
    float: left;
}

section#TriPostArea {
    float: left;
}

section#Benefits {
    float: left;
}

section#HomepgAbout {
    float: left;
}

section#HomepgCallout2 {
    float: left;
}

.ProcessType h3 {
    color: #D7282F;
    font-size: 1.6rem;
    width: 100%;
}

.ProcessType {
    padding: 20px 15px 27px;
    border-bottom: 1px solid #bfc0c2;
}

.ProcessType:nth-of-type(even) {
    background-color: #F0EEEE;
}


h1.ind-title {
    color: #D7282F;
}

.IndDescInner{
    padding-top: 50px;
    padding-bottom: 50px;
}

ol.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.breadcrumb-item.active {
    color: #181818;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-weight: 200;
}

li.breadcrumb-item a {
    color: #181818;
    font-weight: 200;
}

.industrydesctext p {
    font-size: 1.2rem;
    font-weight: 200;
}

.Indbenefitlist .uses ul, .Indbenefitlist .advantages ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    padding-left: 18px;
}

.Indbenefitlist h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 200;
}

.indproductsinner h2 {
    color: #d8282f;
    width: 100%;
    font-size: 1.7rem;
}


.indproducts, .IndusCSWrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cecece;
}

button.smprods.darkbutton.float-right {
    margin-top: 30px;
}

div#CaseStudInner h2 {
    color: #d8282f;
    font-weight: 500;
    margin-top: 0;
}


div#IndTabContent {
    width: 100%;
    border-top: 1px solid #bfc0c2;
    background-color: #fff;
    padding: 50px 0;
}

.sidesupportinfo h3 {
    font-size: 1.3rem;
    border-bottom: 1px solid #cecece;
    width: 100%;
    padding-bottom: 8px;
}

.SideSuppCSInner strong {
    width: 100%;
    margin-bottom: 10px;
}

.SideSuppSMInner .sm {
    width: 100%;
    margin-bottom: 30px;
    font-size: 0.85rem;
    font-weight: 500;
}

.SideSuppSMInner .sm img {
    display: block;
}

.sidesuppProd strong {
    float: left;
    width: 100%;
}

.sidesuppProd {
    padding-bottom: 30px;
}

.SideSuppSM{
    padding-bottom: 10px;
}

a.sideLM {
    font-size: 0.85rem;
    margin-top: 7px;
    margin-bottom: 15px;
    display: block;
}

.IndTabsInner .nav-tabs .nav-item.show .nav-link{
    background-color: #eeeeef;
    border: none;
    border-right: 1px solid #bfc0c2;
    border-radius: 0;
    color: #D7282F;
    font-weight: 600;
}

section#IndTabs {
    float: left;
    background-color: #eeeeef;
}

.relproduct a {
    color: #212529;
}

.relproduct p {
    margin: 15px 0 0;
    padding-bottom: 3px;
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.relproduct p:after, .catprodsingle p:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #181818;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    margin-top: 5px;
}

.catprodsingle a {
    color: black;
    font-size: 0.9rem;
    line-height: 1.7;
}


section.IndBottomImage img {
    width: 100%;
}

section.IndBottomImage{
   float: left;
    background-image: url(images/IndustryRed.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.BottomTextInner h3 {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 500;
}

section#ServicesMain, section#primary, section#ServiceMain, section#ServiceFAQs {
    float: left;
    padding: 50px 0;
}

.ServImageInner {
    display: block;
}

input#input_2_4, input#input_3_6 {
    font-size: 12px;
}

aside#secondary {
    padding: 50px 0 50px 50px;
}

.entry-meta {
    display: none;
}


.post-thumbnail {
    display: none;
    text-align: center;
}

.post.hentry {
    margin-bottom: 6.5rem;
        padding: 0 15px;
}

div#comments {
    display: none;
}



section.careerspgtopimage {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}




h3.cat-title {
    float: left;
    color: #fff;
    background-color: #D7282F;
    padding: 9px 25px;
}

ul#careersTab .nav-link.active {
    border-radius: 0;
}

ul#careersTab .nav-link {
    border-radius: 0;
    margin-right: 8px;
        border: transparent;
}

ul#careersTab .nav-link:focus, ul#careersTab .nav-link:hover {
    background-color: transparent;

}

ul#careersTab .nav-link.active:hover, ul#careersTab .nav-link.active:focus  {
}

.joblinks {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 25px;
}

.joblinks ul {
    list-style: none;
    padding-left: 0;
}

.careerstabswrap {
    margin-top: 9px;
    z-index: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #bfc0c2;
}

.joblinks li {
    float: left;
    color: #fff;
    background-color: #D7282F;
    margin-right: 30px;
    padding: 8px 20px;
}

.joblinks li a {
    color: #fff;
}

ul#careersTab li:last-of-type .nav-link {
    border-right: 1px solid #bfc0c2;
}

ul#careersTab .nav-link {
    border-left: 1px solid #bfc0c2;
}

.subpgbottomcolors.careers {
    bottom: -30px;
    z-index: 1;
}

div#careersTabContent {
    display: block;
    width: 100%;
    padding: 50px 0 0;
}

.TopCareersInfoWrap.col-12 {
    position: unset;
}

.Careersredsidebar {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D7282F;
    padding: 120px 40px 40px;
    bottom: 0;
}

.laundry { 
    margin-top:50px; 
}

.Careersmaininfo h1 {
    color: #D7282F;
    margin-bottom: 0;
}

.Careersmaininfo h3 {
    color: #D7282F;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 1.35rem;
}

.Careersmaininfo p {
    font-size: 0.85rem;
}

.Careersredsidebar ul {
    color: #fff;
    font-size: 0.85rem;
}

section#CareersMain {
    padding: 0;
    float: left;
}

.Careersredsidebar h2 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
}

.Careersmaininfo, .AftermarketInfo {
    padding-right: 50px;
    padding-bottom: 50px;
}

.CareersBottomWhiteSecWrap.col-12 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.CareersGrayCalloutWrap {
    background-color: #CCCECF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.CareersGrayCalloutWrap h3 {
    color: #D7282F;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.AftermarketInfo h3 {
    color: #d01b20;
    font-size: 1.2rem;
}

.CareersGrayCalloutWrap p {
    color: #22252a;
    font-weight: 300;
    font-size: 1.2rem;
}

.CareerstextaboveFormWrap p {
    font-weight: 200;
    font-size: 1.2rem;
}



.careersideredheader {
    width: 100%;
    background-color: #D7282F;
    padding: 20px;
}



.careersideredheader h2 {
    color: #fff;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 0;
}

.careersideredheader h4 {
    color: #fff;
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 5px;
}

.FormandSideWrap {
    position: unset;
}

.FormSideWrap {
    right: 0;
    position: absolute;
}



.CareerstextaboveFormWrap{
    padding-bottom: 30px;
}

.BottomImageWrap.col-12 {
    display: block;
    padding: 50px 0;
}

.careersideredheader p {
    color: #fff;
    font-weight: 200;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.careersideredheader p span {
    font-weight: 500;
    font-size: 1.4rem;
}

.FormWrap p {
    font-size: 0.9rem;
}

.careersideunderredheader.coop {
    padding: 40px 30px;
}

.careersideunderredheader p {
    font-weight: 200;
    line-height: 1.8;
}



.page-id-47 section.subpgtopimage, .page-id-46 section.subpgtopimage, .page-id-110 section.subpgtopimage,  .single-product section.subpgtopimage, .tax-product_category section.subpgtopimage, .subpgtopimage.industryProds {
    max-height: 220px;
    background-image: none!important;
    background-color: #E5E5E6;
}

.processesused a {
    color: #0f0707;
}

h2.cat-subtitle {
    color: #fff;
    font-weight: 200;
    margin-top: -8px;
    text-shadow: 1px 1px 2px grey;
}

.ServDescInner strong {
    color: #d01b20;
}

.colheadline h2 {
    color: #D7282F;
    font-size: 1.2rem;
    margin-bottom: 0px;
    min-height: 55px;
}

.page-template-fullwidth_rebuild .catTitleWrap {
    top: 40%;
}


.coltext p, .coltext li {
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.6;
     font-family: 'Lato', sans-serif;
}



.RRColsWrap {
    padding-bottom: 50px;
}

section#BottomRedSec {
    background-color: #d01b20;
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
}



section#BottomRedSec h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.ServDescInner p, .ServDescInner li, .BottomTextWrap p {
    font-weight: 200;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
}

section#BottomRedSec p {
    color: #fff;
    font-weight: 200;
    font-size: 1.2rem;
}

.Careersredsidebar.gray {
    background-color: #E7E8E8;
    top: 0px;
    padding-top: 96px;
}

hr {
    width: 100%;
    color: #bfc0c2;
}

.page-id-260 .subpgbottomcolors {
    z-index: 1;
}

.subpgbottomcolors.apd {
    bottom: -40px;
}

.AftermktCalloutWrap h2 {
    color: #fff;
    font-size: 3rem;
}

.AftermarketInfo{
    padding-top: 75px;
}

.Careersredsidebar.gray ul {
    color: #24292e;
}

.AftermktCalloutWrap {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.careersideunderredheader.afm img {
    width: 100%;
}

.careersideunderredheader.afm {
    width: 100%;
}

.page-id-260 section#ServiceMain {
    padding-bottom: 0;
}

.ProductType p.excerpt {
    font-size: 0.8rem;
    min-height: 85px;
}

img.IndusPic {
    margin-top: 40px;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
    color: #D7282F;
    font-size: 1.8rem;
}

ul#footTab li a {
    font-weight: 700;
    color: #494f57;
    border-radius: 0;
    border-left: 1px solid #bfc0c2;
    text-align: center;
    margin-bottom: -1px;
    font-size: 1rem;
    border-top: none;
    padding: 8px 25px;
    border-bottom: none;
    border-right: none;
}

ul#footTab .nav-link.active {
    color: #D7282F;
    background-color: transparent;
}

div#footTabContent {
    width: 100%;
    float:left;
}

ul#footTab {
    width: 100%;
    border-bottom: none;
    padding: 0 15px;
}



.SupportInner hr {
    border-top: 1px solid #bfc0c2;
    margin-top: 0;
    margin-bottom: 40px;
}

ul#footTab li:last-of-type a {
    border-right: 1px solid #bfc0c2;
}



.page-id-27 section#SupportArea {
    display: none;
}



img.footicon {
    width: 17px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.SupportText ul {
    list-style: none;
    padding-left: 0;
}

img.footicon.space {
    width: 21px;
    margin-right: 7px;
}

img.footicon.temp, img.footicon.heat {
    width: 14px;
    margin-right: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
}

section#productBlurb {
    float: left;
}

section#productBlurb h2 {
    color: #D7282F;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

section#productBlurb p {
    font-size: 0.94rem;
}

.ContactFormInner {
    padding: 20px 0 0 30px;
}

.page-id-47 section#SupportArea, .page-id-462 section#SupportArea {
    display: none;
}

div#IndTabContent .fade.show {
    display: flex;
}

div#IndTabContent h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.FeatProd {
    padding-left: 30px;
}

.featprodinfo h3 {
    color: #D7282F;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #bfc0c2;
    padding-bottom: 10px;
}

.specs table {
    width: 100%;
    column-span: all;
    float: none;
    padding-bottom: 13px;
    margin-top: 13px;
}

.specs h4{
    column-span: all;
}

.specs {
    float: left;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

a#processes-tab:hover {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid #dee2e6;
    border-bottom: 1px solid transparent;
}


.specs p {
    margin: 3px 0;
    padding-bottom: 3px;
    font-size: 0.9rem;
    border-bottom: 1px solid #cecece;
    display: inline-block;
    width: 100%;
}

a#processes-tab {
    font-weight: 500;
}

.page-id-47 .catTitleWrap, .page-id-46 .catTitleWrap, .page-id-110 .catTitleWrap, .tax-product_category .catTitleWrap, .single-product .catTitleWrap, .subpgtopimage.industryProds .catTitleWrap{
    background-color: transparent;
}

.ProductType.col {
    width: 33%;
}



.indoverlay h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.indoverlay.footer {
    padding: 20px;
    text-align: center;
}

.indoverlay.footer p {
    font-size: 0.83rem;
}

.footind:hover >.grow img {
    transform: scale(1.15);
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.home section#FooterProcesses {
    display: none;
}

div#accordion .btn-link {
    color: black;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
}

div#accordion h5 {
    margin-top: 0;
}

span.accToggler{
    cursor: pointer;
    margin-bottom: -7px;
    width: 27px;
    height: 27px;
    background-image: url(images/accToggle.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 58px auto;
    display: inline-block;
    margin-right: 6px;
}

[data-toggle="collapse"].collapsed span.accToggler {
    background-position: top left;
}


.ServDescWrap .card-header {
    padding: 5px;
    border-radius: 0;
}

div#CaseStudInner h3 {
    font-weight: 200;
    margin-top: 0;
}

div#CaseStudInner p{
    font-weight: 200;
    font-size: 1rem;
}


.indusCSwrap {
    position: relative;
}

div#SuppMatInner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.IndSuppmatsInner h2 {
    margin-top: 0;
    color: #d8282f;
}

a.vidThumbPlayButton span {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #d8282f;
    display: inline-block;
    margin-right: 2px;
}

a.downloadfile img {

}
.page-id-676 a { color:#000; }

.IndSuppmatsInner a {
    color: #181818;
    font-weight: 700;
    font-size: 0.9rem;
    min-height: 22px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.catTitleWrap.post {
    bottom: auto;
    background-color: transparent;
}

ol.breadcrumb.post {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.85rem;
    margin-top: 5%;
}

ol.breadcrumb.post a {
    color: #d8282f;
    font-weight: 500;
}

li.breadcrumb-item.date {
    color: gray;
}

.catTitleWrap.post h1.cat-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ProccessHeader {
    padding: 20px 0 40px;
}

.ProccessHeader h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #FFE500!important;
}

.ProccessHeader p {
    font-weight: 200;
}

.ProccessHeader p {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    margin: 0 10%;
}

section#IndustryMain {
    padding: 0;
}

.indusIcon.col {
    padding-left: 0;
}

section#RedBanner {
    float: left;
}


section#GrayTriCol {
    float: left;
}

.RedBannerInner.row {
    background-color: #d8282f;
    padding: 40px 0;
}

.RedBannerInner h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
}

.RedBannerInner p {
    color: #fff;
    font-weight: 200;
    font-size: 19px;
}



section#AboutBottom {
    float: left;
}

.GrayCol h3 {
    color: #d9282f;
}

.GrayCol p {
    line-height: 1.7;
}

.GrayCol h3 {
    color: #d9282f;
    font-size: 23px;
    margin-bottom: 20px;
}



.GrayCol {
    padding: 30px 45px;
}

.GrayCol.one.col {
    background-color: #DADBDC;
}

.GrayCol.two.col {
    background-color: #C4C6C7;
}

.GrayCol.three.col {
    background-color: #B0B1B4;
}

.GrayCol blockquote {
    color: #d8282f;
    font-size: 31px;
    font-weight: 200;
    border-top: 2px solid #9C9C9D;
    border-bottom: 2px solid #9C9C9D;
    padding: 23px 0 33px;
}

.GrayCol blockquote p {
    line-height: 1.5;
    margin-bottom: 0;
}

.AboutBottomInner p {
    font-weight: 200;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
}

.AboutBottomInner {
    padding: 50px 0;
}

.catprodsingle {
    text-align: left;
}

.catprodsingle h3 {
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.relproduct{
    text-align: center;
    line-height: 1.2;
}

.relproduct a {
    text-align: center;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.catTitleWrap h1 {
    text-transform: capitalize;
}

.singprodindustry p {
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}

.singprodindustry {
    width: 32%;
    float: left;
    text-align: center;
    padding: 8px 3px;
    margin: .6%;
}

.singprodindustry img {
    height: 50px;
}

.industriesinfowrap h3, .materialsinfowrap h3 {
    color: #d8292f;
    border-bottom: 1px solid gray;
    font-size: 1.2rem;
    padding-bottom: 3px;
}

.industriesinfowrap, .materialsinfowrap {
    float: left;
    width: 100%;
}

.mainabout.prod_blurb p strong {
    font-weight: 500;
}

.mainabout.prod_blurb p {
    margin-bottom: 10px;
}

.singleprodotherimages {
    width: 100%;
    padding-top: 30px;
}

section#HomepgCallout {
    padding: 0;
}

.prodcat h4 {
    margin-top: 16px;
}

.prodcat .sm img {
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-id-676 .ServDescWrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.page-id-676 .ServDescWrap .sm.col-3 {
    text-align: center;
}

@media (min-width: 1500px){
    .cat-header.mt-5 { 
        margin-top: 5rem!important;
     }
}
@media (max-width: 1500px){
    .headphone {
        margin-left: -33%;
    }

    .navbar-brand {
        margin-left: 0px !important;
    }

    .prodoverlay.contact p {
        padding-top: 20px;
    }

    .subpgbottomcolors.apd, .subpgbottomcolors.careers {
        bottom: -29px;
    }

    .leftheaderpadder {
        padding: 0 0 0 70px;

    }

    .rightheaderpadder {
        padding: 0 70px 0 0;
    }

    .headerpadder {
        padding: 5px 30px;
    }

    .BenefitsInner img {
        right: -80px;
        top: -118px;
        height: 530px;
    }

    ._BenList ul li {
        font-size: 1.0rem;
    }
}

@media (max-width: 1300px){

    ul#bottom-menu li {
        padding: 3px 3px;
    }

}

@media (max-width: 1280px){
     .headphone {
        margin-left: -39%;
    }
}

@media (max-width: 1200px){

    .home-hr {
        height: 10px;
        background-color: #3C315B;
        width: 140px;
        align-self: baseline;
    }

    .a {
        grid-column: 1 / span 3;
        grid-row: 1 / span 1;
        padding: 55px 40px 40px 40px;
        min-height: 270px;
    }

    .b {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
        margin-left: 0;
        min-height: 350px;
        margin-top: 10px;
    }


    .c {
        grid-column: 2;
        grid-row: 2 / span 1;
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .d {
        grid-column: 3;
        grid-row: 2;
        margin-left: 10px;
        min-height: 350px;
        margin-top: 10px;
    }

}

@media (max-width: 1199px){

    div#TopMenuWrap, div#BottomMenuWrap{
        display: none!important;
    }

    .navbar-nav .dropdown-menu {
        display: block;
        position: relative;
        font-size: 13px;
        margin-left: 11px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .navbar-nav .dropdown-menu li a {
        padding: 0;
    }

    .navbar-nav .dropdown-menu li {
        padding-left: 5px;
        border-bottom: none!important;
        margin-bottom: 3px;
    }

    .navbar-nav .dropdown-toggle::after{
        display: none;
    }



    .subpgbottomcolors.apd, .subpgbottomcolors.careers {
        bottom: -23px;
    }

    .navbar {
        justify-content: unset;
        display: block;
    }

    .headphone {
        margin-top: 19px;
        margin-left: 20px;
        margin-right: 5%;
    }

    .headcart {
        float: right;
        margin-right: 24px;
        margin-top: 13px;
        font-size: 16px;
    }

    .headcart img {
        width: 30px;
        margin-right: 8px;
    }

     .dropdown-menu.show {
        top: 45px !important;
        right: 20px !important;
    }
    
    .cart-menu {
        position: absolute;
        top: 6px;
        right: 48px;
    }

    .activate-search i {
        display: block;
    }

    .search-form {
        display: none;
        position: absolute;
        right: 0;
        top: 114px;
        background: #ebebeb;
        padding: 15px 5px 10px 20px;
    }

    .search-submit {
        padding-right: 12px;
    }

  /*  .search-thumb {
        min-width: 0;
    }*/

    button.navbar-toggler {
        float: right;
        display: inline-block;
        align-self: unset;
    }

    #content.site-content {
        padding: 95px 0 0 0!important;
    }

    button.navbar-toggler {
        float: right;
        display: inline-block;
        align-self: unset;
    }

    .navbar-brand img {
        width: 140px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    ul#menu-main-nav li {
        border-bottom: 1px solid #d8d6d6;
    }

    .navbar-nav > li > a {
        border-right: none;
        padding: 6px 7px!important;
    }

    .prodoverlay h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    div#main-nav {
        margin-left: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 97px;
        background-color: #efefef;
        padding: 15px 30px 25px;
        z-index: 2000;
        border-top: 1px solid #d8d6d6;
        overflow-y: scroll;
        max-height: calc(100vh - 118px);
    }

    div#main-nav li ul {
        display: block;
        width: 100%;
        position: relative;
        box-shadow: none;
        background-color: transparent;
    }


    div#main-nav ul ul ul {
        background-color: transparent;
        float: none;
        margin: 0;
        box-shadow: none;
        position: relative;
        left: 0;
    }

    div#main-nav li li:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    div#main-nav li li {
        font-size: 12px;
    }

    div#main-nav li li a {
        color: #252a2e;
    }

    div#main-nav ul ul li.menu-item-has-children:after {
        content: none;
    }

    ul#menu-main li {
        border-bottom: 1px solid #ffffff2e;
            padding: 10px;

    }

    .container.headline h1 {
        font-size: 3.3rem;
        margin-top: 0;
    }


    .slideimg {
        background-position: top center!important;
    }

    .BenefitsInner img {
        right: -80px;
        top: -88px;
        height: 460px;
    }

    .BenefitsInner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sectionpadder {
        padding: 0 18px;
    }

    .leftheaderpadder {
        padding: 0 0 0 30px;

    }
    #menu-product-categories {
        margin-left: 8px;
    }
        
    .rightheaderpadder {
        padding: 0 30px 0 0;
    }


    .navbar-brand.resp {
        width: 50%;
        background-color: #fff;
        padding-left: 30px;
        position: relative;
    }

    section#ServiceMain .sectionpadder.row {
        margin: 0;
    }

    .navbar-brand.resp:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #fff;
        right: -12px;
        position: absolute;
        z-index: 1;
        top: 28px;
    }

    .topmenuWrap {
        background-color: #181818;
        border-bottom: 4px solid #d7282f;
    }


    .navbar-brand.resp {
        display: block;
    }

    .menulogowrap{
        display: none;
    }

    .subpgtopimage {
        background-position-y: 65px;
    }

    .IndustryCard, .OtherCard {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footind.col {
        padding: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
         right: 0; 
         top: 0; 
    }
}


@media (max-width: 1024px) {
    .search-form {
        top: 112px;
    }

    .prodoverlay.contact img {
        max-height: 70px;
        width: auto;
    }

}

@media (max-width: 991px){

    .section-padded {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rescareblockWrap, .prodSelLinksWrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .prodoverlay.contact img {
        max-height: 100px;
        width: auto;
    }

    .prodoverlay.contact {
        position: relative;
    }

    .HomepgAboutInner {
        padding: 0;
    }

    .container.headline h1 {
        font-size: 2.6rem;
        margin-top: 0;
    }

    .page-template-fullwidth_rebuild .catTitleWrap {
        top: auto;
    }

    .subpgbottomcolors.apd, .subpgbottomcolors.careers {
        bottom: -21px;
    }
    aside#secondary {
        padding: 0 15px 30px;
    }

    .IndustryCard.products {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .BenefitsInner img {
        right: -63px;
        top: -33px;
        height: 340px;
    }

    .HomepgAboutInner p {
        font-size: 1.0rem;
    }

    .HomepgAboutInner h2 {
        font-size: 1.5rem;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .homepgIconsInner .col {
        padding: 30px 10px;
    }


    .oncat {
        background-position: 0px top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepgIconsInner .col img {
        max-height: 40px;
    }
}

@media (max-width: 900px){
    .ProdCard.rep {
        flex: 0 0 100%;
        max-width: none;
        min-height: 200px;
    }

    .ProdCard {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px){

    .prodIntro h2 {
        font-size: 16px;
    }

    button#dropdownMenuButton {
        font-size: 12px;
    }

    button#dropdownMenuButton {
        margin-bottom: 0px;
    }

    .rep.dropdown {
        width: 200px;
        margin-top: 13px;
    }

    .search-form {
        top: 95px;
    }

    .casestudy, .NewsEvents, .hghlttextwrap{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .processlist div#v-pills-tab, .footer-contact, .linkedinicoon, .processlist div#v-pills-tabContent, .processlist .procimage, .processlist  .procinfo, .BenefitsInner .col-sm-6, .costHalf, .PlasticsdoHalf, .TriPostInner .oncat, .newsart.col, .homepgevents.col, .HomepgCalloutInner .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .benheadline{
        padding-right: 0;
    }

    .homepgIconsInner .col {
        padding: 20px 10px;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        float: none;
    }

    .costHalf.col {
        border-bottom: 3px solid #ffe501;
    }

    .processlist .procinfo {
        padding: 0;
    }

    section#HomepgHighlt {
        padding: 0;
    }

    .processlist  .procimage {
        margin: 30px 0;
        text-align: center;
    }

    .hghlttextwrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .benheadline .oncatInner {
        width: 100%;
    }

    .oncatInner.catalog {
        padding: 30px 0;
        display: block;
        float: none;
        margin: 0px auto;
        text-align: center;
    }

    .videotext.col-6 {
        padding-right: 0!important;
        padding-bottom: 30px;
    }

    .oncatInner.catalog button.darkbutton {
        float: none;
    }

    .TriPostInner .oncat {
        padding: 0;
    }

    .casestudytextwrap p, .newseventstextwrap p, .TriPostInner p, .SupportInner p {
        font-size: 1rem;
    }

    .navbar-brand img {
        width: 115px;
    }

    .hghltimagewrap, .SupportText{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #content.site-content {
        padding: 79px 0 0 0!important;
    }

    .manageinfo:before {
        left: 0px;
    }

    .headcart {
        margin-right: 18px;
        margin-top: 16px;
    }

    .SupportForm.Findarep {
        background-position: top center;
    }

    .SupportForm.Findarep.col-sm-4 {
        padding-left: 0;
    }

    .SupportForm{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .MaintPlans {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        align-items: center;
        padding: 30px 20px;
        margin-bottom: -8px;
    }

    .NewsEvents {
        padding-right: 14px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .MaintPlans h3 {
        text-align: center;
    }

    .container.headline h1 {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3px;
    }

    .carousel-indicators {
        bottom: -14px;
    }

    div#pills-service .row{
        display: block;
        float: left;
        margin-top: 10px;
    }

    div#pills-service a.float-right{
            float: none!important;

    }


    .page .col6 {
        width: 100%;
        border-left: 0!important;
        margin-left: 0!important;
        padding-left: 0!important;
        margin-top: 30px;
    }

    h1.cat-title {
        font-size: 24px;
    }

    .subpgtopimage {
        -webkit-box-align: end;
        -webkit-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        min-height: 170px;
    }

    .page-id-47 section.subpgtopimage, .page-id-46 section.subpgtopimage, .page-id-110 section.subpgtopimage, .single-product section.subpgtopimage, .tax-product_category section.subpgtopimage, .subpgtopimage.industryProds {
        max-height: 140px;
        min-height: 0px!important;
    }

    .processesused, .industries, .matcom, .compeq {
        float: left;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .processesused p, .industries p, .matcom p, .compeq p, .Careersmaininfo p, .Careersredsidebar ul {
        font-size: 1rem;
    }

    .featprodimage, .featprodinfo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .featprodinfo {
        margin-top: 20px;
    }

    div#IndTabContent .fade.show {
        display: block;
    }
    .indproducts.col-6.col-sm-3, .FeatProd {
        flex: 0 0 100%;
        max-width: 100%;
        float: left;
        padding: 0;
        display: block;
        width: 100%;
    }

    h2.cat-subtitle {
        display: none;
    }

    .subpgbottomcolors.apd, .subpgbottomcolors.careers {
        bottom: -16px;
    }

    .AftermarketInfo {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-top: 0;
    }


    .Careersredsidebar{
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Careersredsidebar.gray {
        padding-top: 0;
    }

    .AftermarketInfo .row, .TopCareersInfoWrap .row, .CareersGrayCalloutWrap .row, .CareerstextaboveFormWrap .row, .FormWrap .row {
        margin: 0;
    }

    .page-id-47 .catTitleWrap, .page-id-46 .catTitleWrap {
        margin-top: 0;
    }

    .joblinks ul {
        padding-left: 15px;
    }

    .Careersmaininfo{
        flex: 0 0 100%;
        max-width: 100%;
         padding-right: 0;
        padding-left: 0;
    }

    ul#careersTab {
        padding: 0 15px;
    }

    .CareerstextaboveFormWrap {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .IndustryCard.products {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Productsheadline h2 {
        font-size: 1.4rem;
    }

    .navbar-brand.resp:after {
        top: 19px;

    }

    div#main-nav {
        top: 82px;
        max-height: calc(100vh - 82px);
    }

    .BenefitsInner img {
        position: relative;
        top: auto;
        height: auto;
        right: auto;
        width: auto;
        max-width: 100%;
    }

    .footer-contact, .linkedinicoon {
        padding-top: 30px;
        text-align: center;
    }

    .footer-contact p, .phonefooter p {
        font-size: 1rem;
    }

    .HomepgCallout2Inner {
        padding: 30px 0;
    }

    .IndustryCard, .OtherCard {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.subpgtoptitle {
        padding-top: 100px;
    }

    h1.page-title {
        font-size: 2.2rem;
    }

    .OtherCard {
        padding: 30px;
    }

    .indoverlay {
        padding: 25px 30px;
    }

    .IndustryCard h2 {
        padding: 0 30px;
    }

    .newsart.col {
        border-right: none;
    }

    .footind.col {
        padding: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .industrydesctext {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 14px 0 0;
    }

    .BenListSingle {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .BenefitsSingleInner .benheadline h2 {
        font-size: 2.0rem;
    }

    .IndDescInner {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .indusIcon.col {
        max-width: 72px;
    }

    .benheadline {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 15px;
        text-align: center;
    }

    .relproduct, .IndSuppmatsInner .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 20px;
    }

    .tax-product_industry .benheadline:after{
        display: none;
    }

    .ProccessHeader p {
        font-size: 17px;
        margin: 0 3%;
    }

    .ProccessHeader h3 {
        font-size: 25px;
        margin-bottom: 19px;
    }

    .catTitleWrap h1 {
        margin-top: 8px;
        margin-bottom: 2px;
    }

    .divman.row .col-4, .divman.row .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .divman.row .col-4 {
        text-align: center;
    }

    .RedBannerInner h2 {
        font-size: 22px;
    }

    .RedBannerInner p {
        font-size: 17px;
    }

    .GrayCol {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 30px;
    }

    .footerlogolink img {
        width: 140px;
    }

}

@media (max-width: 575px){

    .b {
        grid-column: 1 / span 3;
        grid-row: 2 / span 1;
        margin-left: 0;
        min-height: 350px;
        margin-top: 10px;
    }

    .c {
        grid-column: 1 / span 3;
        grid-row: 3 / span 1;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
        min-height: 350px;
    }

    .d {
        grid-column: 1 / span 3;
        grid-row: 4;
        margin-left: 0;
        min-height: 350px;
        margin-top: 10px;
    }

    .search-form {
        display: none;
    }

    .search-form2 {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        right: 0;
        top: 80px;
        padding: 15px 5px 10px 20px;
        background: #ebebeb;
    }

    .activate-search {
        display: none;
    }


    .navbar-brand img {
        width: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .prodoverlay h3 {
        font-size: 15px;
    }

    #content.site-content {
        padding: 139px 0 0 0!important;
    }

    ul#pills-tab li {
        width: 48%;
        float: left;
    }

    .container.headline h1 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .indoverlay.footer button.transpbutton {
        width: 100%;
    }

    div#main-nav {
        top: 121px;
    }

    button.redbutton {
        font-size: 1.1rem;
    }

    .oncat {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: unset;
    }

    .slideimg {
        background-size: 152%!important;
        background-position: top!important;
    }

    .processlist .nav-pills .nav-link {
        font-size: 1rem;
    }

    .slideimg img {
        width: 120%;
        max-width: none;
    }

    .search-submit {
        padding-top: 4px !important;
        line-height: 1;
    }

    .container.headline p {
        font-size: 0.95rem;
        padding-top: 7px;
        margin-bottom: 9px;
        line-height: 1.4;
    }

    button.redbutton {
        font-size: 0.95rem;
        padding: 3px 10px;
    }
    p.excerpt {
        font-size: 1rem;
    }

    .homepgIconsInner .col {
        padding: 20px 10px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: none;
    }

    .casestudytextwrap p, .newseventstextwrap p, .TriPostInner p, .SupportInner p, .ProductType h3, .ProductType p, .ProductType p.excerpt, .processesused p, .industries p, .matcom p, .compeq p, .serv_home_area li {
        font-size: 1rem;
    }

    .footer-contact p, .SupportInner li, .specs p {
        font-size: 1rem;
    }

    h1.cat-title {
            font-size: 1.6rem;
    }

    .container.flex.laundry p {
        font-size: 1.1rem;
    }

    .sidesupportinfo {
        padding-left: 0!important;
        padding-right: 0;
    }

    .shwcseThmbsWrapInner.row, .mainabout.prod_blurb.row {
        margin: 0;
    }

    .shwcseThmbsWrap {
        padding-left: 15px;
    }

    .shwcseThmbWrap {
        width: 50%;
    }

    section#productBlurb .col-sm-12 {
        padding: 0;
    }

    .ProductType.col {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .subpgbottomcolors.apd, .subpgbottomcolors.careers {
        bottom: -8px;
    }

    .BottomTextWrap{
        position: relative;
        float: left;
        flex-basis: auto;
        width: 100%;

    }

    .BottomTextWrap .row {
        margin: 0;
    }

    .FormSideWrap {
        position: relative;
        float: left;
        flex-basis: auto;
        width: 100%;
    }

    .AftermktCalloutWrap h2 {
        padding: 0 15px;
    }

    .CareersBottomWhiteSecWrap.col-12 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .joblinks li {
        margin-bottom: 20px;
    }

    .sectionpadder.row {
        margin: 0;
    }

    .ServDescWrap, .CreatImg {
        padding: 0 0 20px 0;
    }

    span.accToggler {
        width: 19px;
        height: 21px;
        background-size: 41px auto;
    }

    .ServDescWrap .card-header {
        padding: 5px 0;
    }

    div#accordion .btn-link {
        padding: 3px 2px;
    }

    .prodcat h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .ShwcseMainImg {
        padding: 0;
    }

    .singleprodotherimages {
        padding-right: 0;
    }

    .shwcseThmbsWrap {
        padding: 0;
    }

    .page-id-676 .ServDescWrap .sm.col-3 {
        text-align: center;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .page-id-26 .ServDescWrap {
        padding: 0 15px 20px 15px;
    }

}


.sps {
  position: fixed!important;
  top: 0;
  left: 0;
  transition: all 1.5s ease;
}

.sps--abv {

}

.sps--blw {
  background-color: #fff!important;
  color: #fff;
    border-bottom: 1px solid #eee;
}

.ContactFormInner {
    padding: 20px 0 0 0px;
}

.page-template-fullwidth_subpage h4 { color: #d8282f; font-size: 1.4em; font-weight: 600; padding-bottom: 20px; border-bottom: 1px solid #cecece; margin-bottom: 20px; line-height: 1.5; }

.anchor a {
  position: absolute;
  left: 0px;
  top: -150px;
}

.anchor {
  position: relative;
}

.cat-product-title {
    margin: 0 0 5px 0;
}

.cat-product-title a {
    color: #3C315B;
}

.cat-product-title h3 {
    line-height:normal; 
}

.cat-product-title h4 {
    margin-right: 10px; 
}


.cat-product p {
    padding:0;
    margin-bottom: 2px;
    font-size: 14px;
}

.link-center {
    text-align: center !important;
}

.color-select {
    margin-top: 15px;
}


.prod-cat-menu li {
    list-style: none;
    margin-left: -40px;
    font-size: 12px;
}

.prod-cat-menu {
    line-height: 20px;
    margin-left: 20px;
}


#menu-product-categories .sub-menu {
    margin-left: 15px;
}

/*#cat-menu-id .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 5px;
    font-size: 12px;
}


#cat-menu-id .menu-item-has-children:hover > a:after,
#cat-menu-id .current-product_category-parent > a:after {
    content: '\f107' !important;
}

#cat-menu-id .menu-item-object-product_category ul.sub-menu {
    display: none;
}

#cat-menu-id .menu-item-object-product_category:hover ul.sub-menu {
    display: block;
    animation: showNav 3ms ease-in-out both;
}

#cat-menu-id .current-product_category-parent ul.sub-menu,
#cat-menu-id .current-menu-item ul.sub-menu,
.current-menu-item ul.sub-menu {
    display: block;
}*/

.prod-cat-menu li a:hover {
    color: #69C9CD;
    text-decoration: none;
}

.prod-cat-menu li a:active {
    color: #3C315B;
    text-decoration: none;
}

.prod-cat-menu li a {
    color: black;
    text-transform: uppercase;
    line-height: 2;
}

.show-cat-link {
    font-size: 28px;
    line-height: 1;
    font-weight: 200;
    color: #2C88A7 !important;
    cursor: pointer;
}

/*.prod-cat-menu .active a, */
.current-menu-item > a {
    color: #69C9CD !important;
}

.swatch-img {
    width: 80px;
    margin-bottom: 4px;
    cursor: pointer; 
}

.color-select {
    padding-bottom: 3px !important;
}

.swatch-card-finish {
    display: inline-block;
    max-width: 80px;
    margin-right: 20px;
    vertical-align:top;
    text-align: center;
}

.selectedSwatch { 
    border: 3px solid #69C9CD; 
}

#main-nav .dropdown-menu { 
    margin-top: 0px;
    left: 0px;
}

#main-nav .dropdown-menu li > .dropdown-menu {
    right: initial;
    top: -9px;
    left: 198px;
}

.dropdown-menu.show {     
    width: 360px; background: #fff; padding: 30px;
}

#modalSku {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#addCartTitle {
    margin-top: 0;
}

#modalAddCart {
    margin-left: 8px;
}


#modalSku {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#addCartTitle {
    margin-top: 0;
}

#modalAddCart {
    margin-left: 8px;
}    

#swatchDiv {
    margin-top: 10px;
}


ul.dropdown-menu.show {
    background-color: white;
    width: 40%;
    padding: 0;
    left: 0;
    margin-top: 20px;
   padding-top: 10px;
    padding-bottom: 10px;
    
}
.dropdown-menu {
    top: 40%;
    right: 1px;
    left: auto;
}

#main-nav .dropdown-menu {
    top: 18px;
}

.dropdown-menu .dropdown-item {
     line-height: 1;
}

.dropdown-menu .dropdown-item:hover {
    color: #3C315B;
}

@media (max-width: 1199px) {

    ul.dropdown-menu.show {
        background-color: transparent;
        width: 40%;
        padding: 0;
        border: none;
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        
    }
        
    .dropdown-menu .dropdown-item {
         line-height: 1.6;
    }
    

    .dropdown-menu li > .dropdown-menu {
        top: 0px;
        left: 0px;
    }

}
 
@media (max-width: 1199px) {
           
    a.show-cat-link   {
        font-size: 36px;
        color: #3C315B !important;
        cursor: pointer;
        font-weight: 200;
    }
    
    .cat-title-header {
        text-transform: uppercase;
        font-weight: 300;
        color: #3C315B !important;
    }
    
    .cat-header {
        background-color: #ebebeb;
        padding: 20px;
       
    }
    
    .header-cat-image {
        display: inline;
        width: 150px;
    }

    .page-id-220 select {
        border-radius: 0;
        -webkit-appearance:none;
        -moz-appearance:none;
        background-position:right 50%;
        background-repeat:no-repeat;
        background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
        padding: .4em;
        padding-right:1.5em;

    }

    .page-id-220 .yes_no select {
        width: 60px !important;
    }

    .details {
        font-size: 14px;
        color: #3C315B;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .post-220 {
        margin-right: 25px;
        margin-left: 25px;
    }

    #field_1_18, #field_1_19, #field_1_21, #field_1_22, #field_1_25, #field_1_23, #field_1_24, #field_1_26 {
        margin-bottom: 10px;
    }

    .contact-info p {
        margin-bottom: 3px;
    }

    .modalSwatches .swatch-card-finish {
        font-size: 12px;
        max-width: 60px;
        margin-right: 30px;
    }

    .item-name h6 {
        margin: 0;
        padding-bottom: 5px;
    }
    
    .item-price {
        display: inline-block;
        color: #3C315B;
        margin-right: 7px;
         font-size: 14px;
    }
    
    .item-quantity {
        display: inline-block;
        color: gray;
        font-size: 14px;
        
    }
    
    .item-trash {
        display: inline-block;
        float: right;
        color: red;
    }
    
    .cart-total {
        font-weight: bold;
    }
    
    .blue-text {
        color: #3C315B;
    }
    
    .refresh-icon {
        margin-left: 10px;
        margin-top: 1px;
        
    }

    .loader {
        /* width: 100%;
        height: 100%; */
        z-index: 9999;
        /* background-image: url(wp-content/themes/butler-child/images/loader.gif); */
        margin-left: auto;
        margin-right: auto;
    }
    
    .loader img {
        width: 80px;
    }

    .state-name {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .post-220 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 960px) {
    .post-220 {
        margin-right: 0;
        margin-left: 0;
    }
}
    
.cart-image {
    width: 25%;
    display: inline-block;
}

.cart-item {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

#modalLoader {
    width: 40px;
    height: 40px;
    z-index: 9999;
    background-image: url(images/loader-green.svg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#formLoader {
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-image: url(images/loader-lrg-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.post-220 td {
    padding: 5px;
    border: 1px solid #ccc;
}

.post-220 .no-border {
    border: none;
}

.post-220 .border-bottom {
    border-bottom: 1px solid #ccc;
    border: none;
}

.post-220 .qty {
    text-align: center;
}

.post-220 .price, .total {
    text-align: right;
}

.bold {
    font-weight: bold;
} 

.added-text {
    font-weight: bold;
    color: black;
    text-align: center;
    border-top: 1px solid #eee;
    margin: -5px -20px;
    padding: 15px;
}

.arrow {
/*    color: #3C315B;*/
    margin-left: 7px;
    cursor: pointer;
}

.check-out-link {
/*    color: #3C315B !important;*/
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}

.check-out-link:hover {
    text-decoration: underline !important;
}

.left-checkout {
       border-top: 1px solid #eee;
        padding-top: 6px;
    margin-top: 30px;
/*    width: 60%;*/
}

.left-checkout .arrow {
    font-size: 12px;
}

.back-arrow {
    color: #3C315B;
    cursor: pointer;
    font-size: 12px;
}

.back-arrow:hover {
    color: #69C9CD;
}

@media only screen and (min-width: 768px) {
    .product-scroll-holder {
        margin-left: 290px;
        margin-top: -550px;
    }
}


#addCart .modal-header {
    background-color: #eee;
}

    
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#modalAddCart.loading {
  color: transparent;
}

#modalAddCart.loading:after {
  display: block;
  content: " ";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  transform: translateX(-50%);
  border-radius: 13px;
  border: 3px solid;
  border-color: white rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4);
  animation: spin 1.5s cubic-bezier(0.25, 0.47, 0.71, 0.3) infinite;
}    
.page-id-298 #formLoader, .page-id-298 #checkoutDetail { 
    display: none; 
}

.navbar-brand {
    margin-left: 20px;
    padding: 30px 0px 15px 0px;
}

.logo-phone {
/*    display: inline-block;*/
/*    text-align: center;*/
        align-self: flex-start;
    margin-top: 15px;
/*    margin-right: 12%;*/
}


.page-id-298 .gravityflow-timeline, 
.page-id-298 #field_1_59,
.page-id-298 #gentry_display_empty_fields, 
.page-id-298  label[for="gentry_display_empty_fields"], 
.page-id-298 .detail-view-print { 
    display: none; 
}


.search-thumb img {
    max-height: 260px;
}


@media only screen and (max-width: 1199px) {
  
    .logo-phone {
      display: inline-block;
    }

    .headphone {
      position: absolute;
      right: 0;
      margin-right: 0px;
    }  
  
}

@media (max-width: 1800px) {
    .home-hr {
        height: 9px;
        background-color: #3C315B;
        width: 180px;
        align-self: baseline;
        margin-top: 95px;
    }
    
    .prodoverlay.contact p {
        padding-top: 20px;
    }
}

@media (max-width: 1500px) {
    .home-hr {
        height: 9px;
        background-color: #3C315B;
        width: 180px;
        align-self: baseline;
        margin-top: 75px;
    }
}

@media (max-width: 1200px) {
    .home-hr {
        height: 9px;
        background-color: #3C315B;
        width: 180px;
        align-self: baseline;
        margin-top: 75px;
    }
}

@media (max-width: 990px) {
    
    .home-hr {
        display: none;
    }
}

@media (max-width: 900px) {
    
    .home-hr {
        display: none;
    }
    
    .prodoverlay.contact p {
        padding-top: 0px;
    }

}

@media (min-width: 880px) {

    #post-body.columns-2 #postbox-container-1 {
        margin-right: -278px !important;
    }
}

@media (max-width: 767px) {
    .headphone {
        margin-top: 8px;
    }
    
}

@media (max-width: 500px) {
    
    .assist {
        display: none;
    }

}

