/**
 * @file
 * Print styling
 */
/* BASE */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700);
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/* line 35, ../sass/base/_normalize.scss */
summary {
  display: list-item;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 40, ../sass/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 54, ../sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 60, ../sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 108, ../sass/base/_normalize.scss */
html {
  font-family: "Noto Sans", Verdana, Arial, sans-serif;
  /* 1 */
  font-size: 91.5625%;
  /* 3 */
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
/* line 118, ../sass/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "Noto Sans", Verdana, Arial, sans-serif;
}

/* Remove default margin. */
/* line 127, ../sass/base/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 149, ../sass/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 154, ../sass/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 */
/* line 164, ../sass/base/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/* line 168, ../sass/base/_normalize.scss */
blockquote {
  margin: 1em 2em;
  font-style: italic;
  font-size: 95%;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 178, ../sass/base/_normalize.scss */
h1 {
  font-size: 1.55017em;
  margin: 0;
}

/* line 182, ../sass/base/_normalize.scss */
h2 {
  font-size: 1.35017em;
  margin: 0;
}

/* line 186, ../sass/base/_normalize.scss */
h3 {
  font-size: 1.2628em;
  margin: 0;
}

/* line 190, ../sass/base/_normalize.scss */
h4 {
  font-size: 1.10034em;
  margin: 0;
}

/* line 194, ../sass/base/_normalize.scss */
h5 {
  font-size: 1.01911em;
  margin: 0;
}

/* line 198, ../sass/base/_normalize.scss */
h6 {
  font-size: 1.01911em;
  margin: 0;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 205, ../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 210, ../sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 216, ../sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 221, ../sass/base/_normalize.scss */
hr {
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1em 0;
}

/* Address styling not present in IE 8/9. */
/* line 229, ../sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 235, ../sass/base/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  _font-family: 'courier new', monospace;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 248, ../sass/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Set consistent quote types. */
/* line 260, ../sass/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 265, ../sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 270, ../sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 277, ../sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 280, ../sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 287, ../sass/base/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 0 0 1em 0;
}

/* line 296, ../sass/base/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 302, ../sass/base/_normalize.scss */
dd {
  margin: 0 0 0 30px;
}

/* Address paddings set differently in IE 6/7. */
/* line 307, ../sass/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

/* Correct list images handled incorrectly in IE 7. */
/* line 315, ../sass/base/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 327, ../sass/base/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 347, ../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 352, ../sass/base/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
/* line 362, ../sass/base/_normalize.scss */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
/* line 368, ../sass/base/_normalize.scss */
fieldset {
  padding: 0.2em 0.5em;
  margin-top: 0.5em;
  border: 1px solid #95a3ad;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 379, ../sass/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 394, ../sass/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../sass/base/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 424, ../sass/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 438, ../sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 452, ../sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 463, ../sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 478, ../sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 487, ../sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 493, ../sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 503, ../sass/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 509, ../sass/base/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 517, ../sass/base/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  width: 99.75%;
  margin: 0 0 1em 0;
}
@media (min-width: 38.77133em) {
  /* line 517, ../sass/base/_normalize.scss */
  table {
    width: auto;
  }
}
/* line 96, ../../../../../../../../usr/local/share/gems/gems/breakpoint-2.7.1/stylesheets/_breakpoint.scss */
.lt-ie9 table {
  width: auto;
}

/* line 11, ../sass/base/_elements.scss */
a {
  color: #006EAB;
}

/* line 14, ../sass/base/_elements.scss */
a:visited {
  color: #551A8B;
}

/* line 17, ../sass/base/_elements.scss */
a:hover {
  color: #006EAB;
}

/* line 28, ../sass/base/_elements.scss */
label {
  font-weight: bold;
  color: #004812;
}

/* line 32, ../sass/base/_elements.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #acc2ac;
  padding: 0.2em;
}
@media (min-width: 38.77133em) {
  /* line 32, ../sass/base/_elements.scss */
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea {
    background: #fff;
  }
}
/* line 96, ../../../../../../../../usr/local/share/gems/gems/breakpoint-2.7.1/stylesheets/_breakpoint.scss */
.lt-ie9 input[type="text"], .lt-ie9
input[type="password"], .lt-ie9
input[type="date"], .lt-ie9
input[type="datetime"], .lt-ie9
input[type="datetime-local"], .lt-ie9
input[type="month"], .lt-ie9
input[type="week"], .lt-ie9
input[type="email"], .lt-ie9
input[type="number"], .lt-ie9
input[type="search"], .lt-ie9
input[type="tel"], .lt-ie9
input[type="time"], .lt-ie9
input[type="url"], .lt-ie9
textarea {
  background: #fff;
}

/* line 60, ../sass/base/_elements.scss */
fieldset {
  min-width: 0;
}

/* line 65, ../sass/base/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  color: #00264C;
}

/* line 70, ../sass/base/_elements.scss */
h5 {
  font-style: italic;
}

/* line 74, ../sass/base/_elements.scss */
h6 {
  font-weight: normal;
  font-style: italic;
}

/* line 78, ../sass/base/_elements.scss */
.to-uppercase {
  text-transform: uppercase;
}

/* line 81, ../sass/base/_elements.scss */
.to-lowercase {
  text-transform: lowercase;
}

/* line 84, ../sass/base/_elements.scss */
.to-capitalize {
  text-transform: capitalize;
}

/* line 87, ../sass/base/_elements.scss */
table {
  border-collapse: collapse;
  margin: 0.5em 0;
}

/* line 91, ../sass/base/_elements.scss */
caption {
  margin: 0;
  padding: 0 0 0.2em 0;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

/* line 98, ../sass/base/_elements.scss */
th, td {
  vertical-align: top;
  padding: 0.5em;
  border: 1px solid #000000;
  text-align: left;
}

/* line 104, ../sass/base/_elements.scss */
th, td.bgcolor-blue {
  background-color: #158abf;
  color: #ffffff;
}

/* line 108, ../sass/base/_elements.scss */
th.thlevel2 {
  background-color: #045b83;
}

/* line 111, ../sass/base/_elements.scss */
th a {
  color: #ffffff;
}

/* line 114, ../sass/base/_elements.scss */
th.thnormaltext {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
}

/* line 119, ../sass/base/_elements.scss */
th.thnormaltext a {
  color: #0073ae;
}

/* line 122, ../sass/base/_elements.scss */
table.recalltable th {
  text-align: left;
  white-space: nowrap;
}

/* line 126, ../sass/base/_elements.scss */
table td p, table td ul, table td h4, table td h3 {
  margin-top: 0;
  padding-top: 0;
}

/* line 130, ../sass/base/_elements.scss */
.floatwidthfix {
  width: 70%;
  font-size: 90%;
}

/* line 134, ../sass/base/_elements.scss */
td.flowchart {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 139, ../sass/base/_elements.scss */
td.bgcolor-ltblue {
  background-color: #b1cce5;
}

/* line 142, ../sass/base/_elements.scss */
#filter-field {
  padding: 1em;
}

/* line 145, ../sass/base/_elements.scss */
.nobold {
  font-weight: normal;
}

/* line 148, ../sass/base/_elements.scss */
.highlight {
  background-color: #FF8;
}

/* line 152, ../sass/base/_elements.scss */
.smalltable th.header {
  background-image: url(/sites/all/themes/tga_theme/js/tablesorter/themes/blue/bg.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top 0.5em right 0.5em;
}

/* line 158, ../sass/base/_elements.scss */
th.headerSortUp {
  background-image: url(/sites/all/themes/tga_theme/js/tablesorter/themes/blue/asc.gif);
}

/* line 161, ../sass/base/_elements.scss */
th.headerSortDown {
  background-image: url(/sites/all/themes/tga_theme/js/tablesorter/themes/blue/desc.gif);
}

/* line 164, ../sass/base/_elements.scss */
table.smalltable {
  font-size: 85%;
}

/* line 167, ../sass/base/_elements.scss */
table.smalltable td:nth-child(1) {
  font-weight: bold;
}

/* line 170, ../sass/base/_elements.scss */
table.smalltable td:nth-child(1) .subtext {
  display: block;
  font-weight: normal;
  color: #333;
}

/* line 175, ../sass/base/_elements.scss */
table.smalltable td {
  word-wrap: break-word;
}

/* line 178, ../sass/base/_elements.scss */
.grade-high {
  background-color: #5ABD61;
  color: #000;
}

/* line 183, ../sass/base/_elements.scss */
.grade-medium-high {
  background-color: #BAD063;
  color: #000;
}

/* line 188, ../sass/base/_elements.scss */
.grade-medium {
  background-color: #f7e846;
  color: #000;
}

/* line 193, ../sass/base/_elements.scss */
.grade-medium-low {
  background-color: #FB9E3F;
  color: #000;
}

/* line 198, ../sass/base/_elements.scss */
.grade-low {
  background-color: #F16D6D;
  color: #000;
}

/* line 203, ../sass/base/_elements.scss */
.grade-ungraded {
  background-color: #b096ca;
  color: #000;
}

/* line 208, ../sass/base/_elements.scss */
dt {
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1.5em;
}

/* line 214, ../sass/base/_elements.scss */
dd {
  margin-left: 30px;
}

/* line 217, ../sass/base/_elements.scss */
details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: .5em;
}

/* line 223, ../sass/base/_elements.scss */
summary {
  font-weight: bold;
  margin: -.5em;
  padding: .5em;
  display: list-item;
  background-color: #f1f1f1;
  border-radius: 4px;
  cursor: pointer;
}

/* line 232, ../sass/base/_elements.scss */
summary.expand-link {
  display: block;
}

/* line 235, ../sass/base/_elements.scss */
details[open] {
  background-color: #fff;
}

/* line 239, ../sass/base/_elements.scss */
details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: .5em;
  border-radius: 4px 4px 0 0;
}

/* line 244, ../sass/base/_elements.scss */
.details.expand-item {
  margin: .5em;
}

/* line 247, ../sass/base/_elements.scss */
iframe {
  width: 100%;
  border: 0;
}

/* line 25, ../sass/print.scss */
* {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 31, ../sass/print.scss */
a,
a:visited {
  text-decoration: underline;
}

/* line 35, ../sass/print.scss */
a[href]:after {
  content: " (" attr(href) ")";
}

/* line 38, ../sass/print.scss */
abbr[title]:after {
  content: " (" attr(title) ")";
}

/*
 * Don't show links for images, or javascript/internal links
 */
/* line 44, ../sass/print.scss */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

/* line 49, ../sass/print.scss */
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

/* line 54, ../sass/print.scss */
thead {
  display: table-header-group;
  /* h5bp.com/t */
}

/* line 57, ../sass/print.scss */
tr,
td,
th,
img {
  page-break-inside: avoid;
}

/* END TESTING */
/* line 65, ../sass/print.scss */
img {
  max-width: 100% !important;
}

@page {
  /* margin: 0.5cm; */
  margin: 2cm;
}
/* line 74, ../sass/print.scss */
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

/* line 81, ../sass/print.scss */
h2,
h3 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

/* ==========================================================================
   TGA
   ========================================================================== */
/* line 92, ../sass/print.scss */
h1, h2, h3, h4, h5, h6, .date, .searchtitle, .term, .byline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0.1em 0 0.3em 0;
  padding: 0;
  text-align: left;
}

/* line 98, ../sass/print.scss */
h1 {
  font-size: 14pt;
}

/* line 101, ../sass/print.scss */
h2 {
  font-size: 12pt;
}

/* line 104, ../sass/print.scss */
h3 {
  font-size: 11pt;
}

/* line 107, ../sass/print.scss */
h4 {
  font-size: 10pt;
}

/* line 110, ../sass/print.scss */
h5, caption {
  font-size: 9pt;
}

/* line 113, ../sass/print.scss */
h6 {
  font-size: 8pt;
  font-style: italic;
}

/* line 117, ../sass/print.scss */
hr {
  border: thin solid #000000;
  clear: both;
}

/* line 121, ../sass/print.scss */
img {
  border: 0;
}

/* line 124, ../sass/print.scss */
p {
  margin: 0 0 0.5em 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  text-align: left;
}

/* line 131, ../sass/print.scss */
.l-header,
.region-content-utility,
.relatedinfo,
.group-aside,
.views-summary-nav {
  display: none;
}

/* Underline all links. */
/* line 140, ../sass/print.scss */
a:link,
a:visited {
  text-decoration: underline !important;
  /* Don't underline header. */
}
/* line 145, ../sass/print.scss */
a:link.header__site-link,
a:visited.header__site-link {
  text-decoration: none !important;
}

/* line 150, ../sass/print.scss */
#content {
  /* Add visible URL after links. */
  /* Only display useful links. */
  /* Add visible title after abbreviations. */
}
/* line 152, ../sass/print.scss */
#content a[href]:after {
  content: " (" attr(href) ")";
  font-weight: normal;
  font-size: 91.5625%;
}
/* line 159, ../sass/print.scss */
#content a[href^="javascript:"]:after,
#content a[href^="#"]:after {
  content: "";
}
/* line 165, ../sass/print.scss */
#content abbr[title]:after {
  content: " (" attr(title) ")";
}

/* Un-float the content. */
/* line 171, ../sass/print.scss */
#content {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Turn off any background colors or images. */
/* line 179, ../sass/print.scss */
body,
#page,
#main,
#content {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}

/* Hide sidebars and nav elements. */
/* line 189, ../sass/print.scss */
footer,
#skip-link,
#toolbar,
#navigation,
#sidebar-first,
.block-nav-side,
.region-sidebar-first,
.region-sidebar-second,
.l-footer-main,
.breadcrumb,
.breadcrumb ol,
.l-sidebar-first,
.tabs,
.action-links,
.links,
.book-navigation,
.forum-topic-navigation,
.pager,
.feed-icons,
.footer-banner {
  visibility: hidden !important;
  display: none !important;
}

/* line 213, ../sass/print.scss */
.l-printer-logo {
  display: block;
  text-align: center;
}

/* Hide topofpage and navigation links in the print CSS */
/* line 219, ../sass/print.scss */
.nav-footer-links {
  visibility: hidden;
  display: none;
}

/* line 223, ../sass/print.scss */
.topofpage {
  visibility: hidden;
  display: none;
}

/* line 228, ../sass/print.scss */
#backtotop {
  visibility: hidden;
  display: none;
}

/* Display print-only elements when printing */
/* line 235, ../sass/print.scss */
.l-print-header,
.print-only {
  display: block;
  margin-top: 1em;
}

/* ==========================================================================
   Book
   ========================================================================== */
/* line 246, ../sass/print.scss */
.book-section {
  page-break-after: always;
}

/* line 252, ../sass/print.scss */
.view table th a[href]:after {
  content: "" !important;
}

/* IE styles */
/* line 259, ../sass/print.scss */
.lt-ie9 .l-header-sub,
.lt-ie9 .l-header-main,
.lt-ie9 #sidebar-first {
  display: none;
  visibility: none;
}
/* line 265, ../sass/print.scss */
.lt-ie9 .l-u-md-3-4 {
  width: 100%;
}
/* line 267, ../sass/print.scss */
.lt-ie9 .l-u-md-3-4 .tga-2col-left-wrap {
  padding: 0;
  border-right: none;
}
/* line 270, ../sass/print.scss */
.lt-ie9 .l-u-md-3-4 .tga-2col-left-wrap .pane-bean-home-topic-boxes {
  display: none;
  visibility: hidden;
}
/* line 276, ../sass/print.scss */
.lt-ie9 .l-u-md-1-2 {
  width: 100%;
}
/* line 278, ../sass/print.scss */
.lt-ie9 .l-u-md-1-2 .tga-2col-left1, .lt-ie9 .l-u-md-1-2 .tga-2col-left2 {
  margin: 0;
}
/* line 282, ../sass/print.scss */
.lt-ie9 .l-u-md-1-4 {
  display: none;
  visibility: hidden;
}
/* line 286, ../sass/print.scss */
.lt-ie9 .slide-image img,
.lt-ie9 .feed-icon {
  display: none;
  visibility: none;
}
/* line 292, ../sass/print.scss */
.lt-ie9 .topic-box {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}

/* line 298, ../sass/print.scss */
.l-main {
  overflow-y: visible;
}

/* Fix for Firefox print chop-off bug */
/* line 302, ../sass/print.scss */
.l-main-content.l-u-1 {
  display: block;
}

@media print {
  /* line 307, ../sass/print.scss */
  .expand-item {
    display: block !important;
  }
}
/* line 312, ../sass/print.scss */
.l-g {
  display: block;
}

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