/* CSS Document */
.site_content h1 {
	color:#303b42;
	padding-top:40px;
	padding-bottom:20px;
	font-size:30px;
	font-weight:300;
	font-style:italic;
}

.site_content h1 span {
	color:#00437c;
	display:inline-block;
	font-weight:normal;
	padding-left:35px;
}

.site_content h2.edit_form_name {
	width: 980px;
	margin: auto;
	font-size: 24px;
	font-weight: normal;
	color: #0088CF;
	text-align: left;
	font-style: italic;
	padding-bottom: 15px;
}

.steps {
	list-style-type: none;
	height:100px;
}

.steps li {
	float:left;
	margin-right:10px;
}

.steps li.last {
	margin-right:0;
}

.steps li a {
	display:inline-block;
	height:40px;
	line-height:40px;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background:#00437c;
	text-align:left;
}

.steps li a.disabled {
	background:#adb4b9;
}

.steps li a.disabled.cursor {
	cursor:default;
}

.steps li a.disabled span {
	color:#adb4b9;
}

.steps li a.clickable {
	background:#848b91;
}

.steps li a.clickable span {
	color:#848b91;
}

.steps li a span {
	display:inline-block;
	width:22px;
	height:22px;
	margin-left:10px;
	text-align:center;
	line-height:20px;
	background:#ffffff;
	border-radius:11px;
	font-weight:bold;
	font-size:16px;
	color:#00437c;
	margin-right:7px;
}

.steps li a.step_1 {width:138px;}
.steps li a.step_2 {width:186px;}
.steps li a.step_3 {width:171px;}
.steps li a.step_4 {width:130px;}
.steps li a.step_5 {width:189px;}
.steps li a.step_6 {width:116px;}

.steps.change li a.step_1 {width:168px;}
.steps.change li a.step_2 {width:216px;}
.steps.change li a.step_3 {width:191px;}
.steps.change li a.step_4 {width:225px;}
.steps.change li a.step_5 {width:140px;}

.for_form {
	padding-bottom:60px;
}

.for_form h2 {
	width:980px;
	margin:auto;
	font-size:24px;
	font-weight:normal;
	color:#0088cf;
	text-align:left;
	font-style:italic;
	padding-top:30px;
	padding-bottom:8px;
}

.form {
	background:#ffffff;
	padding:25px 40px 27px 0;
	width:940px;
}

.form .for_form_table {
	width:600px;
	float:left;
}

.form .for_help {
	float:left;
	margin-left:40px;
	width:300px;
	font-size:14px;
	color:#303b42;
	text-align:left;
	margin-top:4px;
	position:relative;
}

.form .for_help p {
	display:none;
	position:absolute;
	left:0;
	top:0;
}

.continue_button {
	padding-top:20px;
	text-align:right;
	width:980px;
	margin:auto;
	height:58px;
}

.continue_button .button {
	float:left;
}

.continue_button .button.blue {
	float:right;
}

.for_download_pdf {
	padding-top:40px;
	padding-bottom:40px;
}

.for_download_pdf .left_content {
	width:505px;
	float:left;
	border-radius:5px;
	background:#ffffff;
	padding:40px;
}

.for_download_pdf .right_content {
	width:280px;
	float:right;
	border-radius:5px;
	background:#ffffff;
	padding:40px;
}

.for_download_pdf .download_note {
	display:block;
	float:left;
}

.for_download_pdf .download_description {
	display:block;
	float:right;
	width:600px;
	padding-right:50px;
	padding-top:25px;
}

.gdpr_info {
	text-align:left;
	font-size:12px;
	font-style:italic;
	color:#999999;
	padding-bottom:20px;
}

.gdpr_info a {
	color:#303b42;
}