.articles {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	overflow:hidden;
}

.articleList {
	
}

.articles .article {
	margin: 30px auto 0;
	/*max-width: 600px;*/
	cursor:pointer;
}

.topArticles .article {
	margin: 0 auto 30px;
}

.articles .articleContainer {
	padding:0 20px 90px;
	background:#fcfcfc;
	height: 100%;
	position:relative;
}

.articlesWithCategories .articles .articleContainer {
	background:none;
	border-bottom:1px solid #ddd;
}

.articles .article:hover {
	opacity:0.85;
}

.articles .articleImageContainer {
	margin:0 -20px 15px -20px;
	padding-bottom:50%;
	overflow:hidden;
	position:relative;
}

.articles .articleImage {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size:cover;
	background-position:center;
}


.articles.topArticles > h2 {
	/*font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:48px;
	padding:15px 0 0;
	margin:0;
	color:#858685;*/
	margin:0 0 15px 0;
	font-size:28px;
	color:#175f9d;
	text-align:center;
}


.articles .articleContent > h2 {
	font-size:18px;
	line-height:22px;;
	font-weight:bold;
	margin:0 0 10px;
	color:#454547;
	text-decoration:underline;
}

.articles .articleContent > h3 {
	font-size:12px;
	line-height:normal;
	margin:0;
	color:#454547;
}

.articles .articleContent > h4 {
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	margin:0 0 10px;
}

.article .readMore {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
}

.article .readMore a.btn, .articleList .allArticles a.btn {
	background:none;
	color:#888;
	border:1px solid #888 !important;
	text-transform:uppercase;
	font-size:22px;
	padding:3px 50px !important;
}

.article .readMore a.btn:hover, .articleList .allArticles a.btn:hover {
	background:#888;
	color:#fff;
}

.articleList .allArticles {
	margin: 30px 0 0;
	text-align: center;
	width: 100%;
}

.articles, .topArticles {	
	
}

.topArticles .articleList {
	margin: 0 -15px;
}


.articles .hoverZoom {
	/*-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
	-webkit-transition: all 2s cubic-bezier(.5,0,0,1);
	transition: all 1s cubic-bezier(.5,0,0,1);
}

.articles .hoverZoomIn {
	-webkit-transform: scale(1.10); 
	transform: scale(1.10);
}




.articleDetail {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:30px;
	padding-bottom:30px;
}

.articleDetail h2 {
	font-size:21px;
	line-height:25px;
}

.articleDetail h3 {
	font-size:16px;
	line-height:20px;
}

.articleDetail .articleWithSidebar {
    margin: 0 -30px;
}

.articleDetail .articleFooter {
	margin-top:45px;
	font-weight:bold;
}

.articleDetail .photos {
	margin:0 -30px;
}

.articleDetail .photo-single {
	max-width:500px;
}

.articleDetail .photos figure, .articleDetail .photosSidebar figure {
	margin:15px auto 30px;
}

.articleDetail .photos figure img, .articleDetail .photosSidebar figure img {
	border:1px solid #999;
}

.articleDetail .photos figcaption, .articleDetail .photosSidebar figcaption {
	margin-top:5px;
	font-size:13px !important;
	line-height:17px !important;
}

.articleDetail .photosSidebar {
    margin-top: -20px;
}

.articleDetail .addPhotos {
	display:table;
	margin:15px auto;
}

.articleDetail .addPhotos ul li:first-child::after {
	content:"Add Photo/Caption";
	margin-right:15px;
}

span.unpublished {
	color:#cc0000 !important;
}

.articleDetail .clickToEnlarge {
	text-align:center;
	font-size:0.75em;
	color:#999
}

.articleDetail .photo-single {
    max-width: 800px !important;
}

.articleDetail .photos figcaption {
    margin-top: 10px !important;
	font-size:13px !important;
	line-height:17px !important;
}

.articleDetail .PopupImage {
	cursor:pointer;
}

.articleDetail img {
    max-width: 100%;
    height: auto;
	margin: 0 auto;
	display: block;
}

.articleDetail .popupImage, .articleDetail .noPopupImage {
	cursor:pointer;
}



/* Pagination */
.articles nav {
	display:table;
	margin:0 auto;
}
.articles .pagination {
  height: 36px;
  margin: 18px 0;
}
.articles .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);
}
.articles .pagination li {
  display: inline;
}
.articles .pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.articles .pagination a:hover,
.articles .pagination .active a {
  background-color: #f5f5f5; text-decoration:none;
}
.articles .pagination .active a {
  color: #999999;
  cursor: default;
}
.articles .pagination .disabled span,
.articles .pagination .disabled a,
.articles .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.articles .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;
}
.articles .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;
}
.articles .pagination-centered {
  text-align: center;
}
.articles .pagination-right {
  text-align: right;
}
.articles .pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.articles .pager:before,
.articles .pager:after {
  display: table;
  content: "";
}
.articles .pager:after {
  clear: both;
}
.articles .pager li {
  display: inline;
}
.articles .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;
}
.articles .pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.articles .pager .next a {
  float: right;
}
.articles .pager .previous a {
  float: left;
}
.articles .pager .disabled a,
.articles .pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.articles .pagination > .active > a:hover {
	 border-color:#ddd;
}
.articles .pagination > li > a {
	color:#000;
}

.articlesWithCategories {
	display:flex;
	flex-direction: row;
}

.articlesWithCategories .categoryList {
	width: 225px;
	flex-shrink: 0;
}

.articlesWithCategories .categoryList .categoryMenu p {
	margin-bottom: 	5px;
}

.articlesWithCategories .categoryList .categoryMenu ul {
	margin-bottom:20px;
}

.articlesWithCategories .categoryList .categoryMenu ul:last-child {
	margin-bottom:0;
}

.articlesWithCategories .categoryList .categoryMenu ul li a {
	line-height:28px;
	font-weight: bold;
}

.articlesWithCategories .articles .article {
	margin-top:15px;
	margin-bottom:30px;
}

.articlesWithCategories .categoryList .selected {
	color:#8eb954;;
}

.articlesWithCategories .categoryList .mobileCategories, .articlesWithCategories .categoryList .mobileYears {
	display:none;
	margin-bottom:15px;
	text-align:center;
	white-space: nowrap;
}

.articlesWithCategories .categoryList .mobileCategories .dropdown, .articlesWithCategories .categoryList .mobileYears .dropdown {
	display: inline-block;
}

.articlesWithCategories .articleResults {
    text-align: center;
    color: #797979;
}

.imageGallery {
	display:none;
}

.imageGalleryLinks a {
	cursor:pointer;
}

@media all and (max-width:768px) {
	.articlesWithCategories {
		display:block;
	}
	
	.articlesWithCategories .categoryList {
		width:auto;
		text-align:center;
	}
	
	.articlesWithCategories .categoryList .categoryMenu {
		display:none;
	}
	
	.articlesWithCategories .categoryList .mobileCategories, .articlesWithCategories .categoryList .mobileYears {
		display:inline-block;
		margin: 5px 10px;
	}	
}

@media all and (max-width:360px) {
	.articles .articleContainer {
		padding: 0 20px 70px;	
	}
	
	.articles.topArticles > h2 {
		font-size:36px;
		padding:15px 0 0;
	}
	
	.articles .articleContent > h2 {
		font-size:24px;
		margin:0 0 20px;
	}
	
	.articles .articleContent > h3 {
		font-size:14px;
	}
	
	.articles .articleContent > h4 {
		font-size:16px;
		margin:0 0 15px;
	}
	
	.article .readMore a.btn {
		font-size:16px;
		padding:3px 25px !important;
	}
}