@font-face {
    font-family: 'Icons';
    src: url('/webfonts/fontello.eot');
    src: url('/webfonts/fontello.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/fontello.woff') format('woff'),
         url('/webfonts/fontello.ttf') format('truetype'),
         url('/webfonts/fontello.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.webicon {
    font-family: 'Icons';
    cursor:pointer;
    text-decoration:none !important;
}

#newsfilterlist {
  margin: 20px 0 50px;
  padding: 0px;
  display:table;
  text-align: center;
  width: 100%;
  border: 1px solid #666;
}

#newsfilterlist .filter {
  display: table-cell;
  margin: 0;
  border-right: 1px solid #666;
  font-size: 15px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

#newsfilterlist ul {
  margin:0;
  padding:0 0 0 20px;
  display: table-cell;
  text-align: left;
}

#newsfilterlist li {
  margin: 0px 10px;
  padding: 0;
  text-align:center;
  list-style:none;
  display:inline-block;
}

#newsfilterlist li a {
  display: block;
  border-top: 4px solid transparent;
  padding: 15px 15px 19px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-size: 1.1em;
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#newsfilterlist li a.active {
  color: #000;
  font-weight: bold;
  border-color: #000;
}

#newsfilterlist li a:hover {
  text-decoration:none;
  color: #000;
  border-top: 4px solid #000;
}

.news-imagewrap {
  float:left;
  padding: 0 25px 10px 0;
}

.newsimage {
  min-height: 200px;
  width: 200px;
  display:block;
  background-size: cover;
  background-position: 50% 50%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

.newsie-content {
  margin: 15px 0;
}

.newsblocker {
  margin: 0 0 10px;
}

.shadowdiv {
  margin: 25px auto 15px;
  display:block;
  max-width: 700px;
  width: 100%;
}

.newsie-titler,
.newsie-details,
.newsie-tags {
  margin: 0 0 2px;
}

.tag-title {
  font-weight: bold;
}

.news-specs {
  padding: 10px 15px;
  background: #ececec;
}

.main-newscopy {
  margin: 30px 0;
}

.share-icons {
  float:right;
  position: relative;
  top: -3px;

}

.share-icons a {
  color: #000;
  font-weight: normal;
  font-size: 20px;
}

.share-icons a:hover {
  color: #888;
}

.share-icons .addthis_button_email .at-icon-wrapper {
  display:none !important;
}

.right-newsiecol {
  float:right;
}

.bq-holder .blockquote {
  width: 330px;
  padding: 15px;
  font-style: italic;
  background: #ececec;
  margin: 0 0 15px 25px;
  text-align: left;
  font-size: 1em;
  line-height: 1.6em;
  color: #3a3a3a;
}

.pictureholder,
.flexslider {
  width: 330px;
  max-height: 300px;
  margin: 0 0 20px 25px;
  border-radius: 0;
  overflow: hidden;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

.single-headline {
  margin: 0 0 10px;
}

.single-headline .newsie-titler {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3em;
}

.single-headline .subhead-titler {
  font-size: 1.2em;
  font-style: italic;
  color: #868686;
}

.related-item {
  margin: 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #666;
}

.news-related-files, .news-related-news {
  margin: 20px 0 50px;
}

.news-related-files .float-wrapper {
  margin: 10px 0;
}

a.related-headline {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display:block;
}


a.related-headline:hover {
  text-decoration: underline;
}

h3.newsie-titler {
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
}

.newsie-titler a {
  text-decoration: none;
  color: #000;
}

.newsie-titler a:hover {
  text-decoration: underline;
}

.newspagelinks {
  text-align: center;
  margin: 40px 0;
}

a.prevnexter {
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  border: none;
  font-weight: bold;
  background: #000;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 }

 a.prevnexter:hover {
  background: #ececec;
  color: #000;
 }

#news-search {
  background: #eaeaea;
  border: 1px solid #c1c1c1;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

#news-search .search-title,
#news-search .search-phrase {
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: left;
  margin: 0 0 10px;
}

#news-search .filter-drop {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #aaa;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  color: #555;
  width: calc(100% - 60px);
}

#news-search .filter-drop.split-year {
  width: 50%;
}

#news-search .filter-drop.split-month {
  width: calc(50% - 70px);
}

#news-search .search-field {
  margin: 20px 0 10px;
}

#news-search .open-search input[type="text"] {
  border: 1px solid #aaa;
  padding: 0px 8px;
  border-radius: 5px;
  width: calc(100% - 70px);
  color: #555;
  height: 40px;
  line-height: 40px;
}

#news-search .open-search .submit {
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Icons';
  color: #fff;
  border-radius: 5px;
  border: none;
  background: #000;
  height: 40px;
  width: 45px;
  cursor:pointer;
}

#news-search .dropbtn {
  width: 45px;
  height: 34px;
  text-transform: uppercase;
  font-size: 16px;
  border:none;
  background: #000;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#news-search .dropbtn:hover,
#news-search .open-search .submit:hover {
  background: #ececec;
  color: #000;
  border: 1px solid #000;
}

#news-search .selector {
  float:left;
  width: 33%;
}

#news-search .selector.halves {
  width: 50%;
}

#news-search .selector option {
  max-width: 300px;
}

.relatedochead {
    color:#000;
    font-size:24px;
    font-weight: bold;
    line-height:normal;
}

.float-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.fileitem {
    font-size: 11px;
    float:left;
    width:125px;
    text-align:center;
    margin: 0 auto;
}
.fileitem img {
    width:60px;
    margin: 0 auto;
}

.audiojs {
    font-family:arial;
    background:#555;
    height: 27px;
    width: 400px;
    clear: right;
}
.audiojs .scrubber {
    margin:6px 0 0 6px;
    width:270px;
}
.audiojs .play-pause {padding:0;}
.audiojs .time {line-height: 25px;}

.issues-wrap {
  display: inline-table;
  width: 46%;
  vertical-align: top;
  margin: 10px;
}

.issues-listed {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

a.issues-item {
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  width: 100%;
  display: table-cell;
  background: #ececec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 6px 1px 1px 1px;
  border-color: #000;
  padding: 18px;
  border-style: solid;
}

a.issues-item:hover {
  background: #888;
  color:#fff;
}

.calendar-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}

.calendar-listing li {
  border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
  .issues-wrap {
    width: 100%; 
    margin: 10px 0;
  }

  #newsfilterlist ul {
    padding: 0;
    text-align: center; 
  }

  #newsfilterlist li {
    margin: 0px 5px;
    padding: 0;
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 45%;
    max-width: 200px;
  }
  
  #news-search .selector,
  #news-search .selector.halves {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .pictureholder,
  .flexslider {
    float:none;
    margin: 0 auto 20px;
  }

  .bq-holder .blockquote {
    float:none;
    width: 100%;
    margin: 15px 0;
  }
}

@media (max-width: 560px) {

  .right-newsiecol {
    float:none;
  }

  #newsfilterlist .filter {
    text-align: center;
    display: block;
    padding: 20px 0;
    border-right: none;
    border-bottom: 2px solid #000;
  }

  #newsfilterlist ul {
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #newsfilterlist li {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    max-width: none;
  }

  #newsfilterlist li:last-child {
    border-bottom: 0px;
  }

  #newsfilterlist li a {
    border: none;
  }

  #newsfilterlist li a.active {
    background: #ececec;
    color: #000;
    border: none;
  }

  #newsfilterlist li a:hover {
    background: #888;
    border: none;
    color: #fff;
  }

  .fb-comments {
    overflow: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .share-icons {
    float:none;
  }
}