/*! 
 * Lindenwood v0.0.1 [2020-12-15] 
 * Lindenwood University web site. 
 * Fastspot 
 */
/* ==================================================================
	 Imports
================================================================== */
/* ==========================================================================
	Variables
============================================================================= */
/* ==========================================================================
Colors
============================================================================= */
/* ==========================================================================
Mixins
============================================================================= */
/**
 * Cover Image:
 *
 * Use on wrapping element of img (<figure>, <picture>)
 * Will work like background-size: cover; but with static images
 * Won't scale it down though, so good to use with picturefill
 */
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.killFlicker {
  -webkit-font-smoothing: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
/* ==========================================================================
 Loops -
 https://github.com/seven-phases-max/less.curious/blob/master/src/for.less
============================================================================= */
/* ==================================================================
	 IE9
================================================================== */