.subscription-page {
	color:#EC1C25;
	padding-top:30px;
	text-transform: uppercase;
	max-width:700px;
	margin:0 auto;
}

.subscription-step {
	font-size:65px;
	font-weight:300;
}

.subscription-step-desc {
	text-transform: uppercase;
	font-size:30px;
	letter-spacing: 1px;
	font-weight:600;
}

.subscription-step-container {
	margin-bottom:150px;
}

.step-option {
	border:0;
	border-radius: 7px;
	padding:8px;
	display:inline-block;
	margin-right:40px;
	max-width:25%;
	vertical-align: bottom;
	cursor: pointer;
	letter-spacing: 1px;
}
.step-option.top-align {
	vertical-align: top;
}
.step-option.block {
	max-width: none;
	display:block;
	margin-right:0;
	font-size:28px;
	font-weight:600;
}
/*
.step-option.active {
	border:1px solid #ec1c25;
}
*/
.step-option-image {
	display:inline-block;
	margin-bottom:10px;
	width:100%;
	max-width:150px;
	height:auto;
	max-height:150px;
	height:auto;
	vertical-align: middle;
}
.step-option-image.small {
	width:auto;
	max-width:40px;
	height:auto;
	max-height:40px;
}
.step-option .img-container {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	min-width:40px;
}
.step-option span {
	display:inline-block;
	vertical-align: middle;
	font-size:16px;
	font-weight:600;
}
.step-option.block span {
	font-size:24px;
}

.subscription-page .order-btn {
	max-width:200px;
}

.page-id-1339 h1.page-title {
	font-size:50px;
	max-width:800px;
	margin:20px auto 25px;
}

@media screen and (max-width:550px) {
	.step-option {
		margin-right:20px;
		max-width:45%;
	}
}