@charset "utf-8";
/* CSS Document */

html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	text-transform: none;
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;
	color: #007BB7;
}

/* white info box heading text*/
h2 {
	font-size: 32px;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 23px;
	color: #666;
}

/*box heading text*/
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 60px;
	color: #666;
}

/*box tag-line text*/
h4 {
	font-size: 24px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 35px;
	color: #666;
}

/*hero quote text*/
h5 {
	font-size: 35px;
	font-weight: 10;
	font-style: italic;
	margin-bottom: 60px;
	margin-top: 30px;
	color: #666;
}

h6 {
	font-size: 24px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 10px;
	color: #666;
}

p {
	font-size: 18px;
	margin-bottom: 35px;
	font-weight: 200;
	color: #666;
}

/*feeder
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666;
}
*/

.info-box-white {
	border-radius: 0px;
	background-image: url(../images/info-box-white.jpg);
	background-size: cover;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.col-feature-image {
		width: auto;
		float: left;
		padding: 0px;
	}

.col-feature-description {
		width: 45%;
		float: left;
		text-align: left;
		padding: 0px 20px;
	}
	
	.col-list-image {
		width: auto;
		float: left;
		padding: 10px;
	}

.col-list-description {
		width: 65%;
		float: left;
		text-align: left;
		padding: 10px;
	}

.col-list-info {
		width: 25%;
		float: right;
		text-align: left;
		padding: 10px;
	}

a:link {
	text-decoration: none;
	color: #007BB7;
}
a:visited {
	text-decoration: none;
	color: #007BB7;
}
a:hover {
	text-decoration: none;
	color: #0C0;
}
a:active {
	text-decoration: none;
	color: #007BB7;
}



@media only screen and (max-width: 768px) {
  /* For mobile phones: */

h1 {
	font-size: 22px;
	text-transform: none;
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;
	color: #007BB7;
}

/* white info box heading text*/
h2 {
	font-size: 32px;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 23px;
	color: #666;
}

/*box heading text*/
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 60px;
	color: #666;
}

/*box tag-line text*/
h4 {
	font-size: 24px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 35px;
	color: #666;
}

/*hero quote text*/
h5 {
	font-size: 35px;
	font-weight: 10;
	font-style: italic;
	margin-bottom: 60px;
	margin-top: 30px;
	color: #666;
}

h6 {
	font-size: 24px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 10px;
	color: #666;
}

p {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	margin-bottom: 35px;
}

.col-feature-image {
		width: auto;
		float: center;
		padding: 0px;
	}
