@charset "UTF-8";
/* CSS Document */

footer, #navbar {
	font-family: 'Source Sans Pro',sans-serif;
	margin: 0;
	position: relative;
    color: white;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}	

footer, header, main, nav, div {
    display: block;
}

.tmp-container {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.tmp-container a {
	text-decoration: none;
    background: transparent;
}
.tmp-container a:-webkit-any-link {
    /*cursor: auto;*/
}
.tmp-container:before, .tmp-container:after {
    content: " ";
    display: table;
}
.tmp-container:after {
    clear: both;
}

@media only screen and (max-width:490px) {
    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: auto;
}

.header-search form {
  float: right;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-search input[type="search"] {
	height: 30px;
	width: 260px;
	margin-top: 18px;
}
.header-search button[type="submit"] {
	position: absolute;
	/*top: -2px;*/
	bottom: 0;
	right: -3px;
	border: 0;
	color: #666;
	background: transparent;
	padding: 0;
	width: 39px;
	height: 39px;
	/*margin-top: 21px;*/
}

input{line-height:normal}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
input,button{font-family:inherit;font-size:inherit;line-height:inherit}


/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* 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 a {
    color: #ffffff;
}

footer .social-media a {
    font-size: 25pt;
}

/* Font Awesome Social Media icons */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-wrapper {
	position: relative
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-search:before {
	content: "\f002";
}
.fa-twitter-square:before {
Content: "\f081";
}
.fa-facebook-square:before {
Content: "\f082";
}
.fa-github:before {
    content: "\f09b";
}
.fa-google-plus-square:before {
	content:"\f0d4"; 
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-copy:before {
	content: "\f0c5";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-chart-bar:before {
	content: "\f080";
}

.only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"]{cursor:pointer}

/*** DAM ****/
main {min-height:460px;}

/*this class causes images to show up as original image size rather than being 100% of its container; only happens in IE
So we apply this fix if it's IE (Edge doesn't have this problem)*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .img-fluid {	
		width: 100%;
	}
}


/* shrink usgs header */
#btnUSGSSearch {
	background: none;
	border: none;
	color: white;
	font-size: x-large;
    margin-top: 25px;
    margin-right: 10px;
}
@media (min-width: 992px) {
	#btnUSGSSearch {display: none;}
	#mobileUSGSSearch {display: none;}
}

@media (max-width: 991px) {
	#USGSSearchWrapper {display: none;}
}

/* scroll to top button */
#testScroll {	
	cursor: pointer;
	position: fixed;
	bottom: 120px;
	right: 20px;
	display:none;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */	
	filter: alpha(opacity=50); /* IE 5-7 */	
	-moz-opacity: 0.5; /* Netscape */	
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5;
	z-index:1999;
}

.btn-circle { 
	width: 50px; 
	height: 50px; 
	padding: 0 !important; 
	border-radius: 25px !important; 
	font-size: 25px !important; 
}

.dropdown-menu {z-index: 2000 !important;} /* in the event that a map control shows up above a dropdown menu */

/* toggle show more or less of big body of text */
.moreless {
	display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
span.more {
	color: #007bff;
	cursor: pointer;
}


/*  this works very well for webkit browsers; not so great for others liek Firefox and possibly Safari; scrapping it for now; using succinct.js instead

.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}*/

