/**
 * @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. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

/* 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
 */
/* Correct `block` display not defined in IE 8/9. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\0000333}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\0000340}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\0000352}}
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\0000358}}
[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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003106}}
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003126}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003148}}
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003154}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003170}}
p,
pre {
  margin: 1.5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003173}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003182}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003190}}
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003195}}
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003200}}
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003205}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003210}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003217}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003223}}
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003228}}
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003233}}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003242}}
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003253}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003262}}
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003274}}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003279}}
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003285}}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003291}}
sup {
  top: -0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003294}}
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003304}}
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003311}}
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003316}}
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003323}}
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003341}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003362}}
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003367}}
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003383}}
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}

/**
 * 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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003398}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003416}}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003433}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003444}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003460}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003472}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003483}}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003497}}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003507}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003513}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003522}}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003528}}
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_normalize\.scss}line{font-family:\00003536}}
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;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000334}}
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000346}}
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000360}}
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000365}}
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000386}}
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000388}}
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\0000393}}
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003101}}
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003103}}
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003108}}
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003116}}
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003118}}
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003123}}
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003128}}
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003134}}
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003138}}
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003143}}
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003147}}
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003164}}
  .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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003166}}
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003171}}
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003179}}
  .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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003181}}
  .sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003186}}
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003194}}
  .ie9 .not-front.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003196}}
  .ie9 .not-front.sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    margin-right: -65%;
    width: 65%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003203}}
  .ie9 .not-front.sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    margin-left: 65%;
    width: 35%;
  }

  /**
   * The layout when there are two sidebars.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003213}}
  .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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003215}}
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003220}}
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layouts\/_responsive\.scss}line{font-family:\00003225}}
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000322}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000340}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000362}}
#skip-link {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000366}}
#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.
 */
/* Wrapping link for logo. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000381}}
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000388}}
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000393}}
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\0000398}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003106}}
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003112}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003118}}
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003123}}
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003128}}
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003136}}
#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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003140}}
#navigation .block {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003151}}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003156}}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003170}}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003174}}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003190}}
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Comments settings.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003197}}
h2.comments__title {
  line-height: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003201}}
.comment-wrapper .comment {
  margin-top: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003205}}
.field-name-comment-body p:first-child {
  margin-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003209}}
.field-name-comment-body p:last-child {
  margin-bottom: 0;
}

/**
 * Byline.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003216}}
.submitted-by {
  display: block;
  margin-top: 1em;
}

/**
 * Front page twitter timeline.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003224}}
.front .twitter-timeline {
  height: 348px;
}

/**
 * Messages.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003231}}
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  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;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003246}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003255}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003265}}
.messages__list {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003268}}
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003273}}
.messages--error p.error {
  color: #333;
}

/* System status report. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003279}}
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003284}}
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003289}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003299}}
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003309}}
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003313}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003326}}
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003335}}
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003341}}
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003351}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003355}}
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  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: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003379}}
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003386}}
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003392}}
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003401}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003406}}
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003434}}
.inline {
  display: inline;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003438}}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003446}}
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003453}}
.more-link {
  text-align: right;
  /* LTR */
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003456}}
.more-help-link {
  text-align: right;
  /* LTR */
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003459}}
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003474}}
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003479}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003491}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003496}}
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003506}}
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003513}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003520}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003527}}
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003536}}
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003546}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003557}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003585}}
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003590}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003596}}
.comment {
  /* Comment's permalink wrapper. */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003599}}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003606}}
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003616}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003621}}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003628}}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003635}}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003640}}
.form-item .description {
  font-size: 0.85em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003647}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003653}}
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003658}}
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003664}}
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003670}}
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003675}}
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * 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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003687}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003694}}
.openid-link,
.user-link {
  margin-top: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003698}}
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;
  /* LTR */
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003702}}
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003710}}
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003715}}
form tbody {
  border-top: 1px solid #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003718}}
form table ul {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003723}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003728}}
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003743}}
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003749}}
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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003754}}
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003765}}
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003776}}
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003785}}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003792}}
.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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003804}}
tr.drag {
  background-color: #fffff0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003807}}
tr.drag-previous {
  background-color: #ffd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003810}}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003819}}
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003828}}
.progress {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003831}}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/components\/_misc\.scss}line{font-family:\00003837}}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1543950948');
}

/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\000034}}
body {
  background-color: #FFF;
}

/* image styling */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000311}}
.imgleft {
  float: left;
  padding: 10px 10px 10px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000316}}
.imgright {
  float: right;
  padding: 10px 0 10px 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000330}}
.page-node .pane-node-content {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000334}}
.pane-privacy-share-links {
  margin-bottom: 4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000337}}
.pane-privacy-share-links h2.pane-title {
  font-family: "Titillium Web";
  font-size: 100%;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000346}}
.pane-privacy-share-links ul li {
  float: left;
  margin-right: 15px;
  padding-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000351}}
.pane-privacy-share-links ul li a {
  color: #222222;
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000357}}
.pane-privacy-share-links ul li.tumblr {
  padding-left: 35px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000366}}
.view-news-and-announcements .field-type-image {
  float: left;
  margin: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000371}}
.view-news-and-announcements .views-row {
  min-height: 120px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000376}}
.not-front .views-row {
  margin-bottom: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000384}}
.bef-tree,
.bef-checkboxes,
.bef-select-as-radios .form-radios {
  /*
   * Setting the height and overflow creates a scrollable <div> for the radio/checkbox elements.
   * The border is just for looks -- adjust or remove as needed.
   */
  height: 150px;
  overflow: auto;
  border: 1px solid #999;
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\0000396}}
.bef-checkboxes {
  padding: 0 0 0 .5em;
}

/* Line up multi-line options nicely */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\00003102}}
.bef-tree .form-item,
.bef-checkboxes .form-item,
.bef-select-as-radios .form-radios .form-item {
  text-indent: -24px;
  margin-left: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\00003115}}
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-field-topic-tid-wrapper,
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-field-resource-type-tid-wrapper,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-field-topic-tid-wrapper,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-field-resource-type-tid-wrapper {
  margin-bottom: 1em;
  width: 65%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\00003119}}
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-field-topic-tid-wrapper .description,
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-field-resource-type-tid-wrapper .description,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-field-topic-tid-wrapper .description,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-field-resource-type-tid-wrapper .description {
  font-size: 87.5%;
  line-height: 125%;
  margin: .5em 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\00003125}}
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-field-topic-tid-wrapper .bef-tree,
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-field-resource-type-tid-wrapper .bef-tree,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-field-topic-tid-wrapper .bef-tree,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-field-resource-type-tid-wrapper .bef-tree {
  height: 240px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\00003130}}
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form #edit-keys-wrapper,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form #edit-keys-wrapper {
  width: 25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/layout\.scss}line{font-family:\00003134}}
.page-resources #views-exposed-form-documents-panel-pane-1 .views-exposed-form .form-submit,
.page-resources #views-exposed-form-documents-panel-pane-11 .views-exposed-form .form-submit {
  background-color: #45ada8;
  border: 0 none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
}

/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\000034}}
body {
  color: #222222;
  font-family: "Titillium Web";
  font-size: 100%;
  font-weight: 400;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000311}}
h1 {
  font-size: 2em;
  line-height: 1.2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000316}}
h1#page-title {
  margin-bottom: .5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000320}}
h2.pane-title {
  font-size: 112.5%;
  font-weight: normal;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000326}}
p {
  margin: 1em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000331}}
a,
a:visited {
  color: #45ada8;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000336}}
a:hover {
  color: #45ada8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000343}}
#usworker-engagement-menu-header-pane,
.pane-menu-menu-usworker-coop-engagement-me {
  font-family: "Titillium Web";
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000349}}
#usworker-engagement-menu-header-pane ul,
.pane-menu-menu-usworker-coop-engagement-me ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000353}}
#usworker-engagement-menu-header-pane ul .menu__item.is-leaf,
.pane-menu-menu-usworker-coop-engagement-me ul .menu__item.is-leaf {
  float: left;
  line-height: 1em;
  list-style: none;
  list-style-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000359}}
#usworker-engagement-menu-header-pane ul .menu__item.is-leaf a,
.pane-menu-menu-usworker-coop-engagement-me ul .menu__item.is-leaf a {
  color: #222222;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000370}}
#header #dawi-primary-nav-pane ul li {
  list-style: none;
  list-style-image: none;
  margin-right: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000382}}
#social-networking-header-pane,
#social-media-header {
  clear: right;
  float: right;
  margin-top: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000387}}
#social-networking-header-pane ul,
#social-media-header ul {
  list-style: none;
  list-style-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000391}}
#social-networking-header-pane ul li,
#social-media-header ul li {
  float: left;
  list-style: none;
  list-style-image: none;
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\0000397}}
#social-networking-header-pane ul li a,
#social-media-header ul li a {
  background-image: url("../images/sm-sprite.png");
  background-repeat: none;
  display: inline-block;
  height: 25px;
  text-align: left;
  text-indent: -9999px;
  width: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003108}}
#social-networking-header-pane ul .twitter a,
#social-media-header ul .twitter a {
  background-position: -35px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003112}}
#social-networking-header-pane ul .facebook a,
#social-media-header ul .facebook a {
  background-position: 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003116}}
#social-networking-header-pane ul .goodreads a,
#social-media-header ul .goodreads a {
  background-position: -70px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003124}}
#footer {
  color: #FFF;
  font-family: "Titillium Web";
  font-weight: normal;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003131}}
#footer #usfwc-address-pane {
  font-size: 87.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003134}}
#footer #usfwc-address-pane p {
  margin: .5em 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003137}}
#footer #usfwc-address-pane p strong {
  font-size: 137.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003143}}
#footer a {
  color: #FFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003150}}
#footer .panels-flexible-region-inside-last .pane-4,
#footer .panels-flexible-region-inside-last .pane-9,
#footer .panels-flexible-region-inside-last #usfwc-footer-engagement-menu-pane {
  font-family: "Titillium Web";
  font-weight: normal;
  margin-bottom: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003155}}
#footer .panels-flexible-region-inside-last .pane-4 ul,
#footer .panels-flexible-region-inside-last .pane-9 ul,
#footer .panels-flexible-region-inside-last #usfwc-footer-engagement-menu-pane ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003159}}
#footer .panels-flexible-region-inside-last .pane-4 ul li,
#footer .panels-flexible-region-inside-last .pane-9 ul li,
#footer .panels-flexible-region-inside-last #usfwc-footer-engagement-menu-pane ul li {
  border-right: 1px solid #FFF;
  float: left;
  line-height: 1em;
  list-style: none;
  list-style-image: none;
  margin: 0 3px 0 0;
  padding-right: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003168}}
#footer .panels-flexible-region-inside-last .pane-4 ul li a,
#footer .panels-flexible-region-inside-last .pane-9 ul li a,
#footer .panels-flexible-region-inside-last #usfwc-footer-engagement-menu-pane ul li a {
  font-size: 87.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003175}}
#footer .panels-flexible-region-inside-last #social-networking-buttons-footer-pane {
  clear: both;
  float: right;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003180}}
#footer .panels-flexible-region-inside-last #social-networking-buttons-footer-pane li {
  border: 0 none;
  float: left;
  list-style: none;
  list-style-image: none;
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003187}}
#footer .panels-flexible-region-inside-last #social-networking-buttons-footer-pane li a {
  background-image: url("../images/sm-sprite.png");
  background-repeat: none;
  display: inline-block;
  height: 25px;
  text-align: left;
  text-indent: -9999px;
  width: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003198}}
#footer .panels-flexible-region-inside-last #social-networking-buttons-footer-pane .twitter a {
  background-position: -35px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003202}}
#footer .panels-flexible-region-inside-last #social-networking-buttons-footer-pane .facebook a {
  background-position: 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003206}}
#footer .panels-flexible-region-inside-last #social-networking-buttons-footer-pane .goodreads a {
  background-position: -70px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003212}}
#footer #site-credits-pane {
  clear: both;
  float: right;
  font-family: "Titillium Web";
  margin-top: 1.5em;
  text-align: right;
  width: 350px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003220}}
#footer #site-credits-pane h2.pane-title {
  font-size: 75%;
  margin: 0;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003226}}
#footer #site-credits-pane p {
  font-size: 75%;
  line-height: 175%;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003237}}
.section-resources #content .view-documents .views-row {
  margin-bottom: 2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003245}}
.page-tools h2.pane-title {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/typography\.scss}line{font-family:\00003251}}
.view h2 {
  line-height: 130%;
}

/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\000037}}
.page-institute-front #dawi-intro-pane p {
  font-size: 150%;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000313}}
.page-institute-front #dawi-news-pane {
  border-top: 5px solid #222222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000316}}
.page-institute-front #dawi-news-pane h2.pane-title {
  font-size: 87.5%;
  font-weight: 700;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000322}}
.page-institute-front #dawi-news-pane ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000326}}
.page-institute-front #dawi-news-pane ul li {
  list-style: none;
  list-style-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000330}}
.page-institute-front #dawi-news-pane ul li .views-field-term-node-tid {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000334}}
.page-institute-front #dawi-news-pane ul li .views-field-title {
  font-size: 150%;
  margin: .5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000339}}
.page-institute-front #dawi-news-pane ul li .views-field-body {
  font-size: 100%;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000346}}
.page-institute-front #dawi-news-pane .field-type-image {
  float: left;
  padding: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000352}}
.page-institute-front #dawi-news-pane .more-link a {
  color: #222222;
  font-size: 87.5%;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000363}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-inside-first .pane-custom,
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-15-8 .pane-custom {
  background-color: #FFF;
  height: 225px;
  position: relative;
  width: 225px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000369}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-inside-first .pane-custom h2.pane-title,
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-15-8 .pane-custom h2.pane-title {
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000376}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-inside-first .pane-custom p,
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-15-8 .pane-custom p {
  background: transparent url("../images/opacity-bg.png") repeat 0 0;
  bottom: 0;
  color: #FFF;
  margin: 0;
  padding: 10px;
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000384}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-inside-first .pane-custom p a,
.page-institute-front #dawi-news-pane .panels-flexible-column-last .panels-flexible-row-15-8 .pane-custom p a {
  color: #FFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000393}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .pane-6 {
  margin: 1.5em 0;
  width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\0000397}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .pane-6 p {
  background: transparent url("../images/turquoise-sprite.png") no-repeat right -70px;
  margin: 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/homepage\.scss}line{font-family:\00003102}}
.page-institute-front #dawi-news-pane .panels-flexible-column-last .pane-6 p a {
  background: transparent url("../images/turquoise-sprite.png") no-repeat 0 0;
  color: #FFF;
  display: block;
  font-size: 175%;
  font-weight: normal;
  height: 50px;
  line-height: 1.8em;
  text-shadow: 1px 1px 1px #554141;
  text-transform: uppercase;
}

/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\000037}}
.breadcrumb a {
  font-weight: 700;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000318}}
#header #dawi-primary-nav-pane ul.nice-menu,
#header #dawi-primary-nav-pane ul.nice-menu-down {
  float: none;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000321}}
#header #dawi-primary-nav-pane ul.nice-menu li,
#header #dawi-primary-nav-pane ul.nice-menu-down li {
  background-color: transparent;
  border-top: 0 none;
  border: 0 none;
  line-height: 1.3em;
  padding: 0 .25em 0 0;
  display: inline-block;
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000330}}
#header #dawi-primary-nav-pane ul.nice-menu li.menuparent,
#header #dawi-primary-nav-pane ul.nice-menu-down li.menuparent {
  background: transparent url("../images/arrow-down.png") no-repeat right -29px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000334}}
#header #dawi-primary-nav-pane ul.nice-menu li a,
#header #dawi-primary-nav-pane ul.nice-menu-down li a {
  color: #FFF;
  font-size: 100%;
  text-transform: uppercase;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000341}}
#header #dawi-primary-nav-pane ul.nice-menu li ul,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul {
  border-top: 0 none;
  left: 6px;
  top: 29px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000346}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li {
  background-color: #FFF;
  border-bottom: 1px solid #45ada8;
  border-left: 1px solid #45ada8;
  border-right: 1px solid #45ada8;
  border-top: 0 none;
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000354}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li a {
  color: #45ada8;
  font-size: 100%;
  padding: 5px;
  text-transform: capitalize;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000361}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent {
  background: url("../images/arrow-right.png") no-repeat right 10px white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000364}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent:hover,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent:hover {
  background: #45ada8 url("../images/arrow-right.png") no-repeat right -29px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000367}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent:hover a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent:hover a {
  color: #FFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000372}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent:hover ul li,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent:hover ul li {
  background: #FFF none no-repeat 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000375}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent:hover ul li a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent:hover ul li a {
  color: #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000379}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent:hover ul li:hover,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent:hover ul li:hover {
  background: #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000382}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.menuparent:hover ul li:hover a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.menuparent:hover ul li:hover a {
  color: #FFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000393}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li:hover,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li:hover {
  background-color: #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\0000396}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li:hover a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li:hover a {
  color: #FFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003102}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li:hover ul li a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li:hover ul li a {
  color: #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003109}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li.first,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li.first {
  border-top: 1px solid #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003113}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li ul,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li ul {
  left: 234px;
  top: -6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003119}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li ul li a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li ul li a {
  color: #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003123}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li ul li:hover,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li ul li:hover {
  background-color: #45ada8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003126}}
#header #dawi-primary-nav-pane ul.nice-menu li ul li ul li:hover a,
#header #dawi-primary-nav-pane ul.nice-menu-down li ul li ul li:hover a {
  color: #FFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/navigation\.scss}line{font-family:\00003137}}
#header #dawi-primary-nav-pane ul.nice-menu li.menuparent,
#header #dawi-primary-nav-pane ul.nice-menu li.menuparent:hover,
#header #dawi-primary-nav-pane ul.nice-menu-down li.menuparent,
#header #dawi-primary-nav-pane ul.nice-menu-down li.menuparent:hover {
  background: transparent url("../images/arrow-down.png") no-repeat right -29px;
}

/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\000036}}
#donate-front-pane,
#donate-sidebar-pane {
  margin: 1.5em auto;
  width: 220px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000310}}
#donate-front-pane p,
#donate-sidebar-pane p {
  background: transparent url("../images/turquoise-sprite.png") no-repeat right -70px;
  margin: 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000315}}
#donate-front-pane p a,
#donate-sidebar-pane p a {
  background: transparent url("../images/turquoise-sprite.png") no-repeat 0 0;
  color: #FFF;
  display: block;
  font-size: 175%;
  font-weight: normal;
  height: 50px;
  line-height: 1.8em;
  text-shadow: 1px 1px 1px #554141;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000331}}
#starting-coop-front-pane,
#partnerships-front-pane {
  background-color: #FFF;
  height: 225px;
  margin: 0 auto .5em auto;
  position: relative;
  width: 225px;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000339}}
#starting-coop-front-pane p,
#partnerships-front-pane p {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000342}}
#starting-coop-front-pane p a,
#partnerships-front-pane p a {
  display: block;
  height: 225px;
  left: 0;
  position: absolute;
  top: 0;
  width: 225px;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000353}}
#starting-coop-front-pane .text-wrapper,
#partnerships-front-pane .text-wrapper {
  background: transparent url("../images/opacity-bg.png") repeat 0 0;
  color: #FFF;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 205px;
  z-index: 5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000362}}
#starting-coop-front-pane .text-wrapper h4,
#partnerships-front-pane .text-wrapper h4 {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000366}}
#starting-coop-front-pane .text-wrapper a,
#partnerships-front-pane .text-wrapper a {
  color: #FFF;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000372}}
#starting-coop-front-pane {
  background: transparent url("../images/startacoop.jpg") no-repeat 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000376}}
#partnerships-front-pane {
  background: transparent url("../images/partnerships.jpg") no-repeat 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000382}}
#featured-item-front-pane {
  background: transparent url("../images/spotlight.jpg") no-repeat 0 0;
  height: 225px;
  margin: 0 auto .5em auto;
  position: relative;
  width: 225px;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000390}}
#featured-item-front-pane h2.pane-title {
  display: none;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000395}}
#featured-item-front-pane p {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\0000399}}
#featured-item-front-pane a {
  color: #FFF;
  display: block;
  height: 225px;
  left: 0;
  position: absolute;
  top: 0;
  width: 225px;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003110}}
#featured-item-front-pane .text-wrapper {
  background: transparent url("../images/opacity-bg.png") repeat 0 0;
  color: #FFF;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 205px;
  z-index: 5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003119}}
#featured-item-front-pane .text-wrapper h4 {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003123}}
#featured-item-front-pane .text-wrapper a {
  color: #FFF;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003135}}
.front .pane-documents-panel-pane-3 .view-documents .views-row {
  margin-bottom: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003138}}
.front .pane-documents-panel-pane-3 .view-documents .views-row .views-field-nothing {
  background: transparent url("../images/press.jpg") no-repeat 0 0;
  height: 225px;
  margin: 0 auto .5em auto;
  position: relative;
  width: 225px;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003146}}
.front .pane-documents-panel-pane-3 .view-documents .views-row .views-field-nothing a {
  display: block;
  height: 225px;
  left: 0;
  position: absolute;
  top: 0;
  width: 225px;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003155}}
.front .pane-documents-panel-pane-3 .view-documents .views-row .views-field-nothing a .text-wrapper {
  background: transparent url("../images/opacity-bg.png") repeat 0 0;
  color: #FFF;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 205px;
  z-index: 5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003164}}
.front .pane-documents-panel-pane-3 .view-documents .views-row .views-field-nothing a .text-wrapper p {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003168}}
.front .pane-documents-panel-pane-3 .view-documents .views-row .views-field-nothing a .text-wrapper h4 {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003172}}
.front .pane-documents-panel-pane-3 .view-documents .views-row .views-field-nothing a .text-wrapper a {
  color: #FFF;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003182}}
#hot-off-the-presses-pane {
  background: transparent url("../images/press.jpg") no-repeat 0 0;
  height: 225px;
  margin: 0 auto .5em auto;
  position: relative;
  width: 225px;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003190}}
#hot-off-the-presses-pane h2.pane-title {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003194}}
#hot-off-the-presses-pane p {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003198}}
#hot-off-the-presses-pane a {
  display: block;
  height: 225px;
  left: 0;
  position: absolute;
  top: 0;
  width: 225px;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003208}}
#hot-off-the-presses-pane .text-wrapper {
  background: transparent url("../images/opacity-bg.png") repeat 0 0;
  color: #FFF;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 205px;
  z-index: 5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003217}}
#hot-off-the-presses-pane .text-wrapper p {
  display: block;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003222}}
#hot-off-the-presses-pane .text-wrapper h4 {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003226}}
#hot-off-the-presses-pane .text-wrapper a {
  color: #FFF;
  display: inline;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003234}}
.view-blog-posts-tags {
  line-height: 200%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003237}}
.view-blog-posts-tags .views-field-name {
  float: left;
  padding: 0 3px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/sidebar\.scss}line{font-family:\00003242}}
.view-blog-posts-tags .views-field-nid {
  float: left;
  padding: 0 5px 0 0;
}

/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: local("Stint Ultra Expanded"), local("StintUltraExpanded-Regular"), url(https://themes.googleusercontent.com/static/fonts/stintultraexpanded/v1/FeigX-wDDgHMCKuhekhedWmdhyVWfbygZe-w47Q2x_f3rGVtsTkPsbDajuO5ueQw.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format("woff");
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format("woff");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/tables\.scss}line{font-family:\000034}}
.views-table-wrapper {
  width: 100%;
  overflow-x: scroll;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/tables\.scss}line{font-family:\000039}}
table.views-table {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/tables\.scss}line{font-family:\0000313}}
table.views-table th,
table.views-table td {
  padding: 10px;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/tables\.scss}line{font-family:\0000318}}
table.views-table th {
  border-right: solid 1px #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/tables\.scss}line{font-family:\0000320}}
table.views-table th:last-child {
  border-right: none;
}

/**
 * @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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_print\.scss}line{font-family:\0000316}}
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_print\.scss}line{font-family:\0000327}}
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_print\.scss}line{font-family:\0000335}}
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_print\.scss}line{font-family:\0000357}}
  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\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/_print\.scss}line{font-family:\0000377}}
  #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;
  }
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/********************
ZEN GRIDS Setup
http://zengrids.com/help/
********************/
/*********************
GENERAL STYLES
*********************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000330}}
html *, body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000335}}
#header {
  padding: 0;
  	/*#usworker-engagement-menu-header-pane,
  	.pane-menu-menu-institute-usworker-coop-eng {
  		float: right;
  		margin-top: 1.4em;
  
  		ul {
  			li.menu__item.is-leaf {
  				border-right: 1px solid $black;
  				margin: 0 3px 0 0;
  				padding-right: 3px;
  				}
  
  			li.menu__item.is-leaf.last {
  				border-right: 0 none;
  				margin-right: 0;
  				padding-right: 0;
  				}
  			}
  		}*/
  /*************
   * MOBILE MENU
   *************/
  /*** end MOBILE MENU ***/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000337}}
#header .block {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000341}}
#header .panels-flexible-row-first {
  background-color: #b3c29a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
#header .panels-flexible-row-first .panels-flexible-row-inside-first:before, #header .panels-flexible-row-first .panels-flexible-row-inside-first:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
#header .panels-flexible-row-first .panels-flexible-row-inside-first:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000345}}
#header .panels-flexible-row-first .panels-flexible-row-inside-first p {
  margin: 0.1em 0;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000348}}
#header .panels-flexible-row-first .panels-flexible-row-inside-first p a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000357}}
#header .panels-flexible-region-67-title_and_tagline, #header .panels-flexible-region-66-title_and_tagline {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
#header .panels-flexible-region-67-title_and_tagline:before, #header .panels-flexible-region-67-title_and_tagline:after, #header .panels-flexible-region-66-title_and_tagline:before, #header .panels-flexible-region-66-title_and_tagline:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
#header .panels-flexible-region-67-title_and_tagline:after, #header .panels-flexible-region-66-title_and_tagline:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000361}}
#header .panels-flexible-region-67-title_and_tagline #logo, #header .panels-flexible-region-66-title_and_tagline #logo {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000363}}
#header .panels-flexible-region-67-title_and_tagline #logo img, #header .panels-flexible-region-66-title_and_tagline #logo img {
  margin: 15px auto;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000369}}
#header .panels-flexible-region-67-title_and_tagline #site-name-pane, #header .panels-flexible-region-66-title_and_tagline #site-name-pane {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000374}}
#header .panels-flexible-region-67-title_and_tagline .pane-custom, #header .panels-flexible-region-66-title_and_tagline .pane-custom {
  display: inline-block;
  padding: 10px 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\0000377}}
#header .panels-flexible-region-67-title_and_tagline .pane-custom a, #header .panels-flexible-region-66-title_and_tagline .pane-custom a {
  background-color: #c99200;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 42px;
  padding: 0 25px;
  float: none;
  clear: both;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003112}}
#header .panels-flexible-row,
#header .panels-flexible-column-inside {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003118}}
#header #mini-panel-institute_usworker_coop_header .panels-flexible-column-first {
  width: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003123}}
#header #mini-panel-institute_usworker_coop_header .panels-flexible-column-first a img {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003129}}
#header #mini-panel-institute_usworker_coop_header .panels-flexible-column-last {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003134}}
#header #mini-panel-institute_usworker_coop_header .panels-flexible-column-last .panels-flexible-region-new-title_and_tagline-inside a, #header #mini-panel-institute_usworker_coop_header .panels-flexible-column-last .panels-flexible-region-66-title_and_tagline-inside a,
#header #mini-panel-institute_usworker_coop_header .panels-flexible-column-last .panels-flexible-region-67-title_and_tagline-inside a {
  background: transparent url("../images/logo-hd.png") no-repeat 0 0;
  display: block;
  height: 150px;
  position: relative;
  text-indent: -9999px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003154}}
#header .pane-7,
#header .panels-flexible-region-11-engagement_navigation-inside .pane-1 {
  clear: right;
  float: right;
  margin-top: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003159}}
#header .pane-7 ul,
#header .panels-flexible-region-11-engagement_navigation-inside .pane-1 ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003172}}
#header #dawi-primary-nav-pane {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003176}}
#header .panels-flexible-region-67-primary_navigation, #header .panels-flexible-region-66-primary_navigation {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003180}}
#header .pane-menu-menu-institute-usworker-coop-mai {
  background-color: #45ada8;
  text-align: center;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: static;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003189}}
#header .pane-menu-menu-institute-usworker-coop-mai .pane-title {
  background-image: url("../images/menu.mob2x.png");
  background-size: 25%;
  background-position: left 50%;
  background-repeat: no-repeat;
  color: #fff;
  width: 3em;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 49px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003203}}
#header .pane-menu-menu-institute-usworker-coop-mai .menu-toggle {
  top: -100px;
  height: 100px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003208}}
#header .pane-menu-menu-institute-usworker-coop-mai .menu-toggle span {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003213}}
#header .pane-menu-menu-institute-usworker-coop-mai > ul.menu {
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
  min-width: 285px;
  margin-top: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003222}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu {
  padding: 30px 0 0;
  width: 65%;
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 100;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: transform 1s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003240}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li {
  display: block !important;
  float: none;
  text-align: left;
  padding: 0 20px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003246}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li.close-btn {
  height: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003248}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li.close-btn span {
  position: absolute;
  right: 30px;
  color: #45ada8;
  font-size: 1.5em;
  top: 0;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003258}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li.expanded {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003260}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li.expanded:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #45ada8;
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 34px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003276}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li.expanded.open:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003288}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li a {
  font-size: 1.4em;
  padding: 25px 0;
  margin: 0 35px 0 0;
  display: inline-block;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003296}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li ul {
  display: none;
  background-color: #45ada8;
  left: -20px;
  padding: 30px 40px 30px 0;
  position: relative;
  width: 100%;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003304}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li ul li {
  padding: 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003306}}
#header .pane-menu-menu-institute-usworker-coop-mai ul.menu > li ul li a {
  color: #fff;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003318}}
#header .pane-menu-menu-institute-usworker-coop-mai.openMob > ul.menu {
  transform: translate3d(0, 0px, 0px);
  -moz-transform: translate3d(0, 0px, 0px);
  -webkit-transform: translate3d(0, 0px, 0px);
  -o-transform: translate3d(0, 0px, 0px);
}

/****************
  MAIN CONTENT
****************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003336}}
#main {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003338}}
#main #page {
  max-width: 100%;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003342}}
body.page-institute-front #main #page .messages--status, body.page-institute-front #main #page .messages--error {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003346}}
#main #page #content {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003349}}
#main #page #content .panels-flexible-region-69-homepage_content {
  float: none;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003355}}
#main #page #content #homepage_hero h2 {
  margin-top: 0;
}

/***************
 HOMEPAGE
 **************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003372}}
body.page-institute-front #main #page #content .panels-flexible-region-70-homepage_content,
body.page-institute-front #main #page #content .panels-flexible-region-68-homepage_content {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003376}}
body.page-institute-front #main #page #content .view-dawi-homepage-top .views-row-first {
  background-color: #030404;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003380}}
body.page-institute-front #main #page #content #homepage_hero .hero-image {
  position: relative;
  z-index: 2;
  height: auto;
  background-size: cover;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003386}}
body.page-institute-front #main #page #content #homepage_hero .hero-image .gradient {
  position: absolute;
  height: 200%;
  left: -95%;
  position: absolute;
  top: -10%;
  width: 255%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMzA0MDQiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMzA0MDQiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMzA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDMwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, rgba(3, 4, 4, 0) 0%, rgba(3, 4, 4, 0) 25%, #030404 75%, #030404 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(3, 4, 4, 0)), color-stop(25%, rgba(3, 4, 4, 0)), color-stop(75%, #030404), color-stop(100%, #030404));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(3, 4, 4, 0) 0%, rgba(3, 4, 4, 0) 25%, #030404 75%, #030404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(3, 4, 4, 0) 0%, rgba(3, 4, 4, 0) 25%, #030404 75%, #030404 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(3, 4, 4, 0) 0%, rgba(3, 4, 4, 0) 25%, #030404 75%, #030404 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(3, 4, 4, 0) 0%, rgba(3, 4, 4, 0) 25%, #030404 75%, #030404 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00030404', endColorstr='#030404',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003409}}
body.page-institute-front #main #page #content #homepage_hero .hero-image img {
  opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003414}}
body.page-institute-front #main #page #content #homepage_hero h2, body.page-institute-front #main #page #content #homepage_hero p {
  color: #fff;
  position: relative;
  z-index: 3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003420}}
body.page-institute-front #main #page #content #homepage_hero .header-content {
  margin: 0 10px -25px;
  padding: 10px 0 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003424}}
body.page-institute-front #main #page #content #homepage_hero .header-content h2.title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 100;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003430}}
body.page-institute-front #main #page #content #homepage_hero .header-content p.body {
  font-size: 14px;
  line-height: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003436}}
body.page-institute-front #main #page #content #homepage_hero p.subtext {
  color: #222;
  font-size: 11px;
  padding: 3px 7px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rbga(255, 255, 255, 0.4);
  position: absolute;
  bottom: 4px;
  left: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003449}}
body.page-institute-front #main #page #content .dawi_homepage_body {
  margin-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003452}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left {
  float: none;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003455}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left > div {
  padding-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003459}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row {
  position: relative;
  overflow: hidden;
  margin: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003465}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row .views-field-title {
  position: relative;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003468}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row .views-field-title span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 6px;
  z-index: 2;
  padding: 14px 5px 14px 21px;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003486}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row .views-field-field-box-image img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003492}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row .views-field-field-link a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  text-indent: -999999px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003506}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc {
  background-color: #ededed;
  margin: 0 20px;
  padding: 10px;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003511}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc h2 {
  line-height: 1.2em;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003516}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc .more, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc a {
  color: #c99200;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003518}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc .more a, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc a a {
  border-bottom: 2px solid #c99200;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003527}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right {
  float: none;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003530}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right > div {
  padding-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003533}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources {
  padding: 0 0 30px;
  margin: 0 20px 30px;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003538}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc a, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003541}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc h2, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources h2 {
  line-height: 1em;
  margin: 0 0 30px;
  padding: 20px 30px;
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003547}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .views-row, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .view-footer, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .views-row, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .view-footer {
  margin: 0 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003551}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .views-field-created, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .view-footer, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .views-field-created, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .view-footer {
  font-size: 0.74em;
  line-height: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003556}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .view-footer, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .view-footer {
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003558}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .view-footer a, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .view-footer a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003565}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources {
  background-color: #c99200;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003567}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources h2 {
  background-color: #ab7c00;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003572}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources img {
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003579}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .views-field-title {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003582}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .view-footer {
  margin: 24px 0 0 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003586}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc {
  background-color: #4f666c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003588}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc h2 {
  background-color: #3f5256;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003592}}
body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc .views-field-created {
  margin-bottom: 25px;
}

/***************
 Not Homepage
 *************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003611}}
body.not-front #main #page #content.column {
  margin: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003614}}
body.not-front #main #page #content.column img {
  max-width: 100%;
}

/***************
  FOOTER
****************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003628}}
#footer {
  background-color: #303639;
  margin: 3em 0 0;
  padding: 35px 0 0;
  color: #fff;
  border-top: 1px solid #9ea1a3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
#footer .panels-flexible-region-68-center-inside:before, #footer .panels-flexible-region-68-center-inside:after,
#footer .panels-flexible-region-67-center-inside:before,
#footer .panels-flexible-region-67-center-inside:after,
#footer .panels-flexible-region-66-center-inside:before,
#footer .panels-flexible-region-66-center-inside:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
#footer .panels-flexible-region-68-center-inside:after,
#footer .panels-flexible-region-67-center-inside:after,
#footer .panels-flexible-region-66-center-inside:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003639}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child {
  background-image: url(../images/USFWC-logo.png);
  background-repeat: no-repeat;
  height: 200px;
  margin: 0 auto;
  width: 280px;
  padding: 110px 0 0;
  text-align: center;
  background-position: center top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003653}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child div:first-child,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child div:first-child,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child div:first-child {
  font-size: 0.77em;
  margin-top: -2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003657}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child div:first-child strong,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child div:first-child strong,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child div:first-child strong {
  font-size: 1.1365em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003662}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003664}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow h3,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow h3,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow h3 {
  font-size: 0.88em;
  margin-bottom: 0.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003668}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow a,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow a,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow a {
  display: block;
  float: left;
  width: 28px;
  height: 25px;
  background-image: url(../images/sm-icos.png);
  text-indent: -99999px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003678}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow a.tw,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow a.tw,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow a.tw {
  background-position: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003683}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow.Dawi,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow.Dawi,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow.Dawi {
  padding-left: 34px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003686}}
#footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow.USFWC,
#footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow.USFWC,
#footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow.USFWC {
  padding-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003694}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003697}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai h2, #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai .aboutworkercoops, #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai .newsandevents, #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai .blog.last,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai h2,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai .aboutworkercoops,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai .newsandevents,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai .blog.last,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai h2,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai .aboutworkercoops,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai .newsandevents,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai .blog.last {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003700}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003703}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li {
  list-style: none;
  line-height: 1em;
  margin: 0 0 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003707}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li a,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li a,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li a {
  font-weight: 600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003711}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li ul li,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li ul li,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li ul li {
  margin: 1em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003713}}
#footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li ul li a,
#footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li ul li a,
#footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul li ul li a {
  font-weight: 100;
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003723}}
#footer .panels-flexible-region-68-center-inside .pane-custom:last-child,
#footer .panels-flexible-region-67-center-inside .pane-custom:last-child,
#footer .panels-flexible-region-66-center-inside .pane-custom:last-child {
  clear: both;
  text-align: center;
  font-size: 12px;
  padding: 50px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003728}}
#footer .panels-flexible-region-68-center-inside .pane-custom:last-child, #footer .panels-flexible-region-68-center-inside .pane-custom:last-child a,
#footer .panels-flexible-region-67-center-inside .pane-custom:last-child,
#footer .panels-flexible-region-67-center-inside .pane-custom:last-child a,
#footer .panels-flexible-region-66-center-inside .pane-custom:last-child,
#footer .panels-flexible-region-66-center-inside .pane-custom:last-child a {
  color: #7e8f93;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003731}}
#footer .panels-flexible-region-68-center-inside .pane-custom:last-child a,
#footer .panels-flexible-region-67-center-inside .pane-custom:last-child a,
#footer .panels-flexible-region-66-center-inside .pane-custom:last-child a {
  margin: 0 2px;
  white-space: nowrap;
}

/************
 ADMIN
 ***********/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003749}}
body.not-front.page-node-edit.node-type-dawi-homepage-top #edit-domain {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_base\.scss}line{font-family:\00003753}}
body.not-front.page-node-edit.node-type-dawi-homepage-top #edit-body .form-textarea {
  height: 100px;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  #header .panels-flexible-region-67-title_and_tagline:before, #header .panels-flexible-region-67-title_and_tagline:after, #header .panels-flexible-region-66-title_and_tagline:before, #header .panels-flexible-region-66-title_and_tagline:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  #header .panels-flexible-region-67-title_and_tagline:after, #header .panels-flexible-region-66-title_and_tagline:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000333}}
  #header .panels-flexible-region-67-title_and_tagline #site-logo-pane, #header .panels-flexible-region-66-title_and_tagline #site-logo-pane {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000337}}
  #header .panels-flexible-region-67-title_and_tagline #site-name-pane, #header .panels-flexible-region-66-title_and_tagline #site-name-pane {
    display: block !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000339}}
  #header .panels-flexible-region-67-title_and_tagline #site-name-pane a, #header .panels-flexible-region-66-title_and_tagline #site-name-pane a {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
    display: block;
    background-image: url(../images/dawi-logo.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left 50%;
    text-indent: -9999px;
    height: 126px;
    margin-left: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000352}}
  #header .panels-flexible-region-67-title_and_tagline .pane-custom, #header .panels-flexible-region-66-title_and_tagline .pane-custom {
    display: block;
    padding: 27px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000355}}
  #header .panels-flexible-region-67-title_and_tagline .pane-custom a, #header .panels-flexible-region-66-title_and_tagline .pane-custom a {
    float: right;
    margin: 10px 5px 0;
    clear: none;
  }

  /***************
   HOMEPAGE
   **************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  body.page-institute-front #main #page #content #homepage_hero:before, body.page-institute-front #main #page #content #homepage_hero:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  body.page-institute-front #main #page #content #homepage_hero:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000374}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image {
    float: left;
    width: 62.5%;
    margin-left: 0%;
    margin-right: -62.5%;
    height: 200px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000377}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image img {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000380}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image .gradient {
    width: 104%;
    left: -4%;
    top: -50%;
    height: 200%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000386}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image p.subtext {
    bottom: 8px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\0000390}}
  body.page-institute-front #main #page #content #homepage_hero .header-content {
    float: left;
    width: 37.5%;
    margin-left: 60.0%;
    margin-right: -97.5%;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  body.page-institute-front #main #page #content .dawi_homepage_body:before, body.page-institute-front #main #page #content .dawi_homepage_body:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  body.page-institute-front #main #page #content .dawi_homepage_body:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003108}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left {
    float: left;
    width: 65%;
    margin-left: 0%;
    margin-right: -65%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003116}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 45%;
    padding-left: 0;
    padding-right: 5.5px;
    margin-right: 4.5px;
    margin: 0 5px 10px;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003123}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row .views-field-title span {
    font-size: 1.1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003132}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 92.25%;
    padding-left: 0;
    padding-right: 0.775px;
    margin-right: 9.225px;
    clear: left;
    padding: 35px !important;
    margin: 20px 0 0 5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003141}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right {
    float: right;
    width: 37%;
    margin-right: 0.5%;
    margin-left: -37.5%;
    padding-left: 0;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003145}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc {
    margin: 0 0 11px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003147}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources h2, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc h2 {
    font-size: 0.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003154}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources img {
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003157}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .views-field-title {
    margin: 0px;
  }

  /***************
   Not Homepage
   *************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003182}}
  body.not-front #main #page #content.column {
    margin: 0px;
    padding: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003191}}
  body.not-front.sidebar-second .region-sidebar-second {
    margin: 0;
  }

  /***************
    FOOTER
  ****************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  #footer .panels-flexible-region-68-center-inside:before, #footer .panels-flexible-region-68-center-inside:after,
  #footer .panels-flexible-region-67-center-inside:before,
  #footer .panels-flexible-region-67-center-inside:after,
  #footer .panels-flexible-region-66-center-inside:before,
  #footer .panels-flexible-region-66-center-inside:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  #footer .panels-flexible-region-68-center-inside:after,
  #footer .panels-flexible-region-67-center-inside:after,
  #footer .panels-flexible-region-66-center-inside:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003206}}
  #footer .panels-flexible-region-68-center-inside .pane-custom:first-child,
  #footer .panels-flexible-region-67-center-inside .pane-custom:first-child,
  #footer .panels-flexible-region-66-center-inside .pane-custom:first-child {
    width: 450px;
    padding: 0;
    background-position: left 20px;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003211}}
  #footer .panels-flexible-region-68-center-inside .pane-custom:first-child div:first-child, #footer .panels-flexible-region-68-center-inside .pane-custom:first-child .follow.Dawi,
  #footer .panels-flexible-region-67-center-inside .pane-custom:first-child div:first-child,
  #footer .panels-flexible-region-67-center-inside .pane-custom:first-child .follow.Dawi,
  #footer .panels-flexible-region-66-center-inside .pane-custom:first-child div:first-child,
  #footer .panels-flexible-region-66-center-inside .pane-custom:first-child .follow.Dawi {
    padding-left: 128px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_481up\.scss}line{font-family:\00003214}}
  #footer .panels-flexible-region-68-center-inside .pane-custom:first-child div:first-child,
  #footer .panels-flexible-region-67-center-inside .pane-custom:first-child div:first-child,
  #footer .panels-flexible-region-66-center-inside .pane-custom:first-child div:first-child {
    font-size: 0.88em;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 769px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /******************
   *header
   *****************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000334}}
  #header {
    /********************
     *NAV
     *******************/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000338}}
  #header .panels-flexible-row-first .panels-flexible-row-inside-first {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  #header .panels-flexible-row-first .panels-flexible-row-inside-first:before, #header .panels-flexible-row-first .panels-flexible-row-inside-first:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  #header .panels-flexible-row-first .panels-flexible-row-inside-first:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000342}}
  #header .panels-flexible-row-first .panels-flexible-row-inside-first p {
    margin: 0.1em 0;
    text-align: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000345}}
  #header .panels-flexible-row-first .panels-flexible-row-inside-first p a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000355}}
  #header .panels-flexible-region-67-title_and_tagline, #header .panels-flexible-region-66-title_and_tagline {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  #header .panels-flexible-region-67-title_and_tagline:before, #header .panels-flexible-region-67-title_and_tagline:after, #header .panels-flexible-region-66-title_and_tagline:before, #header .panels-flexible-region-66-title_and_tagline:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  #header .panels-flexible-region-67-title_and_tagline:after, #header .panels-flexible-region-66-title_and_tagline:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000362}}
  #header .panels-flexible-region-67-title_and_tagline #site-name-pane a, #header .panels-flexible-region-66-title_and_tagline #site-name-pane a {
    float: left;
    width: 62.5%;
    margin-left: 0%;
    margin-right: -62.5%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000368}}
  #header .panels-flexible-region-67-title_and_tagline .pane-custom a, #header .panels-flexible-region-66-title_and_tagline .pane-custom a {
    margin: 10px 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000381}}
  #header #dawi-primary-nav-pane {
    display: block;
    line-height: 50px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000385}}
  #header #dawi-primary-nav-pane .blog.first {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000392}}
  #header .panels-flexible-row-last {
    background-color: #45ada8;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\0000396}}
  #header .panels-flexible-region-new-primary_navigation, #header .panels-flexible-region-66-primary_navigation {
    float: none;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003102}}
  #header .panels-flexible-region-new-primary_navigation ul, #header .panels-flexible-region-66-primary_navigation ul {
    margin: 0;
    padding: 5px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003106}}
  #header .panels-flexible-region-new-primary_navigation ul li, #header .panels-flexible-region-66-primary_navigation ul li {
    display: inline;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003112}}
  #header .pane-menu-menu-institute-usworker-coop-mai {
    display: none;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003123}}
  .not-front #main {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  .not-front #main:before, .not-front #main:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  .not-front #main:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003126}}
  .not-front #main #page {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /***************
   HOMEPAGE
  ***************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003143}}
  body.page-institute-front #main #page #content #homepage_hero {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  body.page-institute-front #main #page #content #homepage_hero:before, body.page-institute-front #main #page #content #homepage_hero:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  body.page-institute-front #main #page #content #homepage_hero:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003148}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image {
    float: left;
    width: 68.75%;
    margin-left: 0%;
    margin-right: -68.75%;
    padding-left: 0;
    padding-right: 0;
    height: 445px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003154}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image img {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003158}}
  body.page-institute-front #main #page #content #homepage_hero .hero-image p.subtext {
    font-size: 12px;
    padding: 4px 8px;
    left: 100px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003165}}
  body.page-institute-front #main #page #content #homepage_hero .header-content {
    float: left;
    width: 34.375%;
    margin-left: 64.6875%;
    margin-right: -99.0625%;
    margin-top: 100px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003168}}
  body.page-institute-front #main #page #content #homepage_hero .header-content h2.title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 50px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003174}}
  body.page-institute-front #main #page #content #homepage_hero .header-content p.body {
    font-size: 23px;
    line-height: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003181}}
  body.page-institute-front #main #page #content .dawi_homepage_body {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  body.page-institute-front #main #page #content .dawi_homepage_body:before, body.page-institute-front #main #page #content .dawi_homepage_body:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  body.page-institute-front #main #page #content .dawi_homepage_body:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003193}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left {
    float: left;
    width: 68.75%;
    margin-left: 0%;
    margin-right: -68.75%;
    padding-left: 0;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003200}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 32.5%;
    padding-left: 0;
    padding-right: 6.75px;
    margin-right: 3.25px;
    margin: 0 0 5px;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003210}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .view-homepage-boxes .views-row .views-field-title span {
    font-size: 1.35em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003219}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_left .dawi_about_bloc {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 96.5625%;
    padding-left: 0;
    padding-right: 0.34375px;
    margin-right: 9.65625px;
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003226}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right {
    float: right;
    width: 32.5%;
    margin-right: 0%;
    margin-left: -32.5%;
    padding-left: 0;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003232}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources h2, body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_news_bloc h2 {
    font-size: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003239}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources img {
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003242}}
  body.page-institute-front #main #page #content .dawi_homepage_body .dawi_homepage_right .dawi_featured_resources .views-field-title {
    margin-left: 0;
  }

  /***************
   Not Homepage
   *************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003266}}
  body.not-front #main #page #content.column {
    margin: 0px;
  }

  /***************
    FOOTER
  ****************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003284}}
  #footer .panels-flexible-region-68-center-inside,
  #footer .panels-flexible-region-67-center-inside,
  #footer .panels-flexible-region-66-center-inside {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000346}}
  #footer .panels-flexible-region-68-center-inside:before, #footer .panels-flexible-region-68-center-inside:after,
  #footer .panels-flexible-region-67-center-inside:before,
  #footer .panels-flexible-region-67-center-inside:after,
  #footer .panels-flexible-region-66-center-inside:before,
  #footer .panels-flexible-region-66-center-inside:after {
    content: "";
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass-extensions\/zen-grids\/stylesheets\/zen\/_grids\.scss}line{font-family:\0000350}}
  #footer .panels-flexible-region-68-center-inside:after,
  #footer .panels-flexible-region-67-center-inside:after,
  #footer .panels-flexible-region-66-center-inside:after {
    clear: both;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003288}}
  #footer .panels-flexible-region-68-center-inside .pane-custom:first-child,
  #footer .panels-flexible-region-67-center-inside .pane-custom:first-child,
  #footer .panels-flexible-region-66-center-inside .pane-custom:first-child {
    float: left;
    width: 43.75%;
    margin-left: 0%;
    margin-right: -43.75%;
    padding-left: 0;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003303}}
  #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai,
  #footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai,
  #footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003309}}
  #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .aboutus,
  #footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .aboutus,
  #footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .aboutus {
    float: left;
    width: 15.625%;
    margin-left: 50%;
    margin-right: -65.625%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003312}}
  #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .ourwork,
  #footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .ourwork,
  #footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .ourwork {
    float: left;
    width: 15.625%;
    margin-left: 65.625%;
    margin-right: -81.25%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003315}}
  #footer .panels-flexible-region-68-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .resources,
  #footer .panels-flexible-region-67-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .resources,
  #footer .panels-flexible-region-66-center-inside .pane-menu-menu-institute-usworker-coop-mai ul .resources {
    float: right;
    width: 15.625%;
    margin-right: 0%;
    margin-left: -15.625%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_768up\.scss}line{font-family:\00003188}}
  body.page-institute-front #main #page #content .dawi_homepage_body > div {
    margin: 0 5px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/institute\.coop\/sites\/all\/themes\/usfwc_inst\/sass\/breakpoints\/_1030up\.scss}line{font-family:\0000312}}
  #page {
    width: 1040px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
