/* Sticky footer and header styles
-------------------------------------------------- */
html {
  position: relative;
}
html.noscroll {
  height: 100%;
}
html.noscroll > body {
  /* padding top by nav height, padding-bottom by footer height */
  height: 100%;
  overflow:hidden;
  padding-top:50px;
  padding-bottom:40px;
}
html.scroll {
  min-height:100%;
}
html.scroll > body {
  /* padding top by nav height plus pad, margin bottom by footer height */
  padding-top:70px;
  margin-bottom: 40px;  
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Fixed height of the footer */
  height: 40px;
  background-color: #ffffff;
}
/* Custom
-------------------------------------------------- */
#the-map {
  position:relative;
  height:100%;
  width:100%;
}
/* Map pins, clickable */
.esri-display-object image {
	cursor: pointer;
	width: 28px;
	height: 28px;
	opacity: 0.9;
}
.esri-display-object image:hover {
	cursor: pointer;
	width: 30px;
	height: 30px;
	opacity: 1;
}
.navbar-default {
  background-color:#ffffff;
}
.dpd-rule {
  border-top: 1px solid #dadada;
}
.dpd-close-lg {
  font-size:32px;	
}
.dpd-toolbar {
  text-align:center;
  float:right;
}
.dpd-thumbnail h3 {
  margin-top: 10px;
  display:inline-block;
}
a.dpd-thumbnail {
  margin-top: 10px;
  display:inline-block;
}
a.dpd-thumbnail:hover {
  text-decoration:none;
}
.dpd-app-branding h1 {
  margin:10px 0 5px;
  font-size:24px;
  display:inline-block;
}
.dpd-app-branding img,
.dpd-app-branding-modal img {
  position:relative;
  margin-right:7px;
}
.dpd-app-branding img {
  top:-2px;
}
.dpd-app-branding-modal img {
  top:-4px;
}
.project-image {
  margin-bottom:10px;
}
h4.toggle > span {
  font-size:24px;
  float:right;	
}
.label-normal label {
  font-weight:normal	
}
.glyph-head-custom {
  font-size:22px;
  margin-right:8px;
  float:left;
}
.glyph-toolbar-custom {
  font-size:22px;
  padding-top:5px;
}
.glyph-question-custom {
  color:#cccccc;
  font-size:15px;
  margin-left:7px;
}
.toolbar-label {
  font-size:11px;
  line-height:.9;
  display:block;
}
.toolbar-right-pad {
  margin-right: 20px;
}
.zero-pad-left {
  padding-left:0;
}
.zero-pad-right {
  padding-right:0;
}
.footer .col-xs-3,
.footer .col-xs-4 {
  text-align:center;
  padding-top:8px;
  white-space: nowrap;
}
.mapControl {
  position: absolute;
  z-index: 506;
  background-repeat: no-repeat;
  cursor: pointer;
}
.mapControl img {
  width:31px;
  height:31px;
}
.mapZoomIn,
.mapZoomOut {
  visibility:hidden;
}
.mapZoomIn,
.mapZoomOut,
.mapLocateMe {
  right: 30px;
}
.mapZoomOut {
  bottom: 110px;
}
.mapZoomIn {
  bottom: 150px;
}
.mapLocateMe {
  bottom: 55px;
}
.descript-toggle-link {
  font-style:italic;
  cursor: pointer
}
#map-loading {
  background-color:#f4f1ee;
  font-size:21px;
  color:#666666;
  position:absolute;
  z-index:1000;
  width:100%;
  text-align:center;
  padding-bottom:5px;
}
.alert-no-rendering {
  background-color:#eeeeee;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  color:#aaaab0;
  padding:15px 15px
}
.group-share-link a {
  font-size:13px;
  display:inline-block;
  margin-bottom:8px;	
}
.group-share-link .form-control {
  font-size:13px;
  height:32px;	
}
/* Timeline
-------------------------------------------------- */
#timeline-tl {
  list-style: none;
  margin: 0 0 30px 15px;
  padding-left: 30px;
  border-left: 8px solid #cccccc;
}
#timeline-tl li {
  /*margin: 15px 0 0;*/
  margin: 10px 0 0;
  position: relative;
}
#timeline-tl p {
  margin: -8px 0 15px;
}
.circle-tl {
  margin-top: -10px;
  top: 50%;
  left: -45px;
  width: 22px;
  height: 22px;
  background-color:#ffffff;
  border: 6px solid #cccccc;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.circle-tl-active {
  border: 6px solid #4499ff;
}
.content-tl {
  max-height: 20px;
  padding: 50px 20px 0 15px;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.content-tl:before, .content-tl:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.content-tl:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content-tl:after {
  border-right-color: #ffffff;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
.content-tl p {
  max-height: 0;
  color: transparent;
  text-align:left;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
label.tl {
  font-size: 1.2em;
  font-weight:normal;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 17px;
  color:#333333;
  /*transition: transform 0.2s linear;*/
}
.radio-tl {
  display: none;
}
.radio-tl:checked + .relative-tl label.tl {
  cursor: auto;
  /*transform: translateX(20px);*/
  margin-left:15px;
}
.radio-tl:checked + .relative-tl .circle-tl {
  background: #ffffff;
}
.radio-tl:checked ~ .content-tl {
  /*max-height: 180px;*/
  max-height: 500px;
  border-color: #cccccc;
  margin-right: 20px;
  /*transform: translateX(5px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;*/
}
.radio-tl:checked ~ .content-tl p {
  /*max-height: 200px;*/
  max-height: 480px;
  color:#333333;
  /*transition: color 0.3s linear 0.3s;*/
}
.radio-tl:checked + .relative-tl label.tl span.glyphicon-question-sign {
  display:none;
}
/* Media
-------------------------------------------------- */
@media (max-width: 480px) {
}
@media (max-width: 767px) {
  .reduce-pad {
     padding-left:5px;
	 padding-right:5px;
  }
  .dpd-app-branding h1 {
    font-size:18px;
	margin-top:15px;
  }
  .dpd-app-branding img {
    width:25px;
	height:25px;
	margin-right:5px;
  }
  label.tl {
    font-size: 1.1em;
  }
  .content-tl {
    padding-left:10px;
	padding-right:15px;
  }
  .radio-tl:checked + .relative-tl label.tl {
    margin-left:10px;
  }
  .glyph-toolbar-custom {
    font-size:18px;
    padding-top:15px;
  }
  .glyph-sm {
    font-size:16px;
  }
  .toolbar-right-pad {
    margin-right: 15px;	
  }
}
@media (max-width: 1024px) {
  .mapZoomIn,
  .mapZoomOut {
    visibility:visible;
   }
  .NavBar_zoomControlContainer {
    visibility:hidden;
   }
  .mapZoomOut,
  .mapZoomIn,
  .mapLocateMe {
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
}
@media print {
  div, ul, p {
    display:block !important;
  }
  h4.toggle > span {
    display:none;
  }
}
