/*-------------------------------------| CREATE ACCOUNT |------------------------------------- */
.account-title h1 {
	margin-bottom: 45px;
}
.account-title h2 {
	margin-bottom: 20px;
}
.account-option {
	float: left;
	width:232px;
	height: 277px;
	background-color: #ededed;
	margin-left:4px;
	text-align: center;
	padding: 45px 25px 30px;
	border:2px solid #ededed;
	line-height: 18px;
	position: relative;
}
.representative .account-option {
	padding-top: 60px;
}
.account-option:first-child {
	margin-left:0;
}
.account-option:hover {
	border:2px solid #fee57f;
	cursor: pointer;
	color:#334048;
}
.account-option.selected {
	cursor:default;
	background-color: #d2f0f2;
	border:2px solid #000000;
	color:#334048;
}
.account-option.selected:after {
	font-family: 'CalHEERS-Icons';
	content: "\e610";
	font-size: 25px;
	position: absolute;
	top: 10px;
	right:0;
}
.account-option [class^="icon-"] {
	font-size: 55px;
	display: block;
	margin-bottom: 15px;
}
.account-option .title {
	font-size: 22px;
	margin:15px 0;
	line-height: 25px;
}
.account-option p {
	font-size: 14px;
}
.grid_30 .account-option:last-child .title {
	margin-top: 10px;
};
