/*
Theme Name:     APPEA Our Natural Advantage
Theme URI:      http://www.ournaturaladvantage.com.au
Description:    Custom Wordpress theme for the Our Natural Advantage campaign: ;
Version:        1.0
Author:         ED
Author URI:     http://www.ed.com.au
*/

#states {
	height: 500px !important;
}
.state-group {
	max-width: 970px;
	margin: 0 auto;
}
.state-box {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.state-box:last-of-type {
	margin: 0;
}
.state-frame {
	background-color: white;
	padding: 10px;
	box-sizing: border-box;
}
.state-img {
	height: 180px;
	line-height: 180px;
	text-align: center;
	background-size: cover;
	background-position: center;
}
.state-name {
	color: white;
	font-size: 30px;
	font-weight: 900;
}
.state-blurb {
	text-align: center;
	color: white;
	margin-top: 18px;
}
.state-blurb:after {
	content: '►';
	color: rgb(29,173,240);
	padding-left: 15px;
	font-size: 12px;
}
