@media only screen and (min-width: 481px){
.imageheightisequal{
height:458px;
}

.equalimage2 img{
padding-top:200px;
}
}
@media only screen and (max-width: 480px){
 .equalimage2 img{
padding-top:20px;
} 
}




.page-node-236 .field--name-field-tabs .nav-tabs li a {
 padding: 14px 25px;
}

.product-list .views-field-nothing-1 a:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product-list .views-field-nothing-1 a:hover:after {
    opacity:1;
    color:white;
    
}

.view-search-product .view-content .views-field img {
    opacity: 1;
    transition: all linear 200ms;
    -webkit-filter: unset;
    -moz-filter: unset;
    -o-filter: unset;
    -ms-filter: unset;
    filter: unset !important;
}

#block-globalproductsearchheader a, #block-globalproductsearchheader a:hover, .header-products a, .header-products a:hover {
  color:#4fa2ca !important;
}

a.holx-side-button {
  display: block;
    color: #ffffff;
    background: #2B2967;
    padding: 16px 20px;
    margin-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s ease;
    border: solid 1px #2B2967;
    text-align:center;
} 


a.holx-side-button:hover {
  color: #2B2967;
    background: #ffffff;
    text-decoration: none;
} 

.page-node-4 .view-page-layout .cta-wrapper a:hover {
  color:#008AAD;
}
.page-node-type-division-landing h2 {
  margin-top:0px;
}

.videoWrapper{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.videoWrapper iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#privacy-notice a {
  position:absolute;
  left:0px;
  top:-125px;
}

#privacy-notice {
  position:relative;
}

@media (max-width: 420px){
body.path-frontpage .view--slideshow .views_slideshow_cycle_teaser_section {
    height: 555px !important;
}


}