div#form_wrap {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

div#form_wrap div#form_heading {
	margin: 0 0 5px 0;
	padding: 8px 0 8px 0;
	display: block;
	clear: both;
	color: #333;
	font-size: 28px;
	font-weight: normal;
}

div.form_block {
	width: 622px;
	margin: 0 auto;
	padding: 0px;
	display: block;
	clear: both;
	color: #666666;
	font-size: 13px;
	font-weight: bold;

}

div.form_block table {
	color: #666666;
	font-size: 13px;

}

.edit-details-link {
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	width: 101px !important;
	height: 21px !important;
	cursor: pointer !important;
	border: 0 none !important;
}

.edit-details-link:hover {
	background-position: 0px -21px !important;
}

.even-item {
	background-color: #f2f2f2;
}

div.form_block.notop {
	border-top: 0 !important;
}

div.form_block.nobottom {
	border-bottom: 0 !important;
}

div.form_block div.number {
	width: 20px;
	margin: 0;
	padding: 0 5px 0 0;
	display: none;
	float: left;
	color: #FF2112;
	font-size: 18px;
	font-weight: bold;

}

div.form_block div.colname {
	width: 231px;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	float: left;
	color: #000;
	font-size: 17px;
	font-weight: 300;
	height: 33px;
	line-height: 33px;

}

div.colname span {
	margin: 0;
	padding: 2px 0 0 0;
	display: block;
	clear: both;
	color: #999999;
	font-size: 11px;
	font-weight: 300;
	font-style: italic;
	line-height: 1em;

}

span.orange {
	color: #000 !important;
	margin: 0;
	padding: 0;
	display: inline-block !important;
	font-size: 14px !important;
}

div.colname label {
	width: 130px;
	height: 33px;
	line-height: 33px;
	display: block;
	clear: both;
	margin: 0px 0 33px 0 !important;
	padding: 0;
	font-weight: 300 !important;
}

div.form_block div.colanswer {
	width: 391px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	position: relative;
}


.display div.form_block div.colanswer {
	width: 567px;
	min-height: 33px;
	line-height: 33px;
}

.display div.form_block {
	width: 800px;
}

div.colanswer a {
	color: #666;
}

.ui-datepicker-trigger {
	position: absolute !important;
	top: 2px;
	right: 270px;
}

div#form_wrap input[type="text"], div#form_wrap input[type="datetime-local"] {
	width: 92%;
	height: 33px;
	line-height: 21px;
	vertical-align: middle;
	padding: 0 0 0 12px;
	display: block;
	border: 1px #004289 solid;
	font-size: 16px!important;
	border-radius: 0;
}

div#form_wrap input[type="datetime-local"] {
	font-family: 'Fira Sans', sans-serif;
	text-indent: -16px;
	padding-top: 12px;
	padding-top: 10px;
	height: 30px;
}

div#form_wrap input::-webkit-date-and-time-value {
	text-align: left;
	height: 33px;
	line-height: 21px;
	vertical-align: middle;
	padding: 0 0 0 12px;
	font-size: 16px!important;
}


div#form_wrap input[type="text"]#find-postcode {
	width: 62%;
}

div#form_wrap select {
	font-size: 16px;
	margin: 0 0 28px 0px;
}

div#form_wrap input[type="submit"] {
	width: 173px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	display: block;
	clear: both;
	border: 0;
	cursor: pointer;
	margin-bottom: 10px;
}

div#form_wrap input[type="submit"].startnow {}

div#form_wrap input[type="submit"].submit {}

.clearfix {
	clear: both;
}

.colanswer br {
	display: none;
}

.dob-fields {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
	width: 96%;
}

.dob-fields input {
	box-sizing: border-box;
}


div#breadcrumb {
	margin: 0 0 10px;
	padding: 20px 0 0 0;
	border-bottom: 10px solid #004289;
}

div#breadcrumb a {
	width: 20%;
	background: #e6e6e6;
	padding: 15px 0;
	display: block;
	float: left;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #4d4d4d;
	text-align: center;
}

div#breadcrumb a:hover,
div#breadcrumb a.active {
	background: #004289;
	color: #FFF;
}

div#breadcrumb a:last-of-type {
	margin-right: 0px;
}

.address-input {
	margin: 30px 2% 31px 0;
}

select#return {
	margin-top: 29px !important;
}