.plan-design .row{
	margin: 0;
	padding: 0 !important;
	position: relative;
	margin-bottom: 25px;
}
.plan-design .row:hover,
.plan-design .row:focus{
	cursor: pointer;
}
.plan-design .row:hover .plan-selection-checked:after,
.plan-design .row:hover .plan-selection-uncheck:after,
input[type=checkbox]:focus + .key-feature > .plan-selection-checked:after,
input[type=checkbox]:focus + .key-feature > .plan-selection-uncheck:after,
input[type=checkbox]:hover + .key-feature > .plan-selection-checked:after,
input[type=checkbox]:hover + .key-feature > .plan-selection-uncheck:after,
input[type=checkbox]:active + .key-feature > .plan-selection-checked:after,
input[type=checkbox]:active + .key-feature > .plan-selection-uncheck:after{
	outline: 2px solid #00bdf2 !important;
	outline-offset: 2px !important;
	border-color: #ffffff !important;
}
.plan-selection-checked:after,
.plan-selection-uncheck:after{
	content: "\2713";
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.5rem;
	color: #ba0c2f;
	border: 1px solid #ba0c2f;
	padding: 5px 10px;
}
.plan-selection-uncheck:after{
	color: #ffffff !important;
	border-color: #757575;
}
.plan-design .key-feature,
.plan-design .plan-name{
	padding: 0 !important;
	float: left;
}
.plan-design .plan-name{
	font-size: 1.3rem;
	line-height: 1.8rem;
	background: #51534a;
	color: #ffffff;
	width: 175px;
	height: 210px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: none;
	transition: box-shadow .4s ease;
	pointers-event: none;
}
.plan-design .plan-name label{
	display: inline-block;
	padding: 20px 15px;
	width: 150px;
	box-sizing: border-box;
	cursor: pointer;
}
.plan-design input[type=checkbox]{
	position: absolute;
	background: #ffffff;
	left: -99999px;
}
.plan-design .alternate{
	background: #f7f7f9;
	color: #51534a;
}
.plan-design .key-feature{
	height: 175x;
	width: auto;
	margin-left: 25px;
	box-sizing: border-box;
}
.plan-design .key-feature strong{
	font-size: 1.2rem;
	font-weight: 400;
	color: #ba0c2f;
	border-bottom: 1px solid #51534a;
}
.plan-design .key-feature ul{
	margin: 0 0 0 30px;
}
.plan-design .key-feature li{
	font-size: 1rem;
	line-height: 1.6rem;
	list-style: square;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
	width: 300px;
}
.plan-design .key-feature li:last-child{
	margin-bottom: 0;
}
input[type=checkbox]{
	width: 20px;
	height: 20px;
}
.plan-design .plan-name label,
.plan-design .key-feature strong,
.plan-design .key-feature li{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}