html{
    font-size: 16px;
    min-height: 100vh;
}

.c-modal__content-translateX-left{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 1s linear;
}
.c-modal__content-translateX-right{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.c-modal__conntent--invisible{
    display: none;
}
.c-modal__content-visible{
    display: block;
}

.c-modal__navlist{
    transition: all 0.2s linear;
    position: absolute;
    left:0;
    top:0;
    margin:0;
    bottom:0;
    box-sizing:border-box;
}
.c-modal__content{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;

}

a{
    color: #047704;
    font-weight: bold;
    text-decoration: none;  
}
a:hover {
    color:#FF8A00;
    text-decoration:underline;
    }

body{
    min-height: 100vh;
    background: #FFFFFF;
    font-family: Arial,Verdana,sans-serif;
    margin: 0px 0px 0px 0px;
    display: block;
}

.l-dark__box{
    z-index:9990;
    position:fixed;
    height:100vh;
    width:100vw;
    left:0;
    top:0;
    display: none;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    text-align:center;
}
.c-modal__nav{
    max-width:80%;
    z-index:9999;
    position: fixed;
    top:0;
    left:0;
    display: none;
    max-height:100vh;
    height:100%;
    background: #FFF;
}
.c-modal__search{
    box-sizing: border-box;
    padding:15px;
    text-align: center;
    background: #212121;
    background: -webkit-linear-gradient(top,#333333 0%,#181818);
    background: -moz-linear-gradient(top,#333333 0%,#181818);
    background: -o-linear-gradient(top,#333333 0%,#181818);
    background: -ms-linear-gradient(top,#333333 0%,#181818);
}
.c-modal__search__box{
    display:inline-block; 
    border: solid 1px #A0A0A0; 
    background-color: white;
}
.c-modal__search__text{
    display: inline-block;
    border: 0; background: none; 
    color: #757575;
    font-size: 1rem;
}
.c-modal__search__submit{
    
}

.c-modal__navlist{
   list-style: none;
   margin-top:0;
   position: absolute;
   right: 0;
   left: 0;
   top: 0;
   bottom: 0;
   padding-top: 20px;
   padding-left: 10px;
   padding-bottom: 20px;
   margin-bottom: 40px;
   overflow-y: auto;
}
.c-modal__navitem{
    text-align: left;
    padding-top: 10px;
    padding-left: 0px;
    margin-bottom: 20px;
 }

.c-modal__close{

}



.l-body{
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    font-family: Arial,Verdana,sans-serif;
    width:100%;
    /* max-width: 952px; */
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin:auto;
    display:flex;
    flex-direction: column;
    overflow: hidden;
    height:100%;
    min-height:100vh;
    flex-wrap: nowrap;
    background-color: #FFF;
    padding-top: 18px;
    overflow-x: hidden;
}
.l-content-holder{
    box-sizing: border-box;
    font-family: Arial,Verdana,sans-serif;
    width:100%;
    max-width: 952px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin:auto;
    display:flex;
    flex-direction: column;
    overflow: hidden;
    flex-wrap: nowrap;
    background-color: #FFF;
}

.l-content{
    display:flex;
    font-size: 1rem;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
}
.banner_add{
    max-width: 952px;
    margin:auto;
}



.l-header{

}
.c-menu{

}



.c-store__brand__img{
    width:100%;
    max-width: 287px;
    height:auto;
}

.c-store__box{
    height:55px;
    width:100%;
    display: flex;
    justify-content: space-between;
}
.c-store__nav{
    margin-top:15px;
    align-self: center;
}
.c-store__nav__item{
    font-size:0.9rem;
    padding-left: 12px;
    display: inline-block;
}
.c-store__img{
    vertical-align: middle;
    width:16px;
    height:16px;
}
.c-topnav{
    align-items: center;
    min-height:18px;
    width: 100%;
    color:white;
    background-color: #65A120;
    font-size: 0.8rem;
    display:flex;
    justify-content: space-between;
    max-width: 952px;
    margin: auto;
}
.c-topnav__box{
    min-height:12px;
    vertical-align: middle;
    padding-top:1px;
    padding-bottom:1px;
    padding-left: 5px;
    padding-right: 5px;
}
.c-topnav__link{
    color:#FFFFFF;
    vertical-align: middle;
}
.c-topnav__arrow{
    vertical-align: middle;
}


.l-body__footer{
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.l-body__footer__column{
    font-size: 0.9rem;
    display: inline-block;
    padding:5px;
    color: #696969;
}

/*Homebox Base*/
.l-homebox{
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 1rem;
    color: #303030;
    line-height: 1.4;
    max-width: 100vw;
    width:100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content:space-around;
    
}
.c-homebox{
    border: 1px solid #B8B8B8;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom:8px;
    display: block;
    max-width: 368px;
}
.c-homebox__header{
    border-bottom: 1px solid #B8B8B8;
    margin-top: 0px;
    padding-left: 16px;
    font-size: 1rem;
    min-height: 28px;
    box-sizing: border-box;
    text-align: left;
}
.c-homebox__link{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    display: block;
}
.c-homebox__link > h2{
font-size: 1rem;
}
.c-homebox__img{
    max-width:368px; 
    max-height:176px;
}
.c-homebox__img > img{
    width:100%;
    height:auto;
    max-width:368px; 
    max-height:176px;
}
.c-homebox__content{
    font-size: .9rem;
    margin-right:12px;
    margin-left:12px;
    overflow-y: hidden;
}

.c-hamburger{
    margin-left:20px;
    padding-left:6px;
    padding-right:6px;
    padding-bottom: 6px;
    height:35px;
    margin-right:20px;
    border: 1px solid #666;
}

.c-hamburger__bar{
    width: 35px;
    height: 5px;
    background-color: black;
    margin-top: 6px;
    margin-bottom: 6px;
}


.l-sidebox{
    background-color: #FFFFFF;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-sidebox{
    margin-bottom: 0.9rem;
    width:190px;
    display: inline-block;
}
.c-sidebox__heading{
    width: 190px;
    display: block;
    border-bottom: 1px dotted #000;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: bold;
}
.c-sidebox__content{
    width: 190px;
}
.c-sidebox__list{
    list-style-image: url(images/miniarrowcolor.gif);
    margin: 0;
    padding: 0px 10px 3px 18px;
    font-size: .9rem;    
}
.c-sidebox__listitem{
    color: #303030;
    font-weight: normal;
    text-decoration: none;
}
.c-sidebox__listitem:hover{
    color: #303030;
    text-decoration: none;
}
.l-interests{
    width:100%;
}
.c-interests__title{
    justify-content: space-between;
    display: flex;
}
.c-interests__title > h2{
    color: #000;
    font-size: 1rem;
    display: inline-block;
}
.c-interests__title > p{
    display: inline-block;
}
.c-interests__title > p > a{
    font-size:0.9rem;
    color: #a1a6ad; 
    font-weight:normal;
    font-size: 1rem;
    display: inline-block;
}
.c-interests__box{
    flex-wrap: wrap;
    flex-direction: column;
}
.c-interests__cardbox{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.c-interests__card{
    flex-basis: 100%;
    width: 120px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}
.c-interests__card__imgholder{
    height: 90px;
    text-align: center;
    list-style: none;
}
.c-interests__card__img{
    width:  100px;
    max-width: 130px;
    max-height: 95px;
    height: auto;
}
.c-interests__card__content{
    overflow-wrap: break-word; 
    font-weight:normal;
    font-size:0.9rem;
}





.l-inverseresize{
    max-width: 100vw;
    margin-top: 10px;
    justify-content: center;
    display: flex;
    width:100%;
    flex-wrap: wrap;
}

.l-hero{
    box-sizing: border-box;
    width:100%;
    /*Overflow-x to deal with to small header*/
    overflow-x: auto;
}
.c-hero__image{
    /* max-width: 100% !important;
    height:auto !important; */
}


.l-flexgroup{
    display: flex;
    flex:column;
    flex-wrap: wrap;
    justify-content: center;
}


.l-footer{
    width:100%;
    background-color:#e2e2e2;
    color:#585858;
    display: flex;
}
.l-footer__column{
    display: inline-block;
    width:25%;
    font-size: .9rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
}

.l-footer__column__header{
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px #585858 dotted;
    padding-bottom: 2px;
    line-height: 24px;
}
.l-footer__column__link{
    color: #585858;
    font-weight: normal;
}
.l-footer__column__link:hover{
    color: #585858;
}

.l-footer__column__link:hover{
    text-decoration: underline;
}

.l-footer__mobile{
    box-sizing: border-box;
    padding: 5px;
    margin-top:10px;
    width:100%;
    background-color:#e2e2e2;
    color:#585858;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-footer__mobile__column{
    box-sizing: border-box;
    padding-left:2px;
    padding-right:2px;
    display: inline-block;
    font-size:0.8rem;
}
.l-footer__mobile__list{
    padding:0;
    margin:0;
    display: inline;
    list-style: none;
}
.l-footer__mobile__listitem{
    padding:2px;
    float:left;
    list-style: inline;
}


.l-maincontent{
   max-width:100%;
   width:750px;
}


/*Utility*/
.l-text-align-left{
    text-align: left;
}
.l-hidden{
    display: none;
}
.l-show{
    display: block;
}

.isvisible{
    display: block;
}
.notvisible{
    display: none;
}
/*EOF Utility*/


@media only screen and (min-width: 365px){
    .c-interests__card{
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 450px){
    .c-interests__card{
        flex-basis: 33%;
    }
}

@media only screen and (min-width: 760px), print{
    .l-homebox{
    max-width: 750px;
    }
}



@media only screen and (min-width: 740px), print{
    .c-interests__card{
        flex-basis: auto;
    }
}

/*Edit to stars*/
@media only screen and (max-width: 971px){
   a.stars > span > span{
    background-position-y: -3px !important;
   }
}


@media only screen and (max-width: 535px) {
    .l-body{
        padding-top: 36px;
    }
}

/*Normal Computer Screen*/
@media only screen and (min-width: 971px), print{
    .l-body{
    padding-left: 0px;
    padding-right: 0px;
    }

    html{
        font-size: 12px;
    }
    body{
        overflow: auto !important;
        padding: 0 !important;
    }
    .c-homebox__img{
        width:368px; 
        height:176px;
    }
    .c-interests__cardbox{
        justify-content: space-between;
    }

    .l-inverseresize{
        justify-content: space-between;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .l-sidebox{
        justify-content: start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .l-flexgroup{
       flex-direction: column;
    }

    .l-hidden{
        display: block;
    }
    .l-show{
        display: none;
    }
    .l-homebox{
        justify-content: space-between;
    }
    .l-footer__mobile{
        display: none;
    }
    .l-dark__box{
        display:none !important;
    }
    .c-modal__nav{
        display:none !important;
    }
}
/*EOF Normal Screen Size*/




/*Changes to Oscomerce Css*/

.boxText{
    font-size:0.9rem;
}

*:focus {
    outline: none;
}

table.footer{
margin:auto;
    max-width: 972px;
}

@media print{
    html{
        font-size:12px;
        width:952px;
    }
    .l-body{
        width:952px;
    }
    .l-inverseresize{
        width:952px;
        max-width: initial;
    }
    .l-maincontent{
        display: inline-block;
        width:750px;
        max-width: 100% !important;
    }
    .l-content{
        display: block;
    }
    .l-homebox{
        display: block;
        width:750px;
    }
    .c-homebox{
        display: inline-block;
    }
    .l-sidebox{
        width:190px;
        display: inline-block;
    }
}
/*Extra Appended*/

.megamenu_container{
    max-width: 952px;
    margin:auto;
}
.c-menu{
    background: -webkit-linear-gradient(top,#333333 0%,#181818);
}
.c-store__box{
    max-width:952px;
    margin:auto;
}
.green{
    background-color: #65A120;
}

.viewport--height--container{
    width:100%;
    height: 100vh;
}