<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*light-green: #c1da62
medium-green: #799048
dark-green: #617949
brown: #493729
gray-brown:#8c8884
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    width: 80%;
    margin: 0 auto;
    color: #493829;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

#colorbar {
    width: 100%;
    background-color: #c1da62;
    height: 3em;
    text-decoration-color: #493729;
    display: flex;
    justify-content: center;
}
#covidupdate{
    height: 1em;
    align-self:center;
}

#covidupdate a{
    color:#493729;
}
#header{
    width:80%;
    height:130px;
    /*margin:50px auto 10px auto;*/
    margin-bottom:10px;/*50th*/
    position:relative;
}
#header img{
    display:block;
    margin:auto;
}
#search{
    display:flex;
    align-self:flex-end;
    padding-bottom: .5em;
    /*justify-content:space-between;*/
}
#headersearch {
    height: 25px;
    padding: 5px;
    float: right;
    margin-right:-10%;
    border: 1px solid #493729;
    border-radius:12px;
    width:300px;
}
/*#tradepartnerlogin {
    height: 25px;
    padding: 5px;
}
#tradepartnerlogin a {
    text-decoration: none;
    color: #493729;
}*/

input#MainMenu_MagicButton{
    float:right;
}
input#MainMenu_TBSearch {
    width: 275px;
}
    input #MainMenu_TBSearch:hover {
    text-decoration: none;
    cursor: text;
    width:275px;
}
.searchicon {
    float:left;
}
.searchbox {
    border: none;
    float: left;
    color: #8c8884;
    padding-left:3px;
}

.column img{
    height:325px;
    width:325px;
}
.indent{
    padding: 1px 6px;
    color: black!important;
}
#ddmenu ul ul li.boldred{
    color:red;
}

@media screen and (max-width:485px) {
    #header {
        flex-direction: column;
        justify-content: initial;
        height: 100%;
    }

    #ddmenu{
        margin:20px 2em;
    }

    #ddmenu .menu-icon{
        margin:20px auto 6px !important;
    }

    #navandsearch {
        flex-flow: column-reverse !important;
    }
}

@media screen and (min-width:486px) and (max-width:725px) {
    #ddmenu .menu-icon {
        margin: 80px auto 6px;
    }
}


@media screen and (min-width:486px) and (max-width:550px) {
    #header {
        height: initial;
    }
}

.line2 {
    width: 100%;
    height: 1px;
    margin: .5em auto 1em;
    background: #493729;
    float: left;
}
.lightgray{
    color:#ccc;
    font-size:1.5em;
}
.medgray{
    color:#aaa;
    font-size:1.5em;
}

.line, .linewide, .linemobile{
    width: 100%;
    height: 1px;
    margin: 2em auto 2em;
    background: #493729;
    float: left;
}


.linetext, .linetextwide, .linetextwidemobile {
    margin: 0 auto;
    font-size: 1.2em;
    text-transform:capitalize;
    text-align: center;
    letter-spacing: .05em;
    color: #493729;
    background: #fff;
}

.linewidegreen {
    width: 100%;
    height: 1px;
    background: #799048;
    position: relative;
    margin: 2em 0;
}

.linetextwidegreen {
    position: absolute;
    top: -0.7em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1em;
    background: #fff;
    color: #799048;
    font-size: 1.2em;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.linetext{
    width:300px;
    line-height:0.1em;
}

.linetextwide{
    width:560px;
    line-height:0.1em;
}

.linetextwidemobile{
    width:400px;
    line-height:inherit;
    margin:-1em auto;
    font-size:1em;
}
#mobilestatic{
    max-width:650px;
}
#mobilestatic img{
    width:100%;
    margin-top:10px;
}
@media only screen and (max-width:700px) {
    .linetext{
        width: 375px;
        font-size: 1em;
        line-height: 0.07em;
    }
    .linetextwide, .linewide{
        display:none;
    }
    #ninja-slider{
        display:none;
    }
}

@media only screen and (min-width:701px) {
    #mobilestatic{
        display:none;
    }
    .linemobile, .linetextwidemobile{
        display:none;
    }
}

@media only screen and (max-width:425px){
    .linetext{
        width:auto;
        line-height:inherit
    }
}
.featured{
    width:100%;
    min-height:400px;
    margin-bottom:30px;
    float:left;
    position:relative;
}
.featured img{
    margin:0 auto;
    width:90%;
    max-width:1200px;
    display:block;
}
.trending {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 98%;
    margin: 0 auto;
    height: 478px;
}
.trendingimage{
    height:500px; /*was 400*/
    overflow:hidden;
    float:left;
    width:60%;
    position:relative;
}
.bottomalign{
    align-self:flex-end;
}
.trendingimage img{
    object-fit:cover;
    /*position:absolute;*/
    bottom:0;
    width:100%;
    min-height:400px;
    height:100%;
    /*top:50%;
    transform:translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.trendingimagetall {
    height: 400px;
    overflow: hidden;
    float: left;
    width: 40%;
    position: relative;
}

    .trendingimagetall img {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 400px;
        /*top:50%;
    transform:translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    }
.trendingtext {
    float: left;
    width: 35%;
    height: auto;
    padding: 10px;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8884;
    border: solid 1px #493729;
    overflow-y: auto;
}

.trendingtext2 {
    float: left;
    width: 35%;
    max-height: 480px;
    padding: 10px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8884;
    border: solid 1px #493729;
    overflow-y: auto;
}

.trendingtextwide {
    display: table;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8884;
    border: solid 1px #493729;
}

.trendingtextwidegreen {
    display: table;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    background-color: #799048;
    color: #ffffff;
}

.trendingtextwide a {
    text-decoration: none;
}
.trendingtextimages img{
    float:left;
    padding:5px;
    /*max-height:84px;*/
    width:100%;
}

.trendingh1{
    font-size:1.2em;
}
.trendingh2{
    font-size:.95em;
}
.trendingpara {
    font-size: .9em;
    color: #5f534d;
    /*color: #617948;*/
}
.trendingpara2{
    font-size:.95em;
}
@media only screen and (max-width:650px){
    .trending{
        display:block;
    }
    .trendingimage{
        width:100%;
        height:auto;
    }
    .trendingimage img{
        position:inherit;
        bottom: inherit;
        min-height:inherit;
        height:auto;
    }
    .trendingtext{
        width:90%;
    }
    .trendingtext2{
        width:90%;
        margin:0 0 10px 0;
    }
    .trendingtext3 {
        display: none;
    }
}
@media only screen and (max-width:725px) {
    #search {
        display: inherit;
        align-self: center;
    }
}
@media only screen and (min-width:726px) and (max-width:787px) {
    #search {
        display: inherit;
        margin-top: -50px;
    }
}

@media only screen and (min-width:651px) and (max-width:833px) {
    .trending{
        display:flex;
    }
    .trendingimage {
        width: 100%;
        height: auto;
    }
    .trendingimage a {
        flex: 0 0;
        display:flex;
        justify-content:center;

    }
    .trendingimage img {
        max-height:470px;
        width:auto;
        margin-top:10px;
    }

    .trendingtext {
        width: 90%;
        max-width:600px;
        margin:10px 3% 0 3%;
        height:auto;
    }

    .trendingtext2 {
        display:none;
    }

    .trendingtext3 {
        width: 90%;
        max-width: 600px;
        margin: 10px 3% 0px 3%;
        height: auto;
        float: left;
        padding: 10px;
        margin-right: 10px;
        font-family: 'Montserrat', sans-serif;
        color: #8c8884;
        border: solid 1px #493729;
        overflow-y: auto;
    }
}
@media only screen and (min-width:834px){
.trending{
    height:100%;
}
.trendingtext3 {
    display: none;
}
}
.strippic{
    width:100%;
}
.strippic img{
    width:95%;
    margin: 0 auto;
    display:inherit;
    max-width:1500px;
}
#portfolio{
    width:95%;
    margin:0 auto;
    height:300px;
    display:-webkit-box;
    display:flex;
    justify-content:space-between;
}
.portfolioimage{
    float:left;
    overflow:hidden;
    height:100%;
    width:18%;
}
.portfolioimage img{
    height:auto;
    max-height:300px;
    overflow:hidden;
}

.insta{
    width:100%;
    height:400px;
    border:0;
    overflow:hidden;"
}

/*-----------FOOTER------------*/


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