svg:not(:root) {
overflow:hidden
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	border:0;
	padding:0
}
optgroup {
	font-weight:bold
}

section, figure, article, aside, nav, caption, div{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.grayscale {
	filter:url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333,0.3333,0.3333,0,0,0.3333,0.3333,0.3333,0,0,0.3333,0.3333,0.3333,0,0,0,0,0,1,0'/></filter></svg>#grayscale");
	filter:#aaa;
	-webkit-filter:grayscale(100%)
}
.grayscale.grayscale-fade {
-webkit-transition:-webkit-filter .3s
}
.grayscale.grayscale-replaced {
	filter:none;
	-webkit-filter:none
}
.grayscale.grayscale-replaced>svg {
	opacity:1;
-webkit-transition:opacity .3s ease;
-webkit-transition:opacity .3s ease;
-moz-transition:opacity .3s ease;
-o-transition:opacity .3s ease;
-ms-transition:opacity .3s ease;
transition:opacity .3s ease
}
.grayscale.grayscale-off, .grayscale.grayscale-fade:hover {
	-webkit-filter:grayscale(0);
	filter:none
}
.grayscale.grayscale-replaced.grayscale-off>svg, .grayscale.grayscale-replaced.grayscale-fade:hover>svg {
	opacity:0
}




@media only screen and (max-width:25em) {
.halves {
padding:1rem 0
}
.halves .half:first-child {
padding:0 0 1.5rem
}
.halves .half:last-child {
padding:1.5rem 0 0
}
}
.thirds {
*zoom:1;
	clear:none;
	text-align:inherit;
	width:98%;



*zoom:1
; 			margin-top: 2;
	margin-bottom: 0;
	margin-left: 2%;
}
.thirds:before, .thirds:after {
	content:'';
	display:table
}
.thirds:after {
	clear:both
}
.thirds:before, .thirds:after {
	content:'';
	display:table
}
.thirds:after {
	clear:both
}
.thirds .third {
*zoom:1;
	float:left;
	clear:none;
	text-align:inherit;
	width:32.2%;
	margin-left:0;
	margin-right:1%;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding-top: 0;
	padding-bottom: 0;
}
.thirds .third:before, .thirds .third:after {
	content:'';
	display:table
}
.thirds .third:after {
	clear:both
}
.thirds .third:nth-child(3n) {
float:right
}
.thirds .third:nth-child(3n+1) {
clear:both
}
.thirds .third:nth-child(3n+3) {
border:0;
margin-bottom:2rem
}
.parbase {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 15px;
}
