@charset "utf-8";
/* CSS Document */
  .articles .SubCats_Categories_DIV > div {
    width: 47.5% !important;
    margin-right: 2.5% !important;
    margin-bottom: 30px !important;
    padding:0px;
    border-radius: 3px;
    text-align: left;
	height:200px!important;
	cursor: pointer;
	}
	
.articles .SubCats_Categories_DIV .CategoryName a {
	display:inline-block;
	margin-top:120px;
	background-color:#000000;
	color:#FFFFFF;
	padding:10px;
	margin-bottom:0px;
	font-size:26px;
	text-transform:none;
	font-weight:normal;
	}	
	
.articles .SubCats_Categories_DIV .CategoryImageLink {
	display:none;
	
	}

.articles .subcategory {
	border:none;
	border-bottom:10px solid #85d1f4;
	background-color: rgb(240, 240, 240);
	}
	
.article .category__description {
	width:72.5%!important;
	margin-right:2.5%!important;
	overflow:hidden;
	height:auto!important;
	float:left;}
	
.article .products {
	float:right;
	width:25%!important;}
	
.article .products .product__container {
	width:100%!important;
	margin-bottom:2em;}
	
.article h1 {
	font-size:3em;
	color:#3ab3ee;}
	
.article h2 {
	font-size:1.5em;
	}

.article h4.aw-heading{
	float: right;
	width: 25%;
}
	
.articleAuthorDate {
	color:#C0C0C0;
	margin-top:15px!important;}
	
.articleIntro {
font-size:3em;}

#FacebookLike {
	height:25px;}

.articles .SubCats_Categories_DIV>div.last {
    margin-right: 2.5% !important;
}