/*#3a607c;*/
/*#254258;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
ul.news-listing {
  list-style-type: none !important;
  margin-left: 0px;
  margin-bottom: 10px;
  *zoom: 1;
}
ul.news-listing:before,
ul.news-listing:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.news-listing:after {
  clear: both;
}
ul.news-listing li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.news-listing h4,
.news-listing h4 a,
.news-listing h4 a:hover {
  color: #333333;
  text-decoration: none;
  margin-bottom: 0px;
}
.news-listing .date {
  color: #a7a7a7;
  font-size: 12px;
  margin-bottom: 5px;
}
.news-listing .summary {
  color: #606060;
  margin-bottom: 10px;
}
.news-listing div.image {
  float: left;
  margin-right: 10px;
  width: 60px;
}
.news-date {
  color: #a7a7a7;
  font-size: 12px;
}
