.blog-menu,
.blog-menu *,
.cats-menu,
.cats-menu * {
	list-style: none;
}

.blog-list {
	margin:25px auto;
}

.blog-list h2 {
	padding-bottom: 4px;
}
.blog-list h3 {
	padding-top:0;
	line-height:1.25;
}
.options h3 {
	padding-bottom: 12px;
/* 	color: #036181; */
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	text-align: left;
}
.blog-list {
	list-style: none;
	display: block;
	margin-bottom: 25px;
}
.blog-list li, .aside-nav .blog-menu li {
	display: block;
	margin: 0;
	padding: 0;
}
.blog-list li:before {
	display: none;
}
.blog-list li + li {
	margin-top: 28px !important;
	border-top: 2px solid #20285F;
}
.blog-list li + li .blog-post .cell {
	padding: 28px 0 0;
}
.blog-post .main-photo {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
/* 	height: 421px; */
	width: 100%;
	padding-bottom: 64.3%;
}
.news-details .blog-post h1 {
	margin: 0;
	font-size: 40px;
	line-height: 42px;
}
.news-details .blog-post h2 {
	padding: 0 0 8px;
	margin: 0;
	color: #959595;
	font-size: 18px;
}
.news-details .full-post h2 {
	font-size: 22px;
}
.blog-menu li:before,
.blog .full-post .short-desc {
	display: none;
}
.blog-post .blog-border {
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.blog-post .list-contian {
	padding: 30px;
	background-color: #F9F9F9;
	border-top: 1px solid #E8E8E8;
}
.blog-post .list-contian p {
	font-size: 14px;
	line-height: 22px;
}
.blog-post .blog-date {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 18px;
	color: #acacac;
	margin-bottom: 0px;
}
.news-details a.button {
	margin-top: 0;
	padding: 16px 16px 14px;
	line-height: 16px;
	font-size: 16px;
}
.list-contian h2 {
	margin-top: 0;
	margin-bottom: 5px; 
}
.full-post .main-photo {
	margin-bottom: 16px;
}
.news-details .blog-post.full-post h1 {
	font-size: 44px;
	line-height: 50px;
	padding-bottom: 8px;
}
.blog-menu .month-link, .blog-menu .year-link {
	border-top: 1px solid #FFF;
	font-family: 'sinkin_sans400_regular',Arial,sans-serif !important;
	line-height: 30px;
}
.full-post h3 {
	margin-bottom: 9px;
}
.blog-list h3:before,
.full-post h3:before {
	content:none !important;
}

#side-bar:not(:first-child) {
	margin-top:30px;
}

.options {
	margin-bottom: 30px;
}
.blog-menu {
	background-color: #FFF;
}
.blog-menu ul {
	margin-bottom: 0;
}
.blog-menu li {
	padding: 0;
	margin: 0;
}
.blog-menu .year-link {
	position: relative;
	background-color: #006B63;
	display: block;
	color: #FFF;
	font-size: 18px;
	padding: 9px 22px 9px 35px;
	font-family:inherit !important;
}
.blog-menu .month-link span,
.blog-menu .year-link span {
	display: block;
	height: 25px;
	width: 15px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 12px;
}
.blog-menu .month-link {
	padding-left:40px;
}
.blog-menu .month-link span {
	left:20px;
}
.blog-menu .month-link span:after,
.blog-menu .year-link span:after {
	content: "\f105";
	display: block;
	font-family:FontAwesome;
	height: 31px;
	width: 6px;
	font-size: 24px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	transition: all 0.4s ease 0s;
}
.blog-menu .year-link:hover {
	color: #FFF;
}
.blog-menu > li:hover,
.blog-menu > li:hover .year-link,
.blog-menu .year-link:hover,
.blog-menu .year-link:active,
.blog-menu a.down {
	background-color:#3e9d97 !important;
	font-family:inherit;
}

.blog-menu ul.year {
	display: none;
}
.blog-menu ul.month {
	display: none;
/* 	padding:2px 14px; */
	font-size:18px;
	border-left: 1px solid #E5E3E3;
	border-right: 1px solid #E5E3E3;
	border-bottom: 1px solid #E5E3E3;
}
.blog-menu .month-link {
	position: relative;
	display: block;
	background-color: #E5E3E3 !important;
	color: #2B3A62;
	font-size: 16px;
	padding: 9px 22px 9px 35px;
}
.blog-menu a.down span:after,
.blog-menu a:hover span:after {
	-webkit-transform: rotate(90deg); /* translate(1px, 1px) */
	-moz-transform: rotate(90deg); /* translate(1px, 1px) */
	-ms-transform: rotate(90deg); /* translate(1px, 1px) */
	transform: rotate(90deg); /* translate(1px, 1px) */
}

.blog-menu .month li a {
	padding: 10px 12px;
	display: block;
	font-size: 12px;
	background-color:#E5E3E3 !important;
	font-family:'sinkin_sans400_regular',Arial,sans-serif;
}
.blog-menu .month li a:hover,
.blog-menu .month li a:active {
	color:#FEFEFE !important;
	background-color:#363636 !important;
}
.blog-menu .blog-link.active {
/* 	color: #0c964c; */
}
.blog-menu .month li + li {
	border-top: 1px solid #FFF;
}
.blog-menu .month li:only-child {
	border: none;
}
.blog-menu .month li.last {
	border-bottom: 3px dotted rgba(51, 51, 51, .23);
}
.cats-menu {
	background-color: #F6F6F6;
	padding: 14px 18px 14px 22px;
	margin-bottom: 0;
}
.cats-menu li {
	margin: 0;
	padding: 0;
}
.cats-menu li:before {
	display: none;
}
.cats-menu li + li {
	border-top: 2px solid rgba(51, 51, 51, .23)
}
.cats-menu li a {
	padding: 10px 4px 9px;
	display: block;
	font-family: 'sinkin_sans500_medium',Arial,sans-serif;
	color: #2B3A62;
}
.cats-menu .cats-link.active {
	color: #F47E58;
	font-family: 'sinkin_sans700_bold','Arial Bold',sans-serif;
}
.share-btn {
	background-color: #E83D30;
	color: #FFF !important;
	display: inline-block;
	font-size: 18px;
	line-height: 16px;
	height: 32px;
	padding: 6px 0 !important;
	text-align: center;
	width: 32px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
}
.share-btn a {
  color: #FFF !important;
}
.share-btn + .share-btn {
	margin-left: 4px;
}
.share-btn:hover {
	background-color: #116181;
}
.blog-post .share-button {
	position: absolute;
	overflow: hidden;
	height: 48px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.blog-post .share-button .blog-share {
	position: absolute;
	padding: 8px;
	top: 49px;
	left: 0;
	transition: all 0.5s ease 0s;
	font-size: 0;
}
.full-post .share-button .blog-share {
	position: static;
}
.blog-post:hover .share-button .blog-share {
	top: 0;
}
.blog-post .share-button .blog-share .share-btn {
	border: 1px solid #FFF;
}
.blog-post .share-button .blog-share .share-btn:hover {
	border-color: #116181;
}
.emailBox {
	background-color: #FFF;
	padding: 20px;
}
.emailBox input {
	border: 3px solid #8AC049;
	display: inline-block;
	height: auto;
	padding: 12px 14px;
	width: 238px;
	vertical-align: top;
}
.emailBox p {
	line-height: 18px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#text-area {
  margin-bottom: 55px;
}

.main-content .col-left .btn {
  margin-bottom: 0px;
}

/*************************
  Gallery Images
*************************/

.gallery img {
	height: 1px;
	width: 1px;
	opacity: 0;
	visibility: hidden;
}

.photo-list {
	list-style: none;
	display: block;
	font-size: 0px;
	margin: 30px 0px;
	text-align: left;
}

.photo-list li {
	display: inline-block;
	height: 200px;
	width: 200px;
	padding: 0px !important;
}

.photo-list li + li {
	margin: 0px 0px 0px 10px;
}

.photo-list li:nth-child(4n) {
	margin-left: 0px;
}

.photo-list li:nth-child(n+4) {
	margin-top: 10px;
}

.event-photo {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.event-photo:after {
	content: "VIEW PHOTO";
	background-color: rgba(38, 40, 63, 0.8);
	color: #FFF;
	font-family: 'sinkin_sans600_semibold', Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0px;
	position: absolute;
	bottom:-46px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.event-photo:hover:after {
	bottom:0px;
}

body:not(.desktop) .event-photo::after {
	bottom: 0;
}

@media screen and (max-width:670px) {

	.news-details .blog-post.full-post h1 {
		font-size: 35px;
		line-height: 43px;
	}

}

@media screen and (max-width:560px) {
	
	.photo-list li {
		display: block;
		margin: 0 auto 10px !important; 
	}
  
}

@media screen and (max-width:340px) {

	.news-details .blog-post.full-post h1 {
		font-size: 30px;
		line-height: 38px;
	}
  
}