@charset "UTF-8";
/* CSS Document */

.main {
	font-size: 65%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #b8ebe5;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main h1 {
	font-family: Arial, sans-serif;
	display: block;
	color: #3076c1;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.main p {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 1.5em;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.panel {
	display: block;
	margin-bottom: 20px;
	background-color: rgb(255, 255, 255);
	border: 1px solid transparent;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
	margin-right: 15px;
	margin-left: 15px;
}
.panel-step{
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 740px;
}
.panel-head p {
	/* [disabled]line-height: 1.2em; */
}
.panel-step span {
	color: #3076c1;
	font-size: 1.2em;
	font-weight: bold;
}
.steps{
	display: block;
	margin: 8px;
	border: 1px solid #6966AD;
	border-radius: 10px 10px 10px 10px;
	background-color: #f5fff2;
	padding: 8px;
	float: left;

}
.steps h2{
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	display: block;
	float: left;
}
.step-copy{
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.step-copy p {
	display: block;
	color: #000000;
	font-size: 1.2em;
	max-width:460px;
	font-weight: 100;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.step-copy h3 {
	display: block;
	color: #0071bc;
	font-size: 1.2em;
	max-width:460px;
	font-weight: 100;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.step-copy a {
	color: #0071bc;
}
.step-copy a:link {
	color: #0071bc;
	text-decoration: none;
}
.step-copy a:hover {
	color: #6966AD;
	border-bottom: 1px dashed #6966AD;
}


.panel:before, .panel:after {
    -moz-box-sizing: border-box;
}
.step1 {
	float: left;
	background-image: url(../images/Circle-numbers.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 42px;
	height: 42px;
}
.step2 {
	float: left;
	background-image: url(../images/Circle-numbers.png);
	background-repeat: no-repeat;
	background-position: -56px 0px;
	width: 42px;
	height: 42px;
}
.step3 {
	float: left;
	background-image: url(../images/Circle-numbers.png);
	background-repeat: no-repeat;
	background-position: -112px 0px;
	width: 42px;
	height: 42px;
}
.btn {
	display: block;
	height: 60px;
	/* [disabled]width: 400px; */
	margin-right: 8px;
	margin-left: 8px;
	clear: both;
}
.start-now{
	cursor: pointer;
	height: 40px;
	font-size: 19px;
	font-family: Arial, sans-serif;
	color: #0071bc;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	border: 1px solid #6eff00;
	display: table;
	text-decoration: none;
	line-height: 40px;
	clear: both;
	background-color: #deffd5;
}
.start-now:hover {
	background: #95aad3; /* Old browsers */
background: -moz-linear-gradient(top, #95aad3 0%, #adabd3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95aad3), color-stop(100%,#adabd3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* IE10+ */
background: linear-gradient(to bottom, #95aad3 0%,#adabd3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aad3', endColorstr='#adabd3',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
@media(min-width: 800px) {
	.panel {
	margin-right: 50px;
	margin-left: 50px;
	}
	
	
}
@media(min-width: 601px) {
	.steps{
	width: 210px;
	height: 180px;
	}
	
}
@media(max-width: 600px) {
	.steps {
	padding: 10px;
	float: none;
	clear: left;

}
.panel-head p {
	padding-right: 30px;	
}

}
