<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
@import url(http://fonts.googleapis.com/css?family=Epilogue:400,300,700);
*/
html, body, #fullheight {
    min-height: 100% !important; height: 100%;
}
body{
  background-color: #f0f0f0;
  font-size:.9rem;
  overflow-x:hidden;
  /*font-family: "Epilogue", sans-serif; */
  /*background:#f0f1f2;*/
}
section
{
  /*padding:4%;*/
  /*background:#7e8890;*/
}
h1, h2, h3, h4, h5, h6{
    margin-top: .2rem;
    margin-bottom: 0.4rem;
    color: #004c88;
}
a{text-decoration: none; outline: none; }
ul{padding: 0; margin: 0;}
li{list-style: none; margin: 0;}


.c1{font-size: 1.2rem;}
.c2{font-size: 1rem;}
.border{border:1px solid red !important;}

.b{font-weight: bold;}
.nomargin, .no-margin, .no_margin{margin: 0px !important;}
.nopadding, .no-padding, .no_padding{padding: 0px !important;}
.center{ text-align: center; !important; }
.middle{ vertical-align: middle !important; }
.fLeft{float: left;}
.fRight{float: right;}
.orange{color:#ff4200}
.golden{color:#fdb52a}
.blue{color:#0032ee}
.sky{color:#039cc8}
.gray{color:#DDD}
.ash{color:#999}
.bRed,.bred{background-color:#F00;}
.red{color:#F00;}
.green{color:green !important;}
.white{color:#FFF;}
.bg_bzColor{background-color:#055293; color: #FFF;}
.bzColor{color:#055293;}
.bg_white,.BGwhite,.bgwhite{background-color: #FFF !important; position: relative;}


.bg_white,.BGwhite,.bgwhite{background-color: #FFF !important; position: relative;}
.container{ width:91%; max-width:1175px; height:auto; }
.contentBorder{border: 1px solid #f0f0f0 !important;}
.contentPad{padding:15px; }
.contentGap{margin:5px auto; }

.navbar-light .navbar-nav .nav-link {
    color: #004c88;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    color: #004c88;
    font-weight: 500;
    font-size: 12px;
}

.navbar-nav-child{ display: none; position: absolute; top:2.8rem !important; z-index: 1000; }
.navbar-nav-child&gt;li{background:#055293; }
.navbar-nav-child&gt;li&gt;a{padding:8px 20px; color:#FFF; text-align:left;
  font-size: 0.8em; font-weight:300;
  display: block; width: 150px;
  }
.topmenubar li:hover .navbar-nav-child{display: block;}

.btn-default{
  color: #fff;
  background-color: #004c88;
  border-color: #004c88;
}
.slideholder{
  height:350px; position: relative;
}

.cover{
  background-image: url('../site_images/w4.png');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  vertical-align: middle;
}
.cover h1{
 text-transform:uppercase;
 text-shadow: 0px 0px 2px #222222; 
 color:#004c88;
}
.bxslider{
  height: 350px; 
  overflow: hidden;
}
.categories{
  margin-top:60px !important;
  margin-bottom:48px;
  background-color: #f0f0f0;
}
#products{
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
#products .card{
  margin-bottom:12px;
  margin-top:12px;
  height: 240px;
}
.card-title{
  color: #004c88;
  height:25px;
}
#products .section-title{
  margin-bottom:18px;
}

#products .card-body{
  padding:1rem;
}


@media (min-width: 992px){
  .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start !important;
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mobile-only{
  display: none;
}
.desktop-only{
  display: block;
}
@media (max-width: 600px){
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none;
  }
  .nav-link {
    display: block;
    padding: 0.5rem .5rem;
    text-transform: uppercase;
    color: #004c88;
    font-weight: 500;
    font-size: 12px;
  }
  .justify-content-end {
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }
  .justify-content-start {
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }
  .fa, .fas {
      font-weight: 900;
      font-size: 12px;
  }
  .card-title {
      color: #004c88;
      font-size: .85rem;
  }
  .navbar-collapse {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-align: center;
      align-items: center;
      margin: 24px 0 0 0;
  }
}

.form-subscribe
{
  max-width:600px;
  margin:0 auto

}
.form-subscribe .form-control
{
  background-color:hsla(0,0%,100%,.8);
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:none;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px;
  height: 50px;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background-color:#7ec855;
  border-color:#7ec855;
  height:50px;
}
.text-primary {
    color: #004c88!important;
}




/*===PRODUCT DETAILS*/
.PD_search_holder{border:1px solid #DDD !important; padding:; border-radius:20px !important;}
.PD_search_holder &gt; div{padding:0 !important; }
.PD_search_holder&gt;div&gt;input[type=text]{ outline:none;-webkit-box-shadow:none;box-shadow:none; border-color:#F00; width:100%;}
.PD_search_holder&gt;div&gt;button{margin-top:1px; border-radius:15px !important;}

.PD_caption2{font-size:1.3em; font-weight:600; color:#666;}
.PD_caption3{font-size:1.2em; font-weight:600; color:#333;}

.PD_img_col{padding:0 !important;display:flex;}
.PD_img_all{width:15%; height:250px; vertical-align: middle;}
.PD_img_all&gt;div&gt;img{width:40px; height:40px; border:3px solid #DDD !important; margin-bottom:2px;}
.PD_img_display{width:85%; height:250px; overflow: hidden;}
.PD_img_display&gt;img{height: 100%; max-width: 100%;}

.PD_btn3{background:#FFF; font-size:1em; padding:6px 10px;}
.PD_btn3:hover{background:#e4e4e4;}
.PD_table{width:100%;}
.PD_table&gt;tr&gt;td{padding:10px;vertical-align: middle;}

/*.PD_tabs{list-style:}*/
.PD_tabs&gt;.active{border:none !important; border-top:2px solid #F00 !important;}
.PD_tabs&gt;li&gt;a{border:none !important; }
.PD_size_btn{ float:left; padding:0px 8px; border:1px solid #DDD !important; margin-left:2px; }
.PD_size_btn_active{ background:#efefe3; }


/*SEARCH LIST */
.src_list .card-body{
  color:#999;
}
.src_list .card-title{
  font-size:.9rem; font-width:400;
}
.card-details{
  font-size:.6rem;
}
.sponsor{width:100%; position: relative; margin-bottom:5px;}
.sponsor_img{
  width:100%; height:110px; 
  overflow: hidden; 
}
.sponsor_img img{max-height:100%;border:1px solid #efefef; }
.sponsor_text{padding:3px; color:#999;}
.sponsor_text h6{margin:0px; font-size:.8rem;}
.sponsor_text span{font-size: 0.6rem;}




/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

/* Credit to https://bootsnipp.com/snippets/bxDBA */


.checked {
  color: orange;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#0C9;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-float{
  margin-top:22px;
}

/*==================*/
.artisan_site_menu li{
  display: inline-block;
}
.artisan_site_menu li a{
  padding: 3px 5px;
}
.artisan_site_menu li:hover a{
  background-color: #055293;
  color: #FFF;
}
/*==================*/
#pop-up {
   display: none;
   position: absolute;
   width: auto;
   padding: 10px;
   background-image: url('../site_images/bT.png');
   color: #FFF;
   border: 1px solid #DDD;
   border-radius: 3px;
   font-size: 0.9rem;
 }


element.style {
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item a {
  position: relative; 
  display: block; 
  padding: 0.5rem 0.75rem; 
  margin-left: -1px; 
  line-height: 1.25; 
  color: #007bff; 
  background-color: #fff; 
  border: 1px solid #dee2e6 !important;
}</pre></body></html>