/* ------ PR Site 2015 ------ */

p.site-tagline {
    text-align: right;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #07437e;
    line-height: 1em;
    font-size: 20px;
    letter-spacing: -0.03em;
}

/* =====================================================================
   NGG product-page gallery — flexbox layout on .ngg-gallery-wrapper.
   The inner .ngg-galleryoverview uses display: contents so its child
   .ngg-gallery-thumbnail-box elements get hoisted into the wrapper's
   flex layout, sitting alongside the video-popup boxes that are direct
   children of .ngg-gallery-wrapper.
   --gap controls spacing; per-row column count uses calc() so widths
   account for the gap.
   ===================================================================== */
body.page-template-product-page #content .ngg-gallery-wrapper {
    --ngg-gap: 12px;
    --ngg-cols: 3;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: var(--ngg-gap) !important;
    align-items: flex-start;
}
body.page-template-product-page
    #content
    .ngg-gallery-wrapper
    .ngg-galleryoverview {
    display: contents !important;
}
body.page-template-product-page #content .ngg-gallery-thumbnail-box {
    flex: 0 0
        calc(
            (100% - (var(--ngg-gap) * (var(--ngg-cols) - 1))) / var(--ngg-cols)
        ) !important;
    max-width: calc(
        (100% - (var(--ngg-gap) * (var(--ngg-cols) - 1))) / var(--ngg-cols)
    ) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: relative !important;
}
@media (min-width: 481px) {
    body.page-template-product-page #content .ngg-gallery-wrapper {
        --ngg-cols: 4;
    }
}
@media (min-width: 768px) {
    body.page-template-product-page #content .ngg-gallery-wrapper {
        --ngg-cols: 6;
    }
}
@media (min-width: 960px) {
    body.page-template-product-page #content .ngg-gallery-wrapper {
        --ngg-cols: 6;
    }
}
@media (min-width: 1181px) {
    body.page-template-product-page #content .ngg-gallery-wrapper {
        --ngg-cols: 8;
    }
}
body.page-template-product-page
    #content
    .ngg-gallery-thumbnail-box
    .ngg-gallery-thumbnail {
    position: relative !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
body.page-template-product-page
    #content
    .ngg-gallery-thumbnail-box
    .ngg-gallery-thumbnail
    img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block;
    box-sizing: border-box;
}
/* Site-wide fallback: force every NGG thumbnail image to fill its
   container regardless of the file's intrinsic dimensions. This makes
   the old cached 90x90 thumbs visually match the new larger ones until
   visitors' browsers fetch the updated files. */
#content .ngg-gallery-thumbnail-box img,
#content .ngg-gallery-thumbnail img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
}
/* =====================================================================
   END NGG product-page gallery
   ===================================================================== */

/* Mega Menu overrides */
#mega-menu-wrap-primary {
    background-image: none !important;
    background-color: transparent !important;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center !important;
}
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px !important;
}
@media (max-width: 1079px) {
    #mega-menu-wrap-primary
        #mega-menu-primary
        > li.mega-menu-item
        > a.mega-menu-link {
        font-size: 14px !important;
    }
}
/* Style mega menu flyout sub-menus to match the parent theme's
   .main-navigation .sub-menu dropdown look. */
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    z-index: 9999 !important;
    min-width: 250px !important;
    background-color: var(--color-white) !important;
    background-image: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    border: none !important;
}
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    display: block !important;
    height: auto !important;
    color: var(--color-dark-gray) !important;
    font-family: var(--font-body) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
    padding: 6px 20px !important;
    line-height: 20px !important;
    background-color: transparent !important;
    background-image: none !important;
    transition: color 0.15s ease !important;
}
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:hover {
    text-decoration: underline !important;
    color: var(--color-dark-gray) !important;
    background-color: transparent !important;
}
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link:not(:hover),
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link:not(:hover) {
    background-color: transparent !important;
}

#content #primary {
    position: relative;
    display: block;
}
#navColumn {
    margin: 25px 2% 20px 0 !important;
    display: none;
}
:is(
        :is(
                body.gov-site #navColumn,
                body.pr-site #navColumn,
                body.ops-site #navColumn
            )
            #navBoxRght
    )
    p {
    font-size: 14px !important;
    line-height: 1.2em;
    text-align: left;
}
#navColumn #navBoxRght {
    padding: 25px 15px 15px 15px;
}
#navColumn #navBoxRght a,
#navColumn #navBoxRght a:link {
    font-size: 16px !important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px !important;
    font-weight: 500;
}
:is(
    :is(
            :is(
                    body.gov-site #navColumn,
                    body.pr-site #navColumn,
                    body.ops-site #navColumn
                )
                #navBoxRght
        )
        a,
    :is(
            :is(
                    body.gov-site #navColumn,
                    body.pr-site #navColumn,
                    body.ops-site #navColumn
                )
                #navBoxRght
        )
        a:link
):hover {
    color: #f0ff00;
    text-decoration: none;
}
#navColumn #navBoxRght li {
    margin-bottom: 20px;
}
#content #primary #main {
    background-color: #fff;
    padding: 0 !important;
    width: 100% !important;
    float: none;
    margin: 0 !important;
    @include tablet {
        float: left;
    }
}
.product-content.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.productColumns {
    padding: 20px 20px;
    width: 50%;
    margin-left: 0 !important;
    text-align: center;
}
.productColumns:nth-of-type(even) {
    padding: 20px 0 20px 10px;
}
.productColumns:nth-of-type(odd) {
    padding: 20px 10px 20px 0;
}
#content .productColumns .productDetails h4.entry-title {
    margin: 15px 0 2px 0;
}
#content .productColumns .productDetails p {
    margin: 0 0 12px 0;
    line-height: 16px;
}
.productColumns img {
    max-height: 230px;
    display: block;
    margin: 0 auto;
}
.productDetails h4 a {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
}
#content .gallery-group h3,
#content .lift-category h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    margin: 6px 0 0;
    padding: 0;
}
#navColumn h4 {
    text-align: center;
    color: #f0ff00;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px #f0ff00 solid;
}
#content .gallery-group h3 a,
#content .lift-category h3 a {
    font-size: 13px;
    line-height: 16px;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

#content .gallery-group p,
#content .lift-category p {
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    margin: 2px 0 12px;
    padding: 0;
}
body.page-id-203 .csc_post_press {
    display: inline-block;
    width: 50%;
}

.highslide-maincontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    border: 1px silver solid;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 5px;
    clear: both;
    position: absolute;
    width: 800px;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid black;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999; /* Ensure it's above other content */
}
.highslide-maincontent .closeBut {
    float: left;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: blue !important;
    text-decoration: none !important;
    clear: both;
}
.highslide-maincontent h2 {
    border: none !important;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 0px;
}

.highslide-wrapper div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.highslide-wrapper .highslide-html-content {
    width: 350px;
    height: 400px;
}

.highslide-caption {
    padding: 10px !important;
    line-height: 18px;
    margin: 4px -5px 0;
}

.highslide-caption ul li {
    list-style: disc outside;
    margin: 0 0 0 18px;
}

.highslide-heading {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
#content h3 {
    margin-bottom: 15px;
}
#content p,
.highslide-maincontent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #333333;
    margin: 0 0 12px 0;
    padding: 0;
}

#content .gallery-group {
    display: inline;
    float: left;
    margin: 0 3px 5px;
    padding: 5px 0 0 8px;
    text-align: center;
    width: 100px;
}

#content .gallery-group.first {
    padding-left: 55px;
}

#content .gallery-group h2 {
    margin: 6px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 17px;
}

#content .hentry h2 {
    margin: 16px 0 0 0;
    padding: 15px 0 10px 0;
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    border-top: 1px solid silver;
    color: #ff0000;
    clear: both;
}
#content h2.entry-title {
    border: none;
    margin: 40px auto 20px;
}
#content h3.section__heading {
    color: #07437e;
    font-size: clamp(1.2rem, 1.35vw, 1.55rem);
    //text-transform: uppercase;
    font-weight: 600;
}
body.home #content .hentry h2 {
    margin: 0 0 0 0;
    padding: 5px 0 10px 0;
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    border-bottom: 1px solid silver;
    border-top: none;
    color: #ff0000;
}
#lbCenter {
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
}

#lbBottomContainer {
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

div#lbOverlay {
    opacity: 0 !important;
}

#content .gallery-group h3 a:hover {
    color: black;
    text-decoration: underline;
}
#content .lift-category-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
#content .lift-category {
    width: 31%;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-right: 2%;
    background: #cfcfcf url(images/lift-cat-bkgd.jpg) repeat-x top left;
}

#content .lift-category h3 a:hover {
    color: black;
    text-decoration: underline;
}

#content .lift-category .ngg-singlepic {
    padding: 2px;
    border: 2px silver solid;
    margin: 0 auto 0;
    width: 90px;
    height: auto;
}

#content .entry-content {
    padding: 0;
    margin: 0;
}
#content h1 {
    font-size: clamp(2.75rem, 4vw, 4rem) !important;
}
body.page-template-product-page #content h1 {
    margin-top: 40px;
}
body.page-template-product-page #content h1.entry-title {
    margin-top: 12px;
}
#content .entry-title {
    color: red;
    font-weight: 300;
    font-style: normal;
    margin: 5px 0 10px;
}

#content .csc_post_content {
    display: none;
}

#content .highslide-maincontent {
    display: none;
}

#content .cat-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: red;
    padding: 6px 0 0;
}

#content .mouse {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
}
body.page-id-1906 #ngg-image-1715, /* A-7 Page Speedlane */ 
body.page-id-492 #ngg-image-1715, /* TP-20 Page Speedlane */ 
body.page-id-7 #ngg-image-1522,
body.page-id-7 #ngg-image-796,
body.page-id-7 #ngg-image-1526,
body.page-id-1422 #ngg-image-796,
body.page-id-1422 #ngg-image-1527,
body.page-id-492 #ngg-image-1522,
body.page-id-492 #ngg-image-796,
body.page-id-492 #ngg-image-798,
body.page-id-492 #ngg-image-1527 {
    display: none;
}

.additional-brochures {
    margin-top: 20px;
    display: block;
}
.additional-brochures h3 {
    font-size: 20px;
    margin-bottom: 15px;
    clear: both;
}
.additional-brochures ul li {
    flex-grow: 0;
    flex-shrink: 0;
    width: 45%;
    margin: 0px;
    padding: 10px 15px 10px 0px;
    -webkit-flex: 0 0 45%;
}
.additional-brochures ul li img {
    max-height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.additional-brochures ul li p {
    text-align: center;
    font-size: 12px !important;
    line-height: 1.2em !important;
    margin-top: 8px !important;
}
.additional-brochures ul {
    margin: 0;
    width: 100%;
    list-style-type: none;
    overflow: hidden;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* CSC Logos */

body.page-template-page-logos #content .csc_post_thumb_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2rem;
}
body.page-template-page-logos
    #content
    .csc_post_thumb_wrapper
    .csc_inner_wrapper {
    width: 100%;
    border: 1px silver solid;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
body.page-id-182 .entry-content .csc_post_content {
  width: 223px;
  display: inline;
  float: left;
  border: 1px silver solid;
  padding: 20px;
} 
*/

body.page-template-page-logos
    #content
    .csc_post_thumb_wrapper
    .csc_inner_wrapper
    ul.moreLogos {
    list-style-type: none;
    margin: 0 0 0 0;
    text-align: center;
}
body.page-template-page-logos
    #content
    .csc_post_thumb_wrapper
    .csc_inner_wrapper
    ul.moreLogos
    li {
    margin: 0 0 0 0;
}
body.page-template-page-logos
    #content
    .csc_post_thumb_wrapper
    .csc_inner_wrapper
    .image
    img {
    max-height: 180px;
    width: auto;
    display: block;
    margin: 0 auto;
}
body.page-id-182 #content .highslide-maincontent {
    display: inline;
}

body.page-id-182 #content a {
    color: blue;
    font-size: 11px;
    line-height: 18px;
}

body.page-id-182 #content a:hover {
    color: black;
}

body.page-id-182 #content .csc_post_content {
    display: block;
}

body.page-id-182 #content .csc_post_content p {
    margin: 0;
    padding: 0;
}

body.page-id-182 .entry-content .csc_post_content img {
    margin: 0;
}

body.page-id-182 .entry-content .csc_post_content .highslide-image {
    margin: 0;
}

body.page-id-182 .entry-content .csc_post_content p {
    margin: 0;
    padding: 0;
    text-align: center;
}

body.page-id-182 .entry-content .csc_post_title {
    display: none;
}

body.page-id-182 .entry-content p {
    margin: 0;
    padding: 15px 0 0;
}

body.page-id-182 .entry-content h3 {
    margin: 0;
    padding: 15px 0 0;
    color: black;
}

body.page-id-182 .post-edit-link {
    margin: 0;
    padding: 0;
}

body.page-id-182 h1.page-title {
    padding: 0;
}

body.page-id-469 #ngg-image-1526 {
    display: none;
}

body.page-id-1246 #ngg-image-1527 {
    display: none;
}

body.page-id-482 #ngg-image-1527 {
    display: none;
}

body.page-id-551 #ngg-image-1527 {
    display: none;
}

body.page-template-onecolumn-page-php #container {
    width: 930px;
    float: none;
}

body.page-id-516 #content p {
    margin: 0 0 6px 0;
    font-size: 10px;
    line-height: 14px;
}
.fbx-rounded .fbx-caption,
.fbx-caption {
    text-align: left;
}
.fbx-caption-title + .fbx-caption-desc {
    margin-top: 0 !important;
}
.fbx-caption-desc {
    line-height: 18px !important;
    padding: 0 15px 15px 15px !important;
}
.ngg-gallery-wrapper .ngg-clear {
    display: none !important;
    clear: none;
}
.product_gallery {
    position: relative;
    clear: both;
    display: block;
    margin-bottom: 30px;
    border-top: 1px solid silver;
    padding-top: 20px;
}
.product_gallery .row_count {
    position: absolute;
    left: -25px;
    top: 75px;
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
}
.wpvl_auto_thumb_box_wrapper {
    height: 90px !important;
    width: 90px !important;
    margin: 0px 0px 0px 2px;
    padding-right: 0px;
    float: left !important;
}

.video_lightbox_auto_anchor_image {
    height: 90px !important;
    width: 90px !important;
    border: 2px solid silver !important;
}

.wpvl_auto_thumb_box {
    height: 75px !important;
    position: relative;
    width: auto !important;
}

.wpvl_auto_thumb_play {
    left: 27px !important;
    position: absolute;
    top: 27px !important;
}

img.wpvl_playbutton {
    width: 35px !important;
    height: 35px !important;
}

.one-column #content {
    margin: 0 auto;
    width: 805px;
}

.hentry .entry-meta {
    display: none;
}
body.pr-site #content #primary .hentry,
body.pr-site #content #primary {
    overflow: visible !important;
}
.ngg-gallery-thumbnail .highres .hr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}

#content .csc_post_title,
#content .csc_post_title a {
    font-size: 12px;
    line-height: 14px;
    padding-left: 0px !important;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
    width: auto !important;
    max-width: 450px;
}

body.pr-site .entry-content .ngg-galleryoverview {
    list-style-type: none;
}

.ngg-gallery-count {
    position: absolute;
    bottom: 2px;
    left: 2px;
    text-align: left;
    background-color: black;
    color: white;
    font-size: 14px;
    width: auto;
    min-width: 18px;
    text-align: center;
    height: 18px;
    padding: 3px;
    line-height: 11px;
    z-index: 1;
}
.product_content {
    display: block;
    overflow: hidden;
}

body.page-template-product-page #content .product_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
body.page-template-product-page #content .product_content .entry-title {
    order: 0;
}
@media only screen and (max-width: 767px) {
    body.page-template-product-page #content .product_content .entry-title {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body.page-template-product-page #content .product_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            'title brochure'
            'body  brochure';
        gap: 20px;
    }
    body.page-template-product-page #content .product_content .entry-title {
        grid-area: title;
    }
    body.page-template-product-page
        #content
        .product_content
        .product_content__body {
        grid-area: body;
    }
    body.page-template-product-page #content .product_content .brochure-links {
        grid-area: brochure;
    }
}
#content .brochure-links {
    display: block;
    width: auto;
    padding-left: 10px;
    padding-bottom: 10px;
}
#content .brochure-links .wp-caption.alignright {
    float: none;
}
#content .wp-caption {
    margin-right: 10px;
    margin-top: -35px;
    margin-bottom: 0px;
    width: auto;
    line-height: 18px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}
#content .brochure-links .wp-caption {
    margin-right: 0px;
    margin-top: 0px;
}
#content .brochure-links .wp-caption img {
    max-width: 290px;
    margin: auto;
}
#content .wp-caption p.wp-caption-text {
    color: #888888;
    font-size: 11px;
    line-height: 13px;
    margin: 5px;
}
#content .wp-caption a {
    text-decoration: none;
}
#content .compare-link {
    width: auto;
    display: block;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 20px;
    color: black;
    text-decoration: underline;
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#content .edit-link {
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #282828;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
#content a.post-edit-link {
    color: #ffffff;
    font-size: 14px;
    float: none;
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    margin: 0;
}

.product_content {
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 481px) {
    #content #primary #main {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .productColumns {
        padding: 20px 20px;
        width: 50% !important;
        margin-left: 0 !important;
        float: left;
    }
    .productColumns:nth-of-type(even) {
        padding: 20px 0 20px 10px;
    }
    .productColumns:nth-of-type(odd) {
        padding: 20px 10px 20px 0;
    }
    .product_gallery .row_count {
        left: -25px;
    }
    body.page-template-page-logos #content .csc_post_thumb_wrapper {
        flex-direction: row;
    }
    body.page-template-page-logos
        #content
        .csc_post_thumb_wrapper
        .csc_inner_wrapper {
        width: 50%;
    }
    .additional-brochures ul li {
        width: 50%;
        -webkit-flex: 0 0 50%;
    }
}

@media only screen and (min-width: 768px) {
    #content #primary #main {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .productColumns {
        padding: 20px 20px;
        width: 33.33% !important;
        margin-left: 0 !important;
    }
    .productColumns:nth-of-type(even) {
        padding: 20px 20px;
    }
    .productColumns:nth-of-type(odd) {
        padding: 20px 20px;
    }
    :is(#content #primary):has(#main) {
        padding: 0 5% 32px 40px;
    }
    body.home #content #primary:has(#main) {
        padding: 0px 30px 30px 30px;
        max-width: 1500px;
    }
    .product_gallery .row_count {
        left: -33px;
        font-size: 1.25rem;
    }
    body.page-template-page-logos
        #content
        .csc_post_thumb_wrapper
        .csc_inner_wrapper {
        width: 50%;
    }
    #content .lift-category {
        width: 23%;
    }
    .additional-brochures ul li {
        width: 25%;
        -webkit-flex: 0 0 25%;
    }
    .additional-brochures ul li img {
        max-width: 100px;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 960px) {
    #mega-menu-wrap-primary {
        max-width: 75rem !important;
    }
    #content #primary #main {
        width: 80% !important;
        margin: 25px 0 30px 0 !important;
        padding: 40px 40px 40px 50px !important;
    }
    #navColumn {
        display: block;
    }
    .productColumns {
        padding: 20px 20px;
        width: 16% !important;
        margin-left: 0 !important;
    }
    body.pr-site header#masthead .site-branding .headInfo {
        width: 35% !important;
    }
    body.home #content #primary #main {
        width: 100% !important;
        margin: 25px 0 30px 0 !important;
    }
    #content #primary {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    body.pr-site #navColumn {
        display: flex;
    }
    .product_gallery .row_count {
        left: -40px;
        font-size: 1.75rem;
        color: #aaaaaa;
    }
    body.page-template-page-logos
        #content
        .csc_post_thumb_wrapper
        .csc_inner_wrapper {
        width: 33.33%;
    }
    #content .lift-category {
        width: 18%;
    }
    .additional-brochures ul li {
        width: 25%;
        -webkit-flex: 0 0 25%;
    }
    .additional-brochures ul li img {
        max-height: 200px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1401px) {
    .additional-brochures ul li {
        width: 15%;
        -webkit-flex: 0 0 15%;
    }
}

@media only screen and (max-width: 960px) {
    :is(#content #primary):has(#main) {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    :is(#content #primary):has(#main) {
        padding: 40px 5% 32px 40px;
    }
    #content .brochure-links,
    #content .brochure-links *,
    #content .brochure-links img {
        padding: 0 !important;
        margin-left: 0 !important;
        max-width: none !important;
    }
    #content .brochure-links img {
        width: 100% !important;
        height: auto !important;
    }
    .additional-brochures ul li {
        width: 32%;
        -webkit-flex: 0 0 32%;
    }
}

@media only screen and (max-width: 481px) {
    #content .brochure-links {
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }
    #content .brochure-links .wp-caption {
        width: 100%;
    }
    #content .brochure-links .wp-caption img {
        max-width: 100%;
    }
    .additional-brochures ul li {
        width: 50%;
        -webkit-flex: 0 0 50%;
    }
}
