.inline-block {
  display: inline-block;
}

.text-underline {
  text-decoration: underline;
}

.text-underline-on-hover:hover {
  text-decoration: underline !important;
}

.text-underline-always,
.text-underline-always:active,
.text-underline-always:focus,
.text-underline-always:visited,
.text-underline-always:hover {
  text-decoration: underline !important;
}

.text-pearl-blue {
  color: #205a7a !important;
}

.text-pearl-blue-always,
.text-pearl-blue-always:active,
.text-pearl-blue-always:focus,
.text-pearl-blue-always:visited,
.text-pearl-blue-always:hover {
  color: #205a7a !important;
}

.text-teal {
  color: #439c90 !important;
}

.text-teal-always,
.text-teal-always:active,
.text-teal-always:focus,
.text-teal-always:visited,
.text-teal-always:hover {
  color: #439c90 !important;
}

.consistent-external-link,
.consistent-external-link:active,
.consistent-external-link:focus,
.consistent-external-link:visited,
.consistent-external-link:hover {
  text-decoration: underline;
  font-weight: 400;
  color: #439c90;
}

/* html tag where centered-img is added MUST have a width or height defined */
.centered-img {
  position: relative;
}

.centered-img img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.center-item {
  position: relative;
}

.center-item .centered-item {
  position: absolute;
  max-height: 100%;
  max-width: 90%;
  margin: auto !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.font-light,
.font-light:hover,
.font-light:visited,
.font-light:focus,
.font-light:active {
  font-weight: 300;
}

.activate_auto_mode {
  font-size: 12px;
  color: #737373;
}

p.gm-style-pbt {
  /* force centering the text "Use ctrl + scroll to zoom the map" */
  text-align: center !important;
}

.btn-color {
  background-color: #388278 !important;
}

.modal-text {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.modal-load-animation {
  text-align: center;
}

.text-normal {
  font-weight: normal;
}

.text-normal-always,
.text-normal-always:active,
.text-normal-always:focus,
.text-normal-always:visited,
.text-normal-always:hover {
  font-weight: normal;
}

.ajax-load-animation {
  text-align: center;
}

.ajax-content-area {
  display: none;
}
