

@charset "utf-8";

/* CSS Document */
/*
--------------------------------------
fonts
--------------------------------------
*/
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(./RobotoSlab-Bold-Latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(./OpenSans-Latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
html, body {
    height: 100%;
    width: 100%;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2 , h3, h4{
    font-family: 'Roboto Slab', Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    
}

@media (max-width: 760px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 15px;
    }
}
p {
    font-size: 12pt;
    line-height: 1.4em;
    margin-bottom: 20px;
}
h1 {
    font-size: 60px;
    /*color: #0b3b62;*/
    color: #fff;
}
h2
{
    font-size: 32pt;
    font-weight:700;
    color: #60770f;
    line-height: 1.25em;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 18px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

h3
{
    font-size: 20pt;
    font-weight: bold;
    color: #152a4d;
    margin-top: 0;
}

h4
{
    font-size: 16pt;
    font-weight:700;
    color: #152a4d;
    padding-top: 10px;
    margin-bottom: 0;
}

h5
{
    font-size: 14pt;
    color: #329c98;
    margin-bottom: -20px;
    font-family: 'Roboto Slab', Arial, sans-serif;
    text-align: center;
    font-weight: 400;
}
h6
{
    font-size: 14pt;
    color: #329c98;
    font-family: 'Roboto Slab', Arial, sans-serif;
    
    font-weight: 400;
}
h4 a {
  font-weight: 400;
}
blockquote {
    border-left-width: 8px;
    border-left-color: #152a4d;
    background: #f8f4ee;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: 4px;
}
blockquote p {
    margin-bottom: 4px;
}
blockquote a:link, blockquote a:visited{
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 12pt;
    font-weight:700;
    line-height: 1.5em;
    color: #707811;
    text-decoration: none;

}
blockquote a:hover {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 12pt;
    color: #329c98;
    text-decoration: underline;
}
.smalltext {
    padding-top: 0;
    font-size: 10pt;
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
}
#contact p, #contact a {
  text-align: center;
  font-size: 11pt;
}
#contact ul {
  text-align: center;
}
.legendtitles {
    padding-left: 10px;
    padding-top: 0;
    margin-top: 0;
    color: #fff !important;
    font-size: 14pt;
}
.caption {
    font-size: 9pt;
    font-style: italic;
}
.noshade {
    background-color: #fff;
}
.blueitalic {
        color: #013950;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0px;
        font-style: italic;

}
.mediaheading {
    padding-bottom: 0;
    margin-bottom: 4px;
}
.media-body {
    padding-left: 20px;
}
.mediatext {
    font-size: 11pt;
    font-style: italic;
}
.text-center a {
    font-size: 10pt !important;
}
/*
--------------------------------------
top navbar and banner image
--------------------------------------
*/

/* navbar */
.navbar-default {
    background-color: rgba(27,47,65,0.3);
    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
         -o-transition: all 400ms ease;
            transition: all 400ms ease;
}
.navbar-default-opaque {
    background-color: rgba(27,47,65,1.0);
}
.navbar-brand {
    padding: 10px;
    color: white !important;
    line-height: 30px;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 18pt;
    font-weight: 700;
}
.navbar-collapse {
    padding-right: 20px !important;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus:hover {
    color: #81cabc;
}
.navbar-default .navbar-nav > li > a.active {
    color: #4bb29d;
}
.navbar-default .btn {
    border-radius: 0px;
    background-color: transparent !important;
    color: #fff;
    font-weight: bold;
}

/* top banner image */
header {
    border-bottom: 1px solid #e3e3e3;
    background: url('../img/banner.png') no-repeat center center scroll;
    height: 300px;
    margin: 0;
    text-align: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
@media (max-width: 760px) {
    header {
        height: 200px;
    }
}

.whitetext {
    color:#ffffff !important;

}

a:link {
    
    font-size: 12pt;
    
    color: #707811;
    text-decoration: none;
}
a:visited {
   
     font-size: 12pt;
    color: #707811;
    text-decoration: none;
}
a:hover {
   
     font-size: 12pt;
    color: #329c98;
    text-decoration: underline;
}
/*
--------------------------------------
sections
--------------------------------------
*/
section {
    padding: 20px 20px 40px 20px;
}
section:nth-child(even) {
    background: #f8f4ee;
}

section[data-scroll-to="contact"] .glyphicon {
    font-size: 50px;
    color: #1269b0;
}
@media (max-width: 760px) {
    section {
        padding: 0px;
    }
}
.bluebackground {
    padding: 10px 0 10px 0;
    margin-top: -20px;
    background: #152a4d;
}

/*
--------------------------------------
bootstrap components
--------------------------------------
*/

/* modals and dialogs */
.modal-header {
    background-color: #1b2f41;
    color: white;
}
.modal-header button.close {
    color: white;
    opacity: 1;
}
.modal-header button.close:hover {
    opacity: 0.7;
}
/*
--------------------------------------
helpers and misc
--------------------------------------
*/

.boxshadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

/* click-able background color transition */
button, .collapse-header {
    -webkit-transition: background-color 200ms ease;
        -ms-transition: background-color 200ms ease;
            transition: background-color 200ms ease;
}
.redbutton {
    background: #a10004;
    color: #fff;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 18pt;
}
/* carousel */
.carousel {
    width: 360px;
    margin: 0px auto;
}
.carousel-control {
    background: none !important;
}
.carousel-indicators {
  bottom:110px;
}
.carousel-indicators li {
  border-color:#999;
  background-color:#ccc;
}

.carousel-caption {
    position: static;
    max-width: 350px;
    padding: 20px 20px 0 20px;
    margin:0 auto;
   text-align:center;
   text-shadow: none;
   color: #777;
}
.carousel-caption h3 {
    color: #333;
    font-size: 12pt;
    font-family: 'Open Sans', Arial, sans-serif;
}
.carousel-caption p {
    color: #333;
    font-size: 11pt;
}

/*
--------------------------------------
map
--------------------------------------
*/
#map {
    width: 100%;
    height: 500px;
    background: #fff;
    cursor: pointer;
}
.panel-heading h3 {
    margin: 0px;
}
.panel-heading .label-default {
    background: #fff;
    color: #000;
    font-weight: bold;
}
.panel-default .panel-heading {
    background: #1b2f41;
    border-color: #1b2f41;
    color: #fff;
}
.panel-default {
    border-color: #1b2f41;
}
.collapse-header:hover {
    background-color: #355c7e !important;
    cursor: pointer;
}
.panel-footer {
    background: #fff;
    border-top: 1px solid #1b2f41;
}
.table-legend > tbody > tr > td {
    vertical-align: middle;
}
.table-legend > tbody > tr > td:nth-child(1) {
    width: 32px;
}
#insert_coops .list-group-item {
    background-color: #fff !important;
    font-size: 11pt;
}
#insert_pors .list-group-item {
    background-color: #fff !important;
    font-size: 11pt;
}
ol li {
  font-size: 12pt;
}

#white {
    background: #ffffff;
    margin-left:1px;
    margin-right: 1px;
}


ul > li {
    list-style: none;
    padding-bottom: 10px;
}
ul li a {
  font-size: 11pt !important;
}
.bigbullets {
  margin-left: 20px;
  font-size: 12pt !important;
  padding-bottom: 10px;
}
.btn-primary {
  background-color:#152a4d;
  border: 1px solid #ccc;
  font-size: 12pt !important;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  color: white !important;
}
.bottomline {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px;

}
.bottomline a{
   font-size: 11pt;
}
.center {
  margin: 0px auto;
}
.siteheadings {
  color: #000;
  background-color: #94a198;
}

.studytext {
    font-size: 11pt;
}
.contact
{
    font-size: 12pt;
    font-family: 'Roboto'. sans-serif;
}

.lead
{
    font-size: 16px;
    color: #000;
}

.btn-info
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb
{
    background-color: #fff;
    float: left;
}
.credit {
    font-family: "Cabin Condensed";
    font-size: 10pt;
    color: #333;
}
.head
{
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.head ol
{
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.highlighted {
    background-color: #EFEFEF;
    padding-top: 10px;
    padding-bottom:10px;
}
.socialicons li
{
    list-style: none outside none;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0;
    float: right;
}

.activelistitems
{
    background-color: #EFEFEF;
    text-align: left;
}
.indentactivelistitems
{
    background-color: #EFEFEF;
    text-align: left;
    padding-left:20px;
   
}
.nav ul li a.shrinkallover{
   padding-top: 0;
   padding-bottom: 0;
 
}
.portfolio-item {
    margin-bottom: 25px;
}

.science {
    font-size: 12pt;
}

.tops
{
    margin-top: 0;
    padding-top: 0;
}
.contacts {
	padding-left:10px;
	padding-right:10px;
}

.list-group-item a {
  font-size: 10pt;
  color: rgba(96,119,15,1.0);
}
.list-group-item  {
  font-size: 10pt;
  background-color: #f8f4ee;
  
}
.shaded2 {
  background-color: rgba(211,165,103,0.2) !important;
  color: #152a4d;
  font-size: 12pt !important;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-weight: 700;
}
.white {
  background-color: #fff !important;
}

.shrinkme
{
    margin-left: 0;
    padding-right: 3px;
}
.shrinkmebottom {
    padding-bottom: 3px;
    margin-bottom:0;
}

.shrinkmetop {
    padding-top: 3px;
    margin-top:0;
}
.shrinkmeright {
	margin-right: 0;
	padding-right: 0;
}

.spaceme
{
    padding-bottom: 10px;
}
.spacemetop
{
    padding-top: 20px;
}
.spacemetopmore
{
    padding-top: 40px;
}
.spacemebottom
{
    padding-bottom: 10px;
}
.wide
{
    width: 100%;
}

.bg-grey
{
    background-color: #f6f6f6;
}

.logo-small
{
    color: #f4511e;
    font-size: 50px;
}

.logo
{
    color: #f4511e;
    font-size: 200px;
}

.thumbnail
{
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img
{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}




.contactfooter {
  background-color: #d9d9cf;
}

.bluefooter
{
    background-color: rgba(27,47,65,1.0) !important;
    padding-top: 10px;
    padding-bottom: 20px;
}
.whitetext
{
    color: #fff;
}

.paddingright
{
    padding-right: 10px;
}

.alignleft
{
    margin: 0;
    text-align: left;
    padding-right: 5px;
}

.nobottom
{
    padding-bottom: 0;
}

.icons
{
    padding-left: 6px;
    padding-right: 6px;
}


.clear
{
    clear: both;
}

/* ===STANDARD FOOTER===*/
.usgsfooter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    clear: both;
    width:100%;
    color: #fff;

}

#usgsfooter a:link, #usgsfooter a:visited {
   
    color: #ffffff;
    text-decoration: none;
    font-size: 10pt;
}
#usgsfooter a:hover {
    
    color: #ffffff;
    text-decoration: underline;
    font-size: 10pt;
}
#usgsfooter a:active {
    
    color: #ffffff;
    text-decoration: none;
    font-size: 10pt;
}
.usgsfootertext {
    padding:0;
    margin: 0;
    font-size: 10pt;
    color: #fff;
}
.firstlinefooter {
    padding-right: 20px;
   
}


