﻿h2
{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 500; 
	font-style: normal;
	font-size: 24px;
	color: #98C23C;
	line-height: 24px;
}
h3
{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 500; 
	font-style: normal;
	font-size: 22px;
	color: #9DB2B1;
	line-height: 24px;
}
h4
{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 500; 
	font-style: normal;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 16px;
}
h5
{
	font-size: 16px;
	color: #98C23C;
	line-height: 18px;
}
.left-body-text
{
	font-family: 'Mercury Text G1 A', 'Mercury Text G1 B'; 
	font-weight: 400; 
	font-style: normal;
	font-size: 16px;
	color: rgba(0,0,0,0.84);
	line-height: 21px;
}
.mid-body-bar
{
	border-top: 1px solid #9DB2B1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about-fino-head
{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 500; 
	font-style: normal;
	font-size: 14px;
	color: #24418E;
	line-height: 18px;
}
.about-fino-text
{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400; 
	font-style: normal;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.btn-lets-work-together-idle
{
	display: inline-block;
	cursor: pointer;
	width: 380px;
	max-width: 100%;
	padding: 10px 0px 10px 0px;
	color: #FFFFFF;;
	font-size: 24px;
	line-height: 25px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	background-color: #98C23C;
}
.btn-lets-work-together-hover
{
	background-color: #B6E948;
}
.btn-read-now-idle
{
	border: 0px;
	display: inline-block;
	cursor: pointer;
	width: 300px;
	max-width: 100%;
	padding: 5px 0px 5px 0px;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400; 
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	background: #E95D25;
}
.btn-read-now-hover
{
	background: #FB6529;
}
.read-now-pane
{
	background: #E6ECEB;
	border-radius: 5px;
	font-family: 'Mercury Text G1 A', 'Mercury Text G1 B'; 
	font-weight: 400; 
	font-style: normal;
	padding: 20px;
}
.read-now-pane-title
{
	font-size: 16px;
	color: rgba(0,0,0,0.84);
	line-height: 20px;
}
.read-now-pane-text
{
	font-size: 16px;
	color: rgba(0,0,0,0.84);
	line-height: 20px;
}

.form-control::-webkit-input-placeholder { color: #cfd2d4; }
.form-control:-moz-placeholder { color: #cfd2d4; }
.form-control::-moz-placeholder { color: #cfd2d4; }
.form-control:-ms-input-placeholder { color: #cfd2d4; }

.form-group {
	margin-top: 10px;
	margin-bottom : 0px;
}
input.form-control
{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 300; 
	font-style: normal;
}
.error input {
	border: 1px solid #E95D25;
}
.help-text {
	height: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 12px;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-size: 10px; 
}
.error .help-text  {
	color: #E95D25;
}

