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

.Margin34 {
	margin-top: 0px;
}
.AboutIntro {
	float: left;
	width: 50%;
	margin-right: 3%;
	position: relative;
	padding-left: 2%;
	padding-bottom: 24px;
}
.AboutSlideContainer {
	float: left;
	width: 45%;
	position: relative;
}
.AboutSlideContainer img {
	padding-top: 150px;
}
.FieldContainer {
	float: left;
	width: 70%;
	margin-bottom: 20px;
	position: relative;
}
#investor label {
	font-size: .85em;
	font-weight: 700;
	display: block;
	padding-bottom: 8px;
}
::-webkit-input-placeholder { line-height: normal; }

input {
	-webkit-appearance: none;
}
.form-control {
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid rgb(155, 155, 155);
	transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-image: none;
	width: 90%;
	height: 20px;
	color: rgb(85, 85, 85);
	line-height: normal;
	font-size: 12pt;
	display: block;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	background-image: none;
	background-color: rgb(255, 255, 255);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus {
	border-color: rgb(102, 175, 233);
	outline: 0px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
:-ms-input-placeholder.form-control {
	color: rgb(153, 153, 153);
}
.SubmitInterestButton {
	background-color: #143b86;
	font-size: 1em;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	height: 35px;
	width: 90px;
	border: 1px solid #394665;
	outline: none;
	padding-top: 2px;
	border-radius: 8px;
}
.SubmitInterestButton:hover {
	color: #FFF;
	background-color: #a94742;
}
div#Loader {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#Loader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../ui/fancy_loading.png);
}

.AboutIntro p.heading {
	color: #004379;
	font-size: 1.55em !important;
	line-height: 24px !important;
	font-weight: bold;
}
.AboutIntro p.subheading {
	color: #004379;
	font-size: 1.25em !important;
	font-weight: bold;
}
.contentheading {
	color: #004379;
	font-weight: bold;
}
.heading {
	color: #004379;
	font-size: 1.55em !important;
	line-height: 24px !important;
	font-weight: bold;
}
.subheading {
	color: #004379;
	font-size: 1.25em !important;
	font-weight: bold;
}
@media all and (min-width:320px) and (max-width:550px) {
     span {
		 font-size: 1.0em !important;
	 }
	.PageHeader h1 {
		text-indent: 0%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}
	.FieldContainer {
		width: 100%;
	}
}
@media all and (min-width:320px) and (max-width:900px) {
	.AboutIntro {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 0px;
	}
	.AboutSlideContainer {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		margin-bottom: 30px;
	}
	.AboutSlideContainer img {
		width: 100%;
		height: auto;
		padding-top: 0px;
	}
	.MobileAboutLeftImg {
		float: none;
		margin-right: 0px;
		margin-bottom: 12px;
		width: auto !important;
		height: auto !important;
	}
	.MobileAboutLeftImg {
		float: none;
		margin-left: 0px;
		margin-bottom: 12px;
		width: auto !important;
		height: auto !important;
	}
	.PageHeader {
		height: auto !important;
	}
	.PageHeader h1 {
		text-indent: 0% !important;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 8px;
		line-height: 30px;
	}
	.PageHeader h2 {
		text-indent: 0%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 8px;
	}
}
@media all and (min-width:320px) and (max-width:550px) {
     span {
		 font-size: 1.0em !important;
	 }
	.PageHeader h1 {
		text-indent: 0%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}
}

