@font-face {
 font-family:TPHero-Regular;
 src: url( ../fonts/TPHero-Regular.otf ) format("opentype");
}
 @font-face {
 font-family:TPHero-Medium;
 src: url( ../fonts/TPHero-Medium.otf ) format("opentype");
}
 @font-face {
 font-family:TPHero-Light;
 src: url( ../fonts/TPHero-Light.otf ) format("opentype");
}
body {
	padding-top: 0px;
	font-family:TPHero-Regular;
	background:#f4f4f4;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, pre, table, hr, ul, ol, dl {
	margin-bottom: 24px;
}
h1 {
	color: #00ad21;
	font-size: 3.3rem;
	line-height: 1.35;
	font-family:TPHero-Light;
}
h2 {
	color: #7e7e85;
	font-size: 2.8rem;
	line-height: 1.45;
	font-family:TPHero-Light;
}
h4 {
	font-size: 2.2rem;
	line-height: 1.3;
	color:#5a5a64;
	font-weight:bold;
}
 .text, .before-text::before, .after-text::after {
 line-height: 1.6;
 margin-bottom: 18px;
 color:#5f5f5f;
 font-family:TPHero-Regular;
}
.container-fluid {
	max-width:926px;
	background:#FFF;
}
.col-xs-12 {
	max-width:926px;
}
.col-sm-8 {
	max-width:610px;
}
.col-xs-8 {
	max-width:610px;
}
.col-sm-4 {
	margin:0 auto;
}
.blank {
	width:100%;
	margin-left:20px;
	font-size: 1.20em;
	line-height: 1.85;
}
.blank a {
	color: #008945;
	text-decoration: none;
}
.blank a:hover, a:focus {
	color: #066837;
	text-decoration: none;
}
.blank-th {
	width:100%;
}
.blank-th a {
	font-size:18px;
	color: #0061de;
	text-decoration: none;
}
.blank-th a:hover, a:focus {
	color: #02459b;
	text-decoration: underline;
}
.box_1 {
	border-right:1px dotted #A5A5AA;
}
.box_2 {
	border-right:none;
}
 *::before, *::after {
 box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, pre, table, hr, ul, ol, dl {
	margin-bottom: 24px;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 15px;
	color:#5A5A64;
	font-family:TPHero-Medium;
}
h5 {
	font-size: 1.25em;
	margin-bottom: 12px;
	color:#32323C;
	font-family:TPHero-Light;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #A5A5AA -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: dotted none none;
	border-width: 1px 0 0;
	margin-bottom: 30px;
	margin-top: 20px;
}
ul.bulletedList {
	list-style-type: disc;
	margin-bottom: 22px;
	margin-left: -24px;
}
ol {
	list-style-type: decimal;/*padding-left: 20px;*/
}
ul.bulletedList li, ol li {
	color: #5f5f5f;
	line-height: 1.6;
	margin-bottom: 5px;
}
ul.unbulletedList {
	margin-bottom: 22px;
}
ul.unbulletedList li {
	color: #5f5f5f;
	line-height: 1.6;
	list-style-type: none;
	margin-bottom: 10px;
	font-family:TPHero-Regular;
}
.sidebarBlockContent {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 22px;
	padding: 10px 15px;
}
/*for banner*/

.header-container {
	background:url(../img/banner.jpg) left top no-repeat;
	background-size: 100%;
	max-width: 100%;
	height: 250px;
}
.header-container .txt-container {
	text-align: left;
	vertical-align: middle;
	margin-left:2%;
	padding-top:1px;
	font-size:170%;
	font-family:TPHero-Regular, Arial, sans-serif;
	color: #008a44;
	font-weight: lighter;
	position: relative;
	display: block;
}
 @media only screen and (min-device-width : 320px) and (max-device-width:568px) {
 .header-container {
 background:url(../img/banner.jpg) left top no-repeat;
 background-size: 100%;
 max-width: 100%;
 height: 100px;
}
.header-container .txt-container {
 text-align: left;
 vertical-align: middle;
 margin-left:2%;
 padding-top:1%;
 font-size:80%;
 font-family:TPHero-Regular, Arial, sans-serif;
color: #008a44;
font-weight: lighter;
position: relative;
display: block;
}
