.cursor-pointer {
  cursor: pointer;
}

.footer-terms {
  text-transform: capitalize;
}

img#chart_banner {
  width: 100%;
}

.wistia-container {
  width: 100%;
  padding-top: 110.63%;
  position: relative;
}

/* Display static image over video */
.wistia-contents {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wistia-play-btn {
  border: 0;
  pointer-events: none;
  width: 85px;
  height: 55px;
  background: #1e4181 none repeat scroll 0% 0%;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}
