
/* Styling for Apple device telephone numbers */
section.content.white a[href^=tel] { background:none; }
section.content.white a[href^=tel]:hover,
section.content.white a[href^=tel]:focus,
section.content.white a[href^=tel]:active { background:none; }

/* Short cut for js to hide items with css */
.js-hidden { display:none; }
