/* waypoint support */
.stuck {
  position:fixed;
  top:0;
  z-index:1020 !important;
  background-color:#FFFFFF;
  width:100%
}

/* bootgrid extensions */
.white-space-wrap-normal,
.white-space-wrap-normal > .column-header-anchor > .text
{
    white-space:normal !important;
}

/* disable tel hrefs on desktops inspired by: https://teamtreehouse.com/community/onoff-toggle-for-telephone-link-between-mobile-and-desktop */
@media screen and (min-width: 992px) {
   a[href*="tel:"] {
       pointer-events: none;
       cursor:default;

   }
}
