@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('fonts/sourcesanspro-semibold-webfont.eot');
	src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.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(../images/icons/arrow_grey.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(../images/icons/plus.png) no-repeat 98% center;
}
ul.accordion > li.active > .accordion_button {
	background: url(../images/icons/minus.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(../images/icons/calendar.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;
}
.table_template table {
	border: 1px solid #d7d7d7;
}
/*edited new*/
.table_template table tr th {
	background-color: #ebebeb;
	padding: 20px 0px;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	text-transform: uppercase;
	font-size: 14px;
	color: #003259;
	font-weight: normal;
}
/*End edited new*/
.noborderBot {
	border-bottom: none !important;
}
.table_template table tr th:last-child {
	border-right: none;
}
/*edited new*/
.table_template table tr td {
	padding: 20px 0px;
	border-right: 1px solid #d7d7d7;
	font-size: 14px;
	color: #003259;
	border-bottom: 1px solid #d7d7d7;
}
/*End edited new*/
.table_template table tr td:last-child {
	border-right: none !important;
}