@charset "utf-8";
/* CSS Document */
.titlearea{
	clear: both;
	width: 200px;
	margin-top: 80px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}
.row{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 80px;
	display: table;
	margin-top: 50px;
}
.row .col_1{
	width: 30%;
	display: block;
	float: left;
}
.row .col_2{
	width: 65%;
	margin-left: 5%;
    display: block;
	float: left;
}
.row h1{
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.3em;
	color: #000;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
.row h2{
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.2em;
	color: #2189b8;
	margin-top: 20px;
	margin-bottom: 30px;
	}
.row p{
	font-size: 1.125em;
	color: #000;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
/*RESPONSIVE=============================================*/
@media screen  and (max-width: 800px) {
.titlearea{
	margin-top: 50px;
}
}
@media screen  and (max-width: 450px) {
.row{
	margin-bottom:30px;
	margin-top: 30px;
}
.row .col_1{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
}
.row .col_2{
	width: 100%;
	margin-left: 0%;
	float: left;
	clear:both;
}
}