section, header, footer {
  position: relative; }

html {
  position: relative;
  min-height: 100%; }

footer#pageFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-color: #eeeeee;
  font-size: .8em; }

body {
  font-family: "Open Sans", sans-serif;
  color: #505050;
  margin: 0 0 100px; }

a {
  color: #019a01;
  text-decoration: none;
  cursor: pointer;
  transition: .2s; }

a:hover {
  color: #054305;
  transition: .2s; }

a.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #054305;
  color: white;
  text-decoration: none;
  margin: 15px 0;
  transition: .2s; }

a:hover.button {
  background-color: #019a01;
  transition: 0.2s; }

div.sectionContent {
  max-width: 900px;
  margin: 0 auto;
  position: relative; }

header#pageHead {
  background-color: #eeeeee;
  margin: 0;
  padding: 20px 0; }

header#pageHead div.logo {
  height: 260px;
  width: 260px;
  position: absolute;
  background-image: url("../imgs/gbc_logo.svg");
  background-size: 260px 260px;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  z-index: 501; }

header#pageHead h1 {
  font-size: 4em;
  font-weight: 300;
  color: #054305;
  margin: 0 0 0 0;
  letter-spacing: -2px;
  position: relative;
  z-index: 506; }

header#pageHead p.tagline {
  margin: 0 0 20px 10px;
  position: relative;
  z-index: 505; }

header#pageHead .menu {
  padding: 15px 0;
  background-color: rgba(238, 238, 238, 0.9); }

header#pageHead nav {
  z-index: 507;
  margin: 0 auto;
  width: 900px;
  position: relative; }

header#pageHead nav a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #054305;
  color: white;
  text-decoration: none;
  transition: .2s; }

header#pageHead nav a.active {
  background-color: #019a01; }

header#pageHead nav a.inactive {
  background-color: #505050;
  transition: 0.2s; }

header#pageHead nav a:hover {
  background-color: #019a01;
  transition: 0.2s; }

article aside#lead {
  position: absolute;
  height: 204px;
  width: 574px;
  top: 35px;
  right: 0; }

article aside#lead p {
  font-size: 1.5em;
  color: #054305;
  font-style: italic;
  margin: 0; }

article aside#lead p.subTag {
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  color: #019a01;
  margin-top: 13px; }

article aside#lead p.attribution {
  font-size: 1.25em;
  font-style: normal;
  color: #505050;
  text-align: right;
  margin-top: 13px; }

article img.lead {
  height: 204px;
  width: 306px; }

div#loadPanel {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-top: 30px; }

div#ajax {
  padding: 20px 0;
  position: relative;
  z-index: 1000; }

div#loading {
  display: none;
  height: 500px;
  opacity: .8;
  background-color: red;
  position: absolute; }

ul.toc {
  list-style-type: none;
  margin: 15px 0;
  padding: 0; }

ul.toc.noMargin {
  margin: 0; }

ul.toc li {
  margin: 0;
  padding: 0; }

ul.toc li a {
  padding: 9px 9px 9px 33px;
  font-size: .9em;
  background-color: #eeeeee;
  color: #019a01;
  transition: .2s;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 16px 20px;
  background-image: url(../imgs/article.png); }

ul.toc li a.pdf {
  background-image: url(../imgs/pdf.png);
  background-size: 18px 20px; }

ul.toc li a:visited {
  background-color: #eeeeee;
  transition: .2s; }

ul.toc li a:hover {
  color: white;
  background-color: #019a01;
  transition: .2s; }

article {
  max-width: 900px;
  margin: 0 auto; }

article header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px silver dotted; }

article h1 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -1px;
  color: #054305;
  margin: 0; }

article header div.byline {
  margin: 10px 0 0 0;
  font-size: .8em;
  display: inline-block; }

article header div.byline address {
  font-style: normal; }

article h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #054305; }

article p {
  font-size: 1em; }

article p.note {
  font-size: 0.9em; }

article table {
  font-size: .8em;
  width: 100%;
  margin: 20px 0; }

article table caption {
  text-align: left;
  margin: 0 0 10px 10px; }

article figure table {
  background-color: white;
  margin: 10px;
  width: auto;
  padding: 15px; }

article figure table.slope {
  width: calc(100% - 20px); }

article table th, article table td {
  border-bottom: 1px silver solid;
  border-right: 1px silver dotted;
  padding: 3px; }

article table.plantIndicator tbody tr.invasive, article table.commonName tbody tr.invasive {
  background-color: #ffcccc; }

article table tbody tr th {
  text-align: left; }

article table tbody tr th.center, article table tbody tr td.center {
  text-align: center; }

article figure {
  background-color: #eeeeee;
  padding: 15px;
  margin: 5px;
  display: inline-block;
  max-width: 900px;
  box-sizing: border-box; }

article figure.stretchy {
  width: calc(100% - 10px); }

article figure figcaption {
  font-size: .8em;
  padding: 15px;
  background-color: white;
  margin: 10px;
  max-width: 570px; }

article figure img {
  margin: 10px;
  border: 1px silver solid; }

article footer {
  background-color: #eeeeee;
  padding: 15px;
  font-size: .8em;
  margin-top: 25px; }

article blockquote {
  background-color: #eeeeee;
  padding: 15px;
  margin: 25px 0 0 0; }

article blockquote p {
  margin: 0 0 10px 0; }

article blockquote footer {
  padding: 0;
  margin: 15px 0 0 0;
  font-size: .8em; }

article footer p {
  margin: 0; }

article footer div.pdf {
  background-color: white;
  border: 1px silver solid;
  padding: 9px;
  margin: 10px 0 0 0; }

article footer div.pdf p {
  margin: 0; }

article img.stretchy {
  width: calc(100% - 20px);
  height: auto;
  box-sizing: border-box; }

article dl dt {
  color: #054305;
  margin: 15px 0 5px 0;
  font-weight: 700; }

article dl dd {
  margin-left: 15px; }

article div.section {
  padding: 15px;
  margin: 10px 0;
  border: 1px #eeeeee solid; }

article div.section h2.sectionHead {
  margin: 0;
  color: #054305;
  font-size: 1.2em; }

article div.section h3.sectionHead {
  margin: 0;
  color: #019a01;
  font-size: 1em; }

article div.section h4.sectionTag {
  margin: 5px 0 0 0;
  font-size: 2em;
  font-weight: 300;
  font-style: italic;
  color: #019a01; }

article div.section aside {
  padding: 15px;
  box-sizing: border-box;
  background-color: #eeeeee; }

article div.section aside h5 {
  font-size: 1em;
  margin: 0; }

div#iconicLogo {
  background-image: url("../imgs/gbc_iconicLogo.png");
  background-size: 100px 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: left center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 30px 0; }

.scrollToTop {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 2000;
  display: none;
  transition: .2s;
  background: url(../imgs/upArrow.png) no-repeat center center #eeeeee;
  background-size: 20px 20px; }

.scrollToTop:hover {
  text-decoration: none;
  background-color: #054305;
  background-image: url("../imgs/upArrowHover.png");
  transition: .2s; }

/* start mobile portrait */
@media only screen and (min-device-width: 300px) and (max-device-width: 736px) {
  /* CSS Document */
  body {
    margin: 0; }

  header#pageHead nav {
    width: auto;
    padding: 0 15px;
    box-sizing: border-box; }

  header#pageHead nav a {
    display: inline-block;
    margin: 0 0 5px 0;
    width: calc(50% - 5px);
    box-sizing: border-box;
    text-align: center; }

  div#loadPanel {
    width: auto;
    box-sizing: border-box;
    margin: 0 20px; }

  header#pageHead div.logo {
    display: none; }

  header#pageHead h1 {
    font-size: 2em;
    text-align: center;
    margin: 0 20px; }

  header#pageHead p.tagline {
    margin: 10px 20px 20px 20px;
    text-align: center; }

  article aside#lead {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    top: auto;
    left: auto;
    margin: 0 0 10px 0; }

  div#ajax {
    padding: 0; }

  .scrollToTop {
    bottom: 20px;
    right: 20px; }

  article img.lead {
    margin: 0 auto;
    display: block; }

  div#iconicLogo {
    background-position: center center; }

  footer#pageFooter {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    position: relative;
    height: auto; }

  article h1 {
    font-size: 2rem; }

  article h2 {
    font-size: 1.4rem; }

  article figure {
    text-align: center; }

  article figure img {
    max-width: calc(100% - 20px); }

  article figure figcaption {
    text-align: center; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 899px) and (orientation: portrait) {
  /* CSS Document */
  body {
    margin: 0; }

  header#pageHead {
    padding: 20px; }

  header#pageHead nav {
    width: auto; }

  div#loadPanel {
    width: auto;
    box-sizing: border-box;
    margin: 0 20px; }

  article aside#lead {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    margin: 0 0 10px 0; }

  div#ajax {
    padding: 0; }

  .scrollToTop {
    bottom: 20px;
    right: 20px; }

  article img.lead {
    display: block; }

  footer#pageFooter {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    position: relative;
    height: auto; }

  div#iconicLogo {
    background-position: left 20px center; } }
