@import url('normalize.css');
/* General Demo Style */
h2 {
	text-align: justify;
}

.tabContainer {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Calibri;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#1e1e1e', direction=135, strength=3);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}
/* Demo Buttons Style */
.codrops-demos {
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
}

.codrops-demos a {
	display: inline-block;
	margin: 0px 4px;
	padding: 0px 6px;
	color: #aaa;
	line-height: 20px;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #ddd;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.codrops-demos a:hover {
	color: #333;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.codrops-demos a:active {
	background: #fff;
}

.codrops-demos a.current-demo,.codrops-demos a.current-demo:hover {
	background: #f6f6f6;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f6f6f6',
		endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}

/*TABS*/
.tabs {
	position: relative;
	margin: 30px auto;
	width: 940px;
	margin-bottom: 0;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	cursor: pointer;
}

.tabs input#tab-2 {
	top: 8%;
}

.tabs input#tab-3 {
	top: 16%;
}

.tabs input#tab-4 {
	top: 25%;
}

.tabs input#tab-5 {
	top: 33%;
}

.tabs input#tab-6 {
	top: 41%;
}

.tabs input#tab-7 {
	top: 49%;
}

.stepLabel {
	background: rgb(38, 132, 200); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2ODRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTcwYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(38,
		132, 200) ), color-stop(100%, rgb(1, 112, 191) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#2684c8',
		endColorstr='#0170bf', GradientType=0 ); /* IE6-8 */
	font-size: 17px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	display: block;
	width: 80px;
	color: black;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 3px 0 0 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.tabs label {
	background: rgb(38, 132, 200); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2ODRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTcwYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(38,
		132, 200) ), color-stop(100%, rgb(1, 112, 191) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgb(38, 132, 200) 0%,
		rgb(1, 112, 191) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#2684c8',
		endColorstr='#0170bf', GradientType=0 ); /* IE6-8 */
	font-size: 17px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	display: block;
	width: 80px;
	color: black;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 3px 0 0 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.tabs label:after {
	tabContent: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tabs input:hover+label {
	background: #5B80A4;
	filter: none;
}

.tabs label:first-of-type {
	z-index: 7;
}

.tab-label-2 {
	z-index: 6;
}

.tab-label-3 {
	z-index: 5;
}

.tab-label-4 {
	z-index: 4;
}

.tab-label-5 {
	z-index: 3;
}

.tab-label-6 {
	z-index: 2;
}

.tab-label-7 {
	z-index: 1;
}

.tabs input:checked+label {
	background: #fff;
	filter: none;
	z-index: 9;
}

.clear-shadow {
	clear: both;
	float: left;
}

.tabContent {
	background: #fff;
	position: relative;
	width: auto;
	/*height: 400px;*/
	z-index: 8;
	overflow: visible;
	border-radius: 3px;
}

.tabContent div {
	position: absolute;
	top: 0;
	padding: 0px 40px;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*NEW*/
	filter: alpha(opacity = 0); /*NEW*/
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.tabContent div {
	-webkit-transform: translateY(-65px);
	-moz-transform: translateY(-65px);
	-o-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
}

.tabs input.tab-selector-1:checked  ~ .tabContent .tabContent-1,.tabs input.tab-selector-2:checked 
	~ .tabContent .tabContent-2,.tabs input.tab-selector-3:checked  ~
	.tabContent .tabContent-3,.tabs input.tab-selector-4:checked  ~
	.tabContent .tabContent-4,.tabs input.tab-selector-5:checked  ~
	.tabContent .tabContent-5,.tabs input.tab-selector-6:checked  ~
	.tabContent .tabContent-6,.tabs input.tab-selector-7:checked  ~
	.tabContent .tabContent-7 {
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
	-webkit-transition: all ease-out 0.3s 0.3s;
	-moz-transition: all ease-out 0.3s 0.3s;
	-o-transition: all ease-out 0.3s 0.3s;
	-ms-transition: all ease-out 0.3s 0.3s;
	transition: all ease-out 0.3s 0.3s;
}

.tabContent div p {
	font-size: 17px;
	text-align: justify;
	margin: 0;
	color: black;
	font-family: Calibri;
	text-indent: 20px;
	/*border-left: 8px solid rgba(63,148,148, 0.1);*/
}
/*VTABS*/
ul.vtabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 5px solid #B1CCE2;
	border-left: 5px solid #B1CCE2;
	width: 622px;
}

ul.vtabs li {
	float: left;
	margin: 0;
	padding: 0;
	border: 5px solid #B1CCE2;
	width: 306px;
	border-left: none;
	margin-bottom: -1px;
	background: #B1CCE2;
	overflow: visible;
	position: relative;
}

ul.vtabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 17px;
	padding: 0 5px;
	border: 5px solid #fff;
	outline: none;
}

ul.vtabs li a:hover {
	background: #ccc;
}

ul.vtabs li.active,ul.vtabs li.active a:hover {
	background: #fff;
	border-bottom: 5px solid #fff;
}

.tab_container {
	border: 5px solid #B1CCE2;
	border-top: none;
	clear: both;
	width: 616px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 20px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
	padding: 15px;
	font-size: 17px;
	list-style: none;
	text-indent: 40px;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 5px dashed #ddd;
	font-size: 22px;
	text-indent:20px;
}

.tab_content h3 a {
	color: #254588;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px solid #ddd;
	padding: 5px;
}
/*VTABS1*/
ul.vtabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 5px solid #B1CCE2;
	border-left: 5px solid #B1CCE2;
	width: 622px;
}

ul.vtabs1 li {
	float: left;
	margin: 0;
	padding: 0;
	border: 5px solid #B1CCE2;
	width: 306px;
	border-left: none;
	margin-bottom: -1px;
	background: #B1CCE2;
	overflow: visible;
	position: relative;
}

ul.vtabs1 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 17px;
	padding: 0 5px;
	border: 5px solid #fff;
	outline: none;
}

ul.vtabs1 li a:hover {
	background: #ccc;
}

ul.vtabs1 li.active,ul.vtabs1 li.active a:hover {
	background: #fff;
	border-bottom: 5px solid #fff;
}

.tab_container1 {
	border: 5px solid #B1CCE2;
	border-top: none;
	clear: both;
	width: 616px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 20px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content1 {
	padding: 15px;
	font-size: 17px;
	list-style: none;
	text-indent: 40px;
}

.tab_content1 h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 5px dashed #ddd;
	font-size: 22px;
		text-indent:20px;
}

.tab_content1 h3 a {
	color: #254588;
}

.tab_content1 img {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px solid #ddd;
	padding: 5px;
}