body {
	background: #666;
	color: #fff;
	letter-spacing: 0.1rem;
	}

p, h1, h3, h4, h5, h6, li { letter-spacing: 0.12rem; }
h2 { letter-spacing: 0.5rem; }
.code { font-family: monospace; }
p.codeblock { 
	font-family: monospace;
	font-size: 95%;
	}

.shadow { text-shadow: 0 0 50px #000, 0 3px 30px #000, 0 0 5px #000; }
.scrim { background-color: rgba(0, 0, 0, 0.6); }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.hidden { display: none; }

	.margintop { margin-top: 40px; }
		.margintop-double { margin-top: 80px; }
		.margintop-half { margin-top: 25px; }
	.marginbottom { margin-bottom: 40px; }
		.marginbottom-double { margin-bottom: 80px; }
		.marginbottom-half { margin-bottom: 25px; }
	.paddingtop { padding-top: 40px; }
	.paddingbottom { padding-bottom: 40px; }
	#homepage_logo { margin-top: 120px; }
	/* .introtext { margin-left: auto; margin-right: auto; } */
	p { font-size: 19px; line-height: 26px; }
	.largetext { font-size: 23px; line-height: 33px; }
	.captiontext { font-size: 20px; line-height: 30px; }
	.titletext { font-size: 48px; line-height: 52px; }
	.extensiontext { margin-left: -17px; }
	.buttontext { text-transform: uppercase; font-size: 22px; line-height: 33px; }
	.circlelist a { height: 275px; width: 275px; padding: 90px 0 0 0; border-width: 13px; }
	.footer p { font-size: 20px; line-height: 30px; color: #999; }

@media (min-width: 550px) {
	.margintop { margin-top: 35px; }
		.margintop-double { margin-top: 75px; }
		.margintop-half { margin-top: 20px; }
	.marginbottom { margin-bottom: 35px; }
		.marginbottom-double { margin-bottom: 75px; }
		.marginbottom-half { margin-bottom: 20px; }
	.paddingtop { padding-top: 35px; }
	.paddingbottom { padding-bottom: 35px; }
	#homepage_logo { margin-top: 150px; }
	p { font-size: 16px; line-height: 24px; }
	.largetext { font-size: 23px; line-height: 33px; }
	.captiontext { font-size: 12px; line-height: 19px; }
	.titletext { font-size: 56px; line-height: 60px; }
	.extensiontext { margin-left: -18px; }
	.buttontext { font-size: 12px; line-height: 23px; }
	.circlelist a { height: 205px; width: 205px; padding: 75px 0 0 0; border-width: 12px; }
	.footer p { font-size: 12px; line-height: 19px; }
	.nav-button { display: none; }
	}

@media (min-width: 800px) {
	.margintop { margin-top: 40px; }
		.margintop-double { margin-top: 80px; }
		.margintop-half { margin-top: 25px; }
	.marginbottom { margin-bottom: 40px; }
		.marginbottom-double { margin-bottom: 80px; }
		.marginbottom-half { margin-bottom: 25px; }
	.paddingtop { padding-top: 40px; }
	.paddingbottom { padding-bottom: 40px; }
	#homepage_logo { margin-top: 160px; }
	.introtext { width: 80%; }
	p { font-size: 19px; line-height: 27px; }
	.largetext { font-size: 26px; line-height: 36px; }
	.captiontext { font-size: 14px; line-height: 21px; }
	.titletext { font-size: 58px; line-height: 63px; }
	.extensiontext { margin-left: -20px; }
	.buttontext { font-size: 13px; line-height: 26px; }
	.circlelist a { height: 275px; width: 275px; padding: 105px 0 0 0; border-width: 13px; }
	.footer p { font-size: 14px; line-height: 21px; }
	}

@media (min-width: 1100px) {
	.margintop { margin-top: 50px; }
		.margintop-double { margin-top: 100px; }
		.margintop-half { margin-top: 30px; }
	.marginbottom { margin-bottom: 50px; }
		.marginbottom-double { margin-bottom: 100px; }
		.marginbottom-half { margin-bottom: 30px; }
	.paddingtop { padding-top: 50px; }
	.paddingbottom { padding-bottom: 50px; }
	#homepage_logo { margin-top: 200px; }
	.introtext { width: 75%; }
	p { font-size: 20px; line-height: 28px; }
	.largetext { font-size: 28px; line-height: 36px; letter-spacing: 0.1rem; }
	.captiontext { font-size: 16px; line-height: 25px; }
	.titletext { font-size: 68px; line-height: 74px; }
	.extensiontext { margin-left: -22px; }
	.buttontext { font-size: 16px; line-height: 31px; }
	.circlelist a { height: 325px; width: 325px; padding: 125px 0 0 0; border-width: 16px; }
	.footer p { font-size: 16px; line-height: 25px; }
	}

@media (min-width: 1400px) {
	.introtext { width: 67%; }
	}

.nospace { margin-bottom: 0; }





/* Links
----------------------------------------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #888;
	font-weight: bold;
	padding-bottom: 2px;
	}
.whitebg a {
	color: #000;	
	}
a:hover {
	color: #fff000;
	border-bottom: 2px solid #fff000;
	}
.whitebg a:hover {
	color: #000;	
	}
a.squarebutton {
	background: #fff000;
	border: none;
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 20px 35px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5rem;
	}
a.squarebutton.bluebg {
	background: #00dcdc;
	}
a.squarebutton.greybg {
	background: #b3b3b3;
	}
a.squarebutton.nolink {
	cursor: default;
	}
a.squarebutton:hover {
	background: #000;
	color: #fff;
	}
a.squarebutton.greybg.nolink:hover {
	background: #b3b3b3;
	color: #000;
	}
a.squarebutton.yellowbg.nolink:hover {
	background: #fff000;
	color: #000;
	}

a.squarebutton.fillbutton {
	width: 100%;
	text-align: center;
	padding: 40px 0;
	}

/* The main global nav.
----------------------------------------------------------------------------- */
ul.menulist {
	list-style: none;
	line-height: 1;
	/* margin-bottom: 75px;*/ /*keep tabs*/
	}
ul.nolist {
	list-style: none;
	}
ul.menulist li {
	display: inline;
	margin-left: 15px;
	}
ul.menulist li a {
	border-bottom: 1px solid transparent;
	letter-spacing: 0.4rem;
	color: #000;
	}
ul.menulist li a:hover {
	color: #fff000;
	}
.nav-button {
	top: 0;
	right: 20px;
	position: absolute;
	vertical-align: middle;
	z-index: 999;
	cursor: pointer;
	}
.nav-button span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
	}
@media (max-width: 550px) {
	#top_nav_menu ul.menulist { display: none; background: #fff000; position: fixed; top: 0; left: 0; width: 100%; margin: 0; padding: 0 0 20px 0; z-index: 99; }
	#top_nav_menu ul.menulist li a { display: block; width: 100%; padding: 5px 10px; text-align: left; color: #000; }
	.footer ul.footermenulist li { display: block; padding: 10px 0; }
	}
.expand {
	display: block !important; 
	}
.fixed {
	top: 25px;
	position: fixed;
	}

/* The footer global nav.
----------------------------------------------------------------------------- */
ul.footermenulist {
	list-style: none;
	line-height: 1;
	}
ul.footermenulist li {
	display: inline;
	margin-left: 15px;
	}
ul.footermenulist li a {
	border-bottom: 1px solid transparent;
	letter-spacing: 0.5rem;
	color: #fff;
	}
ul.footermenulist li a:hover {
	color: #fff000;
	}

/* footer credit texts, under the global nav and logo */
a.footercredits {
	font-weight: bold;
	color: #999;
	text-decoration: none;
	border: none;
	border-bottom: 1px solid #444;
	}
a.footercredits:hover {
	font-weight: bold;
	color: #fff000;
	text-decoration: none;
	border: none;
	border-bottom: 1px solid #fff000;
	}










body.homepage #top_nav {
	display: none;
	}

.whitebg {
	background: #fff;
	color: #000;
	}
.blackbg {
	background: #000;
	color: #fff;
	}
.yellowbg {
	background: #fff000;
	color: #000;
	}
.bluebg {
	background: #00dcdc;
	color: #000;
	}
.greybg {
	background: #b3b3b3;
	color: #000;
	}
img.fullwidth,
#browser_image img {
	max-width: 100%;
    height: auto;
    }
#slides {
   	display:none;
    }
#menubar-icon  {
	max-width: 100%;
    height: auto;
    }

.home_logo {
	cursor: pointer;
	}
.footer {
	background: #000;
	}
.footer .home_logo {
	margin-bottom: 84px; /* need to add @media rules */
	}

#map {
	background: #000;
	}
#map .leaflet-control-attribution {
	background: rgba(0, 0, 0, 0.701961) !important;
	padding: 2px 5px !important;
	font-size: 12px !important;
	color: #fff !important;
	}
#map .leaflet-control-attribution a {
	color: rgba(255, 255, 255, 0.701961 !important);
	text-decoration: none !important;
	border: none;
	font-size: 12px !important;
	color: #fff !important;
	}
#map .leaflet-popup-content-wrapper {
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	}
#map .leaflet-popup-tip-container {
	width:15px;
	height:15px;
	}
#map .leaflet-popup-tip {
	display: none;
	}
#map img.leaflet-tile {
    -webkit-filter: grayscale(1) !important; /* Webkit */
    filter: gray !important; /* IE6-9 */
    filter: grayscale(1) !important; /* W3C */
  	}


.badge { width: 100%; }
.badge_table { width: 100%; }
td { padding : 2px 0; }
td.percentage { text-align: right; }
tr.headingrow { border-bottom: 3px solid #fff; }

#badge1,
#badge2,
#badge3 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	}

.extensiondot { color: #fff000; }
