/**
* @file
* Styles are organized using the SMACSS technique. @see http://smacss.com/book/
*
* When you turn on CSS aggregation at admin/config/development/performance, all
* of these @include files will be combined into a single file.
*/
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 154, ../sass/_normalize.scss */
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. */
/* line 170, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 174, ../sass/_normalize.scss */
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.
 */
/* line 183, ../sass/_normalize.scss */
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: .05em;
}

/* line 191, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 196, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 201, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 206, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 211, ../sass/_normalize.scss */
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. */
/* line 218, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/* Address differences between Firefox and other browsers. */
/* line 234, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: none;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 249, ../sass/_normalize.scss */
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. */
/* line 263, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

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

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

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

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

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

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

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

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

/* Address paddings set differently in IE 6/7. */
/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 343, ../sass/_normalize.scss */
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. */
/* line 364, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 380, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  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.
 */
/* line 395, ../sass/_normalize.scss */
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.
 */
/* line 410, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 454, ../sass/_normalize.scss */
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.
 */
/* line 468, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

/**
 * Tables
 */
/* line 533, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page, #footer,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 41, ../sass/layouts/_responsive.scss */
#header,
.header-secondary-links,
#main,
#content,
#content_wide,
#content_top,
.content_1_left,
.content_1_right,
#content_bottom,
.content_2_left,
.content_2_right,
.region-sidebar-first,
.region-sidebar-second,
#navigation,
#time,
#superfish_time,
#footer_first,
#footer_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;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 67, ../sass/layouts/_responsive.scss */
#content_wide,
.content_1_left,
.content_1_right {
  padding-left: 5px;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#content:before,
#content:after,
#content_wide:before,
#content_wide:after,
#navigation:before,
#navigation:after,
#superfish_navigation:before,
#superfish_navigation:after,
#footer_first:before,
#footer_first:after,
#footer_second:before,
#footer_second:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#content:after,
#content_wide:after,
#navigation:after,
#superfish_navigation:after,
#footer_first:after,
#footer_second:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 588px) {
  /* line 91, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of .main down to make room. */
    /*padding-top: $nav-height;*/
    position: relative;
  }

  /* line 97, ../sass/layouts/_responsive.scss */
  #superfish_navigation {
    top: 0;
    /* Move the navbar up inside #main's padding. */
    width: 100%;
  }

  /* line 102, ../sass/layouts/_responsive.scss */
  #time {
    width: 100%;
  }

  /* line 106, ../sass/layouts/_responsive.scss */
  #superfish_time {
    width: 100%;
  }

  /* line 110, ../sass/layouts/_responsive.scss */
  #tabs {
    width: 100%;
  }
}
/**
 * Use 2 grid columns for smaller screens.
 */
@media all and (min-width: 320px) and (max-width: 599px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 134, ../sass/layouts/_responsive.scss */
  .sidebar-first .breadcrumb, .sidebar-first .page__title {
    padding-left: 10px;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 2 column, starting in 1st column from left. */
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .sidebar-first #footer {
    float: left;
    margin: left;
  }

  /*
   * The layout when there is only one sidebar, the right one.
   */
  /* line 155, ../sass/layouts/_responsive.scss */
  .sidebar-second #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 160, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 2 column, starting in 2nd column from left. */
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-second #footer {
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }

  /*
   * The layout when there are two sidebars.
   */
  /* line 176, ../sass/layouts/_responsive.scss */
  .two-sidebars #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .two-sidebars #footer {
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 185, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 189, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    /* Start a new row and span all 2 columns. */
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
  }
  /* line 194, ../sass/layouts/_responsive.scss */
  .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;
  }
  /* line 197, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(2n+1) {
    /* Span 1 column, starting in the 1st column from left. */
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
    clear: left;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(2n) {
    /* Span 1 column, starting in the 2nd column from left. */
    float: left;
    width: 20%;
    margin-left: 20%;
    margin-right: -40%;
  }

  /*
   * The layout when there are no sidebars.
   */
  /* line 216, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-content {
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 221, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 226, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 232, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 239, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 244, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 600px) and (max-width: 799px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 274, ../sass/layouts/_responsive.scss */
  .sidebar-first .main-content {
    /* Span 2 columns, starting in 2nd column from left. */
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 279, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 289, ../sass/layouts/_responsive.scss */
  .sidebar-first #footer {
    float: left;
    margin-left: 0;
  }
  /* line 294, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 304, ../sass/layouts/_responsive.scss */
  .sidebar-second #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 309, ../sass/layouts/_responsive.scss */
  .sidebar-second .main-content {
    /* Span 2 columns, starting in 1st column from left. */
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 314, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 319, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 325, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 331, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 336, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 342, ../sass/layouts/_responsive.scss */
  .sidebar-second #footer {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 346, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 3rd column from left. */
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 357, ../sass/layouts/_responsive.scss */
  .two-sidebars #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 362, ../sass/layouts/_responsive.scss */
  .two-sidebars .main-content {
    /* Span 2 columns, starting in 2nd column from left. */
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 367, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 372, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 378, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 384, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 389, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 395, ../sass/layouts/_responsive.scss */
  .two-sidebars #footer {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 399, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 403, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    /* Start a new row and span all 3 columns. */
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
  }
  /* line 408, ../sass/layouts/_responsive.scss */
  .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;
  }
  /* line 411, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    /* Span 1 column, starting in the 1st column from left. */
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
    clear: left;
  }
  /* line 415, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    /* Span 1 column, starting in the 2nd column from left. */
    float: left;
    width: 20%;
    margin-left: 20%;
    margin-right: -40%;
  }
  /* line 418, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    /* Span 1 column, starting in the 3rd column from left. */
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }

  /*
   * The layout when there are no sidebars.
   */
  /* line 429, ../sass/layouts/_responsive.scss */
  .no-sidebars {
    /*
     #sub-nav-container {
     @include zen-clear(left);
     @include zen-grid-item(3, 1);
     }
    */
  }
  /* line 438, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-content {
    /* Span 3 columns, starting in 1st column from left. */
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 443, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 448, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 454, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 460, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 465, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
}
/**
 * position timebox for smaller screens.
 */
@media all and (min-width: 800px) and (max-width: 844px) {
  /* line 480, ../sass/layouts/_responsive.scss */
  #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }

  /* line 485, ../sass/layouts/_responsive.scss */
  #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
}
@media all and (min-width: 845px) and (max-width: 959px) {
  /* line 493, ../sass/layouts/_responsive.scss */
  #time {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }

  /* line 497, ../sass/layouts/_responsive.scss */
  #superfish_time {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
}
/**
 * Use 4 grid columns for smaller screens.
 */
@media all and (min-width: 800px) and (max-width: 959px) {
  /*
    * Use 4 grid columns for smaller screens.
    */
  /*
   * The layout when there is only one sidebar, the left one.
   */
  /* line 519, ../sass/layouts/_responsive.scss */
  #page {
    margin-left: 2%;
    /* full is auto, to center a fluid design set equal left & righ margins i.e. 2% 15% */
    margin-right: 2%;
    /* full is auto, to center a fluid design set equal left & righ margins i.e. 2% 15% */
  }

  /* line 526, ../sass/layouts/_responsive.scss */
  .sidebar-first #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 531, ../sass/layouts/_responsive.scss */
  .sidebar-first #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 536, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    /* Span 3 columns, starting in 2nd column from left. */
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 540, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 545, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 550, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 556, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 562, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 567, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 573, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /*
   * The layout when there is only one sidebar, the right one.
   */
  /* line 584, ../sass/layouts/_responsive.scss */
  .sidebar-second #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 589, ../sass/layouts/_responsive.scss */
  .sidebar-second #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 595, ../sass/layouts/_responsive.scss */
  .sidebar-second #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 600, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    /* Span 3 columns, starting in 1st column from left. */
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 604, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 609, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 614, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 620, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 626, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 631, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 637, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 4th column from left. */
    float: left;
    width: 20%;
    margin-left: 60%;
    margin-right: -80%;
  }

  /*
   * The layout when there are two sidebars.
   */
  /* line 648, ../sass/layouts/_responsive.scss */
  .two-sidebars .main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 652, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish-main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 656, ../sass/layouts/_responsive.scss */
  .two-sidebars #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 661, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 666, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    /* Span 2 columns, starting in 2nd column from left. */
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 670, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 674, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top {
    min-height: 400px;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 680, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 685, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 690, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 696, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 20%;
    margin-left: 20%;
    margin-right: -40%;
  }
  /* line 701, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 706, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 710, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    /* Span 1 column, starting in 4th column from left. */
    float: left;
    width: 20%;
    margin-left: 60%;
    margin-right: -80%;
  }
  /* line 714, ../sass/layouts/_responsive.scss */
  .two-sidebars #footer {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }

  /*
   * The layout when there are no sidebars.
   */
  /* line 725, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 729, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish-main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 733, ../sass/layouts/_responsive.scss */
  .no-sidebars #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 738, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 743, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    /* Span 4 columns, starting in 1st column from left. */
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    width: 100%;
  }
  /* line 748, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    width: 100%;
  }
  /* line 753, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top {
    min-height: 400px;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 759, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 764, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 769, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom {
    clear: left;
    min-height: 220px;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 776, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 781, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 786, ../sass/layouts/_responsive.scss */
  .no-sidebars #footer {
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 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.
   */
  /* line 809, ../sass/layouts/_responsive.scss */
  .sidebar-first #main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 813, ../sass/layouts/_responsive.scss */
  .sidebar-first #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 817, ../sass/layouts/_responsive.scss */
  .sidebar-first #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 821, ../sass/layouts/_responsive.scss */
  .sidebar-first #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 825, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    /* Span 4 columns, starting in 2nd column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 829, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 833, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top {
    min-height: 425px;
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 839, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 844, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 849, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom {
    clear: left;
    background-color: #f4f4da;
    /*  KAH - New BG color per MAL 06 Feb 2014  */
    /* background-color: #f3f3f3; */
    /* background-color: #9ca974;  - Removed 6 Feb 2014 - per MAL.  */
    /* background-color: #031142;  KAH - 2 February 2014 changed background color, changes bottom box to dark blue */
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 859, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 864, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 869, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 879, ../sass/layouts/_responsive.scss */
  .sidebar-second #main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 883, ../sass/layouts/_responsive.scss */
  .sidebar-second #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 887, ../sass/layouts/_responsive.scss */
  .sidebar-second #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 891, ../sass/layouts/_responsive.scss */
  .sidebar-second #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 895, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    /* Span 4 columns, starting in 1st column from left. */
    float: left;
    width: 70%;
    margin-left: 0%;
    margin-right: -70%;
  }
  /* line 899, ../sass/layouts/_responsive.scss */
  .sidebar-second aside.sidebars {
    float: left;
    width: 30%;
    margin-left: 50%;
    margin-right: -80%;
  }
  /* line 903, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 907, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top {
    min-height: 425px;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 913, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 918, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 923, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom {
    clear: left;
    /*background-color: #f3f3f3;*/
    background-color: #9ca974;
    /* background-color: #031142;    KAH - 2 February 2014 changed background color, changes bottom box to dark blue */
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 932, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 937, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 942, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 5th column from left. */
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 954, ../sass/layouts/_responsive.scss */
  .two-sidebars #main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 958, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 962, ../sass/layouts/_responsive.scss */
  .two-sidebars #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 966, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 972, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 976, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top {
    min-height: 425px;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 982, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 987, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 992, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom {
    clear: left;
    /*background-color: #f3f3f3;*/
    background-color: #9ca974;
    /* background-color: #031142;    KAH - 2 February 2014 changed background color, changes bottom box to dark blue */
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1001, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 1006, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 1012, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    /* Span 1 column, starting in 4th column from left. */
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }

  /*
  * The layout when there are no sidebars.
  */
  /* line 1024, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1028, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1032, ../sass/layouts/_responsive.scss */
  .no-sidebars #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1036, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1040, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    /* Span 5 columns, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    width: 100%;
  }
  /* line 1045, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    width: 100%;
  }
  /* line 1050, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top {
    min-height: 400px;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1057, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1062, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1067, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom {
    clear: left;
    /*background-color: #f3f3f3;*/
    background-color: #f4f4da;
    /* background-color: #031142;    KAH - 2 February 2014 changed background color, changes bottom box to dark blue */
    min-height: 220px;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1078, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1083, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
}
/*@import "layouts/fixed";*/
/* 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.
 */
/* line 15, ../sass/components/_misc.scss */
.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 */
/* line 39, ../sass/components/_misc.scss */
.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. */
/* line 45, ../sass/components/_misc.scss */
.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.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#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. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/**
 * Navigation bar.
 */
/* line 131, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 135, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 145, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 151, ../sass/components/_misc.scss */
#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.
 */
/* line 165, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 169, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 180, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 192, ../sass/components/_misc.scss */
.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;
}

/* line 207, ../sass/components/_misc.scss */
.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;
}

/* line 216, ../sass/components/_misc.scss */
.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;
}

/* line 226, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 229, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 234, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 239, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 244, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 249, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 260, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 270, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 274, ../sass/components/_misc.scss */
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. */
/* line 287, ../sass/components/_misc.scss */
.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 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 296, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 302, ../sass/components/_misc.scss */
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;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 312, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 316, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 340, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 346, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 353, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 362, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 395, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 399, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 407, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 414, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 417, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 420, ../sass/components/_misc.scss */
.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. */
/* line 435, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 440, ../sass/components/_misc.scss */
.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;
}

/* line 447, ../sass/components/_misc.scss */
.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. */
/* line 457, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/* line 462, ../sass/components/_misc.scss */
#content .menu__item.is-expanded {
  list-style-type: none;
}

/* line 465, ../sass/components/_misc.scss */
#content .menu__item.is-collapsed {
  list-style-type: none;
}

/* The active item in a Drupal menu. 
.menu a.active {
  color: #000;
}
*/
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 480, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 492, ../sass/components/_misc.scss */
.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. */
/* line 520, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 525, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 531, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 534, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 541, ../sass/components/_misc.scss */
.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. */
/* line 551, ../sass/components/_misc.scss */
.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). */
}
/* line 555, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 562, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 568, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 575, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 582, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 588, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 593, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 599, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 604, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 610, ../sass/components/_misc.scss */
#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. */
/* line 622, ../sass/components/_misc.scss */
.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. */
/* line 628, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 632, ../sass/components/_misc.scss */
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 */
}

/* line 637, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 645, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 650, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 653, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 657, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 663, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 678, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 683, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 689, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 700, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 711, ../sass/components/_misc.scss */
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 */
}
/* line 720, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 727, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 739, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 742, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 745, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 754, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 763, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 766, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 772, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1436199722');
}

/**
 * @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. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. 
    a[href]:after {
      content: " (" attr(href) ")";
      font-weight: normal;
      font-size: $base-font-size;
    } */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

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

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #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;
  }
}
/* line 25, ../sass/styles.scss */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  color: #000;
}

/* line 32, ../sass/styles.scss */
.views-slideshow-controls-bottom a {
  color: #555;
}

/* line 35, ../sass/styles.scss */
a {
  color: #8C2E0B;
  font-weight: normal;
}

/* line 40, ../sass/styles.scss */
body {
  background: url("../images/containerwrapperbg7.png") repeat-x scroll left top #D5D390;
  margin: 0 0 100px;
  /* bottom = footer height */
  color: #000;
}

/* line 48, ../sass/styles.scss */
body.information-center #main {
  padding: 0 !important;
}
/* line 52, ../sass/styles.scss */
body.information-center .flex-control-paging li a.flex-active {
  background: #fff none repeat scroll 0 0;
}
/* line 57, ../sass/styles.scss */
body.information-center .flex-control-nav {
  bottom: 0;
  z-index: 999;
}

/* line 66, ../sass/styles.scss */
body.no-sidebars.not-front #main {
  padding: 0;
}

/* line 71, ../sass/styles.scss */
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 50%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

/* line 86, ../sass/styles.scss */
#page {
  margin-top: 5px;
  background: transparent;
}

/* line 95, ../sass/styles.scss */
.page-user #content-inside {
  margin: 0 3%;
}
/* line 98, ../sass/styles.scss */
.page-user #content-inside h3 {
  margin-bottom: 0;
}

/* line 104, ../sass/styles.scss */
.sidebar-first #inner-view-content {
  background: transparent none repeat scroll 0 0;
  display: table;
  float: left;
  width: 96%;
  margin: 0 3%;
}

/* line 112, ../sass/styles.scss */
.sidebar-first #content-inside {
  float: left;
  background: transparent;
  display: table;
  width: 100%;
}

/* line 122, ../sass/styles.scss */
ul.menu a {
  color: #8c2e0b;
}

/* line 127, ../sass/styles.scss */
#usda-warning {
  border: 2px solid #ff0000;
  margin: 20px 0;
  padding: 1%;
  border-radius: 10px;
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #FFFDE8;
}

/* line 137, ../sass/styles.scss */
.warning-header {
  text-align: center;
}

/* Wrapping link for logo. */
/* line 143, ../sass/styles.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 151, ../sass/styles.scss */
.header__logo-image {
  vertical-align: bottom;
  padding: 2px 5px 2px 2px;
}

/* Wrapper for website name and slogan. */
/* line 157, ../sass/styles.scss */
#name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 162, ../sass/styles.scss */
.header__site-name {
  margin: 0;
  font-size: 1.1710416783772em;
  font-family: Helvetica;
  font-weight: bold;
  line-height: 1em;
}

/* The link around the name of the website. */
/* line 173, ../sass/styles.scss */
.header__site-link:link, .header__site-link:visited {
  /* color: #5C5C5C; */
  text-decoration: none;
}

/* The slogan (or tagline) of a website. */
/* line 182, ../sass/styles.scss */
.header__site-slogan {
  margin: 0;
  padding-top: 10px;
  font-size: 1.3383333467168em;
  font-family: Helvetica;
  font-weight: bold;
  /* line-height: 1em; */
}
/* line 190, ../sass/styles.scss */
.header__site-slogan:link {
  color: #000;
  text-decoration: none;
}

/* line 196, ../sass/styles.scss */
h2.header__site-slogan {
  line-height: 1em;
}

/* header site slogan */
/* line 202, ../sass/styles.scss */
.header__site-slogan a,
.header__site-slogan a:hover,
.header__site-slogan a:focus {
  color: #000000;
  text-decoration: none;
}

/* The secondary menu (login, etc.) */
/* line 210, ../sass/styles.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* line 215, ../sass/styles.scss */
.region-header {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  background-color: transparent;
  vertical-align: bottom;
}

/* line 222, ../sass/styles.scss */
#page > div, header {
  background-color: #fff;
}

/* line 226, ../sass/styles.scss */
.sg-header {
  max-height: 98px;
  height: auto;
}

/* line 235, ../sass/styles.scss */
.front .panel-2col-bricks .panel-col-first {
  width: 60%;
}

/* line 239, ../sass/styles.scss */
.front .panel-2col-bricks .panel-col-last {
  width: 40%;
}

@media all and (max-width: 847px) {
  /* line 246, ../sass/styles.scss */
  .front .panel-2col-bricks .panel-col-first {
    width: 100%;
  }

  /* line 250, ../sass/styles.scss */
  .front .panel-2col-bricks .panel-col-last {
    width: 100%;
  }
}
/* line 256, ../sass/styles.scss */
#sub-nav-container {
  float: right;
  width: 40%;
  font-size: 1.5em;
  font-family: Arial;
  text-align: right;
}

/*
 * Main (container for everything else)
 */
/* line 269, ../sass/styles.scss */
#content a {
  text-decoration: none;
}

/* line 273, ../sass/styles.scss */
#content a:visited {
  /* color: #403F28; */
  font-weight: normal;
  text-decoration: none;
}

/* line 280, ../sass/styles.scss */
#content figcaption a, #content figcaption a:visited {
  color: #000000;
}

/* line 284, ../sass/styles.scss */
#content .nalr-right-side a {
  color: #2f2Eff;
  text-decoration: none;
}

/* line 290, ../sass/styles.scss */
#content .nalr-right-side a:hover,
#content .middle_38 a:hover,
#content .nalr-right-side a:focus,
#content .middle_38 a:focus {
  color: #8C2e0b;
  text-decoration: none;
}

/* line 299, ../sass/styles.scss */
#content .nalr-right-side a:visited,
#content .middle_38 a:visited {
  color: #836548;
}

/* Following Code Keeps Links on Home Page Black - KAH */
/* line 306, ../sass/styles.scss */
#popular-topics li > a {
  color: #000000;
}

/* line 311, ../sass/styles.scss */
#popular-topics li > a:visited {
  color: #000000;
}

/* line 315, ../sass/styles.scss */
#usda-employees li > a {
  color: #000000;
}

/* line 320, ../sass/styles.scss */
#usda-employees li > a:visited {
  color: #000000;
}

/*  End Addition 19 Feb 2014 - KAH */
/* line 327, ../sass/styles.scss */
#content_bottom .content_2_left,
#content_bottom .content_2_left a,
#content_bottom .content_2_right,
#content_bottom .content_2_right a,
#content_bottom .hp_featured_title a {
  color: #000000;
  /* KAH - Changed from White to Black Text - 06 Feb 2014 */
}

/* line 335, ../sass/styles.scss */
#content a:hover, a:focus {
  text-decoration: underline;
}

/* line 339, ../sass/styles.scss */
#content .field-name-body a.popup {
  color: #000000;
  text-decoration: underline;
}

/* line 344, ../sass/styles.scss */
.tipsy-inner {
  background-color: green !important;
  color: orange !important;
}

/* line 346, ../sass/styles.scss */
#content .field-name-body a.popup:hover, a.popup:focus {
  background-color: #ADD8E6;
}

/*
 * Content
 */
/* line 354, ../sass/styles.scss */
.sidebar-first #content_wide {
  padding-right: 5px;
}

/* line 358, ../sass/styles.scss */
.sidebar-first .sidebars, .two-sidebars .sidebars:first-of-type {
  background-color: #f4f4da;
}

/* line 362, ../sass/styles.scss */
.one-sidebar .sidebars, .two-sidebars .sidebars {
  display: table-cell;
  vertical-align: top;
  width: 26%;
}

/* line 371, ../sass/styles.scss */
.one-sidebar.sidebar-first #main, .two-sidebars #main, .one-sidebar.sidebar-second #main {
  display: table;
  width: 100%;
}
/* line 375, ../sass/styles.scss */
.one-sidebar.sidebar-first #content, .two-sidebars #content, .one-sidebar.sidebar-second #content {
  display: table-cell;
  float: left;
  padding: 0;
}

/* line 384, ../sass/styles.scss */
.page-views h1 {
  padding: 3%;
}
/* line 387, ../sass/styles.scss */
.page-views .view {
  padding: 0 3%;
}

/* line 393, ../sass/styles.scss */
.two-sidebars.sidebar-first #main {
  display: table;
  table-layout: fixed;
}

@media screen and (min-width: 480 px) and (max-width: 815px) {
  /* line 401, ../sass/styles.scss */
  #content {
    margin: 1%;
  }
}
/* line 411, ../sass/styles.scss */
.group-aglaw .view-pathfinder-resources-by-topic .views-field-body {
  display: none;
}

/* line 418, ../sass/styles.scss */
.pane-page-breadcrumb {
  float: left;
}

@media all and (max-width: 579px) {
  /* line 424, ../sass/styles.scss */
  #info-center-landing #socialmedia {
    text-align: left;
    width: 100%;
    float: left;
  }

  /* line 431, ../sass/styles.scss */
  .pane-page-breadcrumb {
    width: 100%;
  }
}
@media all and (min-width: 580px) {
  /* line 442, ../sass/styles.scss */
  #info-center-landing #socialmedia a {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  /* line 447, ../sass/styles.scss */
  #info-center-landing #socialmedia img {
    width: 100%;
  }
  /* line 453, ../sass/styles.scss */
  #info-center-landing .pane-page-breadcrumb {
    width: 70%;
  }
}
/* line 460, ../sass/styles.scss */
#info-center-heading {
  background-color: #8C2E0B;
  height: 32px;
  position: relative;
  display: block;
  height: 36px;
}
/* line 468, ../sass/styles.scss */
#info-center-heading #usasearch > form {
  width: 258px;
}
/* line 472, ../sass/styles.scss */
#info-center-heading input[type=text] {
  color: #767676;
  padding-left: 5px;
}
/* line 477, ../sass/styles.scss */
#info-center-heading input[type="submit"] {
  background: transparent url(/sites/all/themes/nal_themes/nalr/images/icon_search.png);
  background-repeat: no-repeat;
  margin-left: -38px;
  width: 20px;
  border: none;
  background-position-y: 2px;
  color: transparent;
  height: 30px;
  margin-top: 6px;
}
/* line 492, ../sass/styles.scss */
#info-center-heading #info-header {
  float: left;
  padding: 8px;
}
/* line 497, ../sass/styles.scss */
#info-center-heading #search_block_form {
  padding: 0 10px 0 0;
}
/* line 501, ../sass/styles.scss */
#info-center-heading .usagov-search-autocomplete {
  width: 250px;
  height: 28px;
  margin-top: 3px;
  vertical-align: top;
}
/* line 508, ../sass/styles.scss */
#info-center-heading input#agsearch {
  position: absolute;
  top: 5px;
  right: 10px;
}
/* line 515, ../sass/styles.scss */
#info-center-heading button {
  background-image: url(../images/locator_white.png);
  background-repeat: no-repeat;
  background-color: transparent;
  /* put the height and width of your image here */
  height: 25px;
  width: 25px;
  border: none;
}
/* line 529, ../sass/styles.scss */
#info-center-heading span {
  font-size: 100%;
  font-weight: bold;
  line-height: 0.8em;
  padding: 10px;
  font-weight: strong;
  display: block;
  color: #FFF;
}
/* line 541, ../sass/styles.scss */
#info-center-heading a {
  text-decoration: none;
  color: #fff;
}
/* line 545, ../sass/styles.scss */
#info-center-heading li {
  color: #fff;
}
/* line 547, ../sass/styles.scss */
#info-center-heading li a {
  color: #fff !important;
}

/* line 555, ../sass/styles.scss */
.group-aglaw .nalr-right-side, .information-center .nalr-right-side {
  min-height: 650px;
}
/* line 559, ../sass/styles.scss */
.group-aglaw .views-field-field-provider-citation, .information-center .views-field-field-provider-citation {
  font-style: italic;
}

/* line 569, ../sass/styles.scss */
.nalr-right-side .panel-pane .pane-title {
  border-bottom: 1px solid #8c2e08;
}

/* line 576, ../sass/styles.scss */
.view-slideshow-information-center #slideshow-text {
  line-height: 1.5em;
  color: #fff;
}
/* line 580, ../sass/styles.scss */
.view-slideshow-information-center #slideshow-text a, .view-slideshow-information-center #slideshow-text a:visited {
  color: #fff;
}
/* line 585, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-bottom {
  width: 100%;
  right: 0;
  margin: 0;
}
/* line 591, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-slide-counter {
  display: inline-block;
  float: right;
  position: relative;
  width: 45px;
  color: #fff;
  z-index: 9999;
}
/* line 600, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-controls-text {
  display: block;
  z-index: 9999;
  position: relative;
}
/* line 606, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before {
  color: #fff;
}
/* line 610, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
  color: #fff;
}
/* line 615, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-text-pause-processed a, .view-slideshow-information-center .views-slideshow-controls-text-pause-processed a:visited {
  color: transparent !important;
}
/* line 620, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-pager-fields {
  display: none;
}
/* line 625, ../sass/styles.scss */
.view-slideshow-information-center .views-slideshow-controls-text-previous a, .view-slideshow-information-center .views-slideshow-controls-text-next a {
  color: #fff !important;
}

@media only screen and (max-width: 889px) {
  /* line 632, ../sass/styles.scss */
  .view-slideshow-information-center {
    width: 100%;
  }
  /* line 634, ../sass/styles.scss */
  .view-slideshow-information-center .views-row {
    display: block;
  }
  /* line 638, ../sass/styles.scss */
  .view-slideshow-information-center .views-field {
    float: left;
    display: block;
  }
  /* line 643, ../sass/styles.scss */
  .view-slideshow-information-center .views-field-field-slide-image {
    width: 100%;
  }
  /* line 647, ../sass/styles.scss */
  .view-slideshow-information-center .views-field-body {
    width: 100%;
    background: #0d233c none repeat scroll 0 0;
    padding-bottom: 35px;
  }
  /* line 653, ../sass/styles.scss */
  .view-slideshow-information-center .views-slideshow-controls-bottom {
    left: 0;
    bottom: 0;
  }
  /* line 657, ../sass/styles.scss */
  .view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-slide-counter {
    bottom: 55px;
    right: 15px;
  }
  /* line 662, ../sass/styles.scss */
  .view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-controls-text {
    bottom: 55px;
    width: 30%;
    padding-left: 20px;
  }
  /* line 671, ../sass/styles.scss */
  .view-slideshow-information-center #slideshow-text {
    padding: 0 3%;
  }
  /* line 674, ../sass/styles.scss */
  .view-slideshow-information-center .views_slideshow_cycle_main .field-content img {
    padding: 0;
  }
  /* line 678, ../sass/styles.scss */
  .view-slideshow-information-center .field-content {
    line-height: 0;
  }
}
@media only screen and (min-width: 890px) {
  /* line 685, ../sass/styles.scss */
  .view-slideshow-information-center {
    width: 100%;
  }
  /* line 689, ../sass/styles.scss */
  .view-slideshow-information-center .views-row {
    display: flex;
  }
  /* line 692, ../sass/styles.scss */
  .view-slideshow-information-center .views-field {
    float: left;
    flex: 1;
  }
  /* line 696, ../sass/styles.scss */
  .view-slideshow-information-center .views-field-field-slide-image {
    flex-grow: 3;
  }
  /* line 700, ../sass/styles.scss */
  .view-slideshow-information-center .views-field-body {
    flex-grow: 1;
    background: #0d233c none repeat scroll 0 0;
    margin: 2px 0 4px 0;
  }
  /* line 705, ../sass/styles.scss */
  .view-slideshow-information-center #slideshow-text {
    padding: 0 3% 0 10%;
  }
  /* line 709, ../sass/styles.scss */
  .view-slideshow-information-center .views-slideshow-controls-bottom {
    left: 540px;
    bottom: 0;
  }
  /* line 713, ../sass/styles.scss */
  .view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-slide-counter {
    bottom: 36px;
  }
  /* line 717, ../sass/styles.scss */
  .view-slideshow-information-center .views-slideshow-controls-bottom .views-slideshow-controls-text {
    float: right;
    bottom: 36px;
  }
}
/* line 734, ../sass/styles.scss */
.group-aglaw .breadcrumb {
  margin-left: 0 !important;
}

/* line 739, ../sass/styles.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
  font-size: 0.8em;
  margin-bottom: 3%;
  line-height: 1.5em;
}
/* line 743, ../sass/styles.scss */
.breadcrumb ol {
  padding: 10px 0 0 0;
}
/* line 746, ../sass/styles.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

/* line 758, ../sass/styles.scss */
div#content nav.breadcrumb a {
  color: #000;
  text-decoration: none;
}

/* line 763, ../sass/styles.scss */
div#content nav.breadcrumb a:hover, div#content nav.breadcrumb a:focus {
  text-decoration: underline;
}

/* Header Styles */
/* line 768, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

/* line 774, ../sass/styles.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  font-family: Arial, Helvetica, sans-serif;
}

/* line 783, ../sass/styles.scss */
h2.block-title {
  padding-top: 10px;
}

/*
 * The active item in a Drupal menu
 */
/* line 791, ../sass/styles.scss */
li a.active {
  color: #000;
}

/*
 * Navigation bar
 */
/* clip skip link for screen readers */
/* line 800, ../sass/styles.scss */
#navigation {
  /* overflow: hidden; */
  /* Sometimes you want to prevent overlapping with main div. */
  /* background-color: #7c7373; */
  background-color: #0D233C;
  font-family: Arial;
  clear: both;
}
/* line 807, ../sass/styles.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 811, ../sass/styles.scss */
#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);
}

/* line 820, ../sass/styles.scss */
#navigation #main-menu .column {
  padding: 0.5em 0.5em 0;
}

/* line 824, ../sass/styles.scss */
nav[role="full-horizontal"] {
  width: 95%;
}

/* line 827, ../sass/styles.scss */
nav[role="full-horizontal"] ul {
  width: 95%;
  list-style: none;
}

/* line 831, ../sass/styles.scss */
.sf-menu {
  line-height: normal;
}

/* line 835, ../sass/styles.scss */
nav[role="full-horizontal"] {
  margin: 0;
  width: 95%;
}
/* line 839, ../sass/styles.scss */
nav[role="full-horizontal"] ul {
  width: 95%;
  list-style: none;
}
/* line 842, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li {
  position: relative;
  margin: 0 0 0.2em 0;
  display: block;
  float: left;
  clear: none;
  margin-right: 2.5%;
  /* background:#d18b5e; */
  /* background:#404F21; */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px 5px 15px;
  /* text-transform:uppercase; */
  cursor: pointer;
  text-align: center;
  color: #f2f2f2;
}
/* line 859, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
}
/* line 865, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:last-child:after {
  margin-right: 0;
}
/* line 868, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover {
  color: #484a50;
  border-bottom-color: #e7dfb1;
}
/* line 870, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover > a {
  color: #e7dfb1;
  /* text-decoration:underline; */
}
/* line 875, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover > ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
/* line 881, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover .sf-menu ul {
  position: relative !important;
}
/* line 887, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 85% em;
  /* transition:color .3s ease-in-out; */
}

/* small screens */
@media screen and (max-width: 44em) {
  /*
  body {
  margin:1.5em 0;
  }
  */
  /* line 909, ../sass/styles.scss */
  nav[role="full-horizontal"] ul {
    padding: 0;
    width: 100%;
  }
  /* line 913, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li {
    width: 98%;
    /* padding:.45em .25em; */
    /* margin:0 0 .55em 0; */
  }
  /* line 917, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li:after {
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 926, ../sass/styles.scss */
  nav[role="full-horizontal"] {
    margin: 0 6% 0 0;
    padding: 0;
  }
  /* line 930, ../sass/styles.scss */
  nav[role="full-horizontal"] ul .current {
    background: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: none;
  }
  /* line 932, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li {
    margin: 0;
    display: block;
    /* border-top: 1px solid #333333; */
    float: left;
    width: 100%;
    clear: none;
    background: none;
  }
  /* line 941, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li > a {
    padding: 6px 0 8px;
    text-indent: 10px;
    color: #fff;
    /*background: rgba(64,79,33,0.75) url(../images/bg_arrow_white.png) 96% 50% no-repeat;*/
    background: rgba(87, 86, 55, 0.75) url(../images/bg_arrow_white.png) 96% 50% no-repeat;
    /* border-top: 1px solid rgb(64,79,33); */
    border-top: 1px solid #575637;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 953, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li:hover > a {
    border-bottom: none;
  }
}
/*
 * Footer
 */
/* line 966, ../sass/styles.scss */
#footer {
  height: 150px;
  border-top: 6px solid #8C2E0B;
}

/* line 970, ../sass/styles.scss */
#footer-address {
  font-size: 0.80em;
  font-weight: normal;
  text-align: center;
  padding: 0 0 5px 0;
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

/* Remove margin from bottom of footer */
/* line 981, ../sass/styles.scss */
#footer-panels-wrapper div.region div.block {
  margin-bottom: 0;
}

/*
 * Footer list
 */
/* line 990, ../sass/styles.scss */
#footer-links a {
  /*font-style: italic;*/
  margin: 0;
  /* padding:0; */
  color: #fff;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 1000, ../sass/styles.scss */
#footer-links a:hover, a:focus {
  text-decoration: underline;
}

/* line 1004, ../sass/styles.scss */
#footer-links ul.footer li {
  display: inline-block;
  list-style-type: none;
  margin: 2px;
  text-align: center;
  padding: 0.5em 0 0.5em 0.8em;
}

/* line 1013, ../sass/styles.scss */
#footer-links ul.footer li:last-child {
  border-right: medium none;
}

/* line 1018, ../sass/styles.scss */
#footer-links ul.footer li a {
  margin: 0;
  font-size: 100%;
  color: #fff;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 1027, ../sass/styles.scss */
.region-additional-navigation {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 360px) {
  /* line 1033, ../sass/styles.scss */
  #footer-links ul.footer li a {
    display: block;
    width: auto;
  }

  /* line 1037, ../sass/styles.scss */
  #usasearch {
    float: left;
  }

  /* line 1040, ../sass/styles.scss */
  #block-responsive-dropdown-menus-menu-alternative-farming-systems .toggle-help {
    margin-top: -40px;
    font-size: 9px;
    padding-left: 50px;
    white-space: pre-wrap;
    /*line breaks within container */
    line-height: 20px;
  }

  /* line 1047, ../sass/styles.scss */
  #block-responsive-dropdown-menus-menu-animal-welfare-information- .toggle-help,
  #block-responsive-dropdown-menus-menu-food-nutrition-information- .toggle-help,
  #block-responsive-dropdown-menus-menu-food-safety-research-inform .toggle-help,
  #block-responsive-dropdown-menus-menu-water-quality-information-c .toggle-help {
    margin-top: -40px;
    font-size: 12px;
    padding-left: 50px;
    white-space: pre-wrap;
    /*line breaks within container */
    line-height: 20px;
  }

  /* line 1057, ../sass/styles.scss */
  .region-additional-navigation {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1064, ../sass/styles.scss */
  #footer-links .navigation a {
    display: block;
    /* padding: 20px 0 20px 0; */
    background-color: #403F28;
  }
}
/* line 1071, ../sass/styles.scss */
#mod-date {
  clear: both;
  padding-right: 10px;
  color: #fff;
  font-size: 0.9em;
}

/*
============================================
    The Responsive Footer
============================================
*/
/* line 1084, ../sass/styles.scss */
h2.navheader {
  line-height: 1.618em;
  padding: 10px 5px;
}

/* line 1089, ../sass/styles.scss */
.navheader {
  font-size: 12px;
  color: #fff;
}

/* line 1094, ../sass/styles.scss */
.slide-trigger {
  display: none;
  /* need this */
  border: 1px solid #CCCCCC;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1102, ../sass/styles.scss */
.slide-trigger span {
  background-image: url("../images/dropdown-arrows.png");
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 14px;
  width: 32px;
}

/* line 1112, ../sass/styles.scss */
.navigation {
  max-width: none;
  padding: 0;
}

/* line 1117, ../sass/styles.scss */
.navigation li a {
  display: block;
  color: #000;
  /* padding: 5px; */
}

/* .navigation li a:hover { background: #4F6228; } */
/* line 1125, ../sass/styles.scss */
.navigation ul {
  text-align: center;
  width: 60%;
  margin: auto;
}

/*
 * Main menu and Secondary menu links
 */
/* --------------- Main Menu ------------ */
/* line 1137, ../sass/styles.scss */
#main-menu {
  width: auto;
}

/* line 1141, ../sass/styles.scss */
#superfish-main-menu {
  width: auto;
}

@media all and (max-width: 768px) {
  /* line 1146, ../sass/styles.scss */
  #block-superfish-1, .mean-bar {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  /* line 1151, ../sass/styles.scss */
  #block-responsive-dropdown-menus-main-menu {
    display: none;
  }
}
@media all and (min-width: 769px) {
  /* line 1157, ../sass/styles.scss */
  #block-superfish-1 {
    display: inline-block !important;
    background-color: #0D233C;
    width: 100%;
    vertical-align: bottom;
    height: 36px;
    margin: 0;
    padding: 0;
    background: #0D233C;
  }

  /* line 1167, ../sass/styles.scss */
  .region-additional-navigation {
    display: none;
  }
}
/* line 1172, ../sass/styles.scss */
.sf-hidden {
  display: none;
}

/* line 1176, ../sass/styles.scss */
ul.sf-menu ul {
  display: none;
}

/* line 1178, ../sass/styles.scss */
.sub-menu {
  display: none;
}

/* line 1190, ../sass/styles.scss */
#superfish-1 a,
#block-responsive-dropdown-menus-menu-animal-welfare-information- a,
#block-responsive-dropdown-menus-menu-food-nutrition-information- a,
#block-responsive-dropdown-menus-menu-food-safety-research-inform a,
#block-responsive-dropdown-menus-menu-rural-information-center-ri a,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men a,
#block-responsive-dropdown-menus-menu-water-quality-information-c a,
#block-responsive-dropdown-menus-menu-alternative-farming-systems a {
  font: Arial;
  text-decoration: none;
  padding: 10px 40px;
  white-space: nowrap;
}
/* line 1197, ../sass/styles.scss */
#superfish-1 a:active, #superfish-1 a:link, #superfish-1 a:hover, #superfish-1 a:visited,
#block-responsive-dropdown-menus-menu-animal-welfare-information- a:active,
#block-responsive-dropdown-menus-menu-animal-welfare-information- a:link,
#block-responsive-dropdown-menus-menu-animal-welfare-information- a:hover,
#block-responsive-dropdown-menus-menu-animal-welfare-information- a:visited,
#block-responsive-dropdown-menus-menu-food-nutrition-information- a:active,
#block-responsive-dropdown-menus-menu-food-nutrition-information- a:link,
#block-responsive-dropdown-menus-menu-food-nutrition-information- a:hover,
#block-responsive-dropdown-menus-menu-food-nutrition-information- a:visited,
#block-responsive-dropdown-menus-menu-food-safety-research-inform a:active,
#block-responsive-dropdown-menus-menu-food-safety-research-inform a:link,
#block-responsive-dropdown-menus-menu-food-safety-research-inform a:hover,
#block-responsive-dropdown-menus-menu-food-safety-research-inform a:visited,
#block-responsive-dropdown-menus-menu-rural-information-center-ri a:active,
#block-responsive-dropdown-menus-menu-rural-information-center-ri a:link,
#block-responsive-dropdown-menus-menu-rural-information-center-ri a:hover,
#block-responsive-dropdown-menus-menu-rural-information-center-ri a:visited,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men a:active,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men a:link,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men a:hover,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men a:visited,
#block-responsive-dropdown-menus-menu-water-quality-information-c a:active,
#block-responsive-dropdown-menus-menu-water-quality-information-c a:link,
#block-responsive-dropdown-menus-menu-water-quality-information-c a:hover,
#block-responsive-dropdown-menus-menu-water-quality-information-c a:visited,
#block-responsive-dropdown-menus-menu-alternative-farming-systems a:active,
#block-responsive-dropdown-menus-menu-alternative-farming-systems a:link,
#block-responsive-dropdown-menus-menu-alternative-farming-systems a:hover,
#block-responsive-dropdown-menus-menu-alternative-farming-systems a:visited {
  color: #fff;
}
/* line 1202, ../sass/styles.scss */
#superfish-1 li ul,
#block-responsive-dropdown-menus-menu-animal-welfare-information- li ul,
#block-responsive-dropdown-menus-menu-food-nutrition-information- li ul,
#block-responsive-dropdown-menus-menu-food-safety-research-inform li ul,
#block-responsive-dropdown-menus-menu-rural-information-center-ri li ul,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men li ul,
#block-responsive-dropdown-menus-menu-water-quality-information-c li ul,
#block-responsive-dropdown-menus-menu-alternative-farming-systems li ul {
  background-color: #0D233C;
  top: 2em;
}
/* line 1207, ../sass/styles.scss */
#superfish-1 li ul li a,
#block-responsive-dropdown-menus-menu-animal-welfare-information- li ul li a,
#block-responsive-dropdown-menus-menu-food-nutrition-information- li ul li a,
#block-responsive-dropdown-menus-menu-food-safety-research-inform li ul li a,
#block-responsive-dropdown-menus-menu-rural-information-center-ri li ul li a,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men li ul li a,
#block-responsive-dropdown-menus-menu-water-quality-information-c li ul li a,
#block-responsive-dropdown-menus-menu-alternative-farming-systems li ul li a {
  padding: 8px 7px;
}

@media all and (max-width: 579px) {
  /* line 1218, ../sass/styles.scss */
  #superfish-1 {
    display: none;
  }

  /* line 1222, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    display: none;
  }
}
@media all and (min-width: 580px) {
  /* line 1228, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    display: block;
  }
}
/* line 1233, ../sass/styles.scss */
#block-nal-library-hours-library-hours {
  float: right;
  width: 100%;
  height: 30px;
  padding-right: 10px;
}
/* line 1241, ../sass/styles.scss */
#block-nal-library-hours-library-hours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1246, ../sass/styles.scss */
#block-nal-library-hours-library-hours li {
  color: #0D233C;
  font-weight: bold;
  margin-top: 2px;
  text-align: right;
}
/* line 1256, ../sass/styles.scss */
#block-nal-library-hours-library-hours li:before {
  content: "\f017";
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.6em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  padding-right: 8px;
  vertical-align: middle;
}

@media all and (max-width: 847px) {
  /* line 1285, ../sass/styles.scss */
  .front .panel-col-first {
    width: 100%;
  }

  /* line 1289, ../sass/styles.scss */
  .front .panel-col-last {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  /* line 1297, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  /* line 1304, ../sass/styles.scss */
  #block-nal-library-hours-library-hours li {
    background: none;
    color: #0d233c;
    text-align: left;
    margin-top: 2px;
    padding-left: 5px;
  }
  /* line 1311, ../sass/styles.scss */
  #block-nal-library-hours-library-hours img {
    display: none;
  }
}
/* line 1319, ../sass/styles.scss */
#center-header {
  text-align: left;
  border-bottom: 3px solid #8C2E0B;
  height: 32px;
  width: 100%;
}
/* line 1326, ../sass/styles.scss */
#center-header a {
  font-weight: bold;
  padding: 8px 0 6px 10px;
  text-decoration: none;
  display: inline-block;
}

@media all and (max-width: 578px) {
  /* line 1337, ../sass/styles.scss */
  #usasearch {
    float: left;
    padding: 8px;
  }
}
@media all and (min-width: 579px) {
  /* line 1344, ../sass/styles.scss */
  #usasearch {
    float: right;
    padding-right: 14px;
  }
}
/* line 1353, ../sass/styles.scss */
#usasearch .usagov-search-autocomplete {
  width: 250px;
}

@media all and (max-width: 800px) {
  /* line 1361, ../sass/styles.scss */
  #header {
    margin: 0;
  }

  /* line 1365, ../sass/styles.scss */
  .view-homepage-image-links .views-view-grid {
    margin-left: 20px;
  }

  /* line 1370, ../sass/styles.scss */
  .region-header {
    margin-top: 0;
  }
}
/* line 1377, ../sass/styles.scss */
.front .center-wrapper-bottom {
  background-color: #f4f4da;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}

/* line 1387, ../sass/styles.scss */
#social-icons img {
  margin-right: 5px;
}

@media all and (max-width: 360px) {
  /* line 1396, ../sass/styles.scss */
  #social_icons #connections {
    width: 100%;
  }
}
@media all and (max-width: 445px) {
  /* line 1406, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    float: left;
    width: 100%;
    margin: left;
  }
  /* line 1412, ../sass/styles.scss */
  .view-homepage-image-links .imglinks {
    float: left;
    margin-right: 20px;
  }
  /* line 1417, ../sass/styles.scss */
  .view-homepage-image-links .views-row {
    display: block;
    clear: both;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 880px) {
  /* line 1428, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    width: 190px;
  }
}
@media all and (min-width: 521px) and (max-width: 879px) {
  /* line 1437, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    width: 150px;
  }
}
@media all and (max-width: 520px) {
  /* line 1448, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 100%;
    margin-bottom: 3%;
  }
}
/* line 1459, ../sass/styles.scss */
#right-highlight-links a:link, #right-highlight-links a:visited, #right-highlight-links a:hover, #right-highlight-links a:active {
  color: #000 !important;
}

/* line 1466, ../sass/styles.scss */
.panel-2col-bricks {
  padding-bottom: 3%;
}

/* line 1470, ../sass/styles.scss */
.panel-2col-bricks .panel-col-last .inside {
  margin: 0;
}

/* line 1474, ../sass/styles.scss */
.view-homepage-featured-image-links {
  margin: 0 5px;
}

/* line 1478, ../sass/styles.scss */
#social_icons div#connections {
  float: left;
  padding: 5px 10px 0 0;
  font-weight: bold;
}

/* line 1484, ../sass/styles.scss */
#block-menu-menu-footer-menu {
  background-color: #0D233C;
  font-size: 85%;
}
/* line 1488, ../sass/styles.scss */
#block-menu-menu-footer-menu a:link, #block-menu-menu-footer-menu a:visited, #block-menu-menu-footer-menu a:hover, #block-menu-menu-footer-menu a:active {
  color: #fff !important;
  text-decoration: none;
}
/* line 1494, ../sass/styles.scss */
#block-menu-menu-footer-menu ul.menu {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
/* line 1501, ../sass/styles.scss */
#block-menu-menu-footer-menu ul.menu li {
  list-style-type: none !important;
}

/* line 1506, ../sass/styles.scss */
#footer-address {
  background-color: transparent;
  padding-top: 20px;
  display: block;
}

@media all and (min-width: 500px) {
  /* line 1512, ../sass/styles.scss */
  #block-menu-menu-footer-menu {
    padding: 30px;
  }
  /* line 1514, ../sass/styles.scss */
  #block-menu-menu-footer-menu .block-title {
    display: none;
  }
  /* line 1516, ../sass/styles.scss */
  #block-menu-menu-footer-menu ul.menu li {
    margin: 0 10px;
    display: inline-block;
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  /* line 1526, ../sass/styles.scss */
  #block-menu-menu-footer-menu {
    padding: 0;
  }
  /* line 1528, ../sass/styles.scss */
  #block-menu-menu-footer-menu .block-title {
    display: block;
    text-align: center;
    color: #fff;
  }
  /* line 1533, ../sass/styles.scss */
  #block-menu-menu-footer-menu .no-js .block-title {
    display: none;
  }
  /* line 1535, ../sass/styles.scss */
  #block-menu-menu-footer-menu ul.menu li {
    display: block;
    background-color: #575637;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0;
  }
}
/* line 1546, ../sass/styles.scss */
#block-menu-block-1 {
  border-bottom: 1px solid #948a54;
  border-top: 1px solid #948a54;
  margin-top: 15px;
}

/* line 1552, ../sass/styles.scss */
.node-type-article #content-inside,
.node-type-advanced-article #content-inside {
  /* margin:1% 3%; */
}

/* line 1558, ../sass/styles.scss */
.grid-regular-size .field-collection-container .field-items .field-item {
  height: 110px;
  padding: 1% .5% 8% .5%;
}

/* line 1566, ../sass/styles.scss */
.grid-poster-size field-name-field-subject-image img {
  height: 320px;
  width: 250px;
}
/* line 1572, ../sass/styles.scss */
.grid-poster-size .field-collection-view .content {
  height: 80px;
}

/* line 1578, ../sass/styles.scss */
.pane-node-field-grid-subject-box figcaption a, .pane-node-field-grid-subject-box .field-collection-view-links a {
  color: #2f2eff;
  text-decoration: none;
  border-bottom: 1px solid #2f2eff;
}
/* line 1584, ../sass/styles.scss */
.pane-node-field-grid-subject-box figcaption a:hover, .pane-node-field-grid-subject-box .field-collection-view-links a:hover,
.pane-node-field-grid-subject-box figcaption a:focus, .pane-node-field-grid-subject-box .field-collection-view-links a:focus {
  color: #8C2e0b;
  text-decoration: none;
  border-bottom: 1px dotted #8C2e0b;
}
/* line 1591, ../sass/styles.scss */
.pane-node-field-grid-subject-box figcaption a:visited, .pane-node-field-grid-subject-box .field-collection-view-links a:visited {
  color: #836548;
  border-bottom: 1px solid #836548;
}

/* line 1597, ../sass/styles.scss */
.subject-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1605, ../sass/styles.scss */
.grid-poster-size .field-collection-container .field-items .field-item {
  width: 200px;
  padding: 0 8px;
}

/* line 1613, ../sass/styles.scss */
.grid-poster-size .field-name-field-subject-image img {
  width: 180px;
  height: 230px;
}

/* line 1620, ../sass/styles.scss */
.grid-regular-size .field-collection-container, .grid-poster-size .field-collection-container {
  border-bottom: none;
}
/* line 1623, ../sass/styles.scss */
.grid-regular-size .field-name-field-subject-image .field-item, .grid-poster-size .field-name-field-subject-image .field-item {
  padding: 0 !important;
}
/* line 1627, ../sass/styles.scss */
.grid-regular-size .field-name-field-subject-image img, .grid-poster-size .field-name-field-subject-image img {
  border: 1px solid #666;
}
/* line 1631, ../sass/styles.scss */
.grid-regular-size ul.field-collection-view-links, .grid-poster-size ul.field-collection-view-links {
  float: left;
  margin: 0;
}
/* line 1636, ../sass/styles.scss */
.grid-regular-size .field-collection-container .field-items .field-item, .grid-poster-size .field-collection-container .field-items .field-item {
  float: left;
  margin: 0;
  display: inline-block;
}
/* line 1644, ../sass/styles.scss */
.grid-regular-size .field-collection-view, .grid-poster-size .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
  width: 170px;
}
/* line 1650, ../sass/styles.scss */
.grid-regular-size .field-collection-view .entity-field-collection-item, .grid-poster-size .field-collection-view .entity-field-collection-item {
  float: none;
}
/* line 1655, ../sass/styles.scss */
.grid-regular-size .grid-regular-size, .grid-regular-size .grid-poster-size, .grid-regular-size .infocenter_grid, .grid-poster-size .grid-regular-size, .grid-poster-size .grid-poster-size, .grid-poster-size .infocenter_grid {
  width: 100%;
}
/* line 1659, ../sass/styles.scss */
.grid-regular-size figcaption, .grid-poster-size figcaption {
  display: block;
  caption-side: bottom;
  float: left;
  width: 98%;
  height: 100%;
}
/* line 1667, ../sass/styles.scss */
.grid-regular-size figure, .grid-poster-size figure {
  margin: 30px 5px;
  padding: 0;
  display: inline-table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1676, ../sass/styles.scss */
.grid-regular-size .field-name-field-subject-image, .grid-poster-size .field-name-field-subject-image {
  width: 100%;
}
/* line 1682, ../sass/styles.scss */
.grid-regular-size .grid-regular-size figure img, .grid-regular-size .grid-poster-size figure img, .grid-regular-size .infocenter_grid figure img, .grid-poster-size .grid-regular-size figure img, .grid-poster-size .grid-poster-size figure img, .grid-poster-size .infocenter_grid figure img {
  border: 1px solid #666;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 1691, ../sass/styles.scss */
.google-map {
  float: left;
  width: 50%;
  padding-right: 20px;
}

/* line 1697, ../sass/styles.scss */
.location-text {
  float: right;
  width: 45%;
  padding-left: 5px;
}

@media all and (max-width: 800px) {
  /* line 1704, ../sass/styles.scss */
  .google-map {
    width: 100%;
  }

  /* line 1708, ../sass/styles.scss */
  .location-text {
    width: 100%;
  }
}
/* line 1715, ../sass/styles.scss */
.mean-bar:nth-child(2) {
  display: none;
}

/* line 1721, ../sass/styles.scss */
.mean-container a.meanmenu-reveal {
  left: 0 !important;
}

/* line 1725, ../sass/styles.scss */
.mean-container .mean-bar {
  padding: 0;
  background: none repeat scroll 0% 0% #0D233C;
}

/* line 1730, ../sass/styles.scss */
.mean-container .mean-nav {
  background-color: #0D233C;
}

/* line 1734, ../sass/styles.scss */
.mean-container .mean-nav ul li a {
  padding: 0.7em 5%;
}

/* line 1738, ../sass/styles.scss */
#widget_pager_bottom_test-block {
  display: table;
  left: auto;
  margin: auto;
}

/* line 1743, ../sass/styles.scss */
#block-responsive-dropdown-menus-menu-animal-welfare-information- .menu-toggle, #menu-animal-welfare-information-,
#block-responsive-dropdown-menus-menu-food-nutrition-information- .menu-toggle, #menu-food-nutrition-information-,
#block-responsive-dropdown-menus-menu-food-safety-research-inform .menu-toggle, #menu-food-safety-research-inform,
#block-responsive-dropdown-menus-menu-rural-information-center-ri .menu-toggle, #menu-rural-information-center-ri,
#block-responsive-dropdown-menus-menu-agricultural-law-center-men .menu-toggle, #menu-agricultural-law-center-men,
#block-responsive-dropdown-menus-menu-water-quality-information-c .menu-toggle, #menu-water-quality-information-c,
#block-responsive-dropdown-menus-menu-alternative-farming-systems .menu-toggle, #menu-alternative-farming-systems {
  background: #0D233C;
  color: #ffffff;
  padding-left: 0px;
  margin-top: 0;
}

@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 1756, ../sass/styles.scss */
  .menu-toggle {
    display: none;
  }

  /* line 1760, ../sass/styles.scss */
  #menu-animal-welfare-information-, #menu-food-nutrition-information-, #menu-food-safety-research-inform,
  #menu-rural-information-center-ri, #menu-agricultural-law-center-men, #menu-water-quality-information-c,
  #menu-alternative-farming-systems {
    margin: 0px;
    padding-bottom: 0px;
  }

  /* line 1769, ../sass/styles.scss */
  iframe.ask-askquestion-iframe {
    top: 110px;
    left: 0;
    width: 100%;
    height: 600px;
  }

  /* line 1776, ../sass/styles.scss */
  .node-article .field-name-field-image {
    float: right;
    padding: 0 20px 20px 20px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 540px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 540px) {
  /* line 1785, ../sass/styles.scss */
  .node-article .field-name-field-image {
    width: 100%;
    padding: 0 10px 10px 20px;
    margin: auto 0;
    text-align: center;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 768px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 768px) {
  /* line 1797, ../sass/styles.scss */
  .view-personnelpub table, .view-personnelpub thead, .view-personnelpub tbody, .view-personnelpub th, .view-personnelpub td, .view-personnelpub tr {
    display: block;
  }
  /* line 1800, ../sass/styles.scss */
  .view-personnelpub thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1806, ../sass/styles.scss */
  .view-personnelpub td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 1813, ../sass/styles.scss */
  .view-personnelpub td:before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 1823, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(1):before {
    content: "Last Name";
  }
  /* line 1824, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(2):before {
    content: "First Name";
  }
  /* line 1825, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(3):before {
    content: "Email";
  }
  /* line 1826, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(4):before {
    content: "Phone";
  }
  /* line 1827, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(5):before {
    content: "Room";
  }
  /* line 1828, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(6):before {
    content: "Division";
  }

  /* line 1831, ../sass/styles.scss */
  tr.even, tr.odd {
    padding: 0;
  }

  /* line 1835, ../sass/styles.scss */
  td.active {
    background-color: transparent;
  }

  /* line 1842, ../sass/styles.scss */
  .view-key-personnel table, .view-key-personnel thead, .view-key-personnel tbody, .view-key-personnel th, .view-key-personnel td, .view-key-personnel tr {
    display: block;
  }
  /* line 1845, ../sass/styles.scss */
  .view-key-personnel thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1851, ../sass/styles.scss */
  .view-key-personnel td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 1858, ../sass/styles.scss */
  .view-key-personnel td:before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 1868, ../sass/styles.scss */
  .view-key-personnel td:nth-of-type(1):before {
    content: "Name";
  }
  /* line 1869, ../sass/styles.scss */
  .view-key-personnel td:nth-of-type(2):before {
    content: "Phone";
  }
  /* line 1870, ../sass/styles.scss */
  .view-key-personnel td:nth-of-type(3):before {
    content: "Email";
  }

  /* line 1873, ../sass/styles.scss */
  tr.even, tr.odd {
    padding: 0;
  }

  /* line 1877, ../sass/styles.scss */
  td.active {
    background-color: transparent;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 480px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 480px) {
  /* line 1883, ../sass/styles.scss */
  article.node-828 img {
    display: none;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* --------------- Sub Links ------------ */
  /* line 1891, ../sass/styles.scss */
  #sub-nav-container {
    float: right;
    width: 40%;
    font-size: 1.5em;
    font-family: Arial;
    text-align: right;
  }

  /* line 1899, ../sass/styles.scss */
  #sub-links {
    color: #f2f2f2;
    float: right;
    background-color: #575637;
    /*  KAH - Changed per MAL, 06 Feb 2014 */
    font-size: 80%;
    width: 100%;
    text-align: center;
  }
  /* line 1907, ../sass/styles.scss */
  #sub-links li a.active {
    color: #fff;
  }
  /* line 1909, ../sass/styles.scss */
  #sub-links li a {
    font-size: 85%;
    text-decoration: none;
    color: #fff;
    margin: 10px 10px;
  }
  /* line 1916, ../sass/styles.scss */
  #sub-links li a:hover, #sub-links a:focus {
    text-decoration: underline;
  }
  /* line 1920, ../sass/styles.scss */
  #sub-links li a:visited {
    color: #fff;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 768px) {
  /* line 1926, ../sass/styles.scss */
  #sub-nav-container {
    float: left;
    width: 100%;
    text-align: left;
  }

  /* line 1932, ../sass/styles.scss */
  #sub-links {
    text-align: left;
  }

  /* line 1936, ../sass/styles.scss */
  #sub-links li a {
    font-size: 85%;
    text-decoration: none;
    margin: 10px 10px;
  }

  /* line 1941, ../sass/styles.scss */
  #sub-links li a:hover, a:focus {
    text-decoration: underline;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 1949, ../sass/styles.scss */
  #sub-nav-container #sub-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* line 1951, ../sass/styles.scss */
  #sub-links > ul > li {
    display: inline-block;
    width: auto;
    margin: 5px 0;
    border-right: 1px solid #fff;
    padding: 0;
  }

  /* line 1959, ../sass/styles.scss */
  #sub-links > ul > li:last-child {
    border-right: none;
  }

  /* line 1963, ../sass/styles.scss */
  #visit:after {
    content: " the Library";
  }

  /* line 1967, ../sass/styles.scss */
  #contact:after {
    content: " Us";
  }

  /* line 1971, ../sass/styles.scss */
  #ask:after {
    content: " A Question ";
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 861px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 861px) {
  /* line 1977, ../sass/styles.scss */
  #visit:after {
    display: none;
  }

  /* line 1981, ../sass/styles.scss */
  #contact:after {
    display: none;
  }

  /* line 1985, ../sass/styles.scss */
  #ask:after {
    display: none;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 1991, ../sass/styles.scss */
  #time {
    background-color: #0d233c;
    /*  KAH - Replaced per MAL - 06 Feb 2014  */
    margin-top: 3px;
    color: #fff;
  }

  /* line 1997, ../sass/styles.scss */
  #superfish_time {
    background-color: #0d233c;
    /*  KAH - Replaced per MAL - 06 Feb 2014  */
    margin-top: 3px;
    color: #fff;
  }

  /* line 2003, ../sass/styles.scss */
  #timebox {
    float: left;
    padding-left: 3px;
  }

  /* line 2008, ../sass/styles.scss */
  #superfish_timebox {
    float: left;
    padding-left: 3px;
  }

  /* line 2013, ../sass/styles.scss */
  #superfish_timebox span.field-content span {
    float: left;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 960px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 960px) {
  /* line 2018, ../sass/styles.scss */
  #timebox {
    padding-left: 10px;
  }

  /* line 2022, ../sass/styles.scss */
  #superfish_timebox {
    padding-left: 10px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2028, ../sass/styles.scss */
  #secondary-menu {
    float: right;
    /* LTR */
    font-size: .8em;
  }

  /*
   * Topical list links
   */
  /* --------------- Topical Links ------------ */
  /* line 2040, ../sass/styles.scss */
  .topic_links {
    float: left;
    width: 44%;
    margin-left: 20px;
  }

  /* line 2046, ../sass/styles.scss */
  .topic_links ul {
    list-style: none;
    padding: 0;
  }

  /* line 2051, ../sass/styles.scss */
  .topic_links ul a {
    display: block;
    padding: 2px;
    /* color: #000; */
    border-bottom: 1px solid #ccc;
    text-decoration: none;
  }

  /* line 2059, ../sass/styles.scss */
  .topic_links ul.sub-menu a {
    padding-left: 5px;
  }

  /* line 2063, ../sass/styles.scss */
  ul.sf-menu ul#nav {
    display: none;
  }

  /* line 2065, ../sass/styles.scss */
  .topic_links select {
    background: #575637;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    -webkit-appearance: none;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    min-width: 18em;
  }

  /* line 2077, ../sass/styles.scss */
  .topic_links nav a:active {
    background: #B2D281;
  }

  /* line 2081, ../sass/styles.scss */
  .topic_links nav select {
    display: none;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 568px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 568px) {
  /* line 2086, ../sass/styles.scss */
  .topic_links {
    width: 100%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /*
   * Sidebar Menu
   */
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 768px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 768px) {
  /* line 2096, ../sass/styles.scss */
  aside.sidebars section.region {
    display: none !important;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2101, ../sass/styles.scss */
  aside.sidebars h2 {
    font-size: 0.992em;
    line-height: 1.5em;
  }

  /* line 2106, ../sass/styles.scss */
  aside.sidebars h2 a {
    color: #000;
    text-decoration: none;
  }

  /* line 2111, ../sass/styles.scss */
  aside.sidebars h2 a:hover, a:focus {
    text-decoration: underline;
  }

  /* Note: we have to declare ul { list-style:none } to remove default list styling. */
  /* line 2116, ../sass/styles.scss */
  aside.sidebars section.region div.menu-block-wrapper ul.menu {
    list-style: none;
    padding: 0;
    margin-left: 0.2em;
    /* width: 80%; */
  }

  /* line 2123, ../sass/styles.scss */
  aside.sidebars section.region div.menu-block-wrapper ul.menu li.menu__item {
    position: relative;
    padding-bottom: 3px;
    padding-left: 10px;
    border: 1px solid transparent;
    height: auto;
  }

  /* line 2132, ../sass/styles.scss */
  aside.sidebars section.region div.menu-block-wrapper ul.menu li.menu__item.selected,
  aside.sidebars section.region div.menu-block-wrapper ul.menu li.menu__item:hover {
    padding-left: 8px;
    border: 1px solid #948A54;
    border-left: solid transparent;
    border-right: solid transparent;
  }

  /* line 2141, ../sass/styles.scss */
  aside.sidebars section.region div.menu-block-wrapper ul.menu li.menu__item a {
    font-size: 0.9em;
    color: #000000;
    text-decoration: none;
  }

  /* Active */
  /* line 2148, ../sass/styles.scss */
  .sidebars section.region div.menu-block-wrapper ul.menu li.menu__item.is-active-trail {
    /* background: #948A54; */
    padding-left: 8px;
    border: 1px solid #948A54;
    border-left: solid transparent;
    border-right: solid transparent;
  }

  /*
  * search form
  */
  /* line 2160, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes {
    margin: 1% 0 0 3%;
  }
  /* line 2164, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes ul.ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 2169, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes ul.ui-tabs-nav li {
    height: inherit;
  }
  /* line 2174, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes .ui-tabs-panel {
    display: inline-block;
    width: 92%;
    padding: 4% 0 4% 2%;
    margin-left: .11em;
    border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
  }
  /* line 2186, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes #agricola-article-search-form input, #quicktabs-homepage_search_boxes #agricola-book-search-form input, #quicktabs-homepage_search_boxes #search-form input {
    float: left;
    color: #333;
  }
  /* line 2192, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes #agricola-article-search-form input[type=text], #quicktabs-homepage_search_boxes #agricola-book-search-form input[type=text], #quicktabs-homepage_search_boxes #search-form input[type=text] {
    border-radius: 5px;
    height: 40px;
    overflow: hidden;
    width: 80%;
    color: #767676;
  }
  /* line 2200, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes #agricola-article-search-form input[type=submit], #quicktabs-homepage_search_boxes #agricola-book-search-form input[type=submit], #quicktabs-homepage_search_boxes #search-form input[type=submit] {
    background-color: #0d233c;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border: 0;
    margin-left: 16px;
  }

  /* line 2212, ../sass/styles.scss */
  .search-form {
    margin: 0;
  }

  /*
   * Search wrapper
   */
  /* line 2220, ../sass/styles.scss */
  #search_wrapper ul.tabs {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
  }

  /* line 2228, ../sass/styles.scss */
  #search_wrapper ul.tabs li {
    float: left;
    margin-right: 1px;
    cursor: pointer;
    padding: 0px 21px;
    height: 31px;
    line-height: 31px;
    background-color: #f4f4da;
    color: #000;
    overflow: hidden;
    position: relative;
    -moz-border-top-right-radius: 3px;
    /* rounded top corners */
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }

  /* line 2248, ../sass/styles.scss */
  #search_wrapper ul.tabs li:hover {
    /* color for hovered tab */
    background-color: #0D233C;
    color: #fff;
  }

  /* line 2254, ../sass/styles.scss */
  #search_wrapper ul.tabs li.active {
    background-color: #0D233C;
    color: #fff;
    display: block;
  }

  /* line 2260, ../sass/styles.scss */
  #search_wrapper .tab_container form, .content_1_left input, .content_1_left h1, .content_1_left p {
    padding: 0;
    margin: 0;
    border: 0;
  }

  /* line 2263, ../sass/styles.scss */
  .rtools {
    margin: 0 0 0 20px;
    clear: both;
  }

  /* line 2268, ../sass/styles.scss */
  div#content div.rtools a {
    color: #000;
    text-decoration: none;
  }

  /* line 2273, ../sass/styles.scss */
  div#content div.rtools a:hover, div#content div.rtools a:focus {
    text-decoration: underline;
  }

  /* line 2277, ../sass/styles.scss */
  #search_wrapper .tab_container a {
    background: #515641;
    color: #fff;
  }

  /*  #search_wrapper .tab_container a { background:#006600; color:#fff;} KAH - 2 February 2014 changed background */
  /* line 2279, ../sass/styles.scss */
  #search_wrapper .tab_container h1 {
    color: #000000;
  }

  /* line 2281, ../sass/styles.scss */
  #search_wrapper .tab_container {
    margin: 0 0 0 20px;
    background: #0D233C;
    border-top: none;
    clear: both;
    float: left;
    width: 95%;
    /* width of tab container: auto for full or width: 100%; percentage */
    -moz-border-bottom-right-radius: 5px;
    /* rounded bottom corners */
    -moz-border-bottom-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
  }

  /* line 2301, ../sass/styles.scss */
  #search_wrapper .tab_content {
    padding: 10px;
    display: none;
    clear: both;
  }

  /* line 2308, ../sass/styles.scss */
  #search_wrapper .tab_content {
    color: #000;
  }

  /* line 2310, ../sass/styles.scss */
  #search_wrapper .tab_drawer_heading {
    display: none;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 480px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 480px) {
  /* line 2317, ../sass/styles.scss */
  #search_wrapper .tabs {
    display: none;
  }

  /* line 2321, ../sass/styles.scss */
  #search_wrapper .tab_drawer_heading {
    background-color: #f4f4da;
    color: #999;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* line 2337, ../sass/styles.scss */
  #search-box3 input[type="text"], #search-box2 input[type="text"], #search-box input[type="text"] {
    font-size: 80%;
  }

  /* line 2341, ../sass/styles.scss */
  #search_wrapper .d_active {
    background-color: #0D233C;
    color: #fff;
  }

  /* line 2346, ../sass/styles.scss */
  #search_wrapper .tab_content {
    max-width: 480px;
  }

  /* line 2350, ../sass/styles.scss */
  #search_wrapper .tab_container {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #575637;
    margin-left: 11px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2361, ../sass/styles.scss */
  div.view view-personnel-edit view-id-personnel_edit {
    font-size: 75%;
  }

  /* line 2365, ../sass/styles.scss */
  iframe {
    display: inline-block;
    border: 0;
  }

  /* Views Styling */
  /* make slideshow responsive */
  /*will briefly overlap with content below when resizing up until the next transition*/
  /* line 2376, ../sass/styles.scss */
  .views-slideshow-cycle-main-frame,
  .views-slideshow-cycle-main-frame-row,
  .views-slideshow-cycle-main-frame-row-item,
  .views-slideshow-cycle-main-frame-row img {
    margin: auto;
    width: 100%;
  }

  /* line 2385, ../sass/styles.scss */
  .views_slideshow_cycle_main .field-content {
    max-width: 100%;
    width: 100%;
  }

  /* line 2389, ../sass/styles.scss */
  .views_slideshow_cycle_main .field-content img {
    height: 100%;
    padding: 2px 4px 0 4px;
    width: 100%;
  }

  /* line 2395, ../sass/styles.scss */
  .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row div.views-slideshow-cycle-main-frame-row-item div.field div.field-items div.field-item a img {
    width: 100%;
  }

  /* style the slideshow */
  /* line 2405, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    float: left;
    margin: 5px 8px 0 0;
  }

  /* .views-slideshow-controls-top { background:#666; } */
  /* line 2408, ../sass/styles.scss */
  .views-slideshow-controls-top .views-slideshow-pager-field-item {
    float: left;
    margin: 0 20px 10px 0;
  }

  /* line 2410, ../sass/styles.scss */
  .views-content-field-slide-image img {
    -moz-box-shadow: 0px 0px 10px #7c7373;
    -webkit-box-shadow: 0px 0px 10px #7c7373;
    box-shadow: 0px 0px 10px #7c7373;
  }

  /* line 2416, ../sass/styles.scss */
  .views-slideshow-cycle-main-frame-row-item .field-name-field-slide-image {
    margin: 20px 0;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(124, 115, 115, 0.95);
  }

  /* line 2422, ../sass/styles.scss */
  .views_slideshow_cycle_main .views-slideshow-cycle-main-frame
  .views-slideshow-cycle-main-frame-row div.views-slideshow-cycle-main-frame-row-item div.field {
    margin: 0;
    padding: 5px;
  }

  /* line 2428, ../sass/styles.scss */
  .slideshow-feature-body {
    font-size: 0.9em;
    color: #fff;
    position: relative;
    min-height: 25px;
    width: 100%;
    bottom: 25px;
    z-index: 10;
    background: #575637;
  }

  /* line 2439, ../sass/styles.scss */
  .slideshow-feature-body div {
    padding-left: 20px;
  }

  /* line 2443, ../sass/styles.scss */
  #content .slideshow-feature-body a {
    color: #fff;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 880px) {
  /* line 2449, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-previous, .views-slideshow-controls-bottom .views-slideshow-controls-text-pause, .views-slideshow-controls-bottom .views-slideshow-controls-text-play, .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
    width: 20px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 881px) {
  /* line 2458, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-previous, .views-slideshow-controls-bottom .views-slideshow-controls-text-pause, .views-slideshow-controls-bottom .views-slideshow-controls-text-play, .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
    width: 40px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2468, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-previous, .views-slideshow-controls-bottom .views-slideshow-controls-text-pause, .views-slideshow-controls-bottom .views-slideshow-controls-text-play, .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
    display: inline-block;
    float: left;
    width: 32%;
  }
  /* line 2475, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
    content: "\f04c";
    font: normal normal normal 14px/1 FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
  }
  /* line 2493, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a, .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a.visited {
    color: transparent;
  }
  /* line 2497, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a, .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a.visited {
    color: transparent;
  }
  /* line 2503, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
  }

  /* line 2525, ../sass/styles.scss */
  .front .views-slideshow-controls-bottom .views-slideshow-controls-text {
    display: block;
    margin: auto;
    width: 50%;
  }
  /* line 2531, ../sass/styles.scss */
  .front .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before {
    color: #555;
  }
  /* line 2537, ../sass/styles.scss */
  .front .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
    color: #555;
  }

  /* line 2544, ../sass/styles.scss */
  .views-slideshow-controls-top {
    padding-left: 45px;
    padding-top: 5px;
  }

  /* line 2549, ../sass/styles.scss */
  .views-slideshow-controls-top .views-slideshow-controls-text span {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Replace link text with background image */
  /* line 2556, ../sass/styles.scss */
  div.views-slideshow-controls-bottom div#views_slideshow_controls_text_test-block.views-slideshow-controls-text span#views_slideshow_controls_text_previous_test-block.views-slideshow-controls-text-previous a {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -500%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/previous2.png") no-repeat;
    cursor: pointer;
  }

  /* line 2567, ../sass/styles.scss */
  div.views-slideshow-controls-bottom div#views_slideshow_controls_text_test-block.views-slideshow-controls-text span#views_slideshow_controls_text_pause_test-block.views-slideshow-controls-text-status-play a {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -500%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/play2.png") no-repeat;
    cursor: pointer;
  }

  /* line 2578, ../sass/styles.scss */
  div.views-slideshow-controls-bottom div#views_slideshow_controls_text_test-block.views-slideshow-controls-text span#views_slideshow_controls_text_pause_test-block.views-slideshow-controls-text-pause a {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -500%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/pause2.png") no-repeat;
    cursor: pointer;
  }

  /* line 2589, ../sass/styles.scss */
  div.views-slideshow-controls-bottom div#views_slideshow_controls_text_test-block.views-slideshow-controls-text span#views_slideshow_controls_text_next_test-block.views-slideshow-controls-text-next a {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -500%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/next2.png") no-repeat;
    cursor: pointer;
  }

  /* line 2600, ../sass/styles.scss */
  div.region div#block-views-test-block.block div.views-slideshow-controls-bottom
  div#views_slideshow_controls_text_test-block.views-slideshow-controls-text {
    overflow: hidden;
  }

  /* small screens */
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 345px) {
  /* line 2608, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 20px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 346px) and (max-width: 379px) {
  /* line 2614, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 10px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 380px) and (max-width: 459px) {
  /* line 2620, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 38.5px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 460px) and (max-width: 479px) {
  /* line 2626, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 45px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 480px) and (max-width: 519px) {
  /* line 2632, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 55px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 520px) and (max-width: 767px) {
  /* line 2638, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 80px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 768px) and (max-width: 799px) {
  /* line 2644, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 108px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 800px) and (max-width: 889px) {
  /* line 2650, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 45px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 890px) and (max-width: 979px) {
  /* line 2656, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 48px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 320px) and (max-width: 480px) {
  /* line 2664, ../sass/styles.scss */
  .views_slideshow_cycle_main {
    width: 95%;
  }

  /* line 2668, ../sass/styles.scss */
  .slideshow-feature-body {
    font-size: 0.95em;
    color: #fff;
    position: relative;
    min-height: 32px;
    width: 100%;
    /* bottom: 5px; */
    /* right: 3px; */
    z-index: 10;
    background: #515641;
    /* opacity: 0.8; */
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    /* padding: 3px; */
  }

  /* line 2683, ../sass/styles.scss */
  .slideshow-feature-body div {
    padding-left: 10px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 319px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 319px) {
  /*
  .slideshow-feature-body {
  bottom: 20px;
  }
  */
  /* line 2697, ../sass/styles.scss */
  .views_slideshow_cycle_main {
    width: 95%;
  }

  /* line 2701, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 20px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* style the other views */
  /* line 2709, ../sass/styles.scss */
  .view-homepage-featured-image-links .views-field-field-link-text {
    /*background:#666;*/
    margin: 10px 5px;
    padding: 5px;
    border: 2px solid silver;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 4em;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 480px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 480px) {
  /* line 2727, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 100%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 481px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 481px) {
  /* line 2735, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 45%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2742, ../sass/styles.scss */
  .view-homepage-image-links .views-row {
    clear: both;
    display: inline-block;
    float: left;
  }
  /* line 2748, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    float: left;
    margin-left: 20px;
  }
  /* line 2753, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    padding-top: 5px;
    float: left;
  }
  /* line 2759, ../sass/styles.scss */
  .view-homepage-image-links a:link, .view-homepage-image-links a:visited, .view-homepage-image-links a:hover, .view-homepage-image-links a:active {
    color: #000 !important;
  }
  /* line 2763, ../sass/styles.scss */
  .view-homepage-image-links .imglinks {
    float: left;
    padding-right: 20px;
  }

  /* line 2770, ../sass/styles.scss */
  div#content_bottom div.content_2_right div.region div.block {
    margin-bottom: 0em;
  }

  /* line 2775, ../sass/styles.scss */
  #content .view-homepage-featured-image-links div.hp_featured_title a {
    font-weight: bold;
    color: #000;
  }
  /* line 2780, ../sass/styles.scss */
  #content .hp_featured_title_desc a {
    color: #000;
  }

  /* line 2787, ../sass/styles.scss */
  #social_icons {
    /*background:#666;*/
    margin: 0 10px;
    padding: 5px;
    border: 2px solid silver;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /* line 2804, ../sass/styles.scss */
  #social_icons div#connections {
    float: left;
    padding-top: 5px;
    font-weight: bold;
  }

  /* line 2809, ../sass/styles.scss */
  #social_icons span#conxicons {
    vertical-align: middle;
  }

  /* line 2813, ../sass/styles.scss */
  div.content_2_left div.region div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid {
    /*margin-top: 0;*/
    border-collapse: separate;
    border-spacing: 20px 10px;
    width: 100%;
  }

  /* line 2820, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div {
    float: left;
  }

  /* line 2824, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div.homepage_image_links {
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
    width: 170px;
    white-space: pre;
    /* CSS 2.0 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3.0 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -hp-pre-wrap;
    /* HP Printers */
    word-wrap: break-word;
    /* IE 5+ */
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 420px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 420px) {
  /* line 2840, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div.homepage_image_links {
    width: auto;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 467px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 467px) {
  /* line 2846, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div.homepage_image_links {
    padding: 0px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 960px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 960px) {
  /* line 2852, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div.homepage_image_links {
    width: 170px;
  }
}
@media screen and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 468px) and (max-width: 799px) {
  /* line 2860, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div.homepage_image_links {
    padding: 0px;
  }

  /* line 2864, ../sass/styles.scss */
  div#block-views-homepage-image-links-block.block div.view div.view-content table.views-view-grid tbody div {
    clear: both;
  }

  /* line 2868, ../sass/styles.scss */
  .views-slideshow-controls-bottom {
    clear: left;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2874, ../sass/styles.scss */
  table.views-view-grid td {
    padding: .1em;
    width: 42%;
  }

  /* line 2879, ../sass/styles.scss */
  .page-lobby-monitor, .page-internal-monitor, .page-lobby-monitor {
    font-size: 1.5em;
    line-height: 1.6em;
  }
  /* line 2884, ../sass/styles.scss */
  .page-lobby-monitor td.views-field, .page-internal-monitor td.views-field, .page-lobby-monitor td.views-field {
    font-size: 100%;
  }

  /* line 2891, ../sass/styles.scss */
  div.view-content table.views-table tbody tr.personnel td.views-field {
    font-size: 82%;
    padding-right: 10px;
  }

  /* line 2898, ../sass/styles.scss */
  div.view-content table.views-table tbody tr td.views-field {
    padding-right: 10px;
    vertical-align: top;
  }

  /*
  * bamboo slideshow overrides
  */
  /* line 2908, ../sass/styles.scss */
  .bamboo-slideshow .bamboo-slideshow-title h2 {
    color: #EAEAEA;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.3em;
    padding: 0 1px 2px 12px;
  }

  /* line 2917, ../sass/styles.scss */
  #flexslider_views_slideshow_main_featured_slideshow-block_2.flexslider_views_slideshow_main div.flex-nav-container div.flexslider ul.flex-direction-nav a {
    color: #fff;
  }

  /* line 2921, ../sass/styles.scss */
  div.view.view-view-subject-term div.view-content div.views-row {
    margin: 1.5em 0;
  }

  /* line 2925, ../sass/styles.scss */
  div.view.view-view-subject-term div.view-content div.field-content p {
    margin: 0px;
  }

  /* line 2929, ../sass/styles.scss */
  .flex-direction-nav li {
    line-height: normal;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 360px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 360px) {
  /* line 2934, ../sass/styles.scss */
  .flex-control-nav {
    display: none;
  }

  /* line 2938, ../sass/styles.scss */
  .view-aglaw-slideshow p {
    font-size: 79%;
  }
  /* line 2941, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    bottom: 0;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 361px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 361px) {
  /* line 2949, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    bottom: 90px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 2959, ../sass/styles.scss */
  .view-aglaw-slideshow .flex-direction-nav a {
    color: #fff !important;
  }
  /* line 2965, ../sass/styles.scss */
  .view-aglaw-slideshow .views-field-body {
    height: 0;
  }
  /* line 2969, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    height: 90px;
    position: relative;
    width: 100%;
  }
  /* line 2976, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text h3 {
    margin: 0 0 0 15px;
    color: #fff;
    padding-top: 15px;
  }
  /* line 2981, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text h3 a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    font-weight: bold;
  }
  /* line 2988, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text h3 a:visited {
    color: #fff !important;
  }
  /* line 2992, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text p {
    margin: 0 0 0 15px;
    color: #fff;
  }

  /* line 2999, ../sass/styles.scss */
  .nalr-right-side {
    background: #fff none repeat scroll 0 0;
  }
  /* line 3002, ../sass/styles.scss */
  .nalr-right-side .nalr-right-side-inner {
    padding: 0 3%;
  }
  /* line 3006, ../sass/styles.scss */
  .nalr-right-side .subject-title {
    padding-bottom: 3%;
  }

  /* line 3012, ../sass/styles.scss */
  .panel-pane {
    display: block;
    clear: both;
    margin-bottom: 3%;
  }
  /* line 3016, ../sass/styles.scss */
  .panel-pane h1 {
    margin-top: 0;
  }

  /* line 3023, ../sass/styles.scss */
  .pane-page-breadcrumb, .infocenter-socialmedia {
    clear: none;
  }

  /* line 3027, ../sass/styles.scss */
  .panel-pane.pane-1 {
    margin-bottom: 0 !important;
  }

  /* line 3031, ../sass/styles.scss */
  .nalr-menu-left ul li {
    border-top: .01em solid #9e9c97;
  }

  /* line 3035, ../sass/styles.scss */
  .nalr-menu-left ul li.first {
    border-top: none;
  }

  /* line 3039, ../sass/styles.scss */
  ul.menu {
    padding: 0;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 768px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 768px) {
  /* line 3048, ../sass/styles.scss */
  .nalr-3col-brick .nalr-menu-left .disclaimer, .nalr-3col-brick .left_side_24 .disclaimer, .nalr-3col24-38-38 .nalr-menu-left .disclaimer, .nalr-3col24-38-38 .left_side_24 .disclaimer {
    position: relative;
    width: 100%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 769px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 769px) {
  /* line 3059, ../sass/styles.scss */
  .nalr-3col-brick .nalr-menu-left .disclaimer, .nalr-3col-brick .left_side_24 .disclaimer, .nalr-3col24-38-38 .nalr-menu-left .disclaimer, .nalr-3col24-38-38 .left_side_24 .disclaimer {
    position: absolute;
    width: 20%;
    height: 150px;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* This CSS is for menus that have <nolink> Titles before the menu */
  /* line 3070, ../sass/styles.scss */
  #menu-topics li.is-expanded ul {
    display: block;
  }
  /* line 3074, ../sass/styles.scss */
  #menu-topics li.is-expanded:before {
    content: none;
  }

  /* line 3080, ../sass/styles.scss */
  ul.menu > li.is-expanded > ul {
    display: none;
  }

  /* line 3084, ../sass/styles.scss */
  ul.menu > li.expanded-children > ul {
    display: block;
  }

  /* line 3089, ../sass/styles.scss */
  li.is-expanded > a,
  li.expanded-children > a,
  li.is-leaf > a,
  li.expanded-children ul li > a,
  li.menu__item a {
    padding: 15px 0;
  }

  /* line 3097, ../sass/styles.scss */
  span.menu__link.nolink {
    padding: 15px 0 15px 10px;
    display: inline-block;
  }

  /* line 3101, ../sass/styles.scss */
  ul.menu > li.is-expanded:before {
    content: "\f055";
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 1.4em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    float: right;
    padding: 15px 8px 0 0;
  }

  /* line 3123, ../sass/styles.scss */
  .is-expanded ul li a, .expanded-children ul li a,
  .is-expanded ul li ul li a, .expanded-children ul li ul li a {
    padding: 15px 10px;
  }

  /* line 3129, ../sass/styles.scss */
  ul.menu li.expanded-children:before {
    content: "\f056";
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 1.4em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    float: right;
    padding: 15px 8px 0 0;
  }

  /* line 3152, ../sass/styles.scss */
  .menu-block-wrapper,
  .nal-menu,
  .region-sidebar-first .block-menu,
  .menu-block-wrapper ul,
  .nal-menu ul,
  .region-sidebar-first .block-menu ul,
  .menu-block-wrapper li,
  .nal-menu li,
  .region-sidebar-first .block-menu li,
  .menu-block-wrapper a,
  .nal-menu a,
  .region-sidebar-first .block-menu a {
    border: 0;
    list-style: none !important;
    /*Fix this.  Should not need important */
    font-weight: normal;
    text-decoration: none;
  }

  /* line 3171, ../sass/styles.scss */
  .sidebar-first .breadcrumb {
    margin-top: 2%;
  }

  /* line 3175, ../sass/styles.scss */
  .menu-block-wrapper a {
    line-height: 1.3;
    margin: 0;
    font-size: 85%;
    text-transform: upper;
  }

  /* line 3182, ../sass/styles.scss */
  .menu-block-wrapper, .region-sidebar-first .block-menu {
    width: 100%;
    line-height: 1.3;
  }
  /* line 3183, ../sass/styles.scss */
  .menu-block-wrapper ul li, .region-sidebar-first .block-menu ul li {
    border-top: .01em solid #9e9c97;
  }
  /* line 3187, ../sass/styles.scss */
  .menu-block-wrapper ul li.first, .region-sidebar-first .block-menu ul li.first {
    border-top: none;
  }

  /* line 3196, ../sass/styles.scss */
  .menu-block-wrapper > ul > li > a, .menu-block-wrapper > ul > li > a:visited,
  .region-sidebar-first .block-menu > ul > li > a, .region-sidebar-first .block-menu > ul > li > a:visited {
    display: block;
    color: #0D233C;
    margin-left: 10px;
  }

  /* line 3203, ../sass/styles.scss */
  .menu-block-wrapper > ul > li > ul > li > a,
  .menu-block-wrapper > ul > li > ul > li > a:visited,
  .region-sidebar-first .block-menu > ul > li > ul > li > a,
  .region-sidebar-first .block-menu > ul > li > ul > li > a:visited,
  .nalr-menu-left .menu > li > ul > li a {
    display: block;
    color: #0d233c;
    margin-left: 35px;
  }

  /* line 3213, ../sass/styles.scss */
  .menu-block-wrapper > ul > li > ul > li > ul > li a,
  .menu-block-wrapper > ul > li > ul > li > ul > li a:visited,
  .region-sidebar-first .block-menu > ul > li > ul > li > ul > li a,
  .region-sidebar-first .block-menu > ul > li > ul > li > ul > li a:visited {
    display: block;
    color: #0d233c;
    margin-left: 50px;
  }

  /* line 3223, ../sass/styles.scss */
  .menu-block-wrapper > ul > li > ul > li,
  .region-sidebar-first .block-menu > ul > li > ul > li {
    background: #ffffe3;
  }

  /* line 3228, ../sass/styles.scss */
  .menu-block-wrapper > ul > li > a:hover,
  .region-sidebar-first .block-menu > ul > li > a:hover {
    text-decoration: none;
  }

  /* line 3232, ../sass/styles.scss */
  .menu-block-wrapper > ul > li.active,
  .region-sidebar-first .block-menu > ul > li.active {
    border-bottom: none;
  }

  /* line 3240, ../sass/styles.scss */
  .nalr-3col-brick .panel-2col .panel-col-last, .nalr-3col24-38-38 .panel-2col .panel-col-last {
    border-left: 2px solid #D0D0D0;
  }
  /* line 3247, ../sass/styles.scss */
  .nalr-3col-brick .nalr-menu-left .menu li, .nalr-3col-brick .left_side_24 .menu li, .nalr-3col24-38-38 .nalr-menu-left .menu li, .nalr-3col24-38-38 .left_side_24 .menu li {
    list-style-type: none;
  }
  /* line 3252, ../sass/styles.scss */
  .nalr-3col-brick .nalr-menu-left .disclaimer, .nalr-3col-brick .left_side_24 .disclaimer, .nalr-3col24-38-38 .nalr-menu-left .disclaimer, .nalr-3col24-38-38 .left_side_24 .disclaimer {
    bottom: 0;
    left: 0;
    padding: 2%;
  }
  /* line 3257, ../sass/styles.scss */
  .nalr-3col-brick .nalr-menu-left .disclaimer h2, .nalr-3col-brick .left_side_24 .disclaimer h2, .nalr-3col24-38-38 .nalr-menu-left .disclaimer h2, .nalr-3col24-38-38 .left_side_24 .disclaimer h2 {
    padding: 0;
    margin-bottom: 0;
    color: #8C2E08;
    line-height: 0;
    font-size: 100%;
  }
  /* line 3265, ../sass/styles.scss */
  .nalr-3col-brick .nalr-menu-left .disclaimer p, .nalr-3col-brick .left_side_24 .disclaimer p, .nalr-3col24-38-38 .nalr-menu-left .disclaimer p, .nalr-3col24-38-38 .left_side_24 .disclaimer p {
    border-left: 4px solid #d0d0d0;
    padding-left: 15px;
    font-size: 80%;
    font-weight: bold;
    color: #808080;
  }
  /* line 3277, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .panel-panel, .nalr-3col-brick .middle_38 .panel-panel, .nalr-3col-brick .right_side_38 .panel-panel, .nalr-3col24-38-38 .nalr-right-side .panel-panel, .nalr-3col24-38-38 .middle_38 .panel-panel, .nalr-3col24-38-38 .right_side_38 .panel-panel {
    padding-top: 1%;
  }
  /* line 3282, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .nalr_right_above, .nalr-3col-brick .nalr-right-side .nalr_right_below, .nalr-3col-brick .middle_38 .nalr_right_above, .nalr-3col-brick .middle_38 .nalr_right_below, .nalr-3col-brick .right_side_38 .nalr_right_above, .nalr-3col-brick .right_side_38 .nalr_right_below, .nalr-3col24-38-38 .nalr-right-side .nalr_right_above, .nalr-3col24-38-38 .nalr-right-side .nalr_right_below, .nalr-3col24-38-38 .middle_38 .nalr_right_above, .nalr-3col24-38-38 .middle_38 .nalr_right_below, .nalr-3col24-38-38 .right_side_38 .nalr_right_above, .nalr-3col24-38-38 .right_side_38 .nalr_right_below {
    padding-left: 2%;
  }
  /* line 3286, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .pane-views-aglaw-slideshow-block, .nalr-3col-brick .middle_38 .pane-views-aglaw-slideshow-block, .nalr-3col-brick .right_side_38 .pane-views-aglaw-slideshow-block, .nalr-3col24-38-38 .nalr-right-side .pane-views-aglaw-slideshow-block, .nalr-3col24-38-38 .middle_38 .pane-views-aglaw-slideshow-block, .nalr-3col24-38-38 .right_side_38 .pane-views-aglaw-slideshow-block {
    padding-left: 0;
  }
  /* line 3290, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .pane-node-body, .nalr-3col-brick .middle_38 .pane-node-body, .nalr-3col-brick .right_side_38 .pane-node-body, .nalr-3col24-38-38 .nalr-right-side .pane-node-body, .nalr-3col24-38-38 .middle_38 .pane-node-body, .nalr-3col24-38-38 .right_side_38 .pane-node-body {
    margin: 0 15px 0 0;
  }
  /* line 3293, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .pane-node-body a, .nalr-3col-brick .middle_38 .pane-node-body a, .nalr-3col-brick .right_side_38 .pane-node-body a, .nalr-3col24-38-38 .nalr-right-side .pane-node-body a, .nalr-3col24-38-38 .middle_38 .pane-node-body a, .nalr-3col24-38-38 .right_side_38 .pane-node-body a {
    color: #2f2eff;
    text-decoration: none;
    border-bottom: 1px solid #2f2eff;
  }
  /* line 3299, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .pane-node-body a:hover, .nalr-3col-brick .nalr-right-side .pane-node-body a:focus, .nalr-3col-brick .middle_38 .pane-node-body a:hover, .nalr-3col-brick .middle_38 .pane-node-body a:focus, .nalr-3col-brick .right_side_38 .pane-node-body a:hover, .nalr-3col-brick .right_side_38 .pane-node-body a:focus, .nalr-3col24-38-38 .nalr-right-side .pane-node-body a:hover, .nalr-3col24-38-38 .nalr-right-side .pane-node-body a:focus, .nalr-3col24-38-38 .middle_38 .pane-node-body a:hover, .nalr-3col24-38-38 .middle_38 .pane-node-body a:focus, .nalr-3col24-38-38 .right_side_38 .pane-node-body a:hover, .nalr-3col24-38-38 .right_side_38 .pane-node-body a:focus {
    color: #8C2e0b;
    text-decoration: none;
    border-bottom: 1px dotted #8C2e0b;
  }
  /* line 3305, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .pane-node-body a:visited, .nalr-3col-brick .middle_38 .pane-node-body a:visited, .nalr-3col-brick .right_side_38 .pane-node-body a:visited, .nalr-3col24-38-38 .nalr-right-side .pane-node-body a:visited, .nalr-3col24-38-38 .middle_38 .pane-node-body a:visited, .nalr-3col24-38-38 .right_side_38 .pane-node-body a:visited {
    color: #836548;
    border-bottom: 1px solid #836548;
  }
  /* line 3311, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side h2.pane-title, .nalr-3col-brick .middle_38 h2.pane-title, .nalr-3col-brick .right_side_38 h2.pane-title, .nalr-3col24-38-38 .nalr-right-side h2.pane-title, .nalr-3col24-38-38 .middle_38 h2.pane-title, .nalr-3col24-38-38 .right_side_38 h2.pane-title {
    color: #8C2E08;
    margin: 0;
  }
  /* line 3317, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .pane-node-field-pathfinder-definition h2.pane-title,
  .nalr-3col-brick .nalr-right-side .pane-node-body h2.pane-title, .nalr-3col-brick .middle_38 .pane-node-field-pathfinder-definition h2.pane-title,
  .nalr-3col-brick .middle_38 .pane-node-body h2.pane-title, .nalr-3col-brick .right_side_38 .pane-node-field-pathfinder-definition h2.pane-title,
  .nalr-3col-brick .right_side_38 .pane-node-body h2.pane-title, .nalr-3col24-38-38 .nalr-right-side .pane-node-field-pathfinder-definition h2.pane-title,
  .nalr-3col24-38-38 .nalr-right-side .pane-node-body h2.pane-title, .nalr-3col24-38-38 .middle_38 .pane-node-field-pathfinder-definition h2.pane-title,
  .nalr-3col24-38-38 .middle_38 .pane-node-body h2.pane-title, .nalr-3col24-38-38 .right_side_38 .pane-node-field-pathfinder-definition h2.pane-title,
  .nalr-3col24-38-38 .right_side_38 .pane-node-body h2.pane-title {
    line-height: 0;
  }
  /* line 3323, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .field, .nalr-3col-brick .middle_38 .field, .nalr-3col-brick .right_side_38 .field, .nalr-3col24-38-38 .nalr-right-side .field, .nalr-3col24-38-38 .middle_38 .field, .nalr-3col24-38-38 .right_side_38 .field {
    width: 100%;
  }
  /* line 3328, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side #landing .field-name-body, .nalr-3col-brick .middle_38 #landing .field-name-body, .nalr-3col-brick .right_side_38 #landing .field-name-body, .nalr-3col24-38-38 .nalr-right-side #landing .field-name-body, .nalr-3col24-38-38 .middle_38 #landing .field-name-body, .nalr-3col24-38-38 .right_side_38 #landing .field-name-body {
    border-left: 5px solid #D0D0D0;
    padding-left: 20px;
  }
  /* line 3332, ../sass/styles.scss */
  .nalr-3col-brick .nalr-right-side .flexslider, .nalr-3col-brick .middle_38 .flexslider, .nalr-3col-brick .right_side_38 .flexslider, .nalr-3col24-38-38 .nalr-right-side .flexslider, .nalr-3col24-38-38 .middle_38 .flexslider, .nalr-3col24-38-38 .right_side_38 .flexslider {
    border: none;
  }

  /* line 3340, ../sass/styles.scss */
  .pane-views-aglaw-whats-new-block {
    padding: 0;
  }
  /* line 3342, ../sass/styles.scss */
  .pane-views-aglaw-whats-new-block h2 {
    border-bottom: 1px solid #8C2E08;
  }

  /* line 3347, ../sass/styles.scss */
  .view-aglaw-whats-new {
    margin: 3% 0;
  }
  /* line 3352, ../sass/styles.scss */
  .view-aglaw-whats-new .views-field-field-tiny-image {
    float: left;
    padding-right: 20px;
    width: 23%;
  }
  /* line 3358, ../sass/styles.scss */
  .view-aglaw-whats-new .views-column {
    width: 100%;
    clear: both;
    padding-bottom: 4%;
    display: inline-block;
  }
  /* line 3366, ../sass/styles.scss */
  .view-aglaw-whats-new h3.field-content {
    margin-bottom: 0;
  }

  /* line 3376, ../sass/styles.scss */
  .view-pathfinder-resources-by-topic h3 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    color: #000;
  }
  /* line 3384, ../sass/styles.scss */
  .view-pathfinder-resources-by-topic .views-field-body p {
    margin: 0 0 1.5em 0;
  }
  /* line 3388, ../sass/styles.scss */
  .view-pathfinder-resources-by-topic .views-row {
    margin-bottom: 15px;
  }

  /* line 3396, ../sass/styles.scss */
  .view-pathfinder-faq .views-field-body {
    font: normal;
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  }
  /* line 3402, ../sass/styles.scss */
  .view-pathfinder-faq h4 {
    margin-bottom: 0;
  }
  /* line 3406, ../sass/styles.scss */
  .view-pathfinder-faq h3 {
    margin: 0 0 0 20px;
    font-weight: normal;
  }
  /* line 3412, ../sass/styles.scss */
  .view-pathfinder-faq p {
    margin: 0 0 1.5em 0;
    font-size: 1.1em;
  }
  /* line 3417, ../sass/styles.scss */
  .view-pathfinder-faq ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 3423, ../sass/styles.scss */
  .view-pathfinder-faq ul li {
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    font-size: .85em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: hand;
    cursor: pointer;
    line-height: 1.5em;
  }
  /* line 3434, ../sass/styles.scss */
  .view-pathfinder-faq ul li .views-field-body ul {
    list-style-type: disc;
    display: block;
  }
  /* line 3437, ../sass/styles.scss */
  .view-pathfinder-faq ul li li {
    display: list-item;
    margin-bottom: 1%;
    font: normal;
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-size: 1.1em;
  }
  /* line 3447, ../sass/styles.scss */
  .view-pathfinder-faq ul li.views-row:before {
    content: "\f054";
    float: left;
    display: block;
    clear: both;
    opacity: 0.5;
  }
  /* line 3456, ../sass/styles.scss */
  .view-pathfinder-faq ul li.views-row {
    margin-bottom: 8px;
    line-height: 24px;
  }
  /* line 3461, ../sass/styles.scss */
  .view-pathfinder-faq ul li.arrow-down:before {
    content: "\f078";
    float: left;
    display: block;
    clear: both;
    opacity: 0.5;
  }
  /* line 3471, ../sass/styles.scss */
  .view-pathfinder-faq .views-field-body {
    margin: 4%;
    line-height: 1.5em;
  }
  /* line 3473, ../sass/styles.scss */
  .view-pathfinder-faq .views-field-body ul {
    list-style-type: circle;
    margin-left: 20px;
  }

  /* line 3482, ../sass/styles.scss */
  .flex-direction-nav a::before {
    height: 100%;
    width: 100%;
  }

  /* line 3489, ../sass/styles.scss */
  .ui-widget-content, .ui-widget-header {
    border: none;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 600px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 600px) {
  /* line 3500, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 0;
  }
  /* line 3510, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav a {
    margin: 3%;
    padding: 10px;
  }

  /* line 3519, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes .ui-tabs-panel {
    width: 98%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 601px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 601px) {
  /* line 3535, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li {
    margin: 0 .02em;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    white-space: normal;
  }
  /* line 3541, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li a {
    padding: 0.1em 1.03em;
    text-align: center;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 3556, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav {
    background: #fff none repeat scroll 0 0;
  }
  /* line 3558, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav a {
    font-size: .85em;
    margin: auto 3%;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  /* line 3566, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li.ui-state-default a {
    color: #0d233c !important;
    white-space: nowrap;
  }
  /* line 3571, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #fff !important;
  }
  /* line 3575, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #0d233c none repeat scroll 0 0;
  }
  /* line 3579, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li {
    background: #d0d0d0 none repeat scroll 0 0;
    height: 35px;
    line-height: 31px;
  }

  /* line 3590, ../sass/styles.scss */
  .front .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #0d233c none repeat scroll 0 0;
  }
  /* line 3593, ../sass/styles.scss */
  .front .ui-tabs .ui-tabs-nav li {
    background: #f4f4da none repeat scroll 0 0;
  }

  /* line 3600, ../sass/styles.scss */
  .not-front .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #0d233c none repeat scroll 0 0;
  }
  /* line 3603, ../sass/styles.scss */
  .not-front .ui-tabs .ui-tabs-nav li {
    background: #d0d0d0 none repeat scroll 0 0;
  }

  /* line 3608, ../sass/styles.scss */
  .ui-corner-all, .ui-corner-top,
  .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
  }

  /* line 3613, ../sass/styles.scss */
  .not-front .ui-tabs .ui-tabs-panel {
    border: 1px solid #d0d0d0;
  }

  /* line 3618, ../sass/styles.scss */
  .ui-tabs-panel a {
    color: #2f2eff;
    text-decoration: none;
    border-bottom: 1px solid #2f2eff;
  }
  /* line 3624, ../sass/styles.scss */
  .ui-tabs-panel a:hover,
  .ui-tabs-panel a:focus {
    color: #8C2e0b;
    text-decoration: none;
    border-bottom: 1px dotted #8C2e0b;
  }
  /* line 3631, ../sass/styles.scss */
  .ui-tabs-panel a:visited {
    color: #836548;
    border-bottom: 1px solid #836548;
  }

  /* line 3639, ../sass/styles.scss */
  .front .ui-tabs .ui-tabs-panel {
    background-color: #0D233C;
  }

  /* line 3645, ../sass/styles.scss */
  .view-pathfinder-related-multimedia .views-field-field-multimedia {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
  }
  /* line 3652, ../sass/styles.scss */
  .view-pathfinder-related-multimedia .views-field-field-multimedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 3665, ../sass/styles.scss */
  .view-pathfinder-related-multimedia .views-field-body .ext {
    display: none;
  }

  /* line 3673, ../sass/styles.scss */
  .view-aglaw-overview, .view-pathfinder-faq, .view-pathfinder-resources-by-topic {
    clear: both;
  }

  /* line 3677, ../sass/styles.scss */
  .quicktabs-tabpage .mediaelement-video {
    padding-top: 80px;
  }

  /* line 3682, ../sass/styles.scss */
  .view-aglaw-definition {
    display: inline-block;
  }

  /* line 3688, ../sass/styles.scss */
  .group-core .nalr-right-side {
    width: 100%;
  }

  /* line 3693, ../sass/styles.scss */
  .faq-content {
    margin: 0 3%;
  }

  /* line 3697, ../sass/styles.scss */
  .quicktabs-tabpage {
    margin-left: 1%;
  }

  /*   Resource Theming */
  /* line 3707, ../sass/styles.scss */
  .view-resources .views-field-field-provider-citation {
    clear: both;
  }
  /* line 3711, ../sass/styles.scss */
  .view-resources .views-field-body {
    clear: both;
  }
  /* line 3715, ../sass/styles.scss */
  .view-resources .views-field-title,
  .view-resources .views-field-field-resource-file-size,
  .view-resources .views-field-field-resource-file-type {
    float: left;
  }
  /* line 3720, ../sass/styles.scss */
  .view-resources .views-field {
    display: block;
  }
  /* line 3724, ../sass/styles.scss */
  .view-resources .views-field p {
    margin: 0;
  }
  /* line 3732, ../sass/styles.scss */
  .view-resources .views-field-field-provider-citation {
    font-style: italic;
  }
  /* line 3736, ../sass/styles.scss */
  .view-resources .views-row {
    margin-bottom: 4%;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 20px;
  }
  /* line 3742, ../sass/styles.scss */
  .view-resources .nolinktitle {
    color: #8C2E0B;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (max-width: 532px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (max-width: 532px) {
  /* line 3749, ../sass/styles.scss */
  .view-whats-new-information-centers .views-column {
    width: 44%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px) and (min-width: 533px), all and (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) and (min-width: 533px) {
  /* line 3757, ../sass/styles.scss */
  .view-whats-new-information-centers .views-column {
    width: 30%;
  }
}
@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* line 3763, ../sass/styles.scss */
  .view-whats-new-information-centers {
    display: inline-block;
    height: 100%;
    margin-bottom: 5%;
    margin-top: 20px;
  }
  /* line 3770, ../sass/styles.scss */
  .view-whats-new-information-centers .views-column {
    float: left;
    height: 250px;
    background-color: #D0D0A7;
    margin: 0 8px 15px 8px;
    margin-bottom: 3%;
  }
  /* line 3778, ../sass/styles.scss */
  .view-whats-new-information-centers .views-field-field-tiny-image {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  /* line 3784, ../sass/styles.scss */
  .view-whats-new-information-centers .views-field-field-tiny-image img {
    height: 160px;
    width: 220px;
  }
  /* line 3792, ../sass/styles.scss */
  .view-whats-new-information-centers .views-field-field-explanation {
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
  }
  /* line 3799, ../sass/styles.scss */
  .view-whats-new-information-centers h3 {
    margin: 0;
    margin: 5px auto;
    text-align: center;
  }

  /* line 3808, ../sass/styles.scss */
  .page-lobby-monitor h1, .page-internal-monitor h1, .page-conferences-and-events h1 {
    padding: 3% 0 0 3% !important;
  }
  /* line 3811, ../sass/styles.scss */
  .page-lobby-monitor .view-Lobby-Monitor, .page-internal-monitor .view-Lobby-Monitor, .page-conferences-and-events .view-Lobby-Monitor {
    padding: 0 3%;
  }
  /* line 3816, ../sass/styles.scss */
  .page-lobby-monitor .view-Lobby-Monitor td.views-field, .page-internal-monitor .view-Lobby-Monitor td.views-field, .page-conferences-and-events .view-Lobby-Monitor td.views-field {
    font-size: 100%;
  }

  /* line 3825, ../sass/styles.scss */
  .page-conferences-and-events .views-column, .page-conferences-and-events .views-row, .page-lobby-monitor .views-column, .page-lobby-monitor .views-row, .page-internal-monitor .views-column, .page-internal-monitor .views-row {
    border-bottom: 1px solid #CCC;
    padding: 3% 0;
  }
  /* line 3830, ../sass/styles.scss */
  .page-conferences-and-events .views-column:last-child, .page-lobby-monitor .views-column:last-child, .page-internal-monitor .views-column:last-child {
    border: none;
  }

  /* line 3835, ../sass/styles.scss */
  .event-linked-title a {
    font-weight: bold;
  }

  /* line 3839, ../sass/styles.scss */
  .outage {
    font-weight: bold;
    color: red;
    padding: 15px;
    border: 1px solid black;
  }

  /* line 3846, ../sass/styles.scss */
  .pane-subject-image-taxonomy {
    margin: 3% 0;
  }

  /* line 3852, ../sass/styles.scss */
  #main .maintenance {
    border-top: solid 5px #8C2E0B;
    padding-top: 30px;
    padding-left: 20px;
    min-height: 300px;
  }

  /* line 3859, ../sass/styles.scss */
  #main .maintenance p {
    font-weight: bold;
  }

  /* line 3863, ../sass/styles.scss */
  .header .maintenance {
    border-bottom: solid 10px #0D233C;
    height: 55px;
  }

  /* line 3870, ../sass/styles.scss */
  .pane-subject-image-taxonomy .subject-image-desc {
    display: block;
  }
  /* line 3872, ../sass/styles.scss */
  .pane-subject-image-taxonomy .subject-image-desc img {
    float: right;
    padding-left: 15px;
  }
  /* line 3877, ../sass/styles.scss */
  .pane-subject-image-taxonomy .subject-image-desc .subject-desc {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
  }
  /* line 3889, ../sass/styles.scss */
  .pane-subject-image-taxonomy .subject-image-nodesc img {
    float: left;
  }

  /* line 3897, ../sass/styles.scss */
  .nal-topics .pane-subject-image-taxonomy {
    display: inline;
    float: right;
  }
  /* line 3902, ../sass/styles.scss */
  .nal-topics .pane-nal-config-subject-resources {
    display: inline;
  }

  /*  EDTR Styling */
  /* line 3909, ../sass/styles.scss */
  .node-type-edtr-opportunity .pane-node-content {
    margin-top: 3%;
  }
  /* line 3912, ../sass/styles.scss */
  .node-type-edtr-opportunity .pane-node-content h3.edtr_label {
    margin-bottom: 0;
  }
  /* line 3916, ../sass/styles.scss */
  .node-type-edtr-opportunity .pane-node-content span.edtr_label {
    font-weight: bold;
  }

  /* line 3928, ../sass/styles.scss */
  .view-EDTR .views-field-title h3 {
    margin-bottom: 0 !important;
  }
  /* line 3931, ../sass/styles.scss */
  .view-EDTR .views-field-title h3 a {
    font-weight: bold !important;
  }
  /* line 3937, ../sass/styles.scss */
  .view-EDTR .field-content {
    display: inline-block;
  }

  /* line 3942, ../sass/styles.scss */
  .views-exposed-form .views-exposed-widget {
    float: left;
    max-width: 100%;
    padding: 3px;
  }

  /* line 3948, ../sass/styles.scss */
  #edtr_backbutton {
    float: right;
    margin: 0 3%;
  }
  /* line 3952, ../sass/styles.scss */
  #edtr_backbutton a.backbutton {
    padding: 8px;
    background: #0d233c;
    color: #fff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #0d233c;
  }

  /* line 3966, ../sass/styles.scss */
  .view-EDTR-TaxonomyView .field-content {
    display: inline-block;
  }
  /* line 3970, ../sass/styles.scss */
  .view-EDTR-TaxonomyView .views-field-title a {
    font-weight: bold;
  }
  /* line 3975, ../sass/styles.scss */
  .view-EDTR-TaxonomyView .views-field-title {
    margin-bottom: 1%;
    margin-top: 2%;
  }
  /* line 3980, ../sass/styles.scss */
  .view-EDTR-TaxonomyView .view-content {
    margin-top: 3%;
  }
  /* line 3984, ../sass/styles.scss */
  .view-EDTR-TaxonomyView .views-row {
    padding-bottom: 2%;
    border-bottom: solid 1px #d0d0d0;
  }

  /* line 3989, ../sass/styles.scss */
  .sidebar-second menu.ul {
    padding: 0;
  }

  /* line 3994, ../sass/styles.scss */
  .sidebar-second #content-inside {
    margin: 3%;
  }

  /* line 3998, ../sass/styles.scss */
  .views-label {
    float: left;
    padding-right: 5px;
  }

  /* line 4003, ../sass/styles.scss */
  .view-EDTR .views-label {
    font-weight: bold;
  }
  /* line 4007, ../sass/styles.scss */
  .view-EDTR .views-row {
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 2%;
  }

  /* line 4015, ../sass/styles.scss */
  .views-exposed-form .description {
    padding-top: 10px;
    font-weight: bold;
  }
  /* line 4020, ../sass/styles.scss */
  .views-exposed-form .subject-image {
    float: right;
    padding-left: 5%;
    padding-bottom: 3%;
  }

  /* line 4031, ../sass/styles.scss */
  .page-taxonomy-term .pane-nal-config-subject-resources .field-name-body p, .page-taxonomy-term .pane-nal-config-subject-resources .field-name-field-provider-citation p {
    margin: 0;
  }
  /* line 4036, ../sass/styles.scss */
  .page-taxonomy-term .pane-nal-config-subject-resources a {
    color: #2f2eff;
    text-decoration: none;
    border-bottom: 1px solid #2f2eff;
  }
  /* line 4042, ../sass/styles.scss */
  .page-taxonomy-term .pane-nal-config-subject-resources a:hover,
  .page-taxonomy-term .pane-nal-config-subject-resources a:focus {
    color: #8C2e0b;
    text-decoration: none;
    border-bottom: 1px dotted #8C2e0b;
  }
  /* line 4049, ../sass/styles.scss */
  .page-taxonomy-term .pane-nal-config-subject-resources a:visited {
    color: #836548;
    border-bottom: 1px solid #836548;
  }

  /* line 4056, ../sass/styles.scss */
  article.node-resource {
    padding: 3% 0;
    border-top: 1px solid #d0d0d0;
  }
  /* line 4060, ../sass/styles.scss */
  article.node-resource .field-name-field-provider-citation {
    font-style: italic;
  }

  /* line 4065, ../sass/styles.scss */
  article.node-resource:first-of-type {
    border-top: none;
  }

  /* line 4069, ../sass/styles.scss */
  article.node-resource > a {
    float: right;
  }

  /* line 4073, ../sass/styles.scss */
  .views-label-field-edtr-state, .views-label-field-edtr-program-url, .views-label-field-edtr-degree-type, .views-label-field-edtr-delivery-mode, .views-label-field-edtr-categories, td.edtr_label {
    clear: left;
    float: left;
    font-weight: bold;
    padding-right: 0.5em;
  }

  /* line 4082, ../sass/styles.scss */
  aside.sidebars .block-views, aside.sidebars .block-block {
    margin: 5% 20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 190px;
    border: 1px solid #d0d0d0;
    padding: 9px;
    display: inline-block;
  }
  /* line 4094, ../sass/styles.scss */
  aside.sidebars .block-views select {
    -webkit-appearance: menulist-button;
    height: 22px;
    width: 100%;
  }

  /* line 4105, ../sass/styles.scss */
  .block-views .views-exposed-form label, .view .views-exposed-form label {
    font-size: 80%;
  }
  /* line 4109, ../sass/styles.scss */
  .block-views .views-exposed-form .description, .view .views-exposed-form .description {
    font-size: 80%;
  }
  /* line 4113, ../sass/styles.scss */
  .block-views button, .block-views input, .block-views textarea, .block-views text, .view button, .view input, .view textarea, .view text {
    max-width: 100%;
  }
  /* line 4121, ../sass/styles.scss */
  .block-views input[type=submit], .view input[type=submit] {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #fff;
    background: #0D233C;
    text-decoration: none;
    margin: 5px 10px;
    border: 1px solid #0D233C;
    padding: 5px;
  }
  /* line 4133, ../sass/styles.scss */
  .block-views .views-submit-button, .view .views-submit-button {
    float: left;
  }

  /* line 4141, ../sass/styles.scss */
  #block-views-exp-edtr-page p {
    text-align: center;
  }
  /* line 4145, ../sass/styles.scss */
  #block-views-exp-edtr-page h2 {
    margin-bottom: 3%;
  }

  /* line 4150, ../sass/styles.scss */
  .flex-control-paging li a.flex-active {
    background: #fff;
  }

  /* line 4158, ../sass/styles.scss */
  h3.nolink {
    margin-left: 10px;
  }
}
/* line 4165, ../sass/styles.scss */
h3.nolink {
  margin-left: 10px;
}

/* line 4170, ../sass/styles.scss */
.view-info-center-event .ui-widget-content a, .view-news .ui-widget-content a {
  color: #8C2E0B;
}
/* line 4174, ../sass/styles.scss */
.view-info-center-event .views-label, .view-news .views-label {
  float: left;
  padding-right: 10px;
}
/* line 4180, ../sass/styles.scss */
.view-info-center-event .views-row, .view-news .views-row {
  border-bottom: 1px solid #8C2E0B;
  padding: 2% 0;
}
/* line 4186, ../sass/styles.scss */
.view-info-center-event .views-row-last, .view-news .views-row-last {
  border-bottom: none;
}

/* line 4193, ../sass/styles.scss */
#edit-field-cfda-federal-agency-value-1-wrapper {
  width: 300px;
}

/* line 4197, ../sass/styles.scss */
iframe.elsevier-rss-portlet-frame {
  width: 100% !important;
}

/* line 4202, ../sass/styles.scss */
#biblio-node,
.view-biblio-views {
  margin: 20px;
}

/* line 4206, ../sass/styles.scss */
.view-biblio-views .views-row {
  margin-bottom: 15px;
  border-bottom: solid 1px darkred;
  padding-bottom: 15px;
}

/* line 4213, ../sass/styles.scss */
.view-biblio-views .views-label-term-node-tid,
.view-biblio-views .views-field-field-pubag-id,
.view-biblio-views .views-field-field-pubag-id .field-content {
  display: inline;
  float: left;
}

/* line 4222, ../sass/styles.scss */
.page-biblio h1.page__title {
  margin: 15px;
}
/* line 4225, ../sass/styles.scss */
.page-biblio #content {
  border-top: solid 5px darkred;
}
/* line 4228, ../sass/styles.scss */
.page-biblio .biblio-help {
  width: 70%;
  background-color: lightyellow;
  padding: 10px;
  border: solid 1px #ccc;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* line 4240, ../sass/styles.scss */
.view-expert-node-references.view-display-id-multimedia_pane td {
  vertical-align: top;
}

/* line 4244, ../sass/styles.scss */
.view-expert-node-references.view-display-id-multimedia_pane td {
  width: 100%;
  padding: 3%;
}

/* line 4248, ../sass/styles.scss */
.view-expert-node-references.view-display-id-multimedia_pane .file-video {
  text-align: center;
}

/* line 4251, ../sass/styles.scss */
#content .view-expert-node-references h2 {
  border-width: 2px 0;
  border-style: solid;
  border-color: #8C2E0B;
  margin: 1em 0;
  padding: 10px 6px;
}

/* line 4261, ../sass/styles.scss */
.view-expert-node-references .views-field-field-publication-category {
  font-style: italic;
  margin-top: 10px;
}
/* line 4266, ../sass/styles.scss */
.view-expert-node-references .file-video {
  position: relative;
}
/* line 4270, ../sass/styles.scss */
.view-expert-node-references .file-video > .content {
  padding-top: 60%;
  display: block;
}
/* line 4275, ../sass/styles.scss */
.view-expert-node-references iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 4283, ../sass/styles.scss */
.view-expert-node-references .views-column {
  padding-bottom: 3%;
}

/* line 4288, ../sass/styles.scss */
.nal-conferences {
  padding: 20px;
}

/* line 4291, ../sass/styles.scss */
.nal-conferences img {
  max-width: 200px;
}

/* line 4296, ../sass/styles.scss */
.page-sitemap .site-map-box-menu {
  padding: 0 3%;
}
/* line 4300, ../sass/styles.scss */
.page-sitemap #page-title {
  padding-left: 3%;
}

/* line 4305, ../sass/styles.scss */
.responsive-menu li, .responsive-menu.inline li {
  padding: 5px 0px;
}

/* line 4308, ../sass/styles.scss */
.menu-toggle .toggle-help {
  float: left;
}
