.newsArticles {
	
}

.newsArticles .newsArticle {
	margin:0 0 30px 0;
	border-top: 2px dotted #dcdcdc;
	padding-top:15px;
}

.newsArticles .newsArticle h2 {
	margin:0 0 5px;
}

.newsArticles .newsArticle h3 {
	margin:0 0 5px;
}

.newsArticle .dateline {
	font-weight:bold;
	margin-bottom:5px;
}

.newsArticles .newsArticle .summary {
	
}

.newsArticles .newsArticle .fullArticle {
	margin-top:15px;
}


.newsSlider {
	margin-top:30px;
}

.newsSlider .newsSliderContainer {
	padding:0 10px;
}

.newsSlider .owl-stage {
	margin: auto;
}

.newsSlider .newsTitle {
	/*font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	margin:30px 5px 10px;*/
	text-transform:uppercase;
}

.newsSlider .newsTitle h1 {
	color:#1b306e;
}

.newsSlider .newsSliderItems {
	border: 1px solid #ccc;
	padding:0 10px;
}

.newsSlider .owl-item {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	/*border-right:1px dotted #757475;*/
}

.newsSlider .owl-item:last-child {
	border-right:none;
}

.newsSlider .newsSliderItem {
	margin:5px 10px;
	padding:5px;
}

.newsSlider .articleSummary .dateline {
	display:inline;
}

.newsSlider .eventSummary .dateline {
	color:#000;
	margin-bottom:5px;
}

.newsSlider .title {
	margin-bottom:5px;
	font-size: 14px;
	line-height: 18px;
}

.newsSlider .title a {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	/*color:#fff;*/
}

.newsSlider .eventLocation {
	
}

.newsSlider .summary {
	font-size:14px;
	line-height:17px;
	/*color:#ceccce;*/
	height:53px;
	overflow:hidden;
}

.newsSlider .link {
	margin-top:5px;
	text-align:right;
}

.newsSlider .link a {
	/*color:#fff;*/
	font-size:11px;
	font-weight:bold;
}

.newsSliderItems .owl-prev {
    background: transparent url(images/arrow-left.png) no-repeat scroll left top;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    left: -20px;
    padding: 15px;
    position: absolute;
    top: 35px;
    transition: all 200ms ease-in-out 0s;
    width: 15px;
	opacity:0.6;
}
.newsSliderItems .owl-next {
    background: transparent url(images/arrow-right.png) no-repeat scroll right top;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 35px;
    transition: all 200ms ease-in-out 0s;
    width: 15px;
	opacity:0.6;
}

.newsSliderItems .owl-prev:hover, .newsSliderItems .owl-next:hover {
	opacity:1;
}


/* Pagination */
.newsArticles nav {
	display:table;
	margin:0 auto;
}
.newsArticles .pagination {
  height: 36px;
  margin: 18px 0;
}
.newsArticles .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.newsArticles .pagination li {
  display: inline;
}
.newsArticles .pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.newsArticles .pagination a:hover,
.newsArticles .pagination .active a {
  background-color: #f5f5f5; text-decoration:none;
}
.newsArticles .pagination .active a {
  color: #999999;
  cursor: default;
}
.newsArticles .pagination .disabled span,
.newsArticles .pagination .disabled a,
.newsArticles .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.newsArticles .pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.newsArticles .pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.newsArticles .pagination-centered {
  text-align: center;
}
.newsArticles .pagination-right {
  text-align: right;
}
.newsArticles .pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.newsArticles .pager:before,
.newsArticles .pager:after {
  display: table;
  content: "";
}
.newsArticles .pager:after {
  clear: both;
}
.newsArticles .pager li {
  display: inline;
}
.newsArticles .pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.newsArticles .pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.newsArticles .pager .next a {
  float: right;
}
.newsArticles .pager .previous a {
  float: left;
}
.newsArticles .pager .disabled a,
.newsArticles .pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

.newsArticle .articleWithSidebar {
    margin: 0 -15px;
}

.newsArticle .articleFooter {
	margin-top:45px;
	font-weight:bold;
}

.newsArticle .photos {
	/*max-width:500px;*/
	margin:0 auto;
}

.newsArticle .photo-single {
	max-width:800px;
}

.newsArticle .photos figure, .newsArticle .photosSidebar figure {
	margin:15px auto 30px;
}

.newsArticle .photos figure img, .newsArticle .photosSidebar figure img {
	border:1px solid #999;
}

.newsArticle .photos figcaption, .newsArticle .photosSidebar figcaption {
	margin-top:10px;
	font-size:14px;
	line-height:18px;
}

.newsArticle .photosSidebar {
    margin-top: -40px;
}

.newsArticle .addPhotos {
	display:table;
	margin:15px auto;
}

.newsArticle .addPhotos ul li:first-child::after {
	content:"Add Photo/Caption";
	margin-right:15px;
}

span.unpublished {
	color:#cc0000 !important;
}

.newsArticle .clickToEnlarge {
	text-align:center;
	font-size:0.75em;
	color:#999
}

#eventCalendar a.fc-event {
	color:#fff !important;
}

.newsListMenu .sc-menu {
	margin-top:-55px;
	padding-bottom:55px;
}