/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}

.row {
width: 100%;
margin: 0;
overflow: hidden;
}

.content-row {width: 96%; margin-left: 3%;}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .leftcol, .maincol, .centercol, .rightcol, .socialcol {
margin-right: 2.04%;
float: left;
min-height: 1px;
}

.onecol {
width: 4.85%;
}

.twocol {
width: 17.388%;
}

.threecol {
width: 25.408%;
}

.fourcol {
width: 24.4694%;
}

.fivecol {
width: 44.537%;
}

.sixcol {
width: 53%;
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 69.388%;
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 81.57%;
}

.elevencol {
width: 91.35%;
}

.twelvecol {
width: 100%;
float: left;
}

.leftcol {width: 24.654%; /*230px*/}

.maincol {width: 71.8%; }
	/*within maincol*/
	.centercol {width: 66.76%}
	.rightcol {width: 29.3338%; margin-left: 1%; }
	.socialcol {width:46%; margin-bottom: 2%; }

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */
/*
@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	}

*/
/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container, .nav-row {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol,.sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, .header .eightcol, .header .fourcol, .nav-row .tencol, .nav-row .twocol, .leftcol, .maincol, .centercol, .socialcol, .rightcol , .breadcrumbs{
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
.socialcol {clear: both; margin-top: 10%; padding-left: 0;}
.breadcrumbs.sevencol {padding-left: 0; }
[class*=col] [class*=col] {padding: 0;} /* any child column used for formatting doesn't get overarching grid formatting */
}