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

@font-face {
	font-family: 'sourcesanspro';
	src: url('/denmark/css/fonts/sourcesanspro-regular-webfont_eb962574164ea1a49715df3cdd124214040ecfee2465546fa6df16f0e913f34a.eot');
	src: url('/denmark/css/fonts/sourcesanspro-regular-webfont_eb962574164ea1a49715df3cdd124214040ecfee2465546fa6df16f0e913f34a.eot?#iefix') format('embedded-opentype'), url('/denmark/css/fonts/sourcesanspro-regular-webfont_15873fa357ba46e9a6810395809b71dc5ec3f44c82ad5f87cc8dde61ab845963.woff') format('woff'), url('/denmark/css/fonts/sourcesanspro-regular-webfont_fad53ff809413787f1a72e5a809ad7b330e4c320e140898fe1190d61b6882bb6.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('/denmark/css/fonts/sourcesanspro-semibold-webfont_8736168e34bc7fbfd6fa615d1d0ab973645e68fc753fac372484e7ca51c375b3.eot');
	src: url('/denmark/css/fonts/sourcesanspro-semibold-webfont_8736168e34bc7fbfd6fa615d1d0ab973645e68fc753fac372484e7ca51c375b3.eot?#iefix') format('embedded-opentype'), url('/denmark/css/fonts/sourcesanspro-semibold-webfont_b3315353a2f53ea74701fa98be4fd22f68a87af4541336696b4a6c0e6d0146b7.woff') format('woff'), url('/denmark/css/fonts/sourcesanspro-semibold-webfont_08892a84ca5891e68bc4d16facf58a62dcbb8e58877ac4cc04aea8d8819c75d4.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('/denmark/css/fonts/sourcesanspro-bold-webfont_1305f48807acc9d55353f38c10bd014fcc5b386046d75e7c72be2d623d579775.eot');
	src: url('/denmark/css/fonts/sourcesanspro-bold-webfont_1305f48807acc9d55353f38c10bd014fcc5b386046d75e7c72be2d623d579775.eot?#iefix') format('embedded-opentype'), url('/denmark/css/fonts/sourcesanspro-bold-webfont_7103aabecc9b27557b286ec2fb23c2ac8533ff270c1f159391178963c393d88b.woff') format('woff'), url('/denmark/css/fonts/sourcesanspro-bold-webfont_ec2b5e067f86940ed67a3fad978d15a454dd6acb5e8c569d36e47eb077aad732.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('/denmark/css/fonts/sourcesanspro-extralight-webfont_57f88929931e80a8bd7b9815fb5008542303d86e74bc556d301a16ced578b998.eot');
	src: url('/denmark/css/fonts/sourcesanspro-extralight-webfont_57f88929931e80a8bd7b9815fb5008542303d86e74bc556d301a16ced578b998.eot?#iefix') format('embedded-opentype'), url('/denmark/css/fonts/sourcesanspro-extralight-webfont_45e9a49d464ab1e54875971fe866b8d6e73704c032ddfcc4cfecdae72eb25d71.woff') format('woff'), url('/denmark/css/fonts/sourcesanspro-extralight-webfont_e8504f3d1d7347bf47e1b80d296c4478b01050335468eda775af12deb5cf9dc5.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	width: 100%;
	min-height: 100%;
	font-family: 'sourcesanspro';
	font-size: 14px;
	color: #666;
	background: #FFF;
}
::-moz-selection {
	color: #FFF;
	background: #CB4F15;
}
::selection {
	color: #FFF;
	background: #CB4F15;
}
a {
	color: #E86020;
	text-decoration: none;
}
a:hover {
	color: #666;
}
a img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
p {
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
p.before_animation {
	left: -120px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.marr20 {
	margin-right: 20px;
}
h1 {
	font-size: 40px;
	font-family: 'sourcesanspro-extralight';
	color: #06345B;
	text-transform: uppercase;
	text-align: center;
}
h4 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #06345B;
}
.clear {
	clear: both;
	float: none;
}
.semibold {
	font-family: 'sourcesanspro-semibold';
	font-weight: normal;
}
.bold {
	font-family: 'sourcesanspro-bold';
	font-weight: normal;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}
ul.list_style {
	padding-left: 20px;
	padding-bottom: 20px;
}
ul.list_style > li {
	background: url(/denmark/images/arrow_grey_f4e4121fa2c370560307fd73235fcf9075fc4684efbd250e7b69ebecb658e2d0.gif) no-repeat 0px 5px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.hidden {
	visibility: hidden;
}
.pad_footer {
	padding-bottom: 50px;
}
a.button {
	display: block;
	padding: 7px;
	min-width: 80px;
	background: #06345B;
	color: #FFF;
	text-align: center;
}
a.button:hover {
	background: #E86020;
}
.header {
	background: #06345B;
	padding: 20px 0px;
	color: #FFF;
}
.header a {
	color: #FFF;
}
.header > .wrapper {
	display: table;
}
.header > .wrapper > .mobile_biometric_services_logo,
.header > .wrapper > .vfs_global_logo {
	display: table-cell;
	vertical-align: middle;
}
.header > .wrapper > .mobile_biometric_services_logo > img,
.header > .wrapper > .mobile_biometric_services_logo > span {
	vertical-align: middle;
}
.header > .wrapper > .mobile_biometric_services_logo > span {
	display: inline-block;
	padding-left: 10px;
}
.header > .wrapper > .vfs_global_logo .logo_wrapper {
	float: right;
	text-align: center;
}
.header > .wrapper > .vfs_global_logo .logo_wrapper img,
.header > .wrapper > .vfs_global_logo .logo_wrapper span {
	display: block;
}
.header > .wrapper > .vfs_global_logo .logo_wrapper img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.header > .wrapper > .vfs_global_logo .logo_wrapper span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.tab_wrapper > .tab_buttons_wrapper ul > li {
	float: left;
}
.tab_wrapper > .tab_buttons_wrapper ul:after {
	content: '';
	display: block;
	clear: both;
}
.tab_wrapper.type1 {
	padding-top: 3px;
	padding-bottom: 30px;
}
.tab_wrapper.type1 > .tab_buttons_wrapper {
	background: #606062;
}
.tab_wrapper.type1 > .tab_buttons_wrapper ul > li > a {
	display: block;
	color: #FFF;
	padding: 14px 30px;
	border-top: 1px solid #606062;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.tab_wrapper.type1 > .tab_buttons_wrapper ul > li > a:hover,
.tab_wrapper.type1 > .tab_buttons_wrapper ul > li.active > a {
	background: #FFF;
	border-top: 1px solid #d1dee9;
	border-left: 1px solid #d1dee9;
	border-right: 1px solid #d1dee9;
	color: #06345B;
}
.tab_wrapper.type1 > .tab_content_wrapper {
	padding-top: 20px;
	color: #333;
}
.tab_wrapper.type2 {
	padding-top: 30px;
}
.tab_wrapper.type2 > .tab_buttons_wrapper > ul {
	width: 100%;
}
.tab_wrapper.type2 > .tab_buttons_wrapper > ul > li {
	width: 50%;
}
.tab_wrapper.type2 > .tab_buttons_wrapper > ul > li > a {
	display: block;
	padding: 5px 0px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background: #06345B;
	border-right: 1px solid #9BCDF8;
}
.tab_wrapper.type2 > .tab_buttons_wrapper > ul > li > a:hover,
.tab_wrapper.type2 > .tab_buttons_wrapper > ul > li.active > a {
	background: #E86020;
	border-right: 1px solid #F6C3AB;
}
.tab_wrapper.type2 > .tab_buttons_wrapper > ul > li.last > a {
	border-right: none;
}
.tab_wrapper.type2 > .visible_tab_content_wrapper {
	width: 100%;
	overflow: hidden;
}
.tab_wrapper.type2 > .visible_tab_content_wrapper > .whole_tab_content_wrapper {
	position: relative;
}
.tab_wrapper.type2 > .visible_tab_content_wrapper > .whole_tab_content_wrapper > .tab_content {
	float: left;
}
ul.accordion {
	overflow: hidden;
}
ul.accordion > li {
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
ul.accordion > li.before_animation {
	top: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
}
ul.accordion > li > .accordion_button {
	position: relative;
	border-radius: 10px;
	border: 2px solid #DDD;
	overflow: hidden;
	cursor: pointer;
	background: url(/denmark/images/plus_ca6d917b008eeeb6f2bb141e617db656782e5126e4a3533e14b415c2d2339bfa.png) no-repeat 98% center;
}
ul.accordion > li.active > .accordion_button {
	background: url(/denmark/images/minus_43abad68b103ed9dbeff0d682ed632846aa46173bb3ffa01281fbc7169b3ebae.png) no-repeat 98% center;
}
ul.accordion > li > .accordion_button > .button_content {
	display: table;
}
ul.accordion > li > .accordion_button > .button_content > .step,
ul.accordion > li > .accordion_button > .button_content > .heading {
	display: table-cell;
	vertical-align: middle;
}
ul.accordion > li > .accordion_button > .button_content > .step {
	background: #06345B;
	color: #FFF;
}
ul.accordion > li > .accordion_button > .button_content > .step > span {
	padding: 0px 10px;
	vertical-align: middle;
}
ul.accordion > li > .accordion_button > .button_content > .heading {
	padding: 10px 20px;
	padding-right: 40px;
	font-size: 18px;
	color: #06345B;
	text-transform: uppercase;
}
ul.accordion > li > .accordion_content {
	display: none;
}
ul.accordion > li > .accordion_content > .main_accordion_content {
	padding: 10px 0px;
}
.form_wrapper {
	display: table;
	margin: 0 auto;
	padding-top: 50px;
}
.form_wrapper input.number_textfield {
	outline: none;
	width: 170px;
}
.form_wrapper input.normal_textfield,
.form_wrapper input.datepicker {
	background: none;
	outline: none;
	margin: 0;
	width: 185px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 7px 5px;
}
.form_wrapper input.datepicker {
	width: 160px;
	padding-right: 30px;
	background :url(/denmark/images/calendar_9a4a2975010273a80d8885c22045020f87ed108420fa68b976d21ec2067e9db4.png) no-repeat 95% center;
}
.form_wrapper select {
	outline: none;
	width: 200px;
}
.form_wrapper label {
	font-family: 'sourcesanspro-semibold';
}
.form_wrapper .field_container {
	display: table;
}
.form_wrapper .field_container > .field_wrapper {
	display: table-cell;
	vertical-align: middle;
}
.form_wrapper .field_container > .field_wrapper.first {
	padding-right: 100px;
}
.form_wrapper .field_wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.form_wrapper .field_wrapper.before_animation.first {
	left: -120px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.form_wrapper .field_wrapper.before_animation.second {
	left: 120px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.form_wrapper .field_wrapper.last {
	padding-bottom: 0px;
}
.form_wrapper .field_wrapper > .label_input_wrapper {
	display: table;
	width: 100%;
}
.form_wrapper .field_wrapper > .label_input_wrapper > .label,
.form_wrapper .field_wrapper > .label_input_wrapper > .input {
	display: table-cell;
	vertical-align: middle;
}
.form_wrapper .field_wrapper > .label_input_wrapper > .label {
	padding-right: 10px;
}
.form_wrapper > .submit_wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.form_wrapper > .submit_wrapper.before_animation {
	top: -50px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.form_wrapper > .submit_wrapper > a {
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 7px;
	background: #06345B;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.form_wrapper > .submit_wrapper > a:hover {
	background: #E86020;
}
.form_wrapper p {
	padding-bottom: 0px;
}
fieldset {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
fieldset.before_animation {
	left: -120px;
	opacity: 0;
	filter: alpha(opacity=0);
}
ul.button_list > li {
	float: left;
	padding-right: 10px;
}
ul.button_list:after {
	content: '';
	display: block;
	clear: both;
}
ul.button_list > li > a {
	display: block;
	padding: 0px 15px;
	background: #06345B;
	color: #FFF;
	font-size: 27px;
}
ul.button_list > li > a:hover {
	background: #E86020;
}
ul.faqs > li {
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
ul.faqs > li.before_animation {
	left: -30px;
	opacity: 0;
	filter: alpha(opacity=0);
}
ul.faqs > li.last {
	padding-bottom: 0px;
}
ul.faqs > li > p.question {
	font-weight: bold;
}
.main_content {
	position: relative;
	left: 0px;
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.main_content.before_animation {
	left: -30px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.helpline_wrapper .helpline {
	background: #E86020;
	padding: 20px;
	color: #FFF;
}
.helpline_wrapper .helpline a {
	color: #FFF;
}
.helpline_wrapper .helpline h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.helpline_wrapper .helpline > ul > li {
	float: left;
	width: 420px;
	padding-right: 20px;
	border-right: 1px solid #FFF;
	margin-right: 20px;
	height: 50px;
}
.helpline_wrapper .helpline > ul > li.last {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}
.helpline_wrapper .helpline > ul:after {
	content: '';
	display: block;
	clear: both;
}
.helpline_wrapper .helpline > ul > li > img,
.helpline_wrapper .helpline > ul > li > span {
	vertical-align: middle;
}
.helpline_wrapper .helpline > ul > li > img {
	margin-right: 20px;
}
.helpline_wrapper .helpline > ul > li span.number {
	font-size: 24px;
	font-family: 'sourcesanspro-semibold';
}
.helpline_wrapper .helpline > ul > li span.email {
	font-size: 16px;
}
.responsive {
	display: none;
}
.footer {
    position: fixed;
	bottom: 0px;
	padding: 10px 0px;
	width: 100%;
	background: #06345B;
	text-align: center;
	color: #FFF;
}