@charset "UTF-8";

/* Reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body {
	font-size: 16px;
	font-family: arial;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #231f20;
	height: 100%;
	background-color: #464646;
}
/* ol, ul { list-style: none; } */
li { float: left; margin-left: 6%; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
canvas {
	display: table-cell;
	vertical-align: middle;
}
p {
	float: left;
	width: 100%;
	margin: 0;
}
b { font-weight: bold; }
i { font-style: italic; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover { color: #D87B16; }

strong { font-weight: bold; }

/* Buttons
------------------------------------------------------------ */
.yellowbutton {
	background-color: #fee001;
	padding: 8px 15px;
	cursor: pointer;
}

.maincontainer {
	width: 100%;
	max-width: 985px;
	margin: 0 auto;
	font-size: 1.3em;
	position: relative;
	background-color: #fff;
	box-shadow: 15px 0 12px -4px #282828, -15px 0 15px -4px #282828;
}
.maincontainer:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/* Navigation
------------------------------------------------------------ */
#navigationbkgnd {
	position: absolute;
	top: 0;
	right: 0%;
	left: 30%;
	display: none;
	z-index: 100;
}
.navblkgradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
    background: url(../images/top_bar.png) 0 0 repeat-x;
    background-size: contain;
/*	background-color: #0b0202;
	opacity: 0.5;
	-webkit-box-shadow: 0px 11px 11px #000;
	-moz-box-shadow: 0px 11px 11px #000;
	box-shadow: 0px 11px 11px #000;
*/
}
.navblkgradient:after {
	content: "";
	display: block;
	padding-top: 12%;
}

.spacerdiv {
	float: left;
	width: 100%;
}
.spacerdiv:after {
	content: "";
	display: block;
	padding-top: 12%;
}
.menu {
	float: left;
	width: 100%;
	margin-top: 12%;
}
.righthalfcircle {
	float: right;
	border-radius: 0 50% 50% 0;
	background-color: #fff;
	line-height: 1;
	font-size: 1.2em;
	padding: 2%;
}
.menu ul {
	float: right;
	margin: 0 5% 0 0;
	list-style: none;
	overflow: hidden;
	width: 94%;
}
.menu li {
	width: 100%;
	margin: 3% 0 0 0;
}
.menu li a {
	float: right;
	display: block;
	color: #d57b28;
	padding: 2%;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1;
	text-align: right;
	background-color: #fff;
}
.menu li a:hover {
	color: #4281ef;
}
.menuspacerdiv {
	float: left;
	width: 100%;
}
.menuspacerdiv:after {
	content: "";
	display: block;
	padding-top: 2.5%;
}

/* END: Navigation
------------------------------------------------------------ */

/* Homepage
------------------------------------------------------------ */

.bkgndimgcontainer {
	width: 100%;
	float: left;
	max-width: 985px;
	position: relative;
}
.bkgndimgcontainer:after {
	content: "";
	display: block;

}
.mainmapspacer {
	float: left;
	width: 100%;
}
.mainmapspacer:after {
	content: "";
	display: block;
	padding-top: 7%;
}



.menu_scorecardline {
	float: left;
	color: #fff;
	width: 80%;
	font-size: 1.8em;
	padding-left: 5%;
	z-index: 10;
	line-height: 1.1;
}
.navicon_circle {
	float: right;
	margin: 1% 4% 0 0;
	width: 6.5%;
	z-index: 100;
	cursor: pointer;
}
.navicon_circleopen {
	float: right;
	margin: 1% 4% 0 0;
	display: none;
	width: 6.5%;
	z-index: 100000;
	cursor: pointer;
}



.test {
	float: left;
	display: none;
}
.testa {
	float: left;
}


.footer {
	width: 100%;
	max-width: 985px;
	margin: 0 auto;
	background-color: #4b4b4b;
	position: relative;
}
.footer:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.footer_line1 {
	float: left;
	color: #fff;
	line-height: 1.4;
	width: 95%;
	font-size: 3em;
	margin-top: 3%;
	padding-left: 5%;
}
.footer_line2 {
	float: left;
	color: #fff;
	line-height: 1.4;
	width: 95%;
	font-size: 1.8em;
	margin-top: 7%;
	padding-left: 5%;
}
.footer_line2 a { color: #fff; }
.footer_line3 {
	float: left;
	color: #fff;
	line-height: 1.4;
	width: 95%;
	font-size: 0.85em;
	margin: 1% 0 3% 0;
	padding-left: 5%;
}
.pagecolorheader {
	float: left;
	background-color: #6a813b;
	padding: 2% 10% 2% 5%;
	font-size: 1.4em;
	color: #fff;
	margin: 4% 0 3% 0;
}
.pageheadline {
	float: left;
	width: 95%;
	margin: 0 0 2% 0%;
	font-size: 1.2em;
	text-transform: uppercase;
}
.pagetext {
	float: left;
	width: 90%;
	margin: 2% 0 3% 5%;
	overflow: hidden;
}

.naviconholder {
	float: right;
	width: 25%;
	margin: 2% 2% 0 0;
	position: relative;
}
.lefthalfcircle {
	float: right;
	border-radius: 50% 0 0 50%;
	background-color: #fff;
	line-height: 1;
	font-size: 1.2em;
	padding: 2%;
}

/*** Bar Chart ***/
.barholder {
  float: left;
  width: 100%;
  height: 20px;
  margin: 2% 0 0 0;
  position: relative;
}
.charts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.chart {
  margin: 0;
  &:first-child {
    margin: 0;
  }
}
.chart--horiz { overflow: hidden; }
.chart__bar {
  height: 20px;
/*  background: #407cf1;  */
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.takeaction {
  border-top: 1px solid #6d7f43;
  background: #6d7f43;
  padding: 13px 26px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff;
   font-size: 1em;
   text-decoration: none;
   vertical-align: middle;
}
.takeaction:hover {
   border-top-color: #d57b27;
   background: #d57b27;
   color: #fff;
}
.takeaction:active {
   border-top-color: #d57b27;
   background: #d57b27;
}
.takeactioncontainer {
	float: left;
	display: block;
	width: 90%;
	margin: 1% 0 2% 5%;
	text-align: center;
}
@media screen and (max-width: 1060px) {
	.cornerobject { display: none; }
	.navbar { max-width: 985px; }
}

@media screen and (max-width: 985px) {

	.maincontainer { font-size: 2.75vw; }
	.navbarbox { font-size: 1em; padding: 3% 0; }
	.emailsmsbox {
		right: 7%;
		left: 40%;
	}
	.emailsmsbox2 {
		bottom: 40%;
		left: 20%;
		right: 0;
		display: none;
		background-color: #000;
		z-index: 10000;
		font-size: 0.6em;
	}

	.textlink { font-size: 1.5em; display: block; margin: 5% 0; }
	.emailink { font-size: 1.5em; margin: 5% 0; }

	.footer { font-size: 1.5vw; }

	.footer_line3 {
		width: 95%;
		font-size: 1.4em;
	}
	.takeactioncontainer { margin: 5% 0 5% 5%; }

}