/* Elon Law web print styles */
/* Required at the beginning of any and ALL individual SCSS
 * stylesheet builds. Contains all necessary variables, functions, 
 * and mixins but does not output any CSS. */
/* ::Transitions */
/* ------------------------------------------------------------ */
/* ::Link Hover/Focus/Active Styles Grouped Together */
/* ------------------------------------------------------------ */
/* ::Opacity with IE support */
/* ------------------------------------------------------------ */
/* ::Align things vertically (http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/) */
/* ------------------------------------------------------------ */
/* ::Retina Images */
/* ------------------------------------------------------------ */
/* ::Hex to RGB */
/* ------------------------------------------------------------ */
/* ::Clearfix */
/* ------------------------------------------------------------ */
/* ::Placeholder Text */
/* ------------------------------------------------------------ */
/* ::List styles */
/* ------------------------------------------------------------ */
/* ::Main Elon Palette */
/* ------------------------------------------------------------ */
/* ::Gray/Black Palette */
/* ------------------------------------------------------------ */
/* ::Utility Colors */
/* ------------------------------------------------------------ */
/* ::Assign colors to variable roles */
/* ------------------------------------------------------------ */
/* ::Basic variables */
/* ------------------------------------------------------------ */
/* ::Assign fonts/weights to variable roles */
/* ------------------------------------------------------------ */
/* ::Spacing */
/* ------------------------------------------------------------ */
/* ::Type sizes/scale */
/* ------------------------------------------------------------ */
/* ::Type defaults for compass' rhythm */
/* ------------------------------------------------------------ */
@media print {
  body, article {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
  }
  @page {
    margin: 1.25cm 1cm;
  }
  #secondary-nav,
  .sidebar--page-nav,
  #featured-links,
  .page--featured-links {
    display: none !important;
  }
}
