.anchor-menu{
	border: 1px solid #d9d9d9;
	padding: 0 0.8em 0.6em;
	max-width: 340px;
	margin-bottom: 8px;
	background-color: #fff;
}

.anchor-menu-heading.anchor-menu-heading.anchor-menu-heading{
	border-bottom: 1px solid #d9d9d9;
	padding: 0.40em 0 0.60em;
	font-size: 1.125em;
	margin-bottom: 0.5em;
	font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

a.anchor-menu-item{
	font-size: 0.85em;
  font-weight: 400;
  color: #000;
  margin-top: 0;
	font-family: museo-sans;
	display: block;
	text-decoration: none;
	padding: 5px 0;
}

a.anchor-menu-item:hover{
	background-color: #fafafa;
	text-decoration: underline;
}

/************************
 Article On Mobile
*************************/
@media only screen
and (max-width : 700px) {

	.anchor-menu{
		display: none;
	}

}
