@CHARSET "US-ASCII";

.news-item table, .news-item-summary table {
	border-collapse: collapse;
}

.news-item table td, .news-item-summary table td {
  padding: 0;
  vertical-align: top;
}

.news-item table td, .news-item-summary table td:first-child {
  width: 1%;
}

.news-item .sm-toolbar {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}

.news-item .sm-toolbar #social-media-links {
	height: 24px;
}

.news-item .sm-toolbar table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.news-item .sm-toolbar table td {
  vertical-align: middle;
}

.news-item .sm-toolbar table td:first-child {
  padding-right: 10px;
}

.news-item-category-filter {
	margin-bottom: 10px;
}

.news-item-summary {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted gray;
}

.news-item-summary:first-child {
	margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.news-item-summary table {
	border-collapse: collapse;
}

.news-item-summary table td {
	vertical-align: top;
	padding: 0;
}

.news-item-summary-image-container {
  vertical-align: top;
  padding: 0px;
  padding-right: 20px;
}

ul.news-item-categories {
  font-family: gothambook, helvetica, arial, sans;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

ul.news-item-categories li {
  list-style: none;
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid gray;
}

ul.news-item-categories li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.news-item-category-link {
	color: #666;
	text-decoration: underline;
}

#news-overview-container {
	width: 1024px;
}

ol#news-overview-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-overview-item:nth-child(3n+1) {
	clear: left;
}

.news-overview-item {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 235px;
}

.news-overview-item-image {
	width: 235px;
	height: 140px;
}

.news-overview-item-date {
	margin-top: 11px;
	font-family: gothambold, helvetica, arial, sans;
	font-weight: bold;
	font-size: 10px;
}

.news-overview-item-title {
	padding: 5px 0;
	margin: 0;
	font-family: gothambold, helvetica, arial, sans;
	font-weight: bold;
}

.news-overview-item-content {
	font-family: gothambook, helvetica, arial, sans;
}

.news-item-image-wrapper {
	float: left;
	min-height: 1px;
	width: 490px;
	margin-right: 20px;
}

.news-item-image-wrapper img {
	width: 100%;
}

.news-item-content-wrapper {
	float: left;
	min-height: 1px;
}

.news-item-title-container {
  margin-bottom: 20px;
}

.news-item-title {
	margin: 0;
	margin-bottom: 8px;
	padding: 5px 0;
}

.news-item-date {
	margin: 0;
  font-family: gothambold, helvetica, arial, sans;
  font-weight: bold;
}

.news-item-paragraph {
  font-family: gothambook, helvetica, arial, sans;
  line-height: 1.2em;
}

.news-item-paragraph p:first-child{
  margin-top: 0;
}

.news-item-component .sm-toolbar {
  display: table;
}

.news-item-component .sm-toolbar > * {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.news-item-component .sm-toolbar > *:first-child {
  padding-left: 0;
}