.newsContainer {
	padding-right:60px;
}
.newsNav {
	padding-right:10px;
}
.newsdate.container {
	white-space:nowrap;
	width:125px;
}
.newsdate.left {
	float:left;
	text-align:right;
	margin-right:5px;
	font-size:11px;
	width:65px;
}
.newsdate.right {
	float:left;
	font-size:35px;
	line-height:35px;
	margin-right:5px;
}
.newsBody {
	width:100%;
}
.newsSidebar {
}
.newsSidebar .content {
	padding:10px 30px;
	text-align:left;
}
.newsSidebar ul {
	list-style:square;
	margin-left:0px;
}
.newsSidebar li {
	color:#00b7c0;
	margin-left:-20px;
	padding-left:0px;
}
.stButton {
}
.newsShare {
	width:165px;
/*	border:1px solid #ccc;*/
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:12px;
}
.newsShare.spacer{
	position:relative;
	clear:both;
	border:none;
}
.articleShare .newsShare {
	width:300px;
	margin-left:120px;
	border:none;
}
.newsSidebar .wrap {
	display:block;
	clear:both;
}
.newsNav {
	height: 29px;
	background-image: url('/uploads/images/slideshow/background_ssbar.png');
	text-align:right;
}
.newsNav a {
	padding: 0px 5px;
	color: #939598;
	text-decoration: none;
	font-size: 15px;
	cursor:pointer;
	line-height:22px;
	display:inline-block;
}
.newsNav a:hover {
	color:#fff;
}
.newsNav a.activeSlide {
	color:#25BEBE;
}
.newsText {
	display:block;
	width:100%;
	overflow:hidden;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.summary * {
	font-weight:normal !important;
	font-size:13px !important;
	color:#333132 !important;
}
.newsBody .title a {
	color:#00234f;
	font-weight:bold;
}
.newsBody .readmore {
	margin-bottom:15px;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
.newsBody .newsdate {
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}
.newsBody hr {
	margin-top:15px;
}
.newsSidebar .bridge h1 {
	font-size:14px;
}
.sideBox .newsSide ul {
	text-align:left;
}
.newsBody .summary img {
	display:none;
}
.newsBody h2 a {
	text-decoration:none;
}
.summary a {
	color:#0089cc !important;
}
.content>ul, .content ul>li {
	list-style:none;
	margin-left:0px !important;
	padding-left:0px;
}
.newsMonth ul {
}
.newsMonth li {
	font-size:12px;
}
.newsMonth ul {
    list-style: none;
}
.newsMonth ul li:before {
    content: "";
    border-color: transparent #0089cc;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;   
    top: 0.9em;
    position: relative;
}
.newsBody .table, .newsBody table {
	display:table;
	table-layout:fixed;
	width:100%;
}
.newsBody .tablecell {
	display:table-cell;
	vertical-align:top;
}
.newsBody .tablecell:first-child {
	width:25%;
	padding-right:10px;
}
.newsBody .tablecell .button {
	font-size:12px;
	margin:0px 3px;
}
/* Small Desktop */
@media (min-width : 1025px) and (max-width : 1199px) {
	.newsBody .tablecell:first-child {
		width:35%;
	}
}

/* Tablet */
@media (min-width : 768px) and (max-width : 1024px) {
	.newsBody .tablecell:first-child {
		width:35%;
	}
}
/* Mobile */
@media (max-width : 767px) {
	.newsBody .table, .newsBody .tablecell, .newsBody table {
		display:block;
		width:auto !important;
		height:auto !important;
	}
	.newsBody tbody, .newsBody tr, .newsBody td {
		display:block;
		width:auto;
	}
}

/** Carousel **/
.jcarousel-wrapper {
	position:relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}   

.jcarousel li {
    float: left;
    text-align:center;   
    margin-right: 10px;
    width: 147px;
    position:relative;
}
.jcarousel li a {
    display:block;
    width:100%;
    height:100%;
}
.jcarousel li .photo {
    width:147px;
    height: 100px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.jcarousel img {
    height:100%;
    width:auto;
    max-width:none;
}
.jcarousel .title {
    font-size:11px;
}
.jcarousel .loading {  
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}
    
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 35px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
    
.jcarousel-control-prev {
    left: -40px;
}

.jcarousel-control-next {
    right: -40px;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}
    
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
