/* CSS Document */

content{
	font-size:17px;
	color: #788793;
	padding-left: 2em;
	padding-right: 2em;
	/*border: 1px solid;*/
	display: inline-block;
	background-color:rgb(246, 247, 247);
}

.left, .right{
	width:100%;
	/*border:1px solid;*/
	display:inline-block;
}

/***/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}
h2, .h2 {
	font-size: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: #00a7de;
}
p.lead-text {
	m__argin-top: 20px;
	font-size: 17px;
}
a:hover, a:focus {
	color: #006d92;
	text-decoration: underline;
}a:active, a:hover {
	outline: 0;
}a {
	color: #00a7de;
	text-decoration: none;
	font-weight:normal !important;
}




/****/



@media all and (min-width: 938px) {
	.left, .right{
		width:49.5%;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
	}
}