.clear-fix:after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.megamenu-categories-outer {
  	max-width: 900px;
  	padding: 10px;
  	font-family: lato,arial,sans-serif;
    font-size: 14px;
    width: 100%;
    margin: 0 auto 30px;
}

.megamenu-category-tile {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
	border-radius: 0;
	transition: box-shadow .4s ease,transform .4s ease;
}

.megamenu-category-tile:hover {
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate(0,-6px);
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    transform: translate(0,-6px);
    cursor: pointer;
    text-decoration: none;
}

.megamenu-category-link {
    font-size: 1em;
}

.megamenu-category-link a,
.megamenu-category-link a:hover {
	text-decoration: none;
}

.megamenu-category-link {
    font-size: 1em;
}

.hn-btn-blue {
    background: #008fd9;
    color: #fff;
    text-decoration: none;
}

.hn-btn {
    display: inline-block;
    font-size: .8125em;
    line-height: 1em;
    padding: .8em 1.8em;
    border-radius: 20px;
}

.megamenu-category-thumbnail img {
	max-width: 100%;
	display: block;
}

.megamenu-category-link:nth-child(4n+4) {
  	margin-right: 0;
}

.megamenu-category-tile .megamenu-category-name {
  	padding: 15px;
}

.megamenu-category-link h3 {
  	min-height: 2em;
  	font-size: 1.2857em;
    line-height: 1em;
    margin: 0 0 2px;
    font-weight: normal;
    color: #008fd9;
}

.hn-megamenu-button-outer {
	margin-bottom: 30px;
}

.hn-megamenu-button {
	display: inline-block;
	text-decoration: none;
	color: #373737;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	border: 1px solid #373737;
	background: transparent;
	padding: 12px 50px;
	text-transform: uppercase;
	transition: all 0.2s;
}

.hn-megamenu-button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #373737;
}