article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {display: block;}
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family:Tahoma, Verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
h3 {
	font-family:verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #009;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1em;
}
#pagetop .container {width: 100%;}
#pagetop .container .pure-u-1 {
    display: flex;
    justify-content: space-around;
	align-items: center;
	padding: .5em 0;
	overflow: hidden;
}
#content, .main {padding: 1em;}
.main {
	color: #009;
	line-height: 180%;
	border: 1px dashed #999;
}
.blue-dark {background-color: #009;}
.gray-light {background-color: #efefef;}
.blue-dark h1 {
	font-weight: 400;
	color: #ccc;
	text-align: center;
}
.copyright {text-align: center;}
img {
	border: 0;
	max-width: 100%;
	height: auto !important;
}
.small {font-size: 14px;}
a:link {
	color: #009;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {  color: #666; text-decoration: underline}
a:active {  color: #000}
.byline {font-size:10px;}
.lmtext {
	font-size:18px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.lmtext a {  ;
	color: #009;
}
a.lmtext:visited {  color: #999}
a.lmtext:hover {
	color: #666;
	text-decoration: underline;
}
.lownav {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.lownav a {  color: #009}
a.lownav:visited {  color: #999}
a.lownav:hover {  color: #666}
.upnav {font-size:14px; ; color: #ccc}
.upnav a {text-decoration: underline; color: #ccc}
a.upnav:visited {  color: #ccc}
a.upnav:hover {color: #fff; text-decoration: underline;}
.locatenav {font-size: 12px; color: #300; text-align: right; padding-right: 15px; padding-top: 5px}
.date {font-size: 12px; color: #666; text-align: right; padding-right: 0px; padding-top: 5px ; padding-left: 15px}
.whitetextsmall {
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
}
.celborderLR {
	border-right: 3px solid #fff;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #fff;
}
.footer {
	border-top: 3px solid #fff;
	font-size: 12px;
}
.columntitle {
	background-color: #fff;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.rm {padding: 5px;}
.lm {
	padding: 0px 8px 0px 0px;
	font-size: 12px;
	border: none;
}
.tablebrd {
	border: 1px solid #000;
}
form {
	color: #333;
	border: none;
	padding: 5px;
}
textarea, select, option, input {
	padding: 2px;
	color: #333;
	font-size: 13px;
	background-color: #fff;
	border: inset 1px #555;
}
.lmimg {
	color: #009;
	border: 4px solid;
	clip:  rect(5px auto auto auto);
}
.lmimg a {color: #009;}
a.lmimg:visited {  color: #999}
a.lmimg:hover {
	color: #666;
}
.bluebordimg {
	color: #009;
	border: 4px solid #009;
	clip:  rect(5px auto auto auto);
}
.horizline {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #009;
}
.upnavsub {font-size:14px; ; color: #666}
.upnavsub a {  ; text-decoration: underline; color: #666}
a.upnavsub:visited {  color: #000}
a.upnavsub:hover {
	color: #009;
	text-decoration: underline;
}
.contenttable {
	font-size:16px;
	color: #009;
	clip:   rect(   );
	line-height: 22px;
	padding: 8px 0px 8px 8px;
	background-color: #efefef;
	border: 0px none;
}
p.padtop {margin-top: 75px;}
p.download {font-weight: bold; font-size: 10pt;}
p.download a {color: #009;}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.required
{
	color: red;
}
.error
{
	font-weight: bold;
	color: red;
	text-align: center;
}
.success
{
	font-weight: bold;
	color: green;
	text-align: center;
}
.inputbox
{
	width: 300px;
}
textarea.inputbox {height: 75px;}
#contact {
	margin: 0 auto;
	text-align: center;
}
.pure-form-aligned .pure-control-group label {text-align: left;}
#recaptcha_area {margin: 0 auto;}
.g-recaptcha {
    display: inline-block;
    vertical-align: middle;
}
.custom-wrapper {
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 3.5em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}
.custom-wrapper.open {
    height: 17em;
}
.custom-can-transform {
    text-align: right;
}
.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 1.5em;
    right: 1em;
    display: none;
}
.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu {padding-top: 1em;}
#menu > .pure-u-1.pure-u-lg-4-5 {
    display: flex;
    align-items: center;
}
.pure-menu-link {
	font-size: 14px;
	padding: .4em;
	text-decoration: underline;
}
@media (max-width: 35.5em) {
	#contact {text-align: left;}
	.pure-u-1:first-child ul.col {margin-bottom: 0;}
	.pure-u-1:nth-child(2) ul.col {margin-top: 0;}
}
@media (max-width: 64em) {
    .custom-can-transform {text-align: left;}
    .custom-toggle {display: block;}
	h1 {font-size: 1.3em;}
}
@media print {
	div.pure-g.cols > .pure-u-1.pure-u-sm-1-2.pure-u-md-1-3 {
		width: 33.3%;
		display: inline-block;
	}
}