
.lt-ie9 form.custom div.custom.dropdown a.selector {
	height: 30px;
}

textarea {
	height: auto;
}


/* Correct FF custom dropdown height */

@-moz-document url-prefix() {
	form.custom div.custom.dropdown a.selector { height: 30px;
}

}

.lt-ie9 form.custom div.custom.dropdown a.selector {
	height: 30px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;

}

p.lead {
	font-size: 17.5px;
	line-height: 1.6;
	margin-bottom: 17px;
}

aside p {

	line-height: 1.35;
	font-style: italic;
}


hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 22px 0 21px;
	height: 0;
}

.subheader {
	line-height: 1.3;
	color: #6f6f6f;
	font-weight: 300;
	margin-bottom: 17px;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

strong, b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 60%;
	line-height: inherit;
}

code {
	font-weight: bold;
	background: #ffff99;
}

#site .row {
	width: 1020px;
	margin: 0 auto;
}

#site .row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}

.row.collapse .column, .row.collapse .columns {
	padding: 0;
}



.row .row.collapse {
	margin: 0;
}

.column, .columns {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
}

.column.centered, .columns.centered {
	float: none;
	margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
	float: right;
}

[class*="column"] + [class*="column"].end {
	float: left;
}



#site *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {

	-webkit-font-smoothing: antialiased;
}

figure {
	margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}



h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 22px 0 21px;
	height: 0;
}

.subheader {
	line-height: 1.3;
	color: #6f6f6f;
	font-weight: 300;
	margin-bottom: 17px;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

strong, b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 60%;
	line-height: inherit;
}

code {
	font-weight: bold;
	background: #ffff99;
}


abbr {
	text-transform: none;
}



.one, .row .one {
	width: 8.33333%;
}

.two, .row .two {
	width: 16.66667%;
}

.three, .row .three {
	width: 25%;
}

.four, .row .four {
	width: 33.33333%;
}

.five, .row .five {
	width: 41.66667%;
}

.six, .row .six {
	width: 50%;
}

.seven, .row .seven {
	width: 58.33333%;
}

.eight, .row .eight {
	width: 66.66667%;
}

.nine, .row .nine {
	width: 75%;
}

.ten, .row .ten {
	width: 83.33333%;
}

.eleven, .row .eleven {
	width: 91.66667%;
}

.twelve, .row .twelve {
	width: 100%;
}

.row .offset-by-one {
	margin-left: 8.33333%;
}

.row .offset-by-two {
	margin-left: 16.66667%;
}

.row .offset-by-three {
	margin-left: 25%;
}

.row .offset-by-four {
	margin-left: 33.33333%;
}

.row .offset-by-five {
	margin-left: 41.66667%;
}

.row .offset-by-six {
	margin-left: 50%;
}

.row .offset-by-seven {
	margin-left: 58.33333%;
}

.row .offset-by-eight {
	margin-left: 66.66667%;
}

.row .offset-by-nine {
	margin-left: 75%;
}

.row .offset-by-ten {
	margin-left: 83.33333%;
}

.push-two {
	left: 16.66667%;
}

.pull-two {
	right: 16.66667%;
}

.push-three {
	left: 25%;
}

.pull-three {
	right: 25%;
}

.push-four {
	left: 33.33333%;
}

.pull-four {
	right: 33.33333%;
}

.push-five {
	left: 41.66667%;
}

.pull-five {
	right: 41.66667%;
}

.push-six {
	left: 50%;
}

.pull-six {
	right: 50%;
}

.push-seven {
	left: 58.33333%;
}

.pull-seven {
	right: 58.33333%;
}

.push-eight {
	left: 66.66667%;
}

.pull-eight {
	right: 66.66667%;
}

.push-nine {
	left: 75%;
}

.pull-nine {
	right: 75%;
}

.push-ten {
	left: 83.33333%;
}

.pull-ten {
	right: 83.33333%;
}

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

object, embed {
	height: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
	max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */

.row {
	*zoom: 1;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}