<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

/* Root Styles
-------------------------------------------------------------------------------------*/
:root {
    --primary: #ffd656;
    --accent: #dfa900;
    --dark: #353535;
    --fontRoboto: 'Roboto', sans-serif;
}

/* Core CSS Changes
-------------------------------------------------------------------------------------*/
/* Primary Color */
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i {
    box-shadow: none;
}

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::after,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::after {
    background: var(--primary);
}

.checkoutHeaderBG,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    border-color: var(--primary);
}

/* Accent Color */
a, a:hover {
    color: var(--accent);
}

.dropdown .dropdown-menu .util-sub-register a, #checkoutContainer a:not(.ui-tabs-anchor),
.COMProdPrice, #ProductDiscount, .openAccountDiv #openAccountHeader h3 a,
.modalPage a, .modal-addcart .modal-title, .modal-addcart .bootCart-details .bootCart-name,
.btn-link, .btn-link:hover, #subBar a:hover,
.modal-addcart .bootCart-info .bootCart-count {
    color: var(--accent) !important;
}

.checkoutrequired {
    color: red;
}

@media (min-width: 576px) {
    .dropdown-item.active a, .dropdown-item:active a {
        color: var(--primary) !important;
    }
}

.announcement-bar, #back-to-top, .orderSummaryTitle, .COMProdButton, .dropdown .dropdown-menu .util-sub-signin a,
.st-account-manager .nav-pills .nav-link.active,
#SearchFormMobile .ui-widgetTN, .app-menu-burger .app-menu-line, .list-group .list-group-item.active,
.list-group div[id^="SubCats"] .list-group-item.active {
    background-color: var(--accent) !important;
}

.btn.btn-secondary, .btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover {
    background-color: var(--dark) !important;
}

.st-account-manager .account-manager-content,
.list-group .list-group-item.active, .list-group div[id^="SubCats"] .list-group-item.active,
.ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox,
.dropdown .dropdown-menu .util-sub-signin a, .dropdown .dropdown-menu .util-sub-register a {
    border-color: var(--accent) !important;
}

.btn.btn-secondary, .btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: var(--dark) !important;
}

/* General
---------------------------------------------------------------------- */
body {
    font-family: var(--fontRoboto);
    /*'Montserrat', sans-serif;*/
}

body&gt;.container {
    background-color: #fff;
}

.st-account-manager {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.nav-side-wrap .nav-side-logo::after {
    background-color: #eee;
}

.template-info-bubble {
    background-color: var(--accent);
    color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.super-user-bar {
    background: var(--dark);
}

/* Elements
---------------------------------------------------------------------- */
#back-to-top.show {
    opacity: 0.5;
}

#back-to-top.show:hover {
    opacity: 1;
}

/* Sub Bar
---------------------------------------------------------------------- */
.nav-ui-contacts {
    justify-content: flex-end !important;
    width: 100%;
}

/* Main Menu
---------------------------------------------------------------------- */
.mobile #mainMenu .navbar-toggler {
    background-color: var(--dark);
    color: #fff !important;
}

#mainMenu {
    background-color: #333;
}

.desktop #mainMenuNav&gt;ul&gt;li&gt;a {
    color: #fff;
    font-weight: bold;
}

.desktop #mainMenuNav&gt;ul&gt;li.show&gt;a,
.desktop #mainMenuNav&gt;ul&gt;li:hover&gt;a {
    background-color: var(--primary);
    color: var(--dark);
}

#mainMenu .dropdown .dropdown-menu {
    background-color: #f5f5f5;
}

.mobile #mainMenu .dropdown .dropdown-menu {
    background-color: initial;
}

.dropdown-item a {
    text-decoration: none !important;
}

#mainMenu .dropdown-item a {
    color: #5d5d5d;
}

#mainMenu .dropdown-item:hover a {
    color: #e85e29;
}

/* Member Cards
---------------------------------------------------------------------- */
.memberCards {
    text-align: center;
    margin-top: 25px;
}

.memberCardRow {
    justify-content: center;
}

.memberCardContainer {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    margin-bottom: 25px;
    width: 100%;
    filter: drop-shadow(0 10px 0.5rem #CCC);
    background-color: #fefefe;
}

.memberCardContainer h2 {
    font-size: 1.5rem;
}

.memberCardContainer a {
    font-size: .85rem
}

.memberCardContainer a:hover {
    color: var(--dark);
}

.website {
    font-size: .85rem;
    font-weight: bold;
}

.memberCard {
    display: flex;
    align-items: stretch;

}

.memberCard img {
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 0.5rem #CCC);
    border: 3px solid var(--accent);
}

.memberCard h4 {
    font-size: 1rem;
}

/* Events Page
---------------------------------------------------------------------- */
.eventBlock {
    margin: 20px auto;
    padding: 0px 25px;
}

.eventBlock li {
    font-weight: 700;
    margin-bottom: 20px;
}

.eventBlock li ul li {
    font-weight: normal;
    margin-bottom: initial;
}

.speakers {
    padding: 0px;
    list-style: none;
    margin-top: 25px;
    margin-left: -40px;
}

.speakerRoasterInfo img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.speakerRoasterInfo h5 {
    font-size: 1.25rem;
}

.speakerRoasterInfo p {
    font-size: .85rem;
}

.speakerRoasterInfo a {}

.speakerRoasterInfo a:hover {
    color: var(--dark);
    text-decoration: none;
}

.explicitCallOut {
    background-color: var(--dark);
    border-radius: 20px;
    float: right;
    margin: 20px;
    padding: 15px;
    font-weight: 800;
    border: 2px solid var(--accent);
    text-align: center;
    filter: drop-shadow(0 10px 0.5rem #CCC);
}

.explicitCallOutBottom {
    background-color: var(--dark);
    border-radius: 20px;
    margin: 20px auto;
    font-weight: 800;
    padding: 15px;
    border: 2px solid var(--accent);
    width: 350px;
    text-align: center;
    filter: drop-shadow(0 10px 0.5rem #CCC);
}

.explicitCallOut a, .explicitCallOutBottom a {
    color: var(--accent);
}

.explicitCallOut a:hover, .explicitCallOutBottom a:hover {
    color: var(--primary);
}

.explicitCallOut {}

/* Featured Categories/Products
---------------------------------------------------------------------- */
.featured-name {
    font-weight: 500;
    font-size: 1.2rem;
}

.featured-details {
    display: flex;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.featured-price {
    color: #cc5629 !important;
    font-size: 1.2rem;
}

/* Homepage
---------------------------------------------------------------------- */
.homepage .row-content .content {
    padding-top: 0em;
    padding-bottom: 0em;
}

.featured-title {
    /*display: none;*/
}

.callouts {
    text-align: center;
}

.callouts a {
    display: inline-block;
}

.callouts a img {
    max-width: 100%;
    height: unset !important;
    border: 1px solid #eee;
    width: auto !important;
}

.callouts h2 {
    text-align: center;
    margin-top: 0;
}

.callouts h2 a {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}

/* Homepage Hero Slider 
---------------------- */
.homeslide .item {
    position: relative;
}

.homeslide .caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homeslide .caption-wrap a,
.homeslide .caption-wrap a:hover {
    color: #fff;
    text-decoration: none;
}

.homeslide .caption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.homeslide .homepage-subtitle {
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: .7rem;
}

.homeslide .slick-dots {
    bottom: 5px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media (min-width: 275px) {
    .homeslide .caption {
        font-size: 1.5rem;
        line-height: normal;
    }

    .homeslide .homepage-subtitle {
        font-size: .85rem;
    }
}

@media (min-width: 576px) {
    .homeslide .caption {
        font-size: 2.5rem;
    }

    .homeslide .homepage-subtitle {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .homeslide .caption {
        font-size: 4.5rem;
    }

    .homeslide .homepage-subtitle {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .homeslide .caption {
        font-size: 7rem;
    }

    .homeslide .homepage-subtitle {
        font-size: 1.4rem;
    }
}

/* Categories/Product List View
---------------------------------------------------------------------- */
body.mobile .hero-stage.fullscreen {
    min-height: 200px !important;
    max-height: 200px !important;
    height: 100% !important;
    opacity: 1;
}

body.mobile .hero-stage.fullscreen .categoryBanner {
    height: 100% !important;
}

.row-header.hero-stage.fullscreen {
    margin-top: 0 !important;
}

.breadcrumb-category {
    display: none;
}

.categoryHeader h1 {
    margin-bottom: 0;
}

#catprodBreadcrumb {
    margin-top: 0 !important;
}

.categoryBannerContent {
    align-items: center;
    justify-content: center;
    height: 350px;
}

.categoryBannerContent h3 {
    color: #fff;
    font-size: 4rem;
}

.categoryCell .categoryName {
    margin-top: 0.5rem;
}

.breadcrumb-category {
    display: none;
}

#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter ion-icon {
    color: var(--primary);
}

#customFiltersWrap.sidebar #customFilters&gt;.FilterItem {
    font-size: 1rem;
}

#customFilters {
    padding: 0 !important;
    border: 0 !important;
}

.filter-ui {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
}

.filter-ui a {
    width: 2.65rem;
    overflow: hidden;
    white-space: nowrap;
    color: transparent !important;
    border-radius: 0;
}

.filter-ui a i {
    color: #fff !important;
}

.prodCell .prodDetails .prodPartNo {
    text-align: left;
}

/* Product View
---------------------------------------------------------------------- */
.ProductTagCategory {
    position: absolute;
    left: 0;
    top: 0;
}

/* Contact Form
---------------------------------------------------------------------- */
.cfm-id-addressline2 .cfm-input {
    margin-top: 0 !important;
}

/* Footer
---------------------------------------------------------------------- */
.footer {
    background-color: #333;
    color: #fff;
    padding-bottom: 0;
}

.footer a {
    color: #fff;
}

.footer-copy {
    background-color: #333;
    color: #999;
    margin-top: 2rem;
    border-top: 1px solid #555
}

.footer-copy a {
    color: var(--accent);
}

#copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* @ @ @ Responsive Queries - Copy from below list
---------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    li.nav-item.nav-ui-brand {
        width: 100%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-ui-utils .navbar-brand {
        flex: 1 1 auto;
        text-align: center !important;
        margin: 5px 0 8px 0;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*NEW CODE*/
#shade {
    color: black;
    opacity: 70%;
}</pre></body></html>