body,
header.site-header,
body.woocommerce-account {
    background: var(--scp-light-grey) !important;
}
.home-feature .text p.primary {
    line-height: 1.2;
}
#top-bar {
    background: var(--scp-dark-blue) !important;
}
.full-width-content .content {
    width: 90% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}
body.home main.content {
    width: 100% !important;
    max-width: none !important;
}
.row.title-row {
    display: none !important;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
/* ==========================================================================
   Main CTA Blade
   ========================================================================== */
div#cta {
    width: 100%;
    height: auto;
    position: relative;
    background: #98acc1 url('/wp-content/uploads/cta-background.png') no-repeat center center;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}
#cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(152, 172, 193, 0.5);
    z-index: 1;
    pointer-events: none;
}
#cta-div {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
#cta-btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    width: 100%;
    padding:0px 10px;
}
#cta-btn-grid-1,
#cta-btn-grid-2,
#cta-btn-grid-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.resource-btn {
    padding: 30px 20px 10px 20px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
            rgba(15, 34, 58, 0.75),
            rgba(15, 34, 58, 0.85)
    ),
    url('/wp-content/uploads/cta-background.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
}
.resource-btn-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    width: 100%;
    text-decoration: none;
}
.btn-link-text {
    padding: 25px 0px;
    color: var(--scp-white-grey);
    text-align: center;
}
.resource-img {
    width: 100%  !important;
    max-width: 150px !important;
    height: 150px  !important;
    display: block  !important;
    margin: 0 auto  !important;
    object-fit: contain  !important;
}
picture.resource-img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
}
picture.resource-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
/* ==========================================================================
   Responsive Breakpoint Main CTA Blade
   ========================================================================== */
@media only screen and (max-width: 768px) {
    #cta-btn-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .resource-btn {
        padding: 30px 20px;
        min-height: 180px;
    }
    .resource-img {
        max-width: 100px;
        height: 100px;
    }
    .btn-link-text {
        padding: 15px 0 0 0;
        font-size: 1.1rem;
    }
    div#cta {
        padding: 25px 15px;
    }
}
/* ==========================================================================
   Footer
   ========================================================================== */
#va-footer {
    background: #dee8e8;
    border-bottom: 5px solid var(--scp-aqua);
}
.footer-col {
    width: 25%;
}
.footer-col-2,
.footer-col-3 {
    display: flex;
    justify-content: center;
}
.site-footer {
    background: var(--scp-light-grey);
}
/* ==========================================================================
   Nav Menu
   ========================================================================== */
ul.genesis-nav-menu>li.mega-menu>ul.sub-menu,
ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li,
ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu {
    background: var(--scp-dark-blue);
}

ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a {
    background: var(--scp-dark-blue);
    color: var(--scp-white-grey);
    border-bottom: 0 !important;
}
ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a:hover {
    color: var(--scp-aqua);
    border-bottom: 0 !important;
}
.genesis-nav-menu .sub-menu a {
    background: var(--scp-dark-blue);
    color: var(--scp-white-grey);
}
ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu {
    justify-content: space-evenly !important;
}
@media only screen and (max-width: 959px) {

    #genesis-nav-primary ul.menu ul.sub-menu li > a {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    nav#genesis-nav-primary ul.menu li a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #acf6a3d8208077d7 {
        padding-top: 20px;
    }
}
/* ==========================================================================
   Base & Desktop Layout SCP CTA Blade
   ========================================================================== */
#scp-cta-wrapper {
    display: grid;
    grid-template-columns: 65% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
#scp-cta-header-content-wrapper {
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.scp-cta-header-content h2,
.scp-cta-header-content p {
    color: var(--scp-white-grey) !important;
}
.scp-cta-header-content p {
    font-size: 22px;
    padding-top: 10px
}
#scp-cta-btn-wrapper {
    background: var(--scp-dark-blue);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-evenly;
}
#acf6a451f82a091c {
    content: "";
    inset: 0;
    background: rgba(239, 239, 239, 0.75);
}
.row.scp-cta {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.btn-link-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
}
.light-btn-block {
    background: var(--primary);
}
.btn-link-block a.button {
    background: transparent;
    color: var(--scp-white-grey) !important;
    font-size: 25px;
}
.btn-link-block a.button.secondary {
    background: var(--primary) !important;
    color: var(--scp-white-grey) !important;
}
/* ==========================================================================
   Responsive Breakpoint SCP CTA Blade
   ========================================================================== */
@media (max-width: 991px) {
    .row.scp-cta {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #scp-cta-wrapper {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        width: 100%;
    }
    #scp-cta-header-content-wrapper {
        grid-template-columns: 100%;
        padding: 40px 20px;
    }
    #scp-cta-btn-wrapper {
        width: 100%;
        flex-direction: column;
        align-content: stretch;
    }
    .btn-link-block {
        padding: 25px 0px;
        width: 100%;
    }
    .scp-cta-header-content p {
        font-size: 18px;
    }
    .btn-link-block a.button {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
}
/* ==========================================================================
   Product Categories
   ========================================================================== */
#acf6a4bf0f3876dc h2,
#acf6a4beeff2684b h2 {
    text-align: center;
    color: var(--dark-default);
}
.top-categories {
    padding-top: 50px;
}
.top-categories .product-categories {
    display: flex;
    flex-wrap: wrap;
}
.top-categories .product-categories .product-category {
    width: calc(25% - 50px);
    margin-right: 50px;
    margin-bottom: 3em;
}
.top-categories .product-categories .product-category img {
    border: 5px solid var(--scp-aqua);
    border-radius: 0;
    transition: all 300ms;
    margin-bottom: 12px;
}
.top-categories .product-categories .product-category a {
    text-decoration: none;
}
.top-categories .product-categories .product-category h3 {
    transition: all 300ms;
    padding: .5em 0;
    margin: 0;
    font-size: 16px !important;
    text-decoration: none;
    text-align: center;
}
.top-categories .product-categories .product-category:hover h3 {
    color: #41991e;
}
.top-categories .product-categories .product-category:hover img {
    opacity: 0.7;
}
.site-inner .row.resources:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title)::before,
.site-inner .prod-list.row.prod-list-white:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title)::before {
    content: none;
}
@media only screen and (max-width: 768px) {
    .top-categories .product-categories .product-category {
        width: calc(25% - 16px);
        margin-right: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .top-categories .product-categories .product-category {
        width: calc(33.33% - 12px);
        margin-right: 12px;
    }
}
@media only screen and (max-width: 450px) {
    .top-categories .product-categories .product-category {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
}
/* ==========================================================================
   Interactive Diagram
   ========================================================================== */
#screw-conveyor-mobile-dropdown {
    display: none;
}
.interactive_diagram > .row-inner {
    display: flex;
    margin-bottom: 0;
    padding: 0 0 50px 0;
}
.interactive_diagram > .row-inner.interactive_diagram_content {
    display: block;
    border: none;
}
.interactive_diagram > .row-inner.interactive_diagram_content p {
    margin-bottom: 40px;
}
.interactive_diagram .col-8 {
    flex-basis: 66.67%;
}
.interactive_diagram .col-4 {
    flex-basis: 33.33%;
    margin-left: 40px;
}
#screw-conveyor-console > div {
    display: none;
    position: relative;
}
#screw-conveyor-console > div > div {
    background: var(--scp-light-grey);
    padding: 40px;
}
#screw-conveyor-console > div.active {
    transition: all 300ms;
    display: block;
    background-color: var(--scp-aqua);
    background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGOWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuOWNjYzRkZTkzLCAyMDIyLzAzLzE0LTE0OjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMDYtMDZUMTY6MDU6NDQtMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTA2LTA3VDA5OjIxOjUwLTA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTA3VDA5OjIxOjUwLTA1OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkYzQwYTU2OC02MGY1LTRhMzAtOGM2Yi1hNDNjMzc1Njc1NzciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowNTRiZTRlNS1lN2NkLTVhNGYtYmNiOS0xZTk2NDZjNDcwNjQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMzAyOWNkMC0xOTk2LTRhY2ItYWU5NS1mYjMwNjhmYjNiN2UiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQzMDI5Y2QwLTE5OTYtNGFjYi1hZTk1LWZiMzA2OGZiM2I3ZSIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNlQxNjowNTo0NC0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGM0MGE1NjgtNjBmNS00YTMwLThjNmItYTQzYzM3NTY3NTc3IiBzdEV2dDp3aGVuPSIyMDIyLTA2LTA3VDA5OjIxOjUwLTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56+WojAAAADElEQVQIW2PYfPQKAAR7Ak2l6GD5AAAAAElFTkSuQmCC'), url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGOWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuOWNjYzRkZTkzLCAyMDIyLzAzLzE0LTE0OjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMDYtMDZUMTY6MDU6NDQtMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTA2LTA3VDA5OjIxOjUwLTA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTA3VDA5OjIxOjUwLTA1OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkYzQwYTU2OC02MGY1LTRhMzAtOGM2Yi1hNDNjMzc1Njc1NzciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowNTRiZTRlNS1lN2NkLTVhNGYtYmNiOS0xZTk2NDZjNDcwNjQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMzAyOWNkMC0xOTk2LTRhY2ItYWU5NS1mYjMwNjhmYjNiN2UiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQzMDI5Y2QwLTE5OTYtNGFjYi1hZTk1LWZiMzA2OGZiM2I3ZSIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNlQxNjowNTo0NC0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGM0MGE1NjgtNjBmNS00YTMwLThjNmItYTQzYzM3NTY3NTc3IiBzdEV2dDp3aGVuPSIyMDIyLTA2LTA3VDA5OjIxOjUwLTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56+WojAAAADElEQVQIW2PYfPQKAAR7Ak2l6GD5AAAAAElFTkSuQmCC'), url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGOWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuOWNjYzRkZTkzLCAyMDIyLzAzLzE0LTE0OjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMDYtMDZUMTY6MDU6NDQtMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTA2LTA3VDA5OjE3OjUyLTA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTA3VDA5OjE3OjUyLTA1OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjMDM0YjBlYS04Y2VmLTQwYjItODdiYi05MzM2MjlkNGQxYmYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MmVlZTYwYS04YmZlLTQyNDAtYTg0ZS01YmRmN2E4ZDRhNzYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplODc4YWVmMS1lMjAxLTQ2MzAtODg3MS02OTc2OWM2ZTgwM2IiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU4NzhhZWYxLWUyMDEtNDYzMC04ODcxLTY5NzY5YzZlODAzYiIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNlQxNjowNTo0NC0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzAzNGIwZWEtOGNlZi00MGIyLTg3YmItOTMzNjI5ZDRkMWJmIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTA3VDA5OjE3OjUyLTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4WnWldAAAADElEQVQIHWP4//8/AAX+Av6fyi0TAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 0 2px, 0 100%, 0% 2px;
    background-position: top center, top center, bottom center;
    -webkit-animation: drawBorderFromCenter 3s;
    padding: 2px;
}
#screw-conveyor-console > div#default p {
    font-size: 2rem;
    color: var(--primary);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
#screw-conveyor-console h3 {
    margin-bottom: 14px;
}
#screw-conveyor-console a.primary-btn {
    background: var(--tertiary);
    margin-bottom: 16px;
}
#screw-conveyor-console a.primary-btn:last-child {
    margin-bottom: 0;
}
#screw-conveyor-console a.primary-btn:hover {
    background: var(--tertiaryalt);
}
#screw-conveyor-console > div > div img {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #ddd;
}
.row.interactive_diagram:before,
#acf6a4cfd661905d:before {
    border-top: none !important;
}
/* ==========================================================================
   Responsive Interactive Diagram
   ========================================================================== */
@media only screen and (max-width: 830px) {
    .interactive_diagram .col-8, .interactive_diagram .col-4 {
        flex-basis:50%;
    }
}
@media only screen and (max-width: 768px) {
    #screw-conveyor-mobile-dropdown {
        display:block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #scp-mobile-select {
        margin-top: 15px;
    }
    .interactive_diagram > .row-inner {
        flex-wrap: wrap;
    }
    .interactive_diagram .col-8, .interactive_diagram .col-4 {
        flex-basis: 100%;
        margin-left: 0;
    }
}
@-webkit-keyframes drawBorderFromCenter {
    0% {
        background-size: 0 2px, 0 0, 100% 100%;
        opacity: 0;
        top: 80px;
    }
    20% {
        background-size: 100% 2px, 100% 0, 100% 100%;
    }
    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }
    99% {
        background-size: 100% 2px, 100% 98%, 0 2px;
        opacity: 1;
        top: 0;
    }
}
/* ==========================================================================
   Home Resources
   ========================================================================== */
.home .row.page-title {
    display: none !important;
}
.home-resources .post-block-inner {
    flex-direction: column;
}
.home-resources .post-block-inner .post-summary {
    padding-top: 20px;
    width: 100%;
    color: var(--scp-white-grey);
}
.home-resources .post-block-inner h3 {
    font-size: 18px;
}
.home-resources .post-block-inner .post-content {
    font-size: 18px;
}
.home-resources button.slick-next.slick-arrow {
    right: -60px;
}
.home-resources button.slick-arrow svg {
    color: #00639e;
    opacity: 0.6;
    transition: all 400ms;
}
.home-resources button.slick-prev.slick-arrow {
    left: -60px;
}
.home-resources button.slick-arrow:hover svg {
    opacity: 1;
}
.home-resources .resource-icons .list-items > div {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
.home-resources .resource-icons .list-items > div img {
    width: 80px;
}
.home-resources .resource-icons .list-items > div p {
    font-size: 16px;
}
.home-resources .slick-track {
    display: flex;
    position: relative;
}
.home-resources .slick-track .post-block {
    height: auto;
}
.home-resources .post-block img {
    float: none;
    padding: 0;
    display: block;
    border: solid 1px var(--scp-aqua);
}
.home-resources .post-block picture {
    width: 100%;
}
.home-resources .post-content a {
    text-decoration: none;
    color: var(--scp-grey);
}
.home-resources .post-block-inner h3 a {
    text-decoration: none;
    color: var(--scp-grey);
}
.home-resources .posts-wrap {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}
.row.home-resources .row-inner {
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.home-resources .list-items {
    margin-top: 30px;
    left: -10px;
    width: calc(100% + 20px);
}
.post-block {
    padding: 20px;
}
.post-block img {
    float: left;
    padding: 0 32px 0 0;
    margin: 0 !important;
    width: 100%;
}
.post-block-inner {
    display: flex;
    padding:32px;
    box-sizing: border-box;
    background: var(--scp-dark-blue);
    border: solid 1px var(--scp-white-grey);
    align-items:center;
}
.post-summary {
    width: 70%;
}
.post-summary h3 {
    margin-bottom: 16px;
}
/* ==========================================================================
   Resources Pages
   ========================================================================== */
.post-type-archive-articles .site-inner,
.post-type-archive-catalogs .site-inner,
.post-type-archive-videos .site-inner,
.post-type-archive-drawings .site-inner,
.articles-template-default .site-inner,
.catalogs-template-default .site-inner,
.videos-template-default .site-inner,
.drawings-template-default .site-inner {
    display: flex;
    flex-direction: column;
}
/* ==========================================================================
   FAQ Page
   ========================================================================== */
.accordion .acc-item {
    background: var(--scp-white-grey);
}
.accordion .acc-item > h2 {
    background: var(--primary);
    color: var(--scp-white-grey) !important;
    padding-left: 20px;
    padding-right: 20px;
}
.accordion .acc-item > h2 svg {
    fill: var(--scp-white-grey) !important;
    margin-right: 20px;
}
.accordion .acc-item-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.site-inner .row.scp-parts-resources:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title)::before {
    content: none;
}
.scp-btn-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
    .resources-wrap,
    .suggested-products-wrap ul {
        flex-direction: column;
        align-items: center;
    }
    .suggested-products-wrap ul {
        padding-left: 0px !important;
    }
    .suggested-products-wrap ul li {
        width: 100% !important;
    }
    .resources-card {
        width: 100%;
    }
    .resources-wrap .resources-card {
        width: 100% !important;
    }
}
/* =========================================================
   TranslatePress Language Switcher Dropdown
   ========================================================= */
#menu-item-18921 {
    position: relative !important;
    z-index: 10002 !important;
    overflow: visible !important;
}
#menu-item-18921 > ul.sub-menu {
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    display: none;
    width: max-content !important;
    min-width: 136px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    z-index: 10003 !important;
}
#menu-item-18921:hover > ul.sub-menu {
    display: block !important;
}
#menu-item-18920 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#menu-item-18920 > a {
    display: block !important;
    width: 100% !important;
    padding: 8px 15px !important;
    white-space: nowrap !important;
    background: var(--scp-aqua) !important;
    color: var(--scp-white-grey) !important;
    text-align: left;
}
.mobile-cart,
.mobile-quote,
.lang-switch {
    display: none !important;
}
@media only screen and (max-width: 959px) {
    .mobile-cart,
    .mobile-quote,
    .lang-switch {
        display: block !important;
    }
}
/* =========================================================
   TOP BAR - preserve existing sticky behavior after adding
   Translate Press Language switcher
   ========================================================= */
#top-bar {
    overflow: visible !important;
    z-index: 10000 !important;
}
#top-bar .row-inner {
    position: relative !important;
    overflow: visible !important;
    z-index: 10000 !important;
}
#top-bar .top-menu {
    position: relative !important;
    overflow: visible !important;
    z-index: 10001 !important;
}
#top-bar .menu-top-bar-menu-container {
    position: relative !important;
    overflow: visible !important;
    z-index: 10001 !important;
}
#top-bar #menu-top-bar-menu {
    position: relative !important;
    overflow: visible !important;
    z-index: 10001 !important;
}
/* =========================================================
   TOP BAR - keep sticky on mobile
   ========================================================= */
@media only screen and (max-width: 959px) {
    #top-bar {
        position: sticky !important;
        top: 0 !important;
        z-index: 10000 !important;
        overflow: visible !important;
    }
    #top-bar .row-inner,
    #top-bar .top-menu,
    #top-bar .menu-top-bar-menu-container,
    #top-bar #menu-top-bar-menu {
        overflow: visible !important;
    }
}
html[lang^="es-MX"] body.woocommerce-account td.product-cart a.add_to_cart_button {
    white-space: normal !important;
    text-wrap: wrap !important;
}
.mcmaster-table {
    background: var(--scp-dark-blue);
    color: var(--scp-white-grey);
}
.cart-item-count {
    background: var(--scp-aqua);
    color: var(--scp-white-grey);
    margin-left: 5px;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-left: 5px;
    font-weight: 700;
}
.single-articles h3.resource-cat-ddl,
.single-catalogs h3.resource-cat-ddl,
.single-videos h3.resource-cat-ddl,
.single-drawings h3.resource-cat-ddl,
.single-articles .facetwp-facet.facetwp-facet-resource_category.facetwp-type-dropdown,
.single-catalogs .facetwp-facet.facetwp-facet-resource_category.facetwp-type-dropdown,
.single-videos .facetwp-facet.facetwp-facet-resource_category.facetwp-type-dropdown,
.single-drawings .facetwp-facet.facetwp-facet-resource_category.facetwp-type-dropdown {
    display: none !important;
}
div#hero {
    background-position: center !important;
}
#acfacf6a74825468b21,
#acfacf6a74825487c91,
#acfacf6a7483aba44c9,
#acfacf6a7483abc0a91 {
    background: var(--scp-aqua);
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 959px) {
    .nav-primary.genesis-responsive-menu {
        max-height: calc(100vh - 80px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .content ol li {
        word-wrap: normal;
    }
}
table.article-table tr {
    border-top: 1px solid #bbbbbb;
}
/* Advanced Woo Search Bar */
@media (max-width: 768px) {
    #scp-search {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
    #scp-search {
        width: 30% !important;
        margin-right: 35px !important;
    }
}
#scp-search {
    display: inline-block;
    width: 20% !important;
    margin-right: 25px;
    height: 34px;
}
.aws-container .aws-search-form .aws-form-btn {
    height: 33px !important;
}
form.search-form,
form.aws-search-form {
    display: flex;
    height: 34px;
}
form.search-form input.search-form-input, form.aws-search-form input.aws-search-field {
    background-color: #fff !important;
}
.aws-container .aws-search-form .aws-search-clear {
    height: 34px !important;
}
form.search-form input.search-form-input,
form.aws-search-form input.aws-search-field {
    font-size: 14px;
    padding: 4px 20px;
    height: 34px;
    border: 0;
    color:#002748;
    border-radius: 0;
    box-sizing: border-box;
    border-bottom: solid 1px #18629e;
    background: #c7e6ff;
}
form.search-form input.search-form-submit {
    padding: 4px 30px;
    border-radius: 0;
    font-size: 14px;
    height: 34px;
    background: #064c85 url(/wp-content/uploads/magnifying-glass-regular.svg) center no-repeat;
    background-size: 16px;
    font-size: 0;
    cursor: pointer;
    transition: all 300ms;
}
.aws-container .aws-search-form {
    position: relative;
    width: 100%;
    float: none!important;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    align-items: stretch;
    height: 44px
}
.aws-container .aws-search-form *,.aws-search-result {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    border-radius: 0!important
}
.aws-container .aws-search-form .aws-loader,.aws-container .aws-search-form .aws-loader:after {
    border-radius: 50%!important;
    width: 20px;
    height: 20px
}
.aws-container .aws-search-form .aws-wrapper {
    flex-grow: 1;
    position: relative;
    vertical-align: top;
    padding: 0;
    width: 100%;
    overflow: hidden
}
.aws-container .aws-search-form .aws-loader {
    position: absolute;
    display: none;
    right: 10px;
    top: 50%;
    z-index: 999;
    margin: -10px 0 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555
}
.aws-container .aws-search-form.aws-processing .aws-loader {
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .7s infinite linear;
    animation: load8 .7s infinite linear
}
.aws-container .aws-search-label {
    position: absolute!important;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px)
}
.aws-container .aws-search-field {
    width: 100%;
    max-width: 100%;
    color: #313131;
    padding: 6px 15px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 100%;
    min-height: inherit;
    margin: 0!important;
    border: 1px solid #d8d8d8;
    outline: 0
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width:1024px) {
    .aws-container .aws-search-field {
        font-size:16px
    }
}
.aws-container .aws-search-field::-ms-clear {
    display: none;
    width: 0;
    height: 0
}
.aws-container .aws-search-field::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}
.aws-container .aws-search-field::-webkit-search-cancel-button,.aws-container .aws-search-field::-webkit-search-decoration,.aws-container .aws-search-field::-webkit-search-results-button,.aws-container .aws-search-field::-webkit-search-results-decoration {
    display: none
}
.aws-container .aws-search-field:focus {
    background-color: #fff
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 40px
}
.aws-container .aws-search-field:focus::-webkit-input-placeholder {
    color: transparent
}
.aws-container .aws-search-field:focus:-moz-placeholder {
    color: transparent
}
.aws-container .aws-search-field:focus::-moz-placeholder {
    color: transparent
}
.aws-container .aws-search-field:focus:-ms-input-placeholder {
    color: transparent
}
.aws-container .aws-search-form .aws-search-clear {
    display: none!important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    color: #757575;
    height: 100%;
    width: 38px;
    padding: 0 0 0 10px;
    text-align: left
}
.aws-container .aws-search-form .aws-search-clear span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    margin-top: -12px
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
    display: block!important
}
.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear {
    display: none!important
}
.aws-container .aws-search-form .aws-search-btn {
    padding: 0;
    line-height: 10px;
    width: 42px
}
.aws-container .aws-search-form .aws-search-btn_icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 42px;
    color: #555
}
.aws-container .aws-search-form .aws-search-btn svg {
    display: block;
    height: 100%;
    width: 100%
}
.aws-container[data-show-page=false] .aws-search-form .aws-search-btn:hover {
    background: #ededed;
    cursor: default
}
.aws-container .aws-search-form .aws-form-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #ededed;
    border: 1px solid #d8d8d8;
    margin: 0 0 0-1px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background: #dcdcdc
}
.aws-container .aws-search-form .aws-form-btn:active {
    background: #d8d8d8
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper {
    -webkit-order: 2;
    order: 2
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn {
    margin: 0-1px 0 0
}
.aws-search-result {
    position: absolute;
    z-index: 999999999;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: left;
    line-height: 16px
}
.aws-search-result .aws_result_scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden
}
.aws-search-result .aws_result_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ededed
}
.aws-search-result .aws_result_scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #ededed
}
.aws-search-result .aws_result_scroll::-webkit-scrollbar-thumb {
    background-color: #d8d8d8
}
.aws-search-result .aws_results {
    list-style: none;
    padding: 0
}
.aws-search-result.aws_no_result .aws_results {
    margin-bottom: 0!important
}
.aws-search-result .aws_result_link {
    display: block;
    cursor: pointer;
    padding: 10px 8px;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    border: 0
}
.aws-search-result .aws_top_text {
    width: 100%;
    padding: 10px 8px;
    border-bottom: 1px solid #ccc
}
.aws-search-result .aws_result_item.hovered,.aws-search-result .aws_result_item:hover,.aws-search-result .aws_search_more a:hover {
    background: #f5f5f5
}
.aws-search-result .aws_results .aws_result_item {
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0!important;
    position: relative;
    cursor: pointer;
    padding: 15px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.aws-search-result .aws_result_item .aws_result_link_top {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    outline: 0;
    text-decoration: none
}
.aws-search-result .aws_result_item [data-link],.aws-search-result .aws_result_item a,.aws-search-result .aws_result_item button,.aws-search-result .aws_result_item span[href] {
    position: relative;
    z-index: 2
}
.aws-search-result .aws_result_content {
    overflow: hidden;
    display: block
}
.aws-search-result .aws_result_head {
    position: relative;
    display: flex;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    flex-wrap: nowrap;
    color: var(--scp-dark-blue);
    justify-content: space-between
}
.aws-search-result .woocommerce-Price-amount.amount bdi,
.aws-search-result .woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    color: var(--scp-dark-blue);
}
.aws-search-result .aws_result_cat .aws_result_head,.aws-search-result .aws_result_tag .aws_result_head,.aws-search-result .aws_result_tax .aws_result_head,.aws-search-result .aws_result_top_custom_item .aws_result_head {
    margin-bottom: 2px
}
.aws-search-result .aws_result_tax .aws_result_head,.aws-search-result .aws_result_top_custom_item .aws_result_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}
.aws-search-result .aws_result_tax .aws_result_head img,.aws-search-result .aws_result_top_custom_item .aws_result_head img {
    width: 16px;
    height: auto
}
.aws-search-result .aws_result_title {
    display: block;
    padding: 0 20px 0 0
}
.aws-search-result .aws_result_head .aws_result_heading,.aws-search-result .aws_result_top_custom_item .aws_result_head .aws_result_heading {
    display: block;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 3px
}
.aws-search-result .aws_result_head .aws_result_hierarchy,.aws-search-result .aws_result_top_custom_item .aws_result_head .aws_result_hierarchy {
    display: block;
    color: #aaa;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    padding-top: 2px
}
.aws-search-result .aws_result_featured {
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
    left: 3px
}
.aws-search-result .aws_result_featured svg {
    width: 13px;
    height: 13px;
    fill: #fa0;
    vertical-align: bottom
}
.aws-search-result .aws_result_sku,.aws-search-result .aws_result_stock {
    display: block;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 5px;
    color: #7ad03a
}
.aws-search-result .aws_result_stock.out {
    color: #a44
}
.aws-search-result .aws_result_sku {
    margin-top: 3px;
    color: #222
}
.aws-search-result .aws_result_cat .aws_result_title,.aws-search-result .aws_result_tag .aws_result_title,.aws-search-result .aws_result_top_custom_item .aws_result_title {
    margin-bottom: 2px
}
.aws-search-result .aws_result_excerpt {
    display: block;
    color: #313131;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400
}
.aws-search-result .aws_result_price {
    display: block;
    flex-shrink: 0;
    padding: 0;
    text-align: right
}
.aws_result_item.on-sale .aws_result_price {
    padding: 0 25px 0 0
}
.aws-search-result .aws_result_price del {
    background: 0 0;
    padding: 0 0 0 6px;
    opacity: .8;
    text-decoration: line-through!important
}
.aws-search-result .aws_result_price ins {
    background: 0 0;
    padding: 0 0 0 6px;
    opacity: 1
}
.aws-search-result .aws_result_cats {
    display: block;
    float: left;
    margin: 0 20px 0 0
}
.aws-search-result .aws_result_term {
    display: block;
    color: #aaa;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 7px
}
.aws-search-result .aws_result_image {
    display: block;
    height: 100%;
    float: left;
    padding: 0 15px 0 0
}
.aws-search-result .aws_result_image img {
    width: 60px;
    height: auto;
    box-shadow: none
}
.aws-search-result.aws_no_result .aws_results .aws_result_item:not(.aws_result_top_custom_item) {
    line-height: 1.5;
    padding: 10px 15px;
    cursor: default;
    border-bottom: 0
}
.aws-search-result.aws_no_result .aws_results .aws_result_item:not(.aws_result_top_custom_item):hover {
    background: inherit;
    color: inherit
}
.aws-search-result .aws_result_sale {
    display: block;
    height: 42px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px
}
.aws-search-result .aws_onsale {
    background: #77a464 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -22px;
    text-align: center;
    top: 8px;
    transform: rotate(45deg);
    width: 77px
}
.aws-search-result .aws_no_result {
    line-height: 1.5;
    padding: 10px 6px;
    cursor: auto
}
.aws-search-result .aws_search_more {
    line-height: 24px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #21759b
}
.aws-search-result .aws_terms_suggestions {
    line-height: 1.7
}
.aws-search-result .aws_term_suggestion {
    color: #222;
    vertical-align: middle
}
.aws-search-result a.aws_term_suggestion {
    color: #222;
    background: #ededed;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 5px
}
.aws-search-result a.aws_term_suggestion:hover {
    background-color: #dad8da
}
.trp-language-switcher-container.menu-item-has-children > a .trp-menu-ls-label::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    vertical-align: middle;
}
.genesis-nav-menu>li>a {
    color: var(--scp-dark-blue) !important;
}
@media only screen and (min-width: 450px) and (max-width: 959px) {
    .wp-custom-logo .title-area {
        max-width: 300px !important;
    }
    .fixed-nav.wp-custom-logo .site-container div.title-area {
        max-width: 250px !important;
    }
}
@media only screen and (min-width: 960px) and (max-width: 999px) {
    .wp-custom-logo .title-area {
        max-width: 250px !important;
    }
    .fixed-nav.wp-custom-logo .site-container div.title-area {
        max-width: 250px !important;
    }
}
@media only screen and (min-width: 1000px) {
    .wp-custom-logo .title-area {
        max-width: 300px !important;
    }
    .fixed-nav.wp-custom-logo .site-container div.title-area {
        max-width: 250px !important;
    }
}
@media only screen and (min-width: 959px) and (max-width: 1183px) {
    .genesis-nav-menu > li > a,
    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1101px) and (max-width: 1166px) {
    #top-bar {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}