.polygon-content {
	padding-top:170px;
    text-align: center;
}
.templatemo-row	{ margin: 0px 30px; }
.hex-box {
    width: 265px;
    float: none;
    display: inline-block;
    vertical-align: top;
    height: 230px;
    margin-left: 13px;
    margin-bottom: 13px;
}
.hex-offset	{ margin-left: 12.2%; }
.hexagon2, .hexagonteam {
	position: absolute;
	width: 200px;
	height: 400px;
	top: -85px;
}
.hexagon {
	position: absolute;
    width: 100%;
    height: 400px;
    top: -125px;
	overflow: hidden;
	visibility: hidden;

	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	cursor: pointer;
}

.hexagon-in1 {
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hexagon-in2 {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;

	-webkit-background-size: 125%;
	-moz-background-size: 125%;
	background-size: 125%;
	visibility: visible;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hexagon-in2{
	webkit-box-shadow: inset 0 0 0 200px rgba(36,36,36, 0.7);
	box-shadow: inset 0 0 0 200px rgba(36,36,36, 0.7);
	background-color: #13405c;
}
.no-hezagon-img .hexagon-in2{
	box-shadow: none;
}
.no-hezagon-img.business-consulting .hexagon-in2{
	background-color: #f28729;
}
.no-hezagon-img.business-consulting .hexagon-in2:hover{
	background-color: #b15707;
}


.no-hezagon-img.tax-returns .hexagon-in2{
	background-color: #e5b434;
}
.no-hezagon-img.tax-returns .hexagon-in2:hover{
	background-color: #a17503;
}


.no-hezagon-img.admin-audits .hexagon-in2{
	background-color: #88b723;
}
.no-hezagon-img.admin-audits .hexagon-in2:hover{
	background-color: #517405;
}


.no-hezagon-img.self-managedsuper .hexagon-in2{
	background-color: #00b7e3;
}
.no-hezagon-img.self-managedsuper .hexagon-in2:hover{
	background-color: #077691;
}

.hexagon-wrap{
	position: relative;
}
.hexagon-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.hexagon-text a {
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	line-height: 33px;
	position: relative;
	font-family: 'Gotham';
	width: 255px;
	display: block;
	padding: 0 10px 25px 10px;
}
.hexagon-text a:hover{
	color: #fff;
	text-decoration: none;
}
.hexagon-text a:after{
	content: "";
	position: absolute;
	background: url(/template/8892317f/images/arrow-long.png) no-repeat;
	width: 35px;
	height: 11px;
	bottom:0;
	left: 50%;
	margin-left: -18px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hexagon-wrap:hover  .hexagon-text a:after {
	  margin-left: -10px;
}
