#map {
  height: 400px;
}
#lucidPlayer {
  width: 100%;
}
.selection-active-tab {
  background-color: #f2f2f2 !important;
}
.selection-inactive-tab {
  background-color: #bfbfbf !important;
}
.selection-tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  background: -webkit-linear-gradient(#f2f2f2, #595959);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f2f2f2, #595959);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f2f2f2, #595959);
  /* For Firefox 3.6 to 15 */
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f2f2f2 , EndColorStr= #595959 );
  /* IE9 */
  background: linear-gradient(#f2f2f2, #595959);
  /* Standard syntax */
}
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs li.active > a {
  color: #000000;
}
.nav-tabs li > a {
  color: #000000;
}
.nav-tabs li > a:hover {
  text-decoration: none;
}
.ecoregion-selection-container {
  overflow-y: scroll;
  background-color: #ffffff;
  height: 200px;
}
.species-selection-container {
  overflow-y: scroll;
  background-color: #ffffff;
  height: 500px;
}
.root-list {
  margin-left: 0;
}
.root-list ul {
  list-style-type: none;
  margin-left: 10px;
  padding: 0;
}
.root-list li {
  list-style-type: none;
}
.page-container {
  border-top: 2px solid #005296;
  border-left: 2px solid #005296;
  border-right: 2px solid #005296;
  border-bottom: 2px solid #005296;
  background-color: #dce6f2;
  height: 100%;
}
.title-box {
  margin: 0 auto;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  width: 100%;
  height: 90%;
}
.note-box {
  border: 1px solid red;
  padding: 7px;
  margin-bottom: 3%;
}
.cid-nav {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.header-container {
  width: 95%;
  height: 80px;
  position: relative;
  margin: 10px auto;
}
.mobile-header-container {
  width: 95%;
  height: 80px;
  position: relative;
  margin: 10px auto;
  display: none;
}
.content-container {
  background-color: white;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 95%;
  height: 90%;
  margin: 10px auto;
  text-align: center;
  position: relative;
}
.scope-box {
  text-align: center;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 90%;
  height: 10%;
  margin: 0 auto;
  background-color: lightgrey;
  position: relative;
}
.indicator-container-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.caution-box {
  border: 1px solid red;
}
.text-para-padding {
  padding: 7px;
  margin-bottom: 3%;
}
.intro-para {
  text-align: left;
  position: relative;
  margin: 5px auto;
}
.state-info-para {
  text-align: left;
  position: relative;
  margin: 5px auto;
}
.image-modal-link {
  cursor: pointer;
}
.image-modal-container {
  padding: 10px;
}
.image-modal-container p {
  text-align: center;
  font-size: 12px;
}
.cid-img-caption {
  text-align: left;
  position: relative;
  margin: 1px auto;
}
.cid-img-container {
  width: 100%;
  position: relative;
  margin: 3px auto;
  border-width: 10px;
  border-style: solid;
}
.cid-img {
  width: 100%;
}
.cid-image-border-Green {
  border-top-color: #00ca66;
  border-left-color: #00ca66;
  border-bottom-color: #01773d;
  border-right-color: #01773d;
}
.cid-image-border-AmbGreen {
  border-top-color: #00ca66;
  border-left-color: #00ca66;
  border-bottom-color: #fecb02;
  border-right-color: #fecb02;
}
.cid-image-border-AmbAmb {
  border-top-color: #fcc800;
  border-left-color: #fcc800;
  border-bottom-color: #fecb02;
  border-right-color: #fecb02;
}
.cid-image-border-AmbRed {
  border-top-color: #fcc800;
  border-left-color: #fcc800;
  border-bottom-color: #fd3400;
  border-right-color: #fd3400;
}
.cid-image-border-Red {
  border-top-color: #a92202;
  border-left-color: #a92202;
  border-bottom-color: #fd3400;
  border-right-color: #fd3400;
}
.section-divider {
  margin-top: 40px;
}
.image-bottom-margin {
  margin-bottom: 20px;
}
.clamp {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.428em;
}
.clamp p {
  padding: 0;
  margin: 0;
}
.clamp.unclamp {
  max-height: initial;
}
.clamp-3 {
  max-height: 4.284em;
}
.clamp + .clamp-toggle::before {
  content: "more...";
  float: right;
}
.clamp.unclamp + .clamp-toggle::before {
  content: "...less";
}
.icon-container {
  width: 15%;
  height: 100%;
}
.nav-container {
  display: table;
  width: 11%;
  height: 100%;
}
.title-box-container {
  padding-left: 0;
  padding-right: 0;
  width: 48%;
  height: 100%;
}
.indicator-container {
  display: table;
  width: 15%;
  height: 100%;
}
.mobile-container {
  display: table;
  width: 50%;
  height: 100%;
}
.prev-nav {
  margin-right: 8px;
  width: 76px;
}
.next-nav {
  margin-left: 8px;
  width: 76px;
}
.centred-text-container {
  display: table;
}
.centred-text {
  display: table-cell;
  vertical-align: middle;
}
.top-row-indicator {
  width: 33%;
  padding-bottom: 5px;
}
.bottom-row-indicator {
  width: 25%;
}
.center-image {
  display: block;
  margin: auto;
  text-align: center;
}
.top-row-lhs {
  margin-right: 13%;
}
.top-row-rhs {
  margin-left: 13%;
}
.large-font {
  font-size: 16px;
}
.text-image-spacer {
  margin-bottom: 10px;
}
@media all and (max-width: 2000px) {
  .icon-container {
    display: block;
  }
  .nav-container {
    display: table;
    width: 11%;
  }
  .indicator-container {
    display: table;
  }
  .mobile-header-container {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .icon-container {
    display: none;
  }
  .nav-container {
    display: table;
    width: 25%;
  }
  .title-box-container {
    display: block;
  }
  .indicator-container {
    display: none;
  }
  .mobile-header-container {
    display: table;
  }
}
.sidebar-wrap-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.sidebar-options {
  padding: 1em 0 0.5em 0.5em;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #005296;
}
