<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------| Bundle Product Fixes |------------------------------------ */
body.single-product .product-type-bundle .woocommerce-Price-amount.amount {
    font-size: 36px;
    line-height: 1;
    color: #000;
    text-decoration-line: none !important;
}

body.single-product .product-type-bundle .price {
    color: #ff0000 !important;
}

body.single-product .product-type-bundle .price ins {
    text-decoration: none;
}

body.single-product .product-type-bundle .bundle_form .woocommerce-Price-amount.amount,
body.single-product .product-type-bundle .bundle_form .woocommerce-Price-amount.amount span {
    font-size: 20px;
    color: #b19515;
}

body.single-product .bundle_form .woocommerce-variation-price {
    float: left;
}

body.single-product .product-type-bundle .bundle_form .price {
    color: #b19515 !important;
}

body.single-product .product-type-bundle .price {
    color: #000 !important;
}

body.single-product .cart.bundle_data {
    clear: both;
}

body.single-product .cart.bundle_data .bundle_price {
    display: none !important;
}

/* ------------------------------------| MISC |------------------------------------ */
@media only screen and (max-width : 767px) {
    #slideshow.marketing-carousel .carousel-caption {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        z-index: 2;
    }

    #slideshow .item .carousel-caption .slide-wrapper .slide-content h1,
    #slideshow .item .carousel-caption .slide-wrapper .slide-content h2 {
        font-size: 20px;
    }

    #slideshow .item {
        position: relative;
    }
}

.single-product div.product form.cart table.variations {
    width: 100%;
}

.bundled_product_excerpt {
    display: none;
}

/* mystery box price fix */
.product_tag-mystery-box .price del {
    display: none !important;
}

ul[id^="select2-brands"] li {
    font-size: 15px !important;
}

/* fix slideshow on mobile */
div#slideshow .item.next.left,
div#slideshow .item.prev.right {
    position: absolute !important;
}

ul[id^="select2-brands"] li {
    font-size: 15px !important;
}

p {
    color: inherit;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .gallery-video::before {
    pointer-events: none;
}


/* New Footer Newsletter Form */


footer #footer-newsletter-form .hs-form,
footer #footer-newsletter-form .hbspt-form form {
    background-color: transparent;
    margin: 0 auto;
    padding: 0 0 10px 0 !important;
}

#footer-newsletter-form .hs-form select, #footer-newsletter-form .hs-form select.hs-input, #footer-newsletter-form .hs-form input.hs-input[type="email"] {
    height: auto;
}

footer #footer-newsletter-form .hbspt-form form &gt; div{
    margin-right: 10px;
}


footer #footer-newsletter-form .hs-form .hs-richtext,
footer #footer-newsletter-form .hbspt-form .hs-richtext {
    display: none;
}

footer #footer-newsletter-form .hs-form p,
footer #footer-newsletter-form .hbspt-form form p {
    color: white;
    display: inline-block;
    width: 91%;
    text-indent: 0;
}

footer #footer-newsletter-form .hs-form label,
footer #footer-newsletter-form .hbspt-form form label {
    color: #979797;
    text-indent: 10px;
    margin-bottom: 8px;

}

footer .footer-newsletter-wrapper .footer-newsletter .title {
    text-align: center;
    width: 100%;
}

footer #footer-newsletter-form .hs-form .actions,
footer #footer-newsletter-form .hbspt-form form .actions {
    margin: 0;
    padding: 0;
}


footer .address p {
    color: white;
}

footer #footer-newsletter-form form{
    margin-top: 15px;
}

footer #footer-newsletter-form .hs-form input[type="checkbox"],
footer #footer-newsletter-form .hbspt-form form input[type="checkbox"] {
    vertical-align: top;
    margin: 0;
    margin-top: 12px;
    margin-right: 0;
}

footer #footer-newsletter-form .hs-form .hs-form-booleancheckbox-display span span,
footer #footer-newsletter-form .hbspt-form form .hs-form-booleancheckbox-display span span {
    margin-top: 9px;
    display: inline-block;
    text-indent: 13px;
}

footer #footer-newsletter-form .hs-form,
footer #footer-newsletter-form .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
}

footer #footer-newsletter-form .hs-form input[type=submit].hs-button.primary,
footer #footer-newsletter-form .hbspt-form form input[type=submit].hs-button.primary {
    margin: 0 !important;
    margin-top: 28px !important;
}

footer #footer-newsletter-form .hs-form input{
    margin-right: 10px !important;
}

footer #footer-newsletter-form .hs-form .legal-consent-container,
footer #footer-newsletter-form .hbspt-form form .legal-consent-container {
    order: 3;
    width: 100%;
}


footer #footer-newsletter-form .hs-form .hs_email,
footer #footer-newsletter-form .hbspt-form .hs_email {
    margin-bottom: 0 !important;
}

footer #footer-newsletter-form .hs-form&gt;div:not(.hs_submit),
footer #footer-newsletter-form .hbspt-form form&gt;div:not(.hs_submit) {
    flex-grow: 1;
}

footer #footer-newsletter-form .hs-form .submitted-message,
footer #footer-newsletter-form .hbspt-form .submitted-message {
    color: #fff !important;
}


/* GE INLINE RATINGS */
.product .bv_stars_svg_no_wrap.bv_hover {
    -webkit-filter: drop-shadow(-5px -5px 5px #000);
    filter: drop-shadow(0.5px .5px 0.5px #000);
}

.product .bv_averageRating_component_container,
.product .bv_numReviews_component_container {
    padding-bottom: 4px !important;
}

/* Wholesale Fixes */
/* Registration Form */
#wwlc-login-form,
#wwlc-registration-form {
    background: #F8F8F8;
    padding: 45px 40px;
    width: 48%;
    display: inline-block;
}

#wwlc-login-form label,
#wwlc-registration-form label {
    display: block;
}

#wwlc-registration-form abbr {
    border: none !important;
    text-decoration: none;
    color: red;
}

#wwlc-login-form input[type="text"],
#wwlc-registration-form input[type="text"],
#wwlc-login-form input[type="password"],
#wwlc-registration-form input[type="password"],
#wwlc-registration-form input[type="tel"],
#wwlc-registration-form input[type="email"] {
    width: 100%;
}

#wwlc-login-form .login-submit input,
#wwlc-registration-form .register-button-container input {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    height: auto;
}

#wwlc-login-form .login-submit input:hover,
#wwlc-registration-form .register-button-container input:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

#wwlc-login-form .register_link {
    margin-right: 10px;
}

.form-controls-section a {
    display: inline-block;
    background: none;
    border: none;
    width: auto;
    margin-right: 10px;
    color: #b7251b;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

/* Wholesale customer */
.wholesale_customer .price del.original-computed-price {
    display: none !important;
}

.wholesale_customer .price span {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.wholesale_customer .price .wholesale_price_title,
.wholesale_customer .price .wholesale_price_minimum_order_quantity,
.wholesale_customer .price .wholesale_price_order_quantity_step {
    color: black;
}

.wholesale_customer .banner-callout,
.wholesale_customer .product-notes,
.wholesale_customer .product-callout,
.wholesale_customer .share-wrapper {
    display: none !important;
}

.wholesale_price_container::after {
    display: inline-block;
    content: "/ Case";
    color: #000;
}

#product-18975 .wholesale_price_container::after,
li.post-18975 .wholesale_price_container::after {
    content: "/ Unit";
}

.woocommerce .cart button.button {
    background-color: #b7251b !important;
    border: none;
    border-radius: 0;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    /*height: 52px !important;*/
}

.woocommerce td .coupon input#coupon_code {
    line-height: 1 !important;
}

.woocommerce button.button {
    background-color: #b7251b !important;
    color: #fff !important;
}

.woocommerce button.button#place_order {
    background-color: #b7251b !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-family: "canada-type-gibson", Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: #fff !important;
    letter-spacing: .100em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 15px;
    padding: 17px 25px;
}

/* Locator Updates */
#oms-locator-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    background-color: #F8F8F8;
}

#oms-locator-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #C50000 !important;
}

#oms-locator-map .store-products {
    display: none !important;
}

#oms-locator-map .oms-locator-result-name {
    font-weight: bold;
}

#oms-locator-map .oms-locator-result-line {
    line-height: 16px;
}

#oms-locator-results-list .oms-locator-result-name {
    color: #8C8C8C;
    font-weight: bold;
    text-decoration: underline;
}

#oms-locator-results-list .oms-locator-results-list-result {
    position: relative;
}

#oms-locator-results-list .result-distance {
    position: absolute;
    top: 50px;
    right: 20px;
    color: #000;
}

@media screen and (min-width: 991px) {
    #oms-locator-results-list .result-distance {
        top: 57px;
    }
}

/* MVB - Carrers Job board CSS Fixes 02/25/19 */
.no-job-listing {
    text-indent: -9999px;
    line-height: 0;
    margin-bottom: 45px;
}

.no-job-listing:after {
    text-indent: 0;
    content: 'We currently do not have any open positions. If you would like to join the Gold Eagle team, please send us your resume using the link above.';
    display: block;
    line-height: initial;
}

.woocommerce-page .woocommerce-message .button {
    padding: 17px 25px;
    margin-left: 5px;
}

.woocommerce-page ol.flex-control-nav.flex-control-thumbs li.video-thumb {
    position: relative;
}

.woocommerce-page ol.flex-control-nav.flex-control-thumbs li.video-thumb:after {
    pointer-events: none;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background: rgba(0, 0, 0, 0.55) url(../images/pageblock-play.png) no-repeat center center;
    background-size: 25%;
}

.woocommerce-page ol.flex-control-nav.flex-control-thumbs li.video-thumb:hover:after,
.woocommerce-page ol.flex-control-nav.flex-control-thumbs li.video-thumb.active:after {
    opacity: 1;
}

.blogDisclaimer {
    font-size: 0.8rem;
    color: #696969;
    font-style: italic;
    margin: 0 0 2rem;
}

.woocommerce-page .woocommerce-cart-form__cart-item .product-price,
.woocommerce-page .woocommerce-cart-form__cart-item .product-subtotal,
.woocommerce-page .woocommerce-cart-form__cart-item .product-quantity,
.woocommerce-page .shop_table_responsive .product-price,
.woocommerce-page .shop_table_responsive .product-quantity,
.woocommerce-page .shop_table_responsive .product-subtotal {
    text-align: center;
}

/* Video icon update */
.woocommerce div.product div.images .woocommerce-product-gallery__image .image-overlay-bar {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(9, 9, 121, 0) 0%, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0) 100%);

}

.woocommerce div.product div.images .woocommerce-product-gallery__image .image-overlay-logo {
    float: left;
    padding-left: 15px;
    margin-right: 40px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image .image-overlay-logo img {
    height: 84px;
    width: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image .overlay-text {
    color: white;
    text-align: center;
    display: block;
    font-size: 28px;
}

.woocommerce-page ol.flex-control-nav.flex-control-thumbs li.video-thumb:after {
    background-color: transparent !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .gallery-video::after {
    display: none;
}

.flp-logo {
    display: block;
    max-height: 90px;
    margin: 0 auto;
}

.page-template-marketing #slideshow .item .slide-image:before {
    display: none;
}

.page-template-marketing #slideshow .item .image-overlay {
    background: rgba(0, 0, 0, 1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}


#footer-newsletter-form .submitted-message {
    color: #fff !important;
    width: 100% !important;
    padding-top: 2px !important;
}

.carbonite-dashboard {
	height: 127px;
	width: 250px;
	margin: 0 auto;
	padding-top: 10px;
	background: transparent url(/wp-content/plugins/t-countdown/css/carbonite/images/bg_countdown.png) 0 0 no-repeat !important;
}

.page-template-marketing-php header{
    padding: 0 !important;
}


.page-template-marketing-php footer .marketing-social ul{
    display: flex;
    padding:0;
    justify-content: center;
    gap: 45px;
}

.page-template-marketing-php footer .marketing-social ul li{
    list-style: none;
    margin: 0;
}

.page-template-marketing-php footer .marketing-social ul li a{
    color: #fff;
    font-size: 24px;
}

.page-template-marketing-php footer .marketing-social ul li a i{
    font-size: 36px;
    margin-right: 10px;
    display: inline-block;
}

.page-template-marketing-php footer .marketing-social{
    padding-top: 75px;
}

footer.marketing{
    margin-top: 0px;
}

.page-template-marketing-php #page_blocks{
    margin-bottom: 0px;
}


.woocommerce .woocommerce-breadcrumb a{
    border-bottom: 2px solid #B7251B;
}



#top-nav #searchform-desktop .form-group .input-group-btn .closeBtn{
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        margin: 0 0 0 10px;;
}

#top-nav #searchform-desktop .form-group {
    display: flex;
    flex-wrap: nowrap;
}

#top-nav #searchform-desktop .form-group label {
    display: block;
    flex: 1;
    flex-basis: max-content;
}


#slideshow.gallery-carousel .item:before{
    display: none;
}

#slideshow.gallery-carousel .carousel-indicators li{
    border: 1px solid black;
}

#slideshow.gallery-carousel .carousel-control{
    display: block !important;
}


.block.products .block-product .shop-now{
        margin-top: 8px;
        display: block;
        font-style: italic;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.86667;
        color: #b7251b;
}

.block.products .block-product .shop-now:after{
        content: '\00A0\f0da';
        font-family: "FontAwesome", sans-serif;
        font-style: normal;
}

.block.products .block-product .woocommerce-loop-product__title{
font-family: "canada-type-gibson",
Arial,
Verdana,
sans-serif;
font-weight: 600;
font-size: 23px;
line-height: 1.3913;
color: #000;
}

#faqs .collapse-heading button{
    font-size: 20px;
    line-height: 36px;
    font-family: "canada-type-gibson",
    Arial,
    Verdana,
    sans-serif;
    font-weight: 600;
    color: #000;
    position: relative;
    display: block;
    padding-right: 35px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: left;
}

#faqs .collapse-heading button.collapsed::after{
    content:'\f055';
}

#faqs .collapse-heading button::after{
    content: '\f056';
    font-family: "FontAwesome", sans-serif;
    color: #B7251B;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.gallery-carousel .item img{
    width: 100%;
}

.gallery-carousel .carousel-control span{
            display: block;
            top: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
}
.gallery-carousel .carousel-control span::before{
    font-size: 100px;
}


#top-nav #searchform-desktop .form-group input[name="s"] {
    width: 100%;
    border: 1px solid #881911;
    border-radius: 0;
    width: 100%;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-indent: 8px;
    background: none;
    box-shadow: none;
}
input.form-control.default.ui-autocomplete-input::placeholder{
    color: #fff;
}

.page-id-272593 .item-272230 .block a,
.page-id-272593 .item-272221 .block a{
    position: relative;
}

.page-id-272593 .item-272230 .new-window-icon{
    position: absolute;
    top: 28%;
    right: 2%;
}

.page-id-272593 .item-272230 .block:last-of-type .new-window-icon{
    color: #fff;
}




.page-id-272593 .item-272221 .block .new-window-icon{

    position:absolute;
    top: 0;
    right: 35%;

}


.page-template-marketing .marketing .marketing-social ul li a{
    font-size: 20px
}
.page-template-marketing .marketing .marketing-social ul li a .new-window-icon{
    font-size: 20px;
}



footer .footer-wrapper .menu li a{
    word-break: break-all;
}
.embed-responsive iframe {
    display: block !important;
}</pre></body></html>