/*	Styles the results from search queries */
/*  Date:30 October 2013 */
.container {
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 480px)
{
.pipeline { display:none ; }
.typeofsearch { display:none ; }
.advancedlink { display:none ; }
}
@media screen {

		section figcaption, section small, section .archive, section .block-user .item-list, section .comment-links, section .figcaption, .filter-help, section .form-item .description, section .more-link, section .node-links, section .progress .message, section .progress .percentage, section .search-results .search-info, section .submitted, section .vertical-tab-button .summary, section #block-pane-epa-web-area-connect, section #block-epa-og-footer 
			font-size: 76.47%;
		}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/*Used for displaying spellcheck suggestions and selected filter values*/
.label_lw {
  xpadding: 4px !important;
  font-weight: normal !important;
  background-color: #0071bc;
  font-size: 16px;
}


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 17px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.autosuggestions-heading {
  padding: 10px;
  color: white !important;
  background: rgb(10, 80, 113);
  font-family:ProximaNova-Regular,Helvetica;
}

.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #0071bc;
  white-space: nowrap;
  background-color: rgb(10, 80, 113);
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}


input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
/*
body {
   font: 15px/1.5 arial,helvetica,clean,sans-serif;
}
*/
.searchbox {
 border: 1px solid #CCC;
}
dl.searchresult dt{border-top:0; margin: 1em 0 0;}
dt.searchresult {font-weight:bold; margin-bottom: 0;}
dd.searchresult {margin: 0 0 0 1em;}
dd.searchresult a{color:#47AA42;}
td,th {
    padding:0;
}
.ui-autocomplete {
    max-height: 208px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.ui-menu .ui-menu-item a{
  font-size: 100%;
  color: #222;
}
.ui-menu .ui-menu-item:nth-child(odd) a {
    background: white;
}
.highlight.multi.box > .pane-title,
.highlight.multi.box > .pane-content > .footer {
    background-color: #9a0000;
    color: #fff;
}
.highlight.multi > .pane-title, .highlight.multi > .view-mode-block_header, .highlight.multi > .pane-content, .highlight.multi.box > .pane-content > .footer {
    border-color: #9a0000;
}

.button:visited {
     color: white;
}

img.hand
{
  cursor: pointer;
}

ul.nav_accordion
{
  margin: 0;
  border: 0;
  padding: 0;
}
ul.not_accordion
{
  margin: 0;
  border: 0;
  padding: 0;
}
li.nav_accordion
{
  list-style: none;
}
li.not_accordion
{
  list-style: none;
}
li.sub_accordion {
  list-style: none;
  color: #369;
  text-decoration: underline;
  cursor: pointer;
}
span.more-img {
    background: transparent url("../i/more.gif") no-repeat scroll 0 0;
}
span.less-img {
    background: transparent url("../i/less.gif") no-repeat scroll 0 0;
}
span.show-moreless-img {
    height: 15px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    width: 15px;
}
.resource-directory .region-preface {
border-bottom: 0;
}
.page-title {
padding 0 0 0 0;
}
.pipeline > li {
border: 0 0 0 0;
border-color: white;
}
.pipeline > li > a {
  padding: 2 2 2 2;
  margin: 2 2 2 2;
}
hr
{
 margin-left:0;
 margin-right:0;
 margin-bottom:1em;
}
p {
  padding-bottom:.75em;
}
.typeofsearch {
float:right;
width:240px;
}
.typeofsearch a {
  text-decoration:underline;
}
.typeofsearch a.active {
color:black;
font-weight:bold;
text-decoration:none;
}
.typeofsearch a.active:hover {
  color:black;
}
.andvancedlink {
  font-size:90%;
}
p {
  line-height: 1.0;
}
.recommended
 {       border: 2px solid #ccc; border-width: 2px 0;
        line-height: normal;
        background:#eeeeee;}
.recommended dt {
  font-weight:bold; 
  padding-left: 25px;
  padding-bottom: 0px;
  padding-top: 5px;
}
.browse {
  margin: 10px;
  padding: 5px;
  background-color: #eeeeee;;
}
dd {
  padding-bottom: 0;
}
section dd {
  padding-bottom: 0;
}
dl {
  padding-bottom: .75em;
}
.date{float:right;font-size:0.85em;font-weight:normal;padding:2px 4px;}
#search-box {
  box-sizing: border-box;
  width: 100%;
}
.search-term {
  font-style:italic;
  font-weight:bold;
}
#pg {margin:3em 0;overflow:hidden;line-height:2;text-align:center}
#pg a,#pg strong {border:1px solid #4289aa;color:#4289aa;margin:0 3px 0 0;padding:1px 6px;text-align:center;text-decoration:none;}
#pg a:focus,#pg a:hover {background:#d6e5eb;color:#4289aa;text-decoration:none;}
#pg strong {border:0 none;color:#404b51;font-size:108%;font-weight:bold;padding:2px 2px;}
/*--ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}*/
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dnlegend
{
  font-size: 20px;
  padding-bottom: .5em;
  padding-top: .5em;
}
.dnsideclear
{
  font-size: 100%;
  padding-bottom: .5em;
  padding-top: .5em;
}
.dnbar
{
  font-size: 12px;
  background-color: #E5ECF9;
  padding-bottom: .5em;
  padding-top: .5em;
}
.dnsidebar
{
  font-size: 13px;
  background-color: #E5ECF9;
  padding-bottom: .5em;
  padding-top: .5em;
  line-height: 1.0;
  font-weight: bold;
}
aside .dnsidebar_compressed
{
  font-size: 100%;
  padding-bottom: 0em;
  padding-top: 0em;
  line-height: 1.0;
  font-weight: bold;
}
a.dnclear{ */
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 6px;
    background: #605F61;
    font-weight: bold;
    display: inline-block;
    line-height: 0;
    padding: 5px 2px;
}

.dnclear:before {
    content: "×";
}


#topbanner {
width: 100%;
height: 130px;
margin: 0px auto 20px;
padding: 20px 5px 5px 5px;
text-align: center;
background: url('https://archive.epa.gov/images/archive-banner-bg.png') repeat-x scroll left top #525963;
}

#topbannerinner {
margin: 0px auto;
width: 100%;
}
#topbanner h3 {color:#FC0}

#topbanner p {color:#FFFFFF}
#topbanner a:link {color:#FFFFFF}
#topbanner a:visited {color:#FFFFFF}
#topbanner a:hover {color:#FFFFFF}
.gpwrap{
    border: 1px solid #CCC;
    width: 100%;
    padding: 10px 10px 0px 10px;
    margin: 25px 0;
    box-shadow: 0 0 6px -2px #000;
}
.gpwrap p{
    margin: 0 0 0px 0;
    padding-bottom: 10px;
}
.gppost.hide-class > div{
    position: relative;
}
.gppost.hide-class > div:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient( rgba(255,255,255,0), #fff);
}

p.pulldef
{       border: 2px solid #ccc; border-width: 2px 0;
        font-size: 1.0; font-style: italic; font-weight: normal;
        line-height: normal; width: 100%%;
        padding-bottom: 1em;
        padding-top: 1em;
}
p.pulldef span.author { font-size: 1.0m; font-style: normal; white-space: nowrap;}
blockquote.g {margin-left: 20px; margin-bottom:0; background-color:white; padding:0px;}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.panel-heading {
    color: white !important;
    background: linear-gradient(120deg,#005a9c,#005a9c) #005a9c !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.panel-title {
    font-size: 16px;
    color: #FFFFFF;
};
.panel-title p {color:#FFFFFF}
.panel-title a:link {color:#FFFFFF}
.panel-title a:visited {color:#FFFFFF}
.panel-title a:hover {color:#FFFFFF}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

