
/*** Start: Blog Categories ***/

.blog-categories-wrapper{
    max-width: 700px;
    margin: 0 auto 0 auto;
}

.blog-categories{
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.blog-categories li{
	display: block;
	float: left;
	box-sizing: border-box;
}


.blog-categories li a{
	display:block;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	color: #0866b2;
	text-decoration: none;
	border: 1px solid #0866b2;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;

}


@media only screen and (min-width: 1000px){
	.blog-categories li{
		width: 31%;
	}
}

@media only screen and (min-width: 641px){
	.blog-categories li{
		width: 50%;
	}
}

@media only screen and (max-width: 640px){
	.blog-categories li{
		width: 100%;
	}
}

.blog-categories li a:hover{
	background: #0c2e67;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.blog-categories li a.current-blog-category{
    background: #0c2e67;
	color: #ffffff;
	border: 1px solid #ffffff;
}

/*** End: Blog Categories ***/







/*** Start: Blog 'Just For You' Section ***/


.moreForYouHeading{
	font-family: "Roboto", Arial;
	font-weight: bold;
	font-size: 24px;
	color: rgb(31, 31, 31);
	margin-top:2em;
}

.moreArticlesYouMightLikeList{
	margin-bottom: 4em;
}

.moreArticlesYouMightLikeList a{
	float: left;
	display: block;
	border: 1px solid #c9c9c9;
	margin-right: 0.75em;
	margin-left: 0.75em;
	margin-top: 2em;
	padding-bottom: 0.5em;
	border-radius: 1em;
	box-sizing: border-box;
}


@media only screen and (max-width: 640px){
	.moreArticlesYouMightLikeList a{
		width: 42.5%;
	}

	.moreArticlesYouMightLikeList a:last-of-type{
		display: none;
	}
}

@media only screen and (min-width: 641px) {
	.moreArticlesYouMightLikeList a{
		width: 28%;
	}

	.moreArticlesYouMightLikeList a:last-of-type{
		display: block;
	}
}

.moreArticlesYouMightLikeList a:hover{
	border: 1px solid #6b6b6b;
	cursor: pointer;
}

.moreArticlesYouMightLikeList a .moreForYouArticleTitle{
	font-family: "Roboto", Arial;
	font-size: 20px;
	color: rgb(31, 31, 31);
	overflow: hidden;
}



.moreArticlesYouMightLikeList a .moreForYouArticleFeaturedImage{
	width: 100%;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}



/*** End: Blog 'Just For You' Section ***/




