body {
    padding: 0px;
    background: url("/static/industrial/images/bg.9a0b2e3fb5e0.gif") repeat left top;
}

.content {
    background-color: white;
}

/* ****************** NAVIGATION / MENUs ***************** */
#nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #555;
    border-top: solid 2px #791C24;
    border-bottom: solid 2px #791C24;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
/* Breakpoints */
@media screen and (min-width: 1436px) {
    #nav_wrapper {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: url("/static/industrial/images/navbar.20b36289f247.jpg") center right;
    }
}
@media screen and (min-width:668px) {
    #nav_wrapper {
        padding-left: 265px;
    }
    .container {
        padding-top: 35px;
    }
}
.container {
    padding-bottom: 35px;
}

@media screen and (max-width: 1435px) {
  #menu {
    width: 100%;
  }
}
#menu a:hover {
    text-decoration: none;
}

/* Colors */
#menu .has-sub-menu > ul a:hover {
    background-color: #9c9c9c;
}

#menu .has-sub-menu > ul {
    background-color: #444;
}
/* Cascade colors in touch menu levels - each level gets slightly darker*/
#tm:checked ~ ul .has-sub-menu > ul {
    background-color: rgba(0,0,0, .25);
}

.has-sub-menu > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    cursor: pointer
}

.drop-icon {
    margin-left: 5px;
}

#menu a {
    cursor: auto;
}
.drop-icon, #menu a:not([href="#"]) {
  cursor: pointer;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle_menu,
#menu .has-sub-menu > ul {
  border-style: solid;
  border-color: rgba(255, 255, 255, .15);
}

#menu li,
#toggle_menu {
  border-width: 0 0 1px;
}

#menu .has-sub-menu > ul {
  border-width: 1px 1px 0;
  margin: 0 calc(1rem + 0.35vw);
}

#menu .has-sub-menu > ul li:last-child {
  border-width: 0;
}

#menu li,
#toggle_menu,
#menu a {
  position: relative;
  display: block;
  color: white;
  font-weight: 900;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
  text-transform: uppercase;
}

#toggle_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.75rem 0.75rem;
}
#toggle_menu .drop-icon {
    margin: calc(0px - 0.75rem) calc(0px - 0.75rem) !important;
}
#menu a {
  padding: 0.75rem calc(0.5rem + 0.35vw);
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu .has-sub-menu > ul {
  display: none;
}

#menu input[type="checkbox"]:checked + ul {
  display: block;
}

#toggle_menu .drop-icon,
#menu li label.drop-icon {
  margin: calc(0px - 0.75rem + 0.5px) calc(0rem - 0.5rem - 0.35vw);
}

#menu label.drop-icon, #toggle_menu span.drop-icon {
    font-size: 1.25rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, .75);
    text-shadow: 0 0 0 transparent;
}

#menu label.drop-icon {
    padding: inherit;
}
#toggle_menu span.drop-icon {
    padding: inherit;
}

@media only screen and (min-width: 1436px) {
  #menu .main-menu {
    display: block;
  }

  #toggle_menu,
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .has-sub-menu > ul li {
    float: none;
  }

  #menu .has-sub-menu > ul {
    border-width: 0;
    margin: 0;
    width: 14rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3000;
  }

  #menu .has-sub-menu > ul,
  #menu input[type="checkbox"]:checked + ul {
    display: none;
  }

  #menu .has-sub-menu > ul li {
    border-width: 0 0 1px;
  }

  #menu .has-sub-menu > ul .has-sub-menu > ul {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + ul {
    display: block;
  }
}

#homebox {
    width: 288px;
    margin: auto;
    top: 0;
    z-index: 20;
}
@media screen and (max-width: 624px) {
    #homebox {
        position: static;
    }
}
@media screen and (min-width: 668px) {
    #homebox {
        position: absolute;
    }
    #homebox img {
        left: -14px;
    }
}

.pdfspecs {
    width: 155px;
    background-color: #ececec;
    border: solid 5px #fff;
}

.pdfspecsarea {
    width: 155px;
    height: 500px;
    background-color: #ececec;
}

footer {
    padding: 12px 30px;
    margin: auto;
    text-align: center;
    border-top: 1px solid rgb(153, 153, 153);
    border-bottom: 1px solid rgb(153, 153, 153);
    background: #d7273f; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#791C24), color-stop(50%, #95222c), to(#791C24));
    background: linear-gradient(to bottom, #791C24 0%, #95222c 50%, #791C24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#791C24', endColorstr='#791C24',GradientType=0 ); /* IE6-9 */
}

.media {
    text-align: center;
    padding-bottom: 20px;
}

.listtext {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top:14px;
}

td .listtext:first-of-type {
    margin-top: 0;
}

#search_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
@media screen and (max-width: 1435px) {
    #search_wrapper {
        -ms-flex-item-align: unset;
            align-self: unset;
        margin-top: 9px;
    }
}
@media screen and (max-width: 450px) {
    #search_wrapper {
        display: none;
    }
}

#search_form [name="terms"] {
    height: 24px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 100%; /* Only here for IE */
    min-width: 0px;
}
/* IE hack - turn off search image because was being stretched - tried display: -ms-grid but it didn't work */
#search_form input[type="image"] {
    display: none;
}
@supports (display: grid) {
    #search_form {
        display: grid;
        grid-template-columns: 1fr -webkit-min-content;
        grid-template-columns: 1fr min-content;
        grid-gap: 0.5rem;
        max-width: 250px;
    }
    #search_form input[type="image"] {
        display: inline-block;
        height: 24px;
        width: auto;
    }
    #search_form [name="terms"] {
        width: auto;
    }
}

#home_header {
    background-color: white;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 365px;
    grid-template-columns: 1fr 365px;
}

@media screen and (max-width: 991px) {
    #home_header {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#index_content {
    background-color: #d0d0d0;
}
#index_content > div {
    padding: 15px 30px;
}
#index_content > div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#non_index_content {
    background-color: #d0d0d0;
}
#non_index_content > div {
    padding: 15px 30px;
}
#non_index_content p img {
    max-width: 100%;
}
#sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    background-color: #d0d0d0;
    border-right: 1px solid #9c9c9c;
}
@media screen and (max-width: 992px) {
    #sidebar {
        display: none;
    }
}

/* ************************************ */
/* IE hack: align-content:space-between would not work to separate the two grid blocks, so set to flex and then override */
#videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@supports (display: grid) {
    #videos {
        display: grid;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        grid-gap: 15px;
    }
}
/* ************************************ */
#videos > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #9c9c9c;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
}
@media screen and (max-width: 713px) {
    #videos {
        grid-template-rows: -webkit-min-content -webkit-min-content;
        grid-template-rows: min-content min-content;
    }
}
@media screen and (min-width: 714px) and (max-width: 991px) {
    #videos {
        grid-template-columns: -webkit-min-content 1fr;
        grid-template-columns: min-content 1fr;
    }
}
@media screen and (min-width: 992px) {
    #videos {
        grid-template-rows: -webkit-min-content -webkit-min-content;
        grid-template-rows: min-content min-content;
    }
}

#testimonials {
    background-color: #9c9c9c;
    border-radius: 10px;
    padding: 15px;
    min-height: 200px;
}
#testimonials h2 {
    color: #791C24;
    margin-top: 0;
    text-shadow: 1px 1px #ccc;
}
.testimonial-image-link {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 2px solid #6e6e6e;
    padding:3px;
}

/* IE hack to put padding at bottom of .two-1fr365px since grid-gap not honored */
_::selection, #featured_video { margin-bottom: 15px\0; }
#featured_video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#featured_video .video-wrapper {
    transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease-in-out;
}
.video-wrapper {
    height: auto;
}
.video-wrapper iframe {
    max-width: 100%;
}
.video-wrapper .title {
    font-size: 0.925rem;
    margin-top: 0.5rem;
    text-align: center;
}
.video-wrapper img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 4px 4px 12px #333;
            box-shadow: 4px 4px 12px #333;
}
/* Since using fixed height for YT video thumbnails in image gallery in order to cut off black bars, have to apply the box shadow to the wrapper */
#video_gallery .video-img-wrapper {
    -webkit-box-shadow: 4px 4px 12px #333;
            box-shadow: 4px 4px 12px #333;
}

#video_gallery {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
}
@media screen and (max-width: 549px) {
    #video_gallery {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 550px) and (max-width: 713px) {
    #video_gallery {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 714px) and (max-width: 849px) {
    #video_gallery {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
    #video_gallery {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 991px) {
    #video_gallery {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
/*************************************************/
/* IE hack (also hard-coded hacks in index.html) */
#video_gallery img {
    width: 90%;
}
#video_gallery .video-wrapper {
    padding-bottom: 15px;
}
@supports (display: grid) {
    #video_gallery img {
        width: 100%;
    }
    #video_gallery .video-wrapper {
        padding-bottom: unset !important;
    }
}
/*************************************************/
@media screen and (max-width: 713px) {
    #video_gallery div:nth-child(n+7) {
        display: none;
    }
}
@media screen and (min-width: 714px) and (max-width: 849px) {
    #video_gallery div:nth-child(n+5) {
        display: none;
    }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
    #video_gallery div:nth-child(n+7) {
        display: none;
    }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
    #video_gallery div:nth-child(n+9) {
        display: none;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1277px) {
    #video_gallery div:nth-child(n+7) {
        display: none;
    }
}
@media screen and (min-width: 1278px) {
    #video_gallery div:nth-child(n+5) {
        display: none;
    }
}
#product_img {
    position: absolute;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    max-width: 90%;
    width: auto;
    max-height: 90%;
    height: auto;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.video-img-wrapper {
    position: relative;
    min-height: 1px; /* IE hack */
}
#video_gallery .video-img-wrapper {
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.video-img-wrapper img {
    width: 100%;
    height: auto;
}
.video-img-wrapper .fa-play-circle-o {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
    opacity: 0.7;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.video-img-wrapper .fa-play-circle-o:hover {
    color: #bbb;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
#featured_video .video-img-wrapper .fa-play-circle-o {
    font-size: 4rem;
}

.richtext-image {
    height: auto;
    margin-bottom: 15px;
}
.richtext-image.right {
    float: right;
    margin-left: 15px;
}
.richtext-image.left {
    float: left;
    margin-right: 15px;
}
@media screen and (max-width: 567px) {
    .richtext-image {
        max-width: 55%;
    }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
    .richtext-image {
        max-width: 40%;
    }
}
@media screen and (min-width: 768px) {
    .richtext-image {
        max-width: 300px;
    }
}

#gmap iframe {
    width: 100%;
    min-height: 250px;
}
@media screen and (max-width: 567px) {
    #gmap {
        width: 100%;
    }
}
@media screen and (min-width: 568px) {
    #gmap {
        width: 50%;
    }
}

#slideshow {
    position: relative;
    width: 365px;
    height: 240px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #d0d0d0;
    -ms-grid-column: 2;
}
#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
#slideshow > div a {
    text-align: center;
}
#slideshow > div .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    color: white;
    font-size: 0.9rem;
    font-weight: 800;
    min-height: 35px;
    width: 345px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 3px 10px;
}
#slideshow i.fa {
    position: absolute;
    top: 75px;
    color: #eee;
    cursor: pointer;
    z-index: 999;
}
#slideshow i.fa-angle-left {
    left: 10px;
}
#slideshow i.fa-angle-right {
    right: 10px;
}
@media screen and (min-width: 366px) and (max-width: 991px) {
    #slideshow i.fa {
        top: 100px;
    }
}
@media screen and (max-width: 991px) {
    #slideshow {
        width: 100%;
        background-color: #9c9c9c;
    }
    #slideshow > div .title {
        left: calc(50% - 183px);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 365px) {
    #slideshow,
    #slideshow > div {
        max-height: 64vw !important;
    }
    #slideshow > div .title {
        left: 0;
        max-width: calc(92vw - 7px);
    }
    #slideshow img {
        max-width: 96vw !important;
        height: auto !important;
    }
    #slideshow i.fa {
        top: 20vw;
    }
}


/* Simple Lightbox overrides */
/* Set image background to color other than white.  Set max-height as percentage of screen height. */
.slbImage {
    background-color: #eee !important;
    padding: 0 !important;
    margin: 5em 0 !important;
    max-height: 88vh !important;
}
.slbCaption {
    bottom: -2.5em !important;
}

.news-item {
    grid-gap: 25px;
}
.news-item h2 {
    margin-top: 0;
}
.news-item img {
    width: 100% !important;
    height: auto !important;
}
/* IE hack */
_:-ms-lang(x), .news-item img { margin-bottom: 25px\0; }

/*  Customize GLightbox */
.gslide-media {
    background: white;
}

.gscrollbar-fixer {
    margin-right: auto !important;
}