.block-menu-menu-menu-home {
	> .content {
		.menu {
			list-style: none;
			margin: 0;
			font-size: 0;
		}

		.menu-item {
			box-shadow: 2px 2px 1px shade($c-brand-whitesmoke, 10);
			list-style: none;
			width: 32%;
			margin-right: 2%;
			display: inline-block;
			font-size: 16px;
			margin-bottom: 1em;

			&:nth-child(3n) {
				margin-right: 0;
			}

			a, a:link {
				background: $c-white;
				color: $c-brand-green-lawn;
				display: block;
				font-size: 150%;
				font-weight: 300;
				padding: 0.5em 0.8em;

				span {
					clear: both;
					color: $c-brand-green-dark;
					display: block;
					font-size: 1.2em;
					font-weight: bold;
					padding-top: 0.4em;
					text-transform: uppercase;
				}
			}
		}
	}
}
