@charset "UTF-8";
/*Styles used for the VisID header and footer*/
footer, #navbar {
	font-family: 'Source Sans Pro',sans-serif;
	margin: 0;
	position: relative;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}	
footer, header, main, nav, div {
  display: block;
}
.footer:before, .footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer hr {
	width: 100%; 
	margin-top: 42px;
	clear: both;
}
@media only screen and (max-width:490px) {
  .footer hr {
    margin-top: 60px;
  }
}
/* header (only) nav */
.header-nav {
	background: #00264c;
}
.logo-header img {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
	max-width: 100%;
	height: 50px;
}
/* footer (only) css */
.menu.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: none;
}
footer.footer {
	background: #00264c;
	padding-bottom: 0px;
	position: relative;
	width: 100%;
	border-top: 1px solid #E5E5E5;
}
footer.footer .footer-doi {
	padding-right: 0;
	padding-left: 0;
}
footer.footer .footer-doi ul.menu li a {
  padding: 5px 0px;
  color: #ffffff;
  float: left;
  font-size: 12px;
}
footer.footer .footer-doi ul.menu li:first-of-type {
  padding-left: 0px;
}
footer.footer .footer-doi ul.menu li {
  float: left;
  padding-right: 2px;
  padding-left: 5px;
}
footer.footer .footer-doi ul.menu li:after {
  content: "|";
  color: #ffffff;
  float: left;
  padding-top: 5px;
  padding-left: 7px;
  font-size: 12px;
}
footer.footer .footer-doi ul.menu li:last-child:after {
  content: "";
}
/*Standard styles used for all general USGS web pages*/
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
main {
	font-family: 'Merriweather Web','Source Sans Pro',sans-serif;
	font-style:normal;
  font-weight:400;
  font-size: 1rem;
	line-height: 1.5em;
  color: #171717;
  background-color: #ffffff;
}
*:focus {
	outline: none !important; 
}
a:focus {
  outline: 0;
	text-decoration: none;
}
a {
  color: #005ea2;
	text-decoration: none;
}
a:hover {
  color: #005ea2;
	text-decoration: underline;
}
/*************************************************/
/*Styles customized for use in a specific website*/
#map-app .grid-container{
	max-width:100%;
	padding-left:1rem;
	padding-right:1rem;
}
main {
	font-family: 'Source Sans Pro',sans-serif;
	position:relative;
}
.site-banner {
	background: #003366;
}
.site-banner div {	
	color: #ffffff;
	font-family: 'Public Sans Web',Roboto,Helvetica,Arial,sans-serif;
	font-weight:400;
  font-size: 18px;
	padding-bottom:1px;
	line-height:1.5;
}
/*styles to change the uswds for map application headers/navigation menus*/
.usa-nav-container{
	position:relative;
}
@media all and (min-width: 40em){
	.usa-header--basic .usa-nav{
   justify-content:flex-start;
	 padding:0;
  }
	.usa-header--basic .usa-nav-container{
    align-items:flex-start;
  }
	.usa-nav-container{
    padding-left:1rem;
		padding-right:1rem;
		max-width: 100%;
  }
}
@media all and (max-width: 39.99em){
	.usa-js-mobile-nav--active {
		padding-right: 0 !important;
	}
	.usa-nav{
		bottom: unset;
		width: 18rem;
		padding: 0.5rem 0 0.25rem 0;
		margin-right:0.375rem;
		border:1px solid #cccccc;
  }
	.usa-nav__primary{
		margin-top: -1.625rem;
  }
}
.usa-header--basic .usa-nav__link::after{
  background-color:transparent;
  border-radius:0;
  content:"";
  display:block;
  position:absolute;
  height:0.25rem;
  left:0.5rem;
  right:0.875rem;
  bottom:0.125rem;
}
.usa-nav__primary button{
  font-size: 1rem;
}
@media all and (min-width: 40em){
	.usa-nav__primary button{
    padding: 0.5125rem 0.75rem 0.675rem 0.25rem;
  }
	.usa-nav__primary button[aria-expanded=false] span::after,
	.usa-nav__primary button[aria-expanded=true] span::after{
		position:absolute;
		right: 0.75rem;
		bottom: 0.5rem;
	}
	.usa-header--basic .usa-nav__link::after{
		left:0.125rem;
	}
}	
@media all and (max-width: 39.99em){
	.usa-nav__primary button{
		padding: 0.5rem;
  }
	.usa-nav__primary button[aria-expanded=false] span::after,
	.usa-nav__primary button[aria-expanded=true] span::after{
		position:absolute;
		right:0.5rem;
	}
	.usa-header--basic .usa-nav__link::after{
		right:0.5rem;
	}
	.usa-nav__primary button{
		font-weight:700;
	}
}
.usa-nav__primary button[aria-expanded=false]:hover{
  background-color:transparent;
	color:#1d5aab;
}
.usa-nav__primary button[aria-expanded=false]:hover span::after{
  background-color:#1d5aab;
}
.usa-header--basic .usa-nav__link[aria-expanded=false]:hover::after{
  background-color:#1d5aab;
}
.usa-nav__primary button[aria-expanded=true] {
  background-color:transparent;
	color:#003366;
}
.usa-nav__primary button[aria-expanded=true] span::after{
  background-color:#003366;
}
.usa-header--basic .usa-nav__link[aria-expanded=true]::after{
  background-color:#003366;
}
.usa-nav__submenu{
	font-family: 'Source Sans Pro',sans-serif;
  font-weight:normal;
  font-size: 0.875rem;
	line-height: 1.2;
  color: #333333;
  background-color: #ffffff;
	max-height: 300px;
	overflow-y: auto;
}
@media all and (max-width: 39.99em){
  .usa-nav__submenu{
		margin: 0 0.375rem;
		padding-bottom: 0.375rem;
		border-bottom: 2px solid #999999;
  }
}
@media all and (min-width: 40em){
  .usa-nav__submenu{
		border: 1px solid #999999;
		border-top-color:#cccccc;
		border-radius:5px;
		margin-top:-0.125rem;
		padding: 0.375rem;
  }
}
.usa-nav__close{
  cursor:pointer;
}
@media all and (max-width: 39.99em){	
	.usa-nav__close{
		margin-right: 0;
	}
}
.usa-menu-btn {
	height:2rem;
	width:2.75rem;
	border:2px solid #003366;
	border-radius:0.25rem;
	padding-top:0.125rem;
	padding-left:0.5rem;
	margin-top:0.125rem;
	margin-bottom:0.125rem;
	margin-left:1rem;
}
.usa-menu-btn span::after{
  background:url("../images/menu.svg") no-repeat center/contain;
  display:inline-block;
  height:1.5rem;
  width:1.5rem;
  content:"";
}
@supports ((-webkit-mask: url("")) or (mask: url(""))){
  .usa-menu-btn span::after{
    background:none;
    background-color:#003366;
    -webkit-mask:url("../images/menu.svg") no-repeat center/contain;
            mask:url("../images/menu.svg") no-repeat center/contain;
  }
}
.usa-menu-btn:hover {
	border-color:#1d5aab;
}
.usa-menu-btn:hover span::after{
  background-color:#1d5aab;
}
/*styles for the map application*/
#viewDiv {
	padding: 0;
  margin: 0;
  position: relative; 
  width: 100%;
  height: calc(100vh - 155px);
}
#loading {
  position: absolute;
  top: 38%;
  left: 45%;
}
#infoDiv {
	position: absolute;
	bottom:16px;
	left:0;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 0.625rem;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
	z-index: 2;
	padding: 1px 5px;
	line-height: 1.5;
}
#searchDiv {
	position: absolute;
	top: 0;
	right:7px;
	z-index: 2;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.layerName {
	font-size: 1rem;
	font-weight: bold;
}
input[type="radio"] {
	cursor: pointer;
	accent-color: #003366;
	margin-right: 0.25rem;
	margin-left: 0.25rem;
}
#glbsublayers, #ussublayers, #afsublayers, #sasublayers {
	margin-top: 0.25rem;
	line-height: 1.4;
}
#nav-swp {
	line-height: 1.3rem;
}
.swpDisabled {
	color: #b3b3b3;
}
@media all and (min-width: 40em){
	#nav-about {
		min-width:29rem;
	}
	#nav-leg {
		min-width: 18rem;
	}
	#nav-bmaps {
		min-width: 450px;
	}
}
@media all and (max-width: 39.99em){
	#nav-about {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		word-wrap: break-word;
	}
	#nav-leg hr {
		margin-right: 0.25rem;
	}
}
/*style used for the identify results in the popup*/
p.popup-attr {
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 1.2;
	font-size:0.875rem;
}
p.popup-attr:first-of-type{
	margin-top:-5px;
	margin-bottom: 10px;
}
/*styles used to override esri styles*/
.esri-view .esri-view-surface:focus::after {
	outline: none !important;
}
/*changes esri basemap gallery styles*/
.esri-basemap-gallery:focus-within {
 outline: none !important;
}
.esri-basemap-gallery__item-container {
	height: auto;
}
.esri-basemap-gallery--grid .esri-basemap-gallery__item-container {
	padding-inline:0.25rem;
	padding-block:0.25rem;
	column-gap:11px;
}
@media all and (max-width: 39.99em){
	.esri-basemap-gallery__item-container {	
		height: 200px;
		padding-bottom: 5px;
	}
	.esri-basemap-gallery__item {
		width:97%;
	}
}
.esri-basemap-gallery__item,
.esri-basemap-gallery--grid .esri-basemap-gallery__item{
	border-width: 2px;
}
.esri-basemap-gallery__item--selected,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus,
.esri-basemap-gallery--grid .esri-basemap-gallery__item--selected,
.esri-basemap-gallery--grid .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover,
.esri-basemap-gallery--grid .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus {
	border-color: #003366;
	background-color: #f2f2f2;
}
.esri-basemap-gallery__item:hover,
.esri-basemap-gallery__item:focus {
	border-color: #1d5aab;
}
/*changes esri legend styles*/
.esri-legend__service {
	padding: 0;	
}
.esri-legend__layer-table {
	margin-bottom: 0.25rem;
} 
.esri-legend__layer-table:last-child {
  margin-bottom: 0;
}
.esri-legend__layer-body {
  margin-left: 0;
}
.esri-legend__layer-cell {
	padding: 1px 3px 1px 0;
}
.esri-legend__layer-cell--info {
	line-height: 1.0;
}
.esri-legend__layer-caption {
	padding: 0.25rem 0 0 0.125rem;
}