/**
 * Qtip tooltip styling.
 */
.qtip-econ .qtip-wrapper {
  box-shadow: 4px 4px 8px rgba(0,0,0,.5);
}
.qtip-econ .qtip-persistent-content p,
.qtip-econ .qtip-persistent-content h4 {
  font-size: 1.2em;
  margin-bottom: 0px;
  line-height: 16px;
}
.qtip-econ .qtip-persistent-content {
  margin: 5px;
}
.qtip-econ .qtip-wmba-content p,
.qtip-econ .qtip-wmba-content h4 {
  font-size: 1.3em;
  margin-bottom: 8px;
  line-height: 17px;
}
.qtip-econ .qtip-wmba-content {
  margin: 0px;
}
.ec-tip-close-button,
.ec-tip-close-button:hover,
.ec-tip-close-button:active,
.ec-tip-close-button:visited {
  float: right;
  cursor: pointer;
  background: #7CA7BB;
  text-transform: uppercase;
  color: white;
  width: 11px;
  height: 11px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  border-radius: 2px;
  text-decoration: none;
  padding-bottom: 1px;
  padding-left: 1px;
  font-weight: bold;
  margin-right: 2px;
  line-height: 10px;
  margin-top: 5px;
}
.ec-tip-close-button-small {
  background: url(/sites/all/themes/econfinal/images/icons/masthead-sprite.gif?d) no-repeat scroll 0 -15px;
  cursor: pointer;
  top: 5px;
  right: 5px;
  height: 11px;
  width: 11px;
  position: absolute;
  overflow: hidden;
}
.ec-tip-close-button-small:hover {
  background: url(/sites/all/themes/econfinal/images/icons/masthead-sprite.gif?d) no-repeat scroll -12px -15px;
}
.ec-tip-link {
  cursor: pointer;
}
.qtip-econ .qtip-content .ec-tip-close-button {
  text-decoration: none;
}
.qtip-econ .qtip-content a {
  text-decoration: underline;
}
.qtip-econ .qtip-content h4 {
  margin-top: 4px;
}
.qtip-econ .qtip-persistent-tip {
  background: url(/sites/all/themes/econfinal/images/icons/masthead-sprite.gif?d) no-repeat -127px -85px;
  z-index: 6001;
  left: 8px !important;
  positon: relative !important;
}
.qtip-econ .qtip-wmba-tip {
  background: url(/sites/all/themes/econfinal/images/bubble-triangle.png) no-repeat;
  top: 1px !important;
  margin-left: -200px !important;
  left: 50% !important;
}
.js .ec-tip-simpletip-contents {
  display: none;
}
.js .ec-tip-simpletip-link {
  cursor: help;
}
