<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#client-created-content-wrapper {
    background: -moz-linear-gradient(top, #ecedee 0%, #fafafa 100%) !important;
    background: -webkit-linear-gradient(top, #ecedee 0%, #fafafa 100%) !important;
    background: linear-gradient(to bottom, #ecedee 0%, #fafafa 100%) !important;
}

.framework-element-banner {
    width: 100%;
    height: 20px;
    background: #cecece url(http://localhost:51574/Images/bg-carousel-headline.png) repeat-x 0 0;
}

.image-gallery-outer-framework-element-wrapper, .image-gallery-framework-element-wrapper { z-index: 1; position: relative; }
#footer-wrapper, .framework-element-full-width, .carousel-framework-element-wrapper { position: relative; z-index: 1; }
.framework-element-full-width img { width: 100%; }

#client-created-content-wrapper .framework-element {
    background: #fff;
    padding: 10px 15px 0 15px;
    position: relative;
    z-index: 0;

    /*
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px !important;
    box-shadow: 0px 15px 0px 0px #fff,0px -15px 0px 0px #fff, 5px 0px 8px rgba(0, 0, 0, 0.117647),-5px 0px 8px rgba(0, 0, 0, 0.117647);
    -webkit-box-shadow: 0px 15px 0px 0px #fff,0px -15px 0px 0px #fff, 5px 0px 8px rgba(0, 0, 0, 0.117647),-5px 0px 8px rgba(0, 0, 0, 0.117647);
    -moz-box-shadow: 0px 15px 0px 0px #fff,0px -15px 0px 0px #fff, 5px 0px 8px rgba(0, 0, 0, 0.117647),-5px 0px 8px rgba(0, 0, 0, 0.117647);
    */
}

#client-created-content-wrapper .framework-element-full-width { background: #fff; }

#client-created-content-wrapper .framework-element-full-width .row { margin-left: 0; margin-right: 0; }
#client-created-content-wrapper .framework-element-full-width .cms-col { padding-left: 0; padding-right: 0; padding-top: 10px; }

#client-created-content-wrapper .framework-element-full-width .cms-col.contains-cms-image-carousel,
#client-created-content-wrapper .framework-element-full-width .contains-cms-image-carousel {
    padding-top: 0;
    border-bottom: 10px solid #d7d7d7;
}

.ql-align-center { text-align: center; }
.ql-align-left { text-align: left; }
.ql-align-right { text-align: right; }

.client-content-product { 
    position: relative;
    padding: 10px 10px 30px 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px !important;

}

#client-created-content-wrapper .framework-element .row { padding-bottom: 0; }
#client-created-content-wrapper .framework-element h1 { margin-top: 0; }
#client-created-content-wrapper p.editor-content-clear { margin-bottom: 0 !important; height: 0 !important; } 
#client-created-content-wrapper .framework-element img.cms-image { margin-bottom: 10px; }
.client-content-product img.product-image { margin-left: auto !important; margin-right: auto !important; }
.client-content-product h1, .client-content-product h2 { font-size: 18px; line-height: 22px; }
.client-content-product .button { display: block !important; position: absolute; margin: 0; bottom: 10px; left: 10px; right: 10px; text-transform: uppercase;  }

.client-content-product .button:after {
    content: '\E315';
    font-family: 'Material Icons';
    vertical-align: middle;
}

.contains-cms-image-carousel .flex-control-paging { 
    bottom: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contains-cms-image-carousel .flex-control-paging li {
    padding: 7px;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
}
.contains-cms-image-carousel .flex-control-paging li:first-child { 
    -moz-border-radius: 4px 0 0 4px; 
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; 
}
.contains-cms-image-carousel .flex-control-paging li:last-child { 
    -moz-border-radius: 0 4px 4px 0; 
    -webkit-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
}

.editor-content-clear { height: 0; }
.contains-cms-image-carousel .flex-control-paging li a { width: 15px; height: 15px; background: #fff; border: 0; }
.contains-cms-image-carousel .flex-control-paging li a.flex-active { background: #999; }
#client-created-content-wrapper .framework-element .contains-cms-image-carousel img.cms-image { margin-bottom: 0; }
.contains-cms-image-carousel:hover .flex-next { opacity: 1 !important; right: 20px; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; }
.contains-cms-image-carousel:hover .flex-prev { opacity: 1 !important; left: 20px; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; }
.contains-cms-image-carousel p { margin-bottom: 0 !important; }

#client-created-content-wrapper .framework-element .row .cms-col ul,
#client-created-content-wrapper .framework-element .row .cms-col ol {
    margin-left: 25px;
    padding-left: 0;
}

#client-created-content-wrapper .framework-element .row .cms-flexslider-carousel ul,
#client-created-content-wrapper .framework-element .row ul.cms-flexslider-carousel-inner,
#client-created-content-wrapper .framework-element .row ol.flex-control-nav,
#client-created-content-wrapper .framework-element .row ul.flex-direction-nav { margin-left: 0; padding-left: 0; }

p.cms-caption { font-size: 11px; line-height: 15px; font-style: italic; margin-bottom: 15px; text-align: center; }

#client-created-content-wrapper .framework-element .row .embed-responsive,
#client-created-content-wrapper .framework-element .row .cms-image-wrapper { margin-bottom: 10px; }
#client-created-content-wrapper .framework-element .row .client-content-product .cms-image-wrapper { margin-bottom: 0; }
#client-created-content-wrapper .framework-element .row .cms-image-wrapper img,
#client-created-content-wrapper .framework-element .row .client-content-product img { max-width: 100%; }
#client-created-content-wrapper .framework-element:last-child { padding-bottom: 10px; }


</pre></body></html>