/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @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
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\0000322}}
* {
  box-sizing: border-box;
}

/* Correct `block` display not defined in IE 8/9. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\0000327}}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\0000342}}
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\0000356}}
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\0000362}}
[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 _base.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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003110}}
html {
  font-family: Arial, Verdana, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 75%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003130}}
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. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003152}}
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003157}}
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003173}}
p,
pre {
  margin: 1.5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003177}}
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003186}}
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003194}}
h2 {
  font-size: 1.75em;
  line-height: 0.85714em;
  margin-top: 0.64286em;
  margin-bottom: 0em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003199}}
h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003204}}
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003209}}
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003214}}
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003221}}
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003226}}
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003232}}
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003237}}
hr {
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003246}}
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003252}}
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003266}}
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003278}}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003283}}
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003288}}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003295}}
sup {
  top: -0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003298}}
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003305}}
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003314}}
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003320}}
dd {
  margin: 0 0 0 30px;
}

/* Address paddings set differently in IE 6/7. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003325}}
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003345}}
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* 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. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003366}}
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003371}}
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003387}}
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 0.44167em;
  border-bottom-width: 0.08333em;
  border-bottom-style: solid;
  padding-bottom: 0.89167em;
  border-left-width: 0.08333em;
  border-left-style: solid;
  padding-left: 0.89167em;
  border-right-width: 0.08333em;
  border-right-style: solid;
  padding-right: 0.89167em;
}

/**
 * 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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003402}}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003417}}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003436}}
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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003447}}
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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003461}}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003475}}
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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003486}}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin-right: .5em;
}

/**
 * 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).
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003502}}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003511}}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003517}}
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.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003527}}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003533}}
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_normalize\.scss}line{font-family:\00003541}}
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_typography\.scss}line{font-family:\000031}}
h1, h2, h3, h4 {
  font-family: "Open Sans", Arial, Verdana, "Nimbus Sans L", sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_typography\.scss}line{font-family:\000035}}
a {
  color: #014b39;
  text-decoration: none;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_typography\.scss}line{font-family:\0000312}}
.navigation--vertical a, .navigation a {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0.525em 0;
  display: block;
  font-weight: 300;
  font-family: "Open Sans", Arial, Verdana, "Nimbus Sans L", sans-serif;
  color: white;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_typography\.scss}line{font-family:\0000320}}
.navigation--vertical a.active, .navigation a.active {
  font-weight: 600;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_typography\.scss}line{font-family:\0000327}}
h2, h3 {
  color: #435b22;
  font-weight: 600;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_typography\.scss}line{font-family:\0000332}}
ol li {
  margin-bottom: 0.75em;
}

/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000312}}
label {
  color: #555555;
  font-weight: normal;
  font-size: 1.16667em;
  line-height: 1.28571em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000318}}
.pure-form input[type=text], form input[type=text], .pure-form input[type=password], form input[type=password], .pure-form input[type=email], form input[type=email], .pure-form input[type=url], form input[type=url], .pure-form input[type=date], form input[type=date], .pure-form input[type=month], form input[type=month], .pure-form input[type=time], form input[type=time], .pure-form input[type=datetime], form input[type=datetime], .pure-form input[type=datetime-local], form input[type=datetime-local], .pure-form input[type=week], form input[type=week], .pure-form input[type=number], form input[type=number], .pure-form input[type=search], form input[type=search], .pure-form input[type=tel], form input[type=tel], .pure-form input[type=color], form input[type=color], .pure-form select, form select, .pure-form textarea, form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input:not([type]), form input:not([type]) {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input[type=color], form input[type=color] {
  padding: .2em .5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input[type=text]:focus, form input[type=text]:focus, .pure-form input[type=password]:focus, form input[type=password]:focus, .pure-form input[type=email]:focus, form input[type=email]:focus, .pure-form input[type=url]:focus, form input[type=url]:focus, .pure-form input[type=date]:focus, form input[type=date]:focus, .pure-form input[type=month]:focus, form input[type=month]:focus, .pure-form input[type=time]:focus, form input[type=time]:focus, .pure-form input[type=datetime]:focus, form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, form input[type=week]:focus, .pure-form input[type=number]:focus, form input[type=number]:focus, .pure-form input[type=search]:focus, form input[type=search]:focus, .pure-form input[type=tel]:focus, form input[type=tel]:focus, .pure-form input[type=color]:focus, form input[type=color]:focus, .pure-form select:focus, form select:focus, .pure-form textarea:focus, form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input:not([type]):focus, form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input[type=file]:focus, form input[type=file]:focus, .pure-form input[type=radio]:focus, form input[type=radio]:focus, .pure-form input[type=checkbox]:focus, form input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-checkbox, form .pure-checkbox, .pure-form .pure-radio, form .pure-radio {
  margin: .5em 0;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input[type=text][disabled], form input[type=text][disabled], .pure-form input[type=password][disabled], form input[type=password][disabled], .pure-form input[type=email][disabled], form input[type=email][disabled], .pure-form input[type=url][disabled], form input[type=url][disabled], .pure-form input[type=date][disabled], form input[type=date][disabled], .pure-form input[type=month][disabled], form input[type=month][disabled], .pure-form input[type=time][disabled], form input[type=time][disabled], .pure-form input[type=datetime][disabled], form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], form input[type=week][disabled], .pure-form input[type=number][disabled], form input[type=number][disabled], .pure-form input[type=search][disabled], form input[type=search][disabled], .pure-form input[type=tel][disabled], form input[type=tel][disabled], .pure-form input[type=color][disabled], form input[type=color][disabled], .pure-form select[disabled], form select[disabled], .pure-form textarea[disabled], form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input:not([type])[disabled], form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input[readonly], form input[readonly], .pure-form select[readonly], form select[readonly], .pure-form textarea[readonly], form textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input:focus:invalid, form input:focus:invalid, .pure-form textarea:focus:invalid, form textarea:focus:invalid, .pure-form select:focus:invalid, form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input:focus:invalid:focus, form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus, form select:focus:invalid:focus {
  border-color: #e9322d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input[type=file]:focus:invalid:focus, form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus, form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form select, form select {
  border: 1px solid #ccc;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form select[multiple], form select[multiple] {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form label, form label {
  margin: .5em 0 .2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form fieldset, form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form legend, form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
  display: block;
  margin: .25em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-stacked input:not([type]) {
  display: block;
  margin: .25em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-aligned textarea {
  vertical-align: top;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-aligned .pure-control-group {
  margin-bottom: .5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form input.pure-input-rounded, form input.pure-input-rounded, .pure-form .pure-input-rounded, form .pure-input-rounded {
  border-radius: 2em;
  padding: .5em 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-group fieldset, form .pure-group fieldset {
  margin-bottom: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-group input, form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-group input:focus, form .pure-group input:focus {
  z-index: 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-group input:first-child, form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-group input:last-child, form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-group button, form .pure-group button {
  margin: .35em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-input-1, form .pure-input-1 {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-input-2-3, form .pure-input-2-3 {
  width: 66%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-input-1-2, form .pure-input-1-2 {
  width: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-input-1-3, form .pure-input-1-3 {
  width: 33%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-input-1-4, form .pure-input-1-4 {
  width: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form .pure-help-inline, form .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: .875em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_forms\.scss}line{font-family:\0000319}}
.pure-form-message {
  display: block;
  color: #666;
  font-size: .875em;
}

/**
 * @file
 * Positioning for a fixed-width, desktop-centric layout.
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * If you want to make the page a fixed width and centered in the viewport,
 * this is the standards-compliant way to do that.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000337}}
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000345}}
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000345}}
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/**
 * The layout when there is only one sidebar, the left one.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000367}}
.sidebar-first {
  /* Span 4 columns, starting in 2nd column from left. */
  /* Span 1 column, starting in 1st column from left. */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000369}}
.sidebar-first #content {
  float: left;
  width: 774px;
  margin-left: 196px;
  margin-right: -980px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000374}}
.sidebar-first .region-sidebar-first {
  float: left;
  width: 186px;
  margin-left: 0px;
  margin-right: -196px;
}

/**
 * The layout when there is only one sidebar, the right one.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000382}}
.sidebar-second {
  /* Span 4 columns, starting in 1st column from left. */
  /* Span 1 column, starting in 5th column from left. */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000384}}
.sidebar-second #content {
  float: left;
  width: 774px;
  margin-left: 0px;
  margin-right: -784px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\0000389}}
.sidebar-second .region-sidebar-second {
  float: left;
  width: 186px;
  margin-left: 784px;
  margin-right: -980px;
}

/**
 * The layout when there are two sidebars.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\00003100}}
.two-sidebars {
  /* Span 3 columns, starting in 2nd column from left. */
  /* Span 1 column, starting in 1st column from left. */
  /* Span 1 column, starting in 5th column from left. */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\00003102}}
.two-sidebars #content {
  float: left;
  width: 529px;
  margin-left: 196px;
  margin-right: -735px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\00003107}}
.two-sidebars .region-sidebar-first {
  float: left;
  width: 186px;
  margin-left: 0px;
  margin-right: -196px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/layouts\/_fixed\.scss}line{font-family:\00003112}}
.two-sidebars .region-sidebar-second {
  float: left;
  width: 235px;
  margin-left: 735px;
  margin-right: -980px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\000031}}
#content, #taronga-menu, .sidebar .block, #main-menu {
  border-radius: 10px;
  padding: 1.5em;
  margin: 1.5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\000037}}
#taronga-menu, .sidebar .block, #main-menu {
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\000039}}
#taronga-menu h2, .sidebar .block h2, #main-menu h2 {
  margin-bottom: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000312}}
#taronga-menu ul, .sidebar .block ul, #main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/typography\/lists\/_bullets\.scss}line{font-family:\0000311}}
#taronga-menu ul li, .sidebar .block ul li, #main-menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000317}}
#taronga-menu p, .sidebar .block p, #main-menu p {
  margin: 0.375em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000322}}
#content {
  background: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000327}}
#taronga-menu {
  background-color: #015541;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, #014b39 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #014b39 50%);
  background-size: 50px 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000336}}
.sidebar .block, #main-menu {
  background: #435b22;
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000344}}
.page-leaderboard table {
  border-radius: 10px;
  border: solid 1px #435b22;
  background: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000350}}
.page-leaderboard th {
  font-size: 1.66667em;
  line-height: 0.9em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
  background: #F8F8F7;
  color: brown;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_boxes\.scss}line{font-family:\0000356}}
.page-leaderboard th:first-child {
  border-top-right-radius: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_button\.scss}line{font-family:\000031}}
.button--dark-blue, .button--green, .button, button {
  margin: 1em 0;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_button\.scss}line{font-family:\000036}}
.button--dark-blue {
  font-size: 19px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0066B3', endColorstr='#FF002C4D');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjZiMyIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDA1NzlhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0066b3), color-stop(70%, #00579a));
  background: -webkit-linear-gradient(#0066b3, #00579a 70%);
  background: linear-gradient(#0066b3, #00579a 70%);
  box-shadow: #0092ff 0 1px 0 inset;
  border: 1px solid #004980;
  color: white;
  font-family: "Open Sans", Arial, Verdana, "Nimbus Sans L", sans-serif;
  text-shadow: 1px 1px 1px #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\0000315}}
.button--dark-blue:hover {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\0000318}}
.button--dark-blue:hover {
  background-color: #004980;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzAwNTc5YSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDA0OTgwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #00579a), color-stop(75%, #004980));
  background: -webkit-linear-gradient(#00579a 3%, #004980 75%);
  background: linear-gradient(#00579a 3%, #004980 75%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\0000321}}
.button--dark-blue:active {
  box-shadow: #004071 0 1px 2px inset;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\000036}}
.button--dark-blue.disabled, .button--dark-blue[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #00579a;
  cursor: default;
  box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/_sassy-buttons\.sass}line{font-family:\0000374}}
.button--dark-blue::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_button\.scss}line{font-family:\0000314}}
.button--green {
  font-size: 19px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF014B39', endColorstr='#FF000000');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNGIzOSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDEzMjI2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #014b39), color-stop(70%, #013226));
  background: -webkit-linear-gradient(#014b39, #013226 70%);
  background: linear-gradient(#014b39, #013226 70%);
  box-shadow: #029672 0 1px 0 inset;
  border: 1px solid #001913;
  color: white;
  font-family: "Open Sans", Arial, Verdana, "Nimbus Sans L", sans-serif;
  text-shadow: 1px 1px 1px #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\0000315}}
.button--green:hover {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\0000318}}
.button--green:hover {
  background-color: #001913;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzAxMzIyNiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDAxOTEzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #013226), color-stop(75%, #001913));
  background: -webkit-linear-gradient(#013226 3%, #001913 75%);
  background: linear-gradient(#013226 3%, #001913 75%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\0000321}}
.button--green:active {
  box-shadow: #000a07 0 1px 2px inset;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/sassy-buttons\/_sassy-button-pseudo-states\.sass}line{font-family:\000036}}
.button--green.disabled, .button--green[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #013226;
  cursor: default;
  box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/sassy-buttons-0\.2\.6\/stylesheets\/_sassy-buttons\.sass}line{font-family:\0000374}}
.button--green::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_layout\.scss}line{font-family:\000031}}
.clear {
  *zoom: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/\.rbenv\/versions\/2\.1\.4\/lib\/ruby\/gems\/2\.1\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/utilities\/general\/_clearfix\.scss}line{font-family:\0000338}}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_layout\.scss}line{font-family:\000035}}
.left {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_layout\.scss}line{font-family:\000039}}
.right {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_navigation\.scss}line{font-family:\000031}}
.navigation--vertical, .navigation {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_navigation\.scss}line{font-family:\000033}}
.navigation--vertical h2, .navigation h2 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_navigation\.scss}line{font-family:\000034}}
.navigation--vertical ul, .navigation ul {
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_navigation\.scss}line{font-family:\0000310}}
.navigation--vertical li {
  border-bottom: solid 1px rgba(26, 175, 226, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/patterns\/_navigation\.scss}line{font-family:\0000312}}
.navigation--vertical li:last-child {
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_base\.scss}line{font-family:\000031}}
body {
  background-color: #99b346;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_base\.scss}line{font-family:\000035}}
#wrapper {
  background: url('../images/bg-wildschools.jpg?1431928624') top center no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_base\.scss}line{font-family:\000039}}
#content {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_base\.scss}line{font-family:\0000314}}
.header__logo {
  padding: 1.5em 0;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_base\.scss}line{font-family:\0000319}}
.feature-image {
  margin-bottom: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_block--sidebar\.scss}line{font-family:\000033}}
.sidebar .block ul {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_main-menu\.scss}line{font-family:\000031}}
#main-menu {
  padding: 0 1.5em;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_main-menu\.scss}line{font-family:\000035}}
#main-menu li {
  float: left;
  padding: 0 1.5em 0 0;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000315}}
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000339}}
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000345}}
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000362}}
#skip-link {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000365}}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Logo image. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000382}}
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000387}}
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000392}}
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\0000399}}
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003105}}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003112}}
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003117}}
.header__secondary-menu {
  float: right;
}

/* Wrapper for any blocks placed in the header region. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003122}}
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003130}}
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003134}}
#navigation .block {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003144}}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003150}}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003164}}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003168}}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003179}}
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003191}}
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003206}}
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003215}}
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003225}}
.messages__list {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003228}}
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003233}}
.messages--error p.error {
  color: #333;
}

/* System status report. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003238}}
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003243}}
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003248}}
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003259}}
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003269}}
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  margin: 0 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003273}}
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003286}}
.tabs-primary__tab, .tabs-primary__tab.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003295}}
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003301}}
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003311}}
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003315}}
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003339}}
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003345}}
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003352}}
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003361}}
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003366}}
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003394}}
.inline {
  display: inline;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003398}}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0;
}

/* The inline field label used by the Fences module. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003406}}
span.field-label {
  padding: 0 1em 0 0;
}

/**
 * "More" links.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003413}}
.more-link {
  text-align: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003416}}
.more-help-link {
  text-align: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003419}}
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003434}}
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003439}}
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003446}}
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003456}}
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003466}}
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003473}}
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003480}}
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003487}}
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  list-style-type: disc;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003501}}
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003513}}
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003541}}
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003546}}
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003552}}
.comment {
  /* Comment's permalink wrapper. */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003555}}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003562}}
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003572}}
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003576}}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003583}}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003589}}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003596}}
.form-item .description {
  font-size: 0.85em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003603}}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003609}}
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003614}}
label.option {
  display: inline;
  font-weight: normal;
}

/* Password confirmation. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003620}}
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003626}}
#user-login-form {
  text-align: left;
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003638}}
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003644}}
.openid-link,
.user-link {
  margin-top: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003648}}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003653}}
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003661}}
form th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003666}}
form tbody {
  border-top: 1px solid #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003669}}
form table ul {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003673}}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003679}}
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003694}}
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003699}}
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003705}}
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003716}}
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003727}}
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  background-repeat: no-repeat;
  padding-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003736}}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  background-position: 5px 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003743}}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003755}}
tr.drag {
  background-color: #fffff0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003758}}
tr.drag-previous {
  background-color: #ffd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003761}}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003770}}
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003779}}
.progress {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003782}}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_misc\.scss}line{font-family:\00003788}}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1429673341');
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_taronga-menu\.scss}line{font-family:\000031}}
#taronga-menu {
  padding: 0 1.5em;
  margin: 0;
  margin-bottom: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/components\/_taronga-menu\.scss}line{font-family:\000036}}
#taronga-menu li {
  float: left;
  padding: 0 1.5em 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_gallery\.scss}line{font-family:\000032}}
.view-school-gallery .views-row {
  float: left;
  width: 32%;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #efefef;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #777;
  font-style: italic;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_gallery\.scss}line{font-family:\0000313}}
.view-school-gallery .views-row:nth-child(3n) {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_gallery\.scss}line{font-family:\0000314}}
.view-school-gallery .views-row:nth-child(3n + 1) {
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_gallery\.scss}line{font-family:\0000317}}
.view-school-gallery .views-row .field-name-field-entry-comment {
  padding: .5em 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_gallery\.scss}line{font-family:\0000320}}
.view-school-gallery .views-row img {
  width: 100%;
  display: block;
  line-height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_leaderboard\.scss}line{font-family:\000032}}
.page-leaderboard table {
  width: 100%;
  border-collapse: separate;
  margin: 1em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_leaderboard\.scss}line{font-family:\000039}}
.page-leaderboard tr {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_leaderboard\.scss}line{font-family:\0000313}}
.page-leaderboard td, .page-leaderboard th {
  padding: 10px 20px;
  text-align: left;
  color: #014b39;
  border-bottom: solid 1px #014b39;
  border-right: solid 1px #014b39;
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_leaderboard\.scss}line{font-family:\0000320}}
.page-leaderboard td:last-child, .page-leaderboard th:last-child {
  border-right: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_leaderboard\.scss}line{font-family:\0000323}}
.page-leaderboard td {
  font-size: 1.25em;
  line-height: 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_leaderboard\.scss}line{font-family:\0000331}}
.page-leaderboard table tr:last-child td {
  border-bottom: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/sections\/_node-school-form\.scss}line{font-family:\000031}}
.node-school-form .button--dark-blue {
  position: absolute;
  right: 1em;
  top: 0;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000315}}
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000320}}
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000325}}
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000327}}
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 12px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000334}}
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000340}}
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000346}}
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000354}}
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/jmccluskey\/code\/d7-edu\/taronga-education-campaign\/app\/sites\/all\/themes\/fishforgood\/sass\/_print\.scss}line{font-family:\0000364}}
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/*# sourceMappingURL=styles.css.map */
