body {
  background-image:url(/img/bg_tile.jpg);
}  

figcaption {
	color: #434343;
	font-style: italic;
	line-height: 1rem;
	padding-top: 0.5rem;
	/* text-align: left; */
	word-wrap: break-word;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 50%;
  z-index: 999;
}

.btn-jrk {
	color: #fff;
	background-color: #009099;
	border-color: #009099;
}

.jrk-text-dark {
	color: #009099 !important;
}

.drk-text-blue-dark {
  color: #002d55 !important;
}

.jrk-bg-dark {
	background-color: #009099 !important;
}

.drk-bg-red {
  background-color: #e70007 !important;
}

.drk-bg-red-60 {
  background-color: #eb8264 !important;
}

.drk-bg-red-30 {
  background-color: #fac3af !important;
}

.drk-bg-white {
  background-color: #ffffff !important;
}

.drk-bg-black {
  background-color: #000000 !important;
}

.drk-bg-blue-dark {
  background-color: #002d55 !important;
}

.drk-bg-blue-dark-60 {
  background-color: #698caf !important;
}

.drk-bg-blue-dark-30 {
  background-color: #b4c3d7 !important;
}

.drk-bg-blue-light {
  background-color: #edf4ff !important;
}

.btn-drk-blue-dark {
  color: #fff;
  background-color: #002d55 !important;
  border-color: #002d55 !important;
}

/* Honeypot */
.specialcontact {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}