/*Basic responsive framework*/

/*imports*/
@import url("reset.css");
@import url("colors.css");
/*@import url("nav.css");*/


/*styles*/
@-ms-viewport {
	width: device-width;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
}

/*Mobile First*/

html {
	font:100%/1.5em Helvetica,Arial, sans-serif;
	min-height: 100%;
	position: relative;
	padding-bottom: 1em;
}

body {
	font-size: 0.875em; /* 14 / 16 */
	line-height: 1.5em;

}

img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

/*typography */
h2 {
	font-size: 2.2em;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
}

.column p {
	margin-bottom: 1em;
}

.column ul {
	font-size: .9em;
	margin-top:-.9em;
	margin-left: 1.8em;
	margin-bottom: 1.5em;
	line-height: 1.2em;
	list-style: disc;
}

.column ul li {
	margin-bottom:.5em;

}


/*Grid*/
.container {
	width: 100%;
	margin:0 auto;
}

.row {
	margin: 1em 0;
	width: 100%;
	float: left;
	clear: both;
}

.container .column {
	float: left;
	padding: 0 1em;

}

.container .column.one, 	
.container .column.two, 			
.container .column.three, 			
.container .column.four,
.container .column.five, 			
.container .column.six, 			
.container .column.seven, 			
.container .column.eight,
.container .column.nine, 			
.container .column.ten, 			
.container .column.eleven, 			
.container .column.twelve,
.container .column.thirteen,			
.container .column.fourteen, 	
.container .column.fifteen, 			
.container .column.sixteen 		{ 	width:	100%;	}


/*band styles */
.band {
	padding: .5em 0;
}

.banner h2 {
	font-size: 3.2em;
	line-height: 1em;
	font-weight: lighter;
	text-align: center;
	/*letter-spacing: -.05em;*/
	/*font-family: Georgia, serif;*/
}

.band.banner {
	padding: 0 0 5% 0;
	/*background: url(../imgs/teatest.web450.jpg) no-repeat center center;*/
	background-size: cover; 
}

.band.top {
	padding: 0;
}

/*Conversion */
.learnmore {
	text-align: center;
	}

.learnmore h2 {
	font-size: 3em;
	line-height: 1.4em;
}

.button {
	padding: 0 .75em;
	text-decoration: none;
	border-radius: .2em;
	display: inline-block;
}

/*logo*/

h1.logo a {
	width: 180px;
	height: 55px;
	display: block;
	background: url(../imgs/logo.png) no-repeat 0 0;
	margin: 0 auto;
	border: 0;
	font: 0/0 a;
	text-shadow:none;
	color: transparent;
	background-color: transparent;
}


/*header */
header.row {
	padding:3em 0;
}

.contact {
	position: relative;
	text-decoration: none;
	text-align: center;
	padding: .5em .75em;
	font-weight: bold;
	margin-top: 1em;
}

.contact p {
	margin-bottom: 0;
}


/*footer*/
footer {
	text-align: center;
	padding: 2em 0 0 0;
 font-size: .8em;
}

/*Clearfix*/
.clearfix:after,
.container:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}

.clearfix,
.container {
	zoom:1;
}




/*page specific styles*/

/*Home*/
.featured-section {
	margin: 2em 0;
}


.featured-section .four {
	margin: 1em 0;
}


/* Media Queries */

@media only screen and (min-width:550px) {

	body {
		font-size: 1em; /* 14 / 16 */
		line-height: 1.5em;
	}


	.container .column.one 			{ 	width:	6.25%;	}
	.container .column.two 			{ 	width:	12.5%;	}
	.container .column.three 		{ 	width:	18.75%;	}
	.container .column.four 		{ 	width:	25%;	}
	.container .column.five 		{ 	width:	31.25%;	}
	.container .column.six 			{ 	width:	37.5%;	}
	.container .column.seven 		{ 	width:	43.75%;	}
	.container .column.eight 		{ 	width:	50%;	}
	.container .column.nine 		{ 	width:	56.25%;	}
	.container .column.ten 			{ 	width:	62.5%;	}
	.container .column.eleven 		{ 	width:	68.75%;	}
	.container .column.twelve 		{ 	width:	75%;	}
	.container .column.thirteen		{ 	width:	81.25%;	}
	.container .column.fourteen 	{ 	width:	87.5%;	}
	.container .column.fifteen 		{ 	width:	93.75%;	}
	.container .column.sixteen 		{ 	width:	100%;	}

	h1.logo {
		float: left;
		margin: 0 1em 0 0;
	}

	.container {
		width: 90%;
		margin:0 auto;
	}

	.band.banner {
		padding: 7% 0;
		background: url(../imgs/banner.jpg) no-repeat center center;
		background-size: cover; 
	}

	.banner h2 {
		font-size: 4em;
		text-align: left;
	}

	/*page specific styles*/
	.container .featured-section .four {
		width: 50%
	}

	.container .featured-section .four:nth-child(3) {
		clear: both;
	}

.contact {
	position: absolute;
	top:0;
	right:1em;
	text-decoration: none;
	text-align: right;
	padding: .5em .75em;
	font-weight: bold;
	border-radius: 0 0 1em 1em;
	margin-top: 0;
}


	} /* / Media Query 550px */



	@media only screen and (min-width:900px) {

		/*page specific styles*/
		.container .featured-section .four {
			width: 25%
		}

		.container .featured-section .four:nth-child(3) {
			clear: none;
		}

		/*page specific styles*/
		.featured-section .four {
			margin: 2em 0;
		}

		}/* / Media Query 720px */




		/*For IE9 and older*/
		.lt-ie9 .container {
			max-width: 600px;
		}	
