/* ---------------------------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------------------------- */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pdfjs_block {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: #fff;
	cursor: pointer;
	opacity: 0;
	pointer-events:none;
}

.pdfjs_block.active {
	pointer-events:auto;
}
#upper-bc {
  float: right;
  padding-right: 15px;
}

#upper-bc ul li {
  display: inline;
  list-style: none;
  padding-left: 10px;
  text-transform: uppercase;
}

#upper-bc ul li a:hover {
  border-bottom: solid 3px #dace66;
}

li.current a, li a.selected {
  color: #666666;
  text-decoration: none;
  border-top: 3px solid #dace66;
}

.reportnav {
  margin: 0 auto;
  max-width: 1220px;
}
.reportnavbg {
  background: black;
  height: 40px;
  width: 100%;
  position: fixed;
  z-index: 5;
}
.reportnav li {
  text-align: left;
	
}

.reportnav > ul {
  float: left;
  *position: relative;
  *z-index: 950;
  *width: 600px;
  padding-left: 20px;
  background: black;
}

.reportnav > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  display: block;
  width: auto;
  height: auto;
  border-top: 3px solid transparent;
  padding-top: 6px;
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  *position: static;
  padding-right: 40px;
	border: 0px solid red;
	padding-bottom:0px;
}

.reportnav > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
	border: 0px solid green;
	padding-top:4px;
	padding-bottom:10px;
}

.reportnav > ul > li > a:hover {
  text-decoration: underline;

}
.reportnav > ul > li > a:active {
  text-decoration: none;
}

.reportnav li:hover ul {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  display:block;
}

.submenu {
  position: absolute;
  top: 40px;
  left: 0;
  *left: auto;
  /* background: url("assets/images/textures/graycheckered.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
  background-color:#f2f2f2;
 /*
  visibility: visible;
  *visibility: visible;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  */
  z-index: 9999;
  padding: 0 0px 0px 0px;
  text-transform: none;
  display:none;
}

.submenu li {
  position: relative;
  list-style: none;
  padding: 0;
}

.submenu li:hover > a {
  background-color: #cccccc;
  text-decoration: none;
}

.submenu a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 7px;
  color: #555555;
  min-width: 330px;
  max-width: 330px;
  cursor: pointer;
}

.submenu li:hover > a:active {
	text-decoration: underline;
}
span.arrow {
	font-size: 11px;
	line-height: 0%;
	color: #dccf1e;
}

li.header {
	margin-top: 10px;
	margin-left: 5px;

	color: #0a85c7;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media (max-width: 1100px) {
	/* .reportnav > ul {
		padding-left: 6%;
	}
	.reportnav > ul > li {
		padding-right: 0;
	}
	.reportnav > ul > li > a {
		min-width: 310px;
		text-align: left;
	} */
	#pdf {
		height:500px;
	}
}

#upper_buckets, .content_section, #proposal_contact {
	padding-top: 40px;
  background-color: #8b8d8e;
}

#scroll_footer {
	left: 0;
}
#pdf {
	height:1000px;
	margin-bottom: 0px;
	border-bottom: #0a85c7 solid 0px;
}

.banner-microsite {
    margin-top: 152px;
}

.dropdown--mobile {
  display: none;
}

@media (max-width: 1200px) {
  .subnav {
    display: none;
  }
  .reportnavbg {
    height: 55px;
  }
  .reportnav {
    padding: 0 15px;
  }
  .content_section {
    padding-top: 55px;
  }
}