.sidebar .tm-sidebar .widget.list-links-f2 > div a.download-form{
  border: none;
  padding: 15px;
  background-color: #7cb753;
  font-size: 17px;
}
.sidebar .tm-sidebar .widget.list-links-f2 > div a:hover.download-form{
  text-decoration: none;
  background-color: #709A52;
}
.sidebar .tm-sidebar .widget.list-links-f2 > div a.download-form:after{
  display: none;
}

body.home .dir-message {
  	margin-top: 30px;
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.home .dir-message h4 {
  	font-weight: 700;
  	font-size: 22px;
}
body.home .dir-message .container {
  	background-color: #fff;
  	padding: 30px 0;
}
body.home .dir-message .post-excerpt{
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #666;

}