﻿.news-clear {
  clear: both;
}
.news-button,
.news-button-display,
.news-button-reset {
  float: left;
  display: block;
  text-decoration: none;
  width: 130px !important;
  height: 32px;
  margin: 5px 10px 5px 0;
  padding: 5px 10px 5px 10px;
  background: #42b8dd;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #193c63;
  cursor: pointer;
  font-size: 14px;
}
.news-button:hover {
  background-color: #378de5;
  color: White;
  text-decoration: none;
}
.news-button:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}
.news-filter-container {
  display: block;
  background-color: #eeeeee !important;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px #dddddd;
  box-shadow: inset 0 1px 1px #dddddd;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 15px 25px 15px 25px;
  margin-top: 30px;
}
.news-filter-toggle {
  float: right;
  text-transform: capitalize !important;
}
.news-list-rowOdd {
  margin: 6px;
  padding: 8px;
  clear: both;
  display: block;
}
.news-list-rowEven {
  margin: 6px;
  background-color: #f2f2f2;
  clear: both;
  padding: 8px;
  display: block;
}
.news-thumbnail-rowOdd {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-thumbnail-rowEven {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-thumbnail-article {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-search-label {
  vertical-align: top;
  margin: 5px;
  display: inline-block;
  width: 125px;
  white-space: nowrap;
}
.news-search-button {
  margin: 10px, 0, 0, 0;
  padding-top: 10px;
}
.news-page-container {
  padding-top: 10px;
}
.news-form-control {
  display: block;
  padding: 6px 5px 6px 5px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.news-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 1 1 rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1 1 rgba(102, 175, 233, 0.6);
  box-shadow: 0 1 1 rgba(102, 175, 233, 0.6);
}
.news-date img {
  padding: 5px;
  display: inline;
}
select.news-form-control {
  display: block;
  height: 140px;
  padding: 4px 5px 4px 5px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.news-form-control option {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-details-back {
  display: table;
  float: right;
  clear: both;
}
.news-list-container {
  clear: both;
  padding: 15px;
}
.news-list-empty {
  padding: 20px;
}
.news-searchFilterContainer-visible {
  display: block;
}
.news-searchFilterContainer-hidden {
  display: none;
}
.news-subscribe-link,
.news-mostrecentnews-link {
  background-image: url(../images/rss.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  padding-left: 19px;
  text-decoration: none;
  color: #440099;
}
.news-subscribe-link {
  float: right;
}
.news-back-link {
  float: right;
  text-decoration: underline;
  color: #440099;
  font-size: 16px;
  padding: 15px;
}
.news-error-message {
  margin-bottom: 15px;
  color: #770000;
}
.news-rssHeader-text {
  font-size: 14px;
}
.news-rssForm-Control {
  width: 250px;
}
.news-rssShiny-image {
  float: right;
}
.news-button {
  margin-top: 2px;
  padding:0px !important;
}
.news-article-count {
  float: right;
}
a.news-button {
  margin-bottom: 2px;
  line-height: 32px;
  display: block;
  text-align: center;
}
.pagination {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page {
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #e9e9e9;
  font-size: .875em;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px #ffffff;
}
.page:hover,
.page.gradient:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #efefef E), color-stop(1, #f0f0f0));
  background: -webkit-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #efefef E 5%, #f0f0f0 100%);
}
.page.active {
  border: none;
  background: #616161;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  color: #f0f0f0;
}
.page.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
  background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}
@media only screen and (max-width: 780px) {
  .news-form-control {
    width: 100% !important;
    float: left;
  }
  .news-rssShiny-image {
    display: none;
  }
}

.news-article-date {
    font-size: 22px !important;
    font-weight: normal !important;
    color: #333 !important;
}
/**/
