<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype"),
         url("../fonts/proximanova-light-webfont.ttf") format("truetype");
}

#factson-content {
    margin-top: 10px;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.pageheadertitle {
    font-size: 2em;
}

#pageheader {
    font-family: proxima-nova-alt-bold;
    text-align: center;
}

.section-group {
    display: table;
    width: 90%;
    text-align: center;
    font-family: proxima-nova-light;
    margin-left: auto;
    margin-right: auto;
}

.col-span_1_of_4 {
    display: table-cell;
    width: 25%;
}

#vendorcontent {
    text-align: center;
}

.vendor-info {
    min-height: 300px;
}

.vendor-products a {
    background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
    border-radius: 5px;
    font-family: pt-sans-caption-bold;
    color: white;
    border: 2px solid #71a127;
    padding: 10px;
    font-size: medium;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.vendor-products a:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}

.factson-signin {
    background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
    border-radius: 5px;
    font-family: pt-sans-caption-bold;
    color: white;
    border: 2px solid #71a127;
    padding: 10px;
    font-size: medium;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

.factson-signin:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}</pre></body></html>