<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* WIDGET GLOBAL */
/* (modules.scss) */
/* ================================================================================ */
.widget {
  display: block;
  clear: both;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
  max-width: 360px; }
  @media handheld, only screen and (max-width: 768px) {
    .widget {
      max-width: 300px;
      min-width: 300px;
      width: auto; } }
  @media handheld, only screen and (max-width: 649px) {
    .widget {
      float: none;
      display: block;
      clear: both;
      max-width: 400px;
      width: auto;
      margin: 0 auto;
      margin-bottom: 30px; } 
    
    .main .post-list-template-A, .main .post-list-template-B, .main .post-list-template-C, .main .post-list-template-F, .main .post-list-template-G, .main .post-list-template-P {
        width: 100% !important;
        margin-bottom: 10px !important;
    } 
  }
  .widget .post-thumb-half {
    width: 130px !important;
    max-width: 130px !important; }
    .widget .post-thumb-half.quarter {
      width: 113px !important;
      max-width: 113px !important; }
    .widget .post-thumb-half.bordered {
      width: 128px !important;
      max-width: 128px !important;
      border: solid 1px #d4d4d4; }
    .widget .post-thumb-half.quarter.bordered {
      width: 111px !important;
      max-width: 111px !important; }
  .widget .post-thumb-full.bordered {
    border: solid 1px #d4d4d4; }
  .widget .feed-col .label.img-float {
    padding-bottom: 6px;
    padding-top: 6px; }
  .widget .promo p {
    font-size: 0.75em;
    font-weight: 900; }
  
  /********** WIDGETS *****/
  

.rail-container .widget {
  margin-bottom: 20px;
}
  
  
.rail-container .widget .bgcolor[class*=list-widget] {
}

.rail-container .widget .bordered article.post-preview,
.rail-container .widget .bgcolor article.post-preview {
  border-top: solid #ccc 1px;
  padding: 10px 0px;
  font-family: Napco_2, sans-serif;
}

.rail-container .widget .bordered article.post-preview:first-child,
.rail-container .widget .bgcolor article.post-preview:first-child {
  border-width: 0;
  padding-top: 0;
}

.rail-container .widget .bordered .inner-pad,
.rail-container .widget .bgcolor .inner-pad {
  padding: 32px 20px;
}

.rail-container .widget .bgcolor .more-link {
  text-align: right;
  font-weight: bold;
}

.rail-container .widget .shaded .label,
.rail-container .widget .bgcolor .label {
  padding: 0 0 8px 0;
}

.rail-container .widget .shaded .h5b,
.rail-container .widget .bgcolor .h5b {
  display: block;
  padding: 0 0 8px 0;
}
.rail-container .widget .textwidget article,
.rail-container .newsletter.signup-all .inner-pad {
  padding: 10px;
}

.rail-container .widget .textwidget article {
  padding-top: 35px;
  background-color: #ebebeb;
}


.rail-container .product-search .push-down-20 {
  margin-bottom: 0;
}



[role=main] .widget {
  max-width: none;
}


/* ===============================================================
Default Right Sidebar Styles
================================================================*/
.rail-container.bgcolor .widget {
  background: none repeat scroll 0 0 #ebebeb;
}
.rail-container.bordered .widget {
  border: 1px solid #d4d4d4;
}
.rail-container.bgcolor.pix .widget {
  background: none repeat scroll 0 0 #142738;
  color: #fff;
  padding: 0;
}
.widget.rail-carousel .bucket-carousel .post-title {
  font-size: 0.75em;
  font-weight: normal;
  margin-bottom: 0;
}
.rail-container.bgcolor .widget .inner-pad {
  padding: 20px;
}
.generic-right-widget {
  margin-top: 20px;
}



#right-rail .col-sm-6 {
  width: 100%;
}


.rail-container.napco-partner-jobs .widget .bgcolor .inner-pad {
}

.rail-container.napco-partner-jobs .widget .bgcolor .label {
  padding-bottom: 3px;
}

.rail-container.napco-partner-jobs .widget .bgcolor p {
  margin-bottom: 1em;
}
.widget .textwidget .h2 {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.2;
  color:black;
}
.rsswidget {
  font-size: 1em;
  font-weight: 700;
}
.rss-2 .clearfix li:last-child {
  margin-bottom: 20px;
}
.section-head .h2 a.rsswidget {
  color: white;
}





.widget ul {
    font-size: 0.875em;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 10px;
}

.widget ul li {
    margin-bottom: .9em;
}




.rail-container.taxonomy-terms .widget .bgcolor article.post-preview {
  border-width: 0;
}

.rail-container.taxonomy-terms .widget .bgcolor article.post-preview img.pull-left {
  margin-right: .5em;
}

.rail-container.taxonomy-terms .feed-col {
  height: 100px;
  overflow: hidden;
}






.feed-col article:first-child {
  border: medium none;
  padding-top: 0;
}
.feed-col .post-preview {
  padding: 10px 0;
}
.feed-col .post-preview {
  border-top: 1px solid #ccc;
}


.main .widget-container {
  background-color: #fff;
  margin-bottom: 1em;
}

.main .widget-container .widget:last-child {
  float: right;
  margin-right: 0;
}

@media (max-width: 768px) {
  .main .widget-container .widget:last-child {
    float: none;
  }
}

.rail-container .magazine.signup-all.no-mag .inner-pad {
  padding: 14px 10px 0;
}

.rail-container .magazine.signup-all.no-mag .inner-pad .logo {
  float: left;
  margin: 7px 10px 10px 0;
}</pre></body></html>