@charset "UTF-8";
/** Vendor For files that need compiling */
/** This themes global styles */
/** Root Font Sizing */
/** Type sets Defines a type grouping that can be looped over and generate utility classes */
/** Grid and Grid Gap */
/** Vertical Gap */
/** Horizontal Gap */
/** Container widths */
/** Global Variables */
/** Label element */
/** Checkbox element */
/** Radio element */
/** Textfield element */
/** No-space Removes the default space, border, and padding place on a component */
/** Grid row Sets row up for the grid */
/** Grid row gutters IF $gutter-horizontal = true: set the sides gap width ELSE $gutter-vertical = false: remove the top and bottom gap width IF $gutter-vertical = true: set the top and bottom gap width ELSE $gutter-vertical = false: remove the top and bottom gap width IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items */
/** Grid columns IF = auto: fits the available space ELSE IF = variable: fits the width of it's content ELSE span the amount of columns provided */
/** Grid Spacing Clear Clears first and last grid row margin or padding Declare on column class: @include grid-clear-vertical-spacing(2); Options: • $columns(value = 1 to n) - default = 1 • $property(value = margin or padding) - default = margin, sets to 0 */
/** Grid class generators Generates classes for each column and offset by default and breakpoint */
/** Hide Text Hide text while making it readable for screen readers 1. Needed in WebKit-based browsers because of an implementation bug; See: https://code.google.com/p/chromium/issues/detail?id=457146 */
/** Hide Element Hide element while making it readable for screen readers Shamelessly borrowed from HTML5Boilerplate: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133 */
@media print { * { color: #000000 !important; /* Black prints faster: h5bp.com/s */ background-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; }
  body { padding-top: 0; }
  header { padding: 0 !important; }
  pre, blockquote { border: 1px solid #979797; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  a, .link { color: #000000; }
  input.form-autocomplete, input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-number, input.form-color, input.form-file, textarea.form-textarea, select.form-select { border-width: 1px; }
  #sitewide-alert, .block--butler-bar, .block--footer-branding, .block__media--with-media, .block__read-time, .sliding-popup-bottom, .block__social, .block__menu, .region-footer-first, .js .dropbutton .dropbutton-toggle, ::before, ::after { display: none !important; }
  .button, .button--primary { background: none !important; }
  .dropbutton-multiple .dropbutton .secondary-action { display: block; }
  .is-collapse-enabled .tabs { max-height: 999em; }
  .is-horizontal .tabs__tab { margin: 0 4px !important; border-radius: 4px 4px 0 0 !important; }
  .js .dropbutton-widget, .js td .dropbutton-widget { position: relative; }
  .messages { border-width: 1px; border-color: #979797; }
  .region-content { -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .region { width: initial; }
  .js .dropbutton-multiple .dropbutton-widget { border-radius: 4px; background: none; } }

/*# sourceMappingURL=maps/print.css.map */
