html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

body {
  color: #005C7F;
  background-color: #fff;
  font-size: 14px;
  height: 100%;
  margin-bottom: 3.6rem;
}
body > .container {
  padding-bottom: 1em;
}

h1, h2, h3 {
  color: #005C7F;
  font-weight: bold;
}

h1 {
  color: #89131e;
}

h1, h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}

h2 {
  color: #B61928;
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

a {
  color: #00a6e5;
  text-decoration: none;
}
a:hover {
  color: #19c0ff;
}

.main-header .navbar-header {
  text-align: center;
}

.navbar {
  background-color: #B61928;
  border: none;
}

.navbar-brand {
  height: auto;
  padding: 1rem 0 0.5rem;
  float: none;
  display: inline-block;
}

.navbar-logo {
  height: 100%;
  width: 80vmin;
  float: none;
}

.navbar-heading {
  margin-top: 1rem;
}
.navbar-heading h1, .navbar-heading h2 {
  color: #005C7F;
  text-align: center;
}
.navbar-heading h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.4em;
}
.navbar-heading h2 {
  text-transform: none;
  font-size: 0.8em;
  margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.navbar-inverse .navbar-nav > li.active {
  background-color: #89131e;
}
.navbar-inverse .navbar-nav > li.active > a {
  color: #fff;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:hover {
  background: none;
}
.navbar-inverse .navbar-toggler {
  border-color: #89131e;
}
.navbar-inverse .navbar-toggler:focus {
  background-color: #e74e5d;
}
.navbar-inverse .navbar-toggler:hover {
  background-color: #89131e;
}

.container-fluid > .navbar-collapse {
  border: none;
  z-index: 10;
  background-color: #e74e5d;
}
.container-fluid > .navbar-collapse.collapse.show {
  background-color: #e74e5d;
}
.container-fluid > .navbar-collapse.collapse.show .nav-item:hover {
  background-color: #89131e;
}

.jumbotron {
  padding-top: 0;
}

.copy-body {
  line-height: 1.4;
}
.copy-body .h1, .copy-body .h2, .copy-body .h3, .copy-body h1, .copy-body h2, .copy-body h3 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
.copy-body .h1, .copy-body .h2, .copy-body .h3, .copy-body .h4, .copy-body .h5, .copy-body .h6, .copy-body h1, .copy-body h2, .copy-body h3, .copy-body h4, .copy-body h5, .copy-body h6 {
  line-height: 1.1;
}
.copy-body p {
  margin: 0 0 0.7rem;
}

.form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.form .form-group {
  margin-bottom: 1rem;
}

.footer {
  background-color: #005C7F;
  color: #fff;
  text-align: center;
  height: 3.6rem;
  padding-top: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:active:focus {
  background-color: #005C7F;
  color: #fff;
  border-color: #00374c;
}
.btn-primary:hover {
  background-color: #00a6e5;
  color: #fff;
  border-color: #005C7F;
}

.carousel {
  margin-bottom: 2rem;
}

.alphabetical-plant-index {
  padding-left: 0;
}
.alphabetical-plant-index .index-item {
  color: #d5e7ed;
  display: inline;
  font-size: 1.5em;
}
.alphabetical-plant-index .index-item > a {
  color: #005C7F;
  font-weight: bold;
}

.zone-plant-index {
  padding-left: 0;
}
.zone-plant-index .index-item {
  list-style-type: none;
  width: 18em;
}
.zone-plant-index .zone-number {
  font-family: Consolas, "Lucida Console", Courier, monospace;
  font-weight: bold;
  padding: 0 0.5em 0 1em;
  float: right;
}
.zone-plant-index .zone-number:before {
  content: "(Zone ";
}
.zone-plant-index .zone-number:after {
  content: ")";
}

.rmcpa-table {
  font-family: "Work Sans", sans-serif;
  font-size: 0.9em;
  border-spacing: 0;
}
.rmcpa-table > thead > tr > th, .rmcpa-table > tbody > tr > th {
  font-weight: bold;
  background: none;
  border-bottom: 0.3em solid #d5e7ed;
}
.rmcpa-table > thead > tr > th, .rmcpa-table > thead > tr > td, .rmcpa-table > tbody > tr > th, .rmcpa-table > tbody > tr > td {
  padding: 0.6em 0.3em 0.45em 0.3em;
}
.rmcpa-table > thead > tr > td, .rmcpa-table > tbody > tr > td {
  border-top: 0.1em solid #d5e7ed;
}
.rmcpa-table > thead > tr > td, .rmcpa-table > tbody > tr > td {
  background: none;
}
.rmcpa-table > thead strong, .rmcpa-table > tbody strong {
  font-weight: bold;
  color: #005C7F;
}
.rmcpa-table > thead > tr > th {
  padding-bottom: 0.3em;
}
.rmcpa-table .new-col-block {
  border-left: 1px solid #dddde6;
}
.rmcpa-table .col_num {
  text-align: right;
}
.rmcpa-table .plant-name:target {
  font-weight: bold;
}

.letter-header {
  font-size: 4.7em;
}

.zone-header {
  font-size: 2.3em;
}

.plant-map {
  width: 100%;
  height: 30em;
  margin: 2em 0;
  background-color: grey;
}

.infowindow-content dt {
  float: left;
}
.infowindow-content dd {
  margin-left: 10em;
  margin-bottom: 1em;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .navbar-logo {
    height: 100%;
    width: 20vmax;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin-bottom: 3.6rem;
  }

  .main-header {
    height: auto;
  }

  .navbar {
    border-radius: 0;
  }
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-nav {
    float: none;
    height: 3.6rem;
    font-size: 0.85rem;
  }

  .navbar-brand {
    padding: 1.75rem 0;
    float: left;
  }

  .navbar-logo {
    height: 7rem;
    width: 19.116255011rem;
  }

  .navbar-heading {
    margin-top: 0.8rem;
    float: right;
  }
  .navbar-heading h1, .navbar-heading h2 {
    text-align: right;
  }
  .navbar-heading h1 {
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
  }
  .navbar-heading h2 {
    font-size: 0.97em;
    margin-top: 0;
  }

  .container-fluid > .navbar-collapse {
    background-color: inherit;
  }
  .container-fluid > .navbar-collapse.collapse.show {
    background-color: inherit;
  }
  .container-fluid > .navbar-collapse.collapse.show li > a:hover {
    background-color: inherit;
  }

  .jumbotron {
    padding-top: 0;
  }

  .footer {
    height: 3.6rem;
  }

  .plant-map {
    height: 50em;
  }
}

/*# sourceMappingURL=rmcpa.css.1b2c11ba4d95.map */
