/*ARTICLES*/
.wp-articles {
	cursor: pointer;
}
.wp-articles-hover h4 {
	color: #DD2222;
}

/* ARTICLE HEADING */
@media only screen and (min-width: 64.063em) {
.wp-article h1 {
	font-size: 48px;
}
}
/*RELATED CONTENT*/
.wp-related-content {
	background: transparent url("/content/dam/autodesk/www/campaigns/inspired-by-autocad/banners/compare-2d-3d-bg-image-1920x657.jpg") no-repeat scroll center top/cover;
}
.wp-related-content .wp-articles {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #dadada;
}
/* READY TO TAKE ACTION CARD */
.wp-action-box {
	border-width: 2px;
	border-style: solid;
}
/* SOCIAL MEDIA BUTTONS */
.social-btns {
	padding: 20px 0 0;
	text-align: left;
}
.social-btns a, .social-btns a:hover, .social-btns a:visited, .social-btns a:active {
	border-bottom: none;
}
html>body .cf_widget .cf_ratingcount_left {
	display: none !important;
}

/*BUTTONS */
.wp-grey-button a.wd-button, .wp-grey-button a.wd-button:visited {
	background-color: #797979;
}
.wp-grey-button a.wd-button:hover, .wp-grey-button a.wd-button:active {
	background: #666;
}

@media only screen and (max-width: 64.063em) {
a.wd-button {
	font-size: 14px;
}
}
