.main-navigation-menu {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	background-color: #1167B5;
}

.main-navigation-menu ul {
		position: absolute;
		z-index: 99;
		display: none;
		border: 1px solid rgba(255, 255, 255, 0.075);
		border-top: none;
		background-color: #1167b5;
		width: auto;
	}

/* Read More Button */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 8px;
	color: #fff;
	background-color: #30A60A;
	font-size: 15px;
}

.more-link:link,
.more-link:visited {
	color: #fff;
	background-color: #1167B5;
	text-decoration: none;
}

.more-link:hover,
.more-link:active {
	color: #fff;
	background-color: #1167B5;
	text-decoration: none;
}

submenu{
	background-color: #30A60A;
}

a,
a:link,
a:visited {
	color: #30A60A;
	text-decoration: underline;
}

a:hover {
	color: #30A60A;;
	text-decoration: underline;
}
a:focus,
a:active {
	text-decoration: none;
}


 


.pagination .current {
	display: inline-block;
	padding: 0.2rem 0.8rem;
	margin-right: 3px;
	text-align: center;
	background-color: #30A60A;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
	display: block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	background-color: #1167b5;
	font-size: 15px;
	font-size: 0.9375rem;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.6em 0.8em;
	border: none;
	background-color: #1167b5;
	}
