
/** ADD YOUR AWESOME CODES HERE **/
#five-pillar-tabs {
	padding-top: 0;
}
#five-pillar-tabs .resp-tabs-list li {
	border: none;
	width: 20%;
	padding: 0!important;
	position: relative;
	margin-top: 15px;
}
#five-pillar-tabs .five-pillar-tab {
	position: relative;
}
#five-pillar-tabs .five-pillar-tab .five-pillar-tab-heading {
	position: absolute;
	left: 0;
	bottom: 46px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	font-size: 17px;
	line-height: 25px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#five-pillar-tabs .five-pillar-tab .five-pillar-tab-heading span {
	display: block;
}
#five-pillar-tabs .five-pillar-tab:hover .zoom,
#five-pillar-tabs .resp-tab-active .zoom {
	transform: scale(1.1);
    box-shadow: 5px 2px 5px 3px #ccc;
}
#five-pillar-tabs .five-pillar-tab:hover .five-pillar-tab-heading,
#five-pillar-tabs .resp-tab-active .five-pillar-tab-heading {
	font-size: 22px;
	line-height: 30px;
}
#five-pillar-tabs .resp-tab-content {
	border: none;
	padding: 15px 0 15px 0;
}
.numberrow {
    margin: 0;
    padding: 25px 15px;
    background-color: #ecf1e7;
}
.numberrow .numbercol {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 25px;
}
.numberrow h3 {
    margin: 0 0 20px 25px;
    padding: 0;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 38px;
    position: relative;
}
.numberrow h3 span {
    display: block;
    margin: 0;
    padding: 0;
    color: #8dc63f;
}
.numberrow .numbercol p {
    margin: 0 0 20px 0;
    padding: 0;
}
.numberrow .numbercol h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    color: #8dc63f;
    line-height: 34px;
}
.numberrow .numbercol h4::after {
	display: none;
}
.hexagon-col {
    width: 145px;
    height: 163px;
    float: left;
    display: table;
    margin: 0 15px 0 0;
    padding: 0;
    background: url(../images/hexagon-bg2.png) no-repeat center center;
    background-size: cover;
}
.hexagoninn {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.clrfix {
    clear: both;
    display: block;
}
.numberrow .numbercol ul.bullet {
    margin: 0;
    padding: 0;
}
.numberrow .numbercol ul.bullet li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    list-style: none;
    background: url(../images/bullet.png) no-repeat 0 8px;
    line-height: 24px;
    font-size: 16px;
    color: #616161;
}
#five-pillar-tabs .resp-tabs-list li:after {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%);
    border-bottom: solid 0 #ecf1e7;
    border-right: solid 0 transparent;
    border-left: solid 0 transparent;
    content: '';
    transition: 0.2s;
}
#five-pillar-tabs .resp-tabs-list li.resp-tab-active:after {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    border-bottom: solid 15px #ecf1e7;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    content: '';
}

@media(min-width: 769px) and (max-width:1269px ){
	#five-pillar-tabs .five-pillar-tab {
	    position: relative;
	    margin: 0 10px;
	}
}

@media (max-width: 768px) {

	.numberrow .numbercol {
		width: 100%;
		float: none;
		padding: 0;
		    height: auto!important;
	}
	#five-pillar-tabs h2.resp-accordion {
		background-color: #8ec741;
		border: none;
		border-bottom: 1px solid #f5ffe9;
	}
	.five-pillar-tab-img {
		display: none;
	}
	#five-pillar-tabs .five-pillar-tab .five-pillar-tab-heading {
	    position: relative;
	    left: 0;
	    bottom: 0;
	    text-align: left;
        font-size: 15px;
    	line-height: 23px;
	}
	#five-pillar-tabs .five-pillar-tab .five-pillar-tab-heading span {
		display: inline-block;
	}
	#five-pillar-tabs .five-pillar-tab:hover .five-pillar-tab-heading,
	#five-pillar-tabs .resp-tab-active .five-pillar-tab-heading {
		font-size: 17px;
		line-height: 25px;
	}
	#five-pillar-tabs .resp-tab-content {
	    border: none;
	    padding: 0px;
	}
	#five-pillar-tabs .resp-arrow {
		border-top-color: #f5ffe9;
	}
	#five-pillar-tabs h2.resp-tab-active span.resp-arrow {
	    border-bottom: 10px solid #f5ffe9;
	}
	#five-pillar-tabs {
	    padding-top: 0;
	}
	.numberrow {
	    margin: 0;
	    padding: 15px 25px;
	}
	.numberrow h3 {
    font-size: 24px;
    line-height: 28px;
    margin-left: 0;
}
.hexagon-col {
	margin: 0 auto;
	float: none;
}
.numberrow .numbercol h4 {
	font-size: 20px;
	text-align: center;
}
.numbercol img {
	max-width: 100%;
}
}
