   /**
* @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: 96%;
  }
}
/**
 * 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;
}

/**
 * Menus.
 */
/* line 465, ../sass/components/_misc.scss */
#content .menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 472, ../sass/components/_misc.scss */
#content .menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 479, ../sass/components/_misc.scss */
#content .menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. 
.menu a.active {
  color: #000;
}
*/
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 498, ../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 510, ../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 538, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

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

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

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

/* line 600, ../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 606, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

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

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

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

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

/* line 650, ../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 655, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

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

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

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

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

/* Center checkboxes inside table cell. */
/* line 701, ../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 707, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 729, ../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 738, ../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 745, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 781, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 784, ../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 790, ../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%;
}

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

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

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

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

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

/* line 69, ../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 84, ../sass/styles.scss */
#page {
  margin-top: 5px;
  background: transparent;
}

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

/* line 102, ../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 110, ../sass/styles.scss */
.sidebar-first #content-inside {
  float: left;
  background: transparent;
  display: table;
  width: 100%;
}

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

/* line 125, ../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 135, ../sass/styles.scss */
.warning-header {
  text-align: center;
}

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

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

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

/* The name of the website. */
/* line 160, ../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 171, ../sass/styles.scss */
.header__site-link:link, .header__site-link:visited {
  /* color: #5C5C5C; */
  text-decoration: none;
}

/* The slogan (or tagline) of a website. */
/* line 180, ../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 188, ../sass/styles.scss */
.header__site-slogan:link {
  color: #000;
  text-decoration: none;
}

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

/* header site slogan */
/* line 200, ../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 208, ../sass/styles.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

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

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

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

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

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

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

  /* line 248, ../sass/styles.scss */
  .front .panel-2col-bricks .panel-col-last {
    width: 100%;
  }
}
/* line 254, ../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 267, ../sass/styles.scss */
#content a {
  text-decoration: none;
}

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

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

/* line 285, ../sass/styles.scss */
#content .nalr-right-side a {
  color: #8C2E0B;
  text-decoration: none;
}

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

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

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

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

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

/*  End Addition 19 Feb 2014 - KAH */
/* line 317, ../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 325, ../sass/styles.scss */
#content a:hover, a:focus {
  text-decoration: underline;
}

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

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

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

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

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

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

/* line 361, ../sass/styles.scss */
.one-sidebar.sidebar-first #main, .two-sidebars #main, .one-sidebar.sidebar-second #main {
  display: table;
  table-layout: fixed;
}
/* line 365, ../sass/styles.scss */
.one-sidebar.sidebar-first #content, .two-sidebars #content, .one-sidebar.sidebar-second #content {
  display: table-cell;
  float: left;
  padding: 0;
}

/* line 374, ../sass/styles.scss */
.page-views .view {
  padding: 3%;
}

/* line 380, ../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 388, ../sass/styles.scss */
  #content {
    margin: 1%;
  }
}
/* line 398, ../sass/styles.scss */
.group-aglaw .view-pathfinder-resources-by-topic .views-field-body {
  display: none;
}

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

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

  /* line 418, ../sass/styles.scss */
  .pane-page-breadcrumb {
    width: 100%;
  }
}
@media all and (min-width: 580px) {
  /* line 427, ../sass/styles.scss */
  #info-center-landing #socialmedia {
    text-align: right;
    width: 30%;
    float: right;
  }
  /* line 433, ../sass/styles.scss */
  #info-center-landing .pane-page-breadcrumb {
    width: 70%;
  }
}
/* line 440, ../sass/styles.scss */
#info-center-heading {
  background-color: #8C2E0B;
  height: 32px;
  position: relative;
  display: block;
  height: 36px;
}
/* line 448, ../sass/styles.scss */
#info-center-heading #usasearch > form {
  width: 258px;
}
/* line 452, ../sass/styles.scss */
#info-center-heading input[type=text] {
  color: #767676;
  padding-left: 5px;
}
/* line 457, ../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 472, ../sass/styles.scss */
#info-center-heading #info-header {
  float: left;
  padding: 8px;
}
/* line 477, ../sass/styles.scss */
#info-center-heading #search_block_form {
  padding: 0 10px 0 0;
}
/* line 481, ../sass/styles.scss */
#info-center-heading .usagov-search-autocomplete {
  width: 250px;
  height: 28px;
  margin-top: 3px;
  vertical-align: top;
}
/* line 488, ../sass/styles.scss */
#info-center-heading input#agsearch {
  position: absolute;
  top: 5px;
  right: 10px;
}
/* line 495, ../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 509, ../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 521, ../sass/styles.scss */
#info-center-heading a {
  text-decoration: none;
  color: #fff;
}
/* line 525, ../sass/styles.scss */
#info-center-heading li {
  color: #fff;
}
/* line 527, ../sass/styles.scss */
#info-center-heading li a {
  color: #fff !important;
}

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

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

/* line 558, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center {
  background: #0d233c none repeat scroll 0 0;
  display: block;
  padding-top: 3px;
}
/* line 564, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center .views-slideshow-controls-text-pause-processed a, #info-center-landing .view-slideshow-information-center .views-slideshow-controls-text-pause-processed a:visited {
  color: transparent !important;
}
/* line 568, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center .views-field-body {
  display: inline-block;
  float: left;
  width: 25%;
}
/* line 573, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center .views-field-body .field-content {
  padding: 0 3px;
}
/* line 580, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center a, #info-center-landing .view-slideshow-information-center a:visited {
  color: #fff;
}
/* line 585, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center .views-slideshow-slide-counter {
  position: absolute;
  right: 143px;
  color: #fff;
  bottom: 10px;
}
/* line 592, ../sass/styles.scss */
#info-center-landing .view-slideshow-information-center .views-slideshow-controls-text {
  position: absolute;
  right: -58px;
  bottom: -10px;
}
/* line 600, ../sass/styles.scss */
#info-center-landing #slideshow-text {
  padding: 0 3.5%;
}
/* line 602, ../sass/styles.scss */
#info-center-landing #slideshow-text a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* line 609, ../sass/styles.scss */
#info-center-landing #slideshow-text p {
  color: #fff;
}
/* line 614, ../sass/styles.scss */
#info-center-landing .flex-control-nav {
  z-index: 10;
  right: 0;
  width: 25%;
  bottom: 20px;
}

/* line 624, ../sass/styles.scss */
.views-field-field-slide-image {
  width: 74%;
  display: inline-block;
  float: left;
}

@media all and (max-width: 650px) {
  /* line 631, ../sass/styles.scss */
  .flex-control-nav {
    position: relative;
    margin-top: 17px;
  }

  /* line 635, ../sass/styles.scss */
  .flexslider {
    background: #0d233c none repeat scroll 0 0;
  }

  /* line 639, ../sass/styles.scss */
  #info-center-landing .views-field-field-slide-image {
    width: 100%;
  }
  /* line 643, ../sass/styles.scss */
  #info-center-landing .view-slideshow-information-center .views-field-body {
    display: inline-block;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background: #0d233c none repeat scroll 0 0;
  }
}
@media all and (min-width: 651px) {
  /* line 661, ../sass/styles.scss */
  #info-center-landing .view-slideshow-information-center .views-field-body {
    display: block;
    height: 100%;
    width: 26%;
  }
}
/* line 671, ../sass/styles.scss */
.group-aglaw .breadcrumb {
  margin-left: 0 !important;
}

/* line 676, ../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 680, ../sass/styles.scss */
.breadcrumb ol {
  padding: 10px 0 0 0;
}
/* line 683, ../sass/styles.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

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

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

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

/* line 711, ../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 720, ../sass/styles.scss */
h2.block-title {
  padding-top: 10px;
}

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

/*
 * Navigation bar
 */
/* clip skip link for screen readers */
/* line 737, ../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 744, ../sass/styles.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 748, ../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 757, ../sass/styles.scss */
#navigation #main-menu .column {
  padding: 0.5em 0.5em 0;
}

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

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

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

/* line 772, ../sass/styles.scss */
nav[role="full-horizontal"] {
  margin: 0;
  width: 95%;
}
/* line 776, ../sass/styles.scss */
nav[role="full-horizontal"] ul {
  width: 95%;
  list-style: none;
}
/* line 779, ../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 796, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
}
/* line 802, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:last-child:after {
  margin-right: 0;
}
/* line 805, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover {
  color: #484a50;
  border-bottom-color: #e7dfb1;
}
/* line 807, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover > a {
  color: #e7dfb1;
  /* text-decoration:underline; */
}
/* line 812, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover > ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
/* line 818, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover .sf-menu ul {
  position: relative !important;
}
/* line 824, ../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 846, ../sass/styles.scss */
  nav[role="full-horizontal"] ul {
    padding: 0;
    width: 100%;
  }
  /* line 850, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li {
    width: 98%;
    /* padding:.45em .25em; */
    /* margin:0 0 .55em 0; */
  }
  /* line 854, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li:after {
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 863, ../sass/styles.scss */
  nav[role="full-horizontal"] {
    margin: 0 6% 0 0;
    padding: 0;
  }
  /* line 867, ../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 869, ../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 878, ../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 890, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li:hover > a {
    border-bottom: none;
  }
}
/*
 * Footer
 */
/* line 903, ../sass/styles.scss */
#footer {
  height: 150px;
  border-top: 6px solid #8C2E0B;
}

/* line 907, ../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 918, ../sass/styles.scss */
#footer-panels-wrapper div.region div.block {
  margin-bottom: 0;
}

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

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

/* line 941, ../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 950, ../sass/styles.scss */
#footer-links ul.footer li:last-child {
  border-right: medium none;
}

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

@media only screen and (max-width: 360px) {
  /* line 966, ../sass/styles.scss */
  #footer-links ul.footer li a {
    display: block;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  /* line 973, ../sass/styles.scss */
  #footer-links .navigation a {
    display: block;
    /* padding: 20px 0 20px 0; */
    background-color: #403F28;
  }
}
/* line 980, ../sass/styles.scss */
#mod-date {
  clear: both;
  padding-right: 10px;
  color: #fff;
  font-size: 0.9em;
}

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

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

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

/* line 1011, ../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 1021, ../sass/styles.scss */
.navigation {
  max-width: none;
  padding: 0;
}

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

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

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

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

@media all and (max-width: 768px) {
  /* line 1055, ../sass/styles.scss */
  #block-superfish-1 {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  /* line 1061, ../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 1073, ../sass/styles.scss */
.sf-hidden {
  display: none;
}

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

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

/* line 1083, ../sass/styles.scss */
#superfish-1 a {
  font: Arial;
  text-decoration: none;
  padding: 10px 15px;
  white-space: nowrap;
}
/* line 1090, ../sass/styles.scss */
#superfish-1 a:active, #superfish-1 a:link, #superfish-1 a:hover, #superfish-1 a:visited {
  color: #fff;
}
/* line 1095, ../sass/styles.scss */
#superfish-1 li ul {
  background-color: #0D233C;
  top: 2em;
}
/* line 1100, ../sass/styles.scss */
#superfish-1 li ul li a {
  padding: 8px 7px;
}

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

  /* line 1115, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    display: none;
  }
}
@media all and (min-width: 580px) {
  /* line 1121, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    display: block;
  }
}
/* line 1126, ../sass/styles.scss */
#block-nal-library-hours-library-hours {
  float: right;
  width: 100%;
  height: 30px;
  padding-right: 10px;
}
/* line 1134, ../sass/styles.scss */
#block-nal-library-hours-library-hours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1139, ../sass/styles.scss */
#block-nal-library-hours-library-hours li {
  color: #0D233C;
  font-weight: bold;
  margin-top: 2px;
  text-align: right;
}
/* line 1149, ../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 1178, ../sass/styles.scss */
  .front .panel-col-first {
    width: 100%;
  }

  /* line 1182, ../sass/styles.scss */
  .front .panel-col-last {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  /* line 1190, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  /* line 1197, ../sass/styles.scss */
  #block-nal-library-hours-library-hours li {
    background: none;
    color: #0d233c;
    text-align: left;
    margin-top: 2px;
    padding-left: 5px;
  }
  /* line 1204, ../sass/styles.scss */
  #block-nal-library-hours-library-hours img {
    display: none;
  }
}
/* line 1212, ../sass/styles.scss */
#center-header {
  text-align: left;
  border-bottom: 3px solid #8C2E0B;
  height: 32px;
  width: 100%;
}
/* line 1219, ../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 1230, ../sass/styles.scss */
  #usasearch {
    float: left;
    padding: 8px;
  }
}
@media all and (min-width: 579px) {
  /* line 1237, ../sass/styles.scss */
  #usasearch {
    float: right;
    padding-right: 14px;
  }
}
/* line 1246, ../sass/styles.scss */
#usasearch .usagov-search-autocomplete {
  width: 250px;
}

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

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

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

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

@media all and (max-width: 360px) {
  /* line 1289, ../sass/styles.scss */
  #social_icons #connections {
    width: 100%;
  }
}
@media all and (max-width: 445px) {
  /* line 1299, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    float: left;
    width: 100%;
    margin: left;
  }
  /* line 1305, ../sass/styles.scss */
  .view-homepage-image-links .imglinks {
    float: left;
    margin-right: 20px;
  }
  /* line 1310, ../sass/styles.scss */
  .view-homepage-image-links .views-row {
    display: block;
    clear: both;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 880px) {
  /* line 1321, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    width: 190px;
  }
}
@media all and (min-width: 521px) and (max-width: 879px) {
  /* line 1330, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    width: 150px;
  }
}
@media all and (max-width: 520px) {
  /* line 1341, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 100%;
    margin-bottom: 3%;
  }
}
/* line 1352, ../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 1359, ../sass/styles.scss */
.panel-2col-bricks {
  padding-bottom: 3%;
}

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

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

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

/* line 1377, ../sass/styles.scss */
#block-menu-menu-footer-menu {
  background-color: #0D233C;
  font-size: 85%;
}
/* line 1381, ../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 1387, ../sass/styles.scss */
#block-menu-menu-footer-menu ul.menu {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
/* line 1394, ../sass/styles.scss */
#block-menu-menu-footer-menu ul.menu li {
  list-style-type: none !important;
}

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

@media all and (min-width: 500px) {
  /* line 1405, ../sass/styles.scss */
  #block-menu-menu-footer-menu {
    padding: 30px;
  }
  /* line 1407, ../sass/styles.scss */
  #block-menu-menu-footer-menu .block-title {
    display: none;
  }
  /* line 1409, ../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 1419, ../sass/styles.scss */
  #block-menu-menu-footer-menu {
    padding: 0;
  }
  /* line 1421, ../sass/styles.scss */
  #block-menu-menu-footer-menu .block-title {
    display: block;
    text-align: center;
    color: #fff;
  }
  /* line 1426, ../sass/styles.scss */
  #block-menu-menu-footer-menu .no-js .block-title {
    display: none;
  }
  /* line 1428, ../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 1439, ../sass/styles.scss */
#block-menu-block-1 {
  border-bottom: 1px solid #948a54;
  border-top: 1px solid #948a54;
  margin-top: 15px;
}

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

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

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

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

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

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

/* line 1493, ../sass/styles.scss */
.grid-regular-size .field-collection-container, .grid-poster-size .field-collection-container {
  border-bottom: none;
}
/* line 1496, ../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 1500, ../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 1504, ../sass/styles.scss */
.grid-regular-size ul.field-collection-view-links, .grid-poster-size ul.field-collection-view-links {
  float: left;
  margin: 0;
}
/* line 1509, ../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 1517, ../sass/styles.scss */
.grid-regular-size .field-collection-view, .grid-poster-size .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
  width: 170px;
}
/* line 1523, ../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 1528, ../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 1532, ../sass/styles.scss */
.grid-regular-size figcaption, .grid-poster-size figcaption {
  display: block;
  caption-side: bottom;
  float: left;
  width: 98%;
  height: 100%;
}
/* line 1540, ../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 1549, ../sass/styles.scss */
.grid-regular-size .field-name-field-subject-image, .grid-poster-size .field-name-field-subject-image {
  width: 100%;
}
/* line 1555, ../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 1564, ../sass/styles.scss */
.google-map {
  float: left;
  width: 50%;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

/* line 1626, ../sass/styles.scss */
.node-article .field-name-field-image {
  float: right;
  padding: 0 20px 20px 20px;
}

@media all and (max-width: 540px) {
  /* line 1635, ../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 (max-width: 768px) {
  /* line 1645, ../sass/styles.scss */
  .view-personnelpub table, .view-personnelpub thead, .view-personnelpub tbody, .view-personnelpub th, .view-personnelpub td, .view-personnelpub tr {
    display: block;
  }
  /* line 1648, ../sass/styles.scss */
  .view-personnelpub thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1654, ../sass/styles.scss */
  .view-personnelpub td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 1661, ../sass/styles.scss */
  .view-personnelpub td:before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 1671, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(1):before {
    content: "Last Name";
  }
  /* line 1672, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(2):before {
    content: "First Name";
  }
  /* line 1673, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(3):before {
    content: "Email";
  }
  /* line 1674, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(4):before {
    content: "Phone";
  }
  /* line 1675, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(5):before {
    content: "Room";
  }
  /* line 1676, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(6):before {
    content: "Division";
  }

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

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

  /* line 1690, ../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 1693, ../sass/styles.scss */
  .view-key-personnel thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1699, ../sass/styles.scss */
  .view-key-personnel td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 1706, ../sass/styles.scss */
  .view-key-personnel td:before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 1716, ../sass/styles.scss */
  .view-key-personnel td:nth-of-type(1):before {
    content: "Name";
  }
  /* line 1717, ../sass/styles.scss */
  .view-key-personnel td:nth-of-type(2):before {
    content: "Phone";
  }
  /* line 1718, ../sass/styles.scss */
  .view-key-personnel td:nth-of-type(3):before {
    content: "Email";
  }

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

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

/* line 1747, ../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 1755, ../sass/styles.scss */
#sub-links li a.active {
  color: #fff;
}
/* line 1757, ../sass/styles.scss */
#sub-links li a {
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  margin: 10px 10px;
}
/* line 1764, ../sass/styles.scss */
#sub-links li a:hover, #sub-links a:focus {
  text-decoration: underline;
}
/* line 1768, ../sass/styles.scss */
#sub-links li a:visited {
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 1774, ../sass/styles.scss */
  #sub-nav-container {
    float: left;
    width: 100%;
    text-align: left;
  }

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

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

  /* line 1789, ../sass/styles.scss */
  #sub-links li a:hover, a:focus {
    text-decoration: underline;
  }
}
/* line 1797, ../sass/styles.scss */
#sub-nav-container #sub-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

/* line 1819, ../sass/styles.scss */
#ask:after {
  content: " A Question ";
}

@media all and (max-width: 861px) {
  /* line 1825, ../sass/styles.scss */
  #visit:after {
    display: none;
  }

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

  /* line 1833, ../sass/styles.scss */
  #ask:after {
    display: none;
  }
}
/* line 1839, ../sass/styles.scss */
#time {
  background-color: #0d233c;
  /*  KAH - Replaced per MAL - 06 Feb 2014  */
  margin-top: 3px;
  color: #fff;
}

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

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

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

/* line 1861, ../sass/styles.scss */
#superfish_timebox span.field-content span {
  float: left;
}

@media all and (min-width: 960px) {
  /* line 1866, ../sass/styles.scss */
  #timebox {
    padding-left: 10px;
  }

  /* line 1870, ../sass/styles.scss */
  #superfish_timebox {
    padding-left: 10px;
  }
}
/* line 1876, ../sass/styles.scss */
#secondary-menu {
  float: right;
  /* LTR */
  font-size: .8em;
}

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

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

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

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

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

/* line 1913, ../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 1925, ../sass/styles.scss */
.topic_links nav a:active {
  background: #B2D281;
}

/* line 1929, ../sass/styles.scss */
.topic_links nav select {
  display: none;
}

@media all and (max-width: 568px) {
  /* line 1934, ../sass/styles.scss */
  .topic_links {
    width: 100%;
  }
}
/*
 * Sidebar Menu
 */
@media all and (max-width: 768px) {
  /* line 1944, ../sass/styles.scss */
  aside.sidebars section.region {
    display: none !important;
  }
}
/* line 1949, ../sass/styles.scss */
aside.sidebars h2 {
  font-size: 0.992em;
  line-height: 1.5em;
}

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

/* line 1959, ../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 1964, ../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 1971, ../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 1980, ../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 1989, ../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 1996, ../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 2008, ../sass/styles.scss */
#quicktabs-homepage_search_boxes {
  margin: 1% 0 0 3%;
}
/* line 2012, ../sass/styles.scss */
#quicktabs-homepage_search_boxes ul.ui-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 2017, ../sass/styles.scss */
#quicktabs-homepage_search_boxes ul.ui-tabs-nav li {
  height: inherit;
}
/* line 2022, ../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 2032, ../sass/styles.scss */
#quicktabs-homepage_search_boxes .form-item {
  margin: 0;
}
/* line 2037, ../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 2043, ../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 2051, ../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 2063, ../sass/styles.scss */
.search-form {
  margin: 0;
}

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

/* line 2079, ../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 2099, ../sass/styles.scss */
#search_wrapper ul.tabs li:hover {
  /* color for hovered tab */
  background-color: #0D233C;
  color: #fff;
}

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

/* line 2111, ../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 2114, ../sass/styles.scss */
.rtools {
  margin: 0 0 0 20px;
  clear: both;
}

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

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

/* line 2128, ../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 2130, ../sass/styles.scss */
#search_wrapper .tab_container h1 {
  color: #000000;
}

/* line 2132, ../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 2152, ../sass/styles.scss */
#search_wrapper .tab_content {
  padding: 10px;
  display: none;
  clear: both;
}

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

/* line 2161, ../sass/styles.scss */
#search_wrapper .tab_drawer_heading {
  display: none;
}

@media all and (max-width: 480px) {
  /* line 2168, ../sass/styles.scss */
  #search_wrapper .tabs {
    display: none;
  }

  /* line 2172, ../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 2188, ../sass/styles.scss */
  #search-box3 input[type="text"], #search-box2 input[type="text"], #search-box input[type="text"] {
    font-size: 80%;
  }

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

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

  /* line 2201, ../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;
  }
}
/* line 2212, ../sass/styles.scss */
div.view view-personnel-edit view-id-personnel_edit {
  font-size: 75%;
}

/* line 2216, ../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 2227, ../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 2236, ../sass/styles.scss */
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}

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

/* line 2246, ../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 2256, ../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 2259, ../sass/styles.scss */
.views-slideshow-controls-top .views-slideshow-pager-field-item {
  float: left;
  margin: 0 20px 10px 0;
}

/* line 2261, ../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 2267, ../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 2273, ../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 2279, ../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 2290, ../sass/styles.scss */
.slideshow-feature-body div {
  padding-left: 20px;
}

/* line 2294, ../sass/styles.scss */
#content .slideshow-feature-body a {
  color: #fff;
}

/* line 2301, ../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: 40px;
}
/* line 2308, ../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 2326, ../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 2330, ../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 2336, ../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 2358, ../sass/styles.scss */
.front .views-slideshow-controls-bottom .views-slideshow-controls-text {
  display: block;
  margin: auto;
  width: 50%;
}
/* line 2364, ../sass/styles.scss */
.front .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before {
  color: #555;
}
/* line 2370, ../sass/styles.scss */
.front .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
  color: #555;
}

/* line 2376, ../sass/styles.scss */
.not-front .views-slideshow-controls-bottom {
  position: relative;
  right: 0px;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
}
/* line 2388, ../sass/styles.scss */
.not-front .views-slideshow-controls-bottom .views-slideshow-controls-text {
  width: 25%;
}
/* line 2392, ../sass/styles.scss */
.not-front .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before {
  color: #fff;
}
/* line 2396, ../sass/styles.scss */
.not-front .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
  color: #fff;
}

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

/* line 2413, ../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 2420, ../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 2431, ../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 2442, ../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 2453, ../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 2464, ../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-width: 345px) {
  /* line 2472, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 20px;
  }
}
@media screen and (min-width: 346px) and (max-width: 379px) {
  /* line 2478, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 33px;
  }
}
@media screen and (min-width: 380px) and (max-width: 459px) {
  /* line 2484, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 38.5px;
  }
}
@media screen and (min-width: 460px) and (max-width: 479px) {
  /* line 2490, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 519px) {
  /* line 2496, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 55px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  /* line 2502, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  /* line 2508, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 108px;
  }
}
@media screen and (min-width: 800px) and (max-width: 889px) {
  /* line 2514, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 45px;
  }
}
@media screen and (min-width: 890px) and (max-width: 979px) {
  /* line 2520, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 48px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 2528, ../sass/styles.scss */
  .views_slideshow_cycle_main {
    width: 95%;
  }

  /* line 2532, ../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 2547, ../sass/styles.scss */
  .slideshow-feature-body div {
    padding-left: 10px;
  }
}
@media (max-width: 319px) {
  /*
  .slideshow-feature-body {
  bottom: 20px;
  }
  */
  /* line 2561, ../sass/styles.scss */
  .views_slideshow_cycle_main {
    width: 95%;
  }

  /* line 2565, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 20px;
  }
}
/* style the other views */
/* line 2573, ../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 (max-width: 480px) {
  /* line 2591, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 100%;
  }
}
@media all and (min-width: 481px) {
  /* line 2599, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 45%;
  }
}
/* line 2606, ../sass/styles.scss */
.view-homepage-image-links .views-row {
  clear: both;
  display: inline-block;
  float: left;
}
/* line 2612, ../sass/styles.scss */
.view-homepage-image-links .views-column {
  float: left;
  margin-left: 20px;
}
/* line 2617, ../sass/styles.scss */
.view-homepage-image-links .homepage_image_links {
  padding-top: 5px;
  float: left;
}
/* line 2623, ../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 2627, ../sass/styles.scss */
.view-homepage-image-links .imglinks {
  float: left;
  padding-right: 20px;
}

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

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

/* line 2651, ../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 2668, ../sass/styles.scss */
#social_icons div#connections {
  float: left;
  padding-top: 5px;
  font-weight: bold;
}

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

/* line 2677, ../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 2684, ../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 2688, ../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 (max-width: 420px) {
  /* line 2704, ../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 (max-width: 467px) {
  /* line 2710, ../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: 960px) {
  /* line 2716, ../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 (min-width: 468px) and (max-width: 799px) {
  /* line 2724, ../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 2728, ../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 2732, ../sass/styles.scss */
  .views-slideshow-controls-bottom {
    overflow: hidden;
    clear: left;
  }
}
/* line 2739, ../sass/styles.scss */
table.views-view-grid td {
  padding: .1em;
  width: 42%;
}

/* line 2746, ../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 2753, ../sass/styles.scss */
div.view-content table.views-table tbody tr.personnel td.views-field {
  font-size: 82%;
  padding-right: 10px;
}

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

/*
* bamboo slideshow overrides
*/
/* line 2770, ../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 2779, ../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 2783, ../sass/styles.scss */
div.view.view-view-subject-term div.view-content div.views-row {
  margin: 1.5em 0;
}

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

/* line 2791, ../sass/styles.scss */
.flex-direction-nav li {
  line-height: normal;
}

@media all and (max-width: 360px) {
  /* line 2796, ../sass/styles.scss */
  .flex-control-nav {
    display: none;
  }

  /* line 2800, ../sass/styles.scss */
  .view-aglaw-slideshow p {
    font-size: 79%;
  }
  /* line 2803, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    bottom: 0;
  }
}
@media all and (min-width: 361px) {
  /* line 2811, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    bottom: 90px;
  }
}
/* line 2821, ../sass/styles.scss */
.view-aglaw-slideshow .flex-direction-nav a {
  color: #fff !important;
}
/* line 2827, ../sass/styles.scss */
.view-aglaw-slideshow .views-field-body {
  height: 0;
}
/* line 2831, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  height: 90px;
  position: relative;
  width: 100%;
}
/* line 2838, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text h3 {
  margin: 0 0 0 15px;
  color: #fff;
  padding-top: 15px;
}
/* line 2843, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text h3 a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  font-weight: bold;
}
/* line 2850, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text h3 a:visited {
  color: #fff !important;
}
/* line 2854, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text p {
  margin: 0 0 0 15px;
  color: #fff;
}

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

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

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

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

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

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

/* line 2901, ../sass/styles.scss */
ul.menu {
  padding: 0;
}

@media all and (max-width: 768px) {
  /* line 2910, ../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) {
  /* line 2921, ../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;
  }
}
/* This CSS is for menus that have <nolink> Titles before the menu */
/* line 2932, ../sass/styles.scss */
#menu-topics li.is-expanded ul {
  display: block;
}
/* line 2936, ../sass/styles.scss */
#menu-topics li.is-expanded:before {
  content: none;
}

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

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

/* line 2951, ../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 2958, ../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 2980, ../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 2986, ../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 3009, ../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 3028, ../sass/styles.scss */
.sidebar-first .breadcrumb {
  margin-top: 2%;
}

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

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

/* line 3053, ../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 3060, ../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 {
  display: block;
  color: #0d233c;
  margin-left: 35px;
}

/* line 3069, ../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 3078, ../sass/styles.scss */
.menu-block-wrapper > ul > li > ul > li,
.region-sidebar-first .block-menu > ul > li > ul > li {
  background: #ffffe3;
}

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

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

/* line 3095, ../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 3102, ../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 3107, ../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 3115, ../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 3127, ../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 3132, ../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 3136, ../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 3140, ../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 3144, ../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 3150, ../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 3156, ../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 3161, ../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 3165, ../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 3173, ../sass/styles.scss */
.pane-views-aglaw-whats-new-block {
  padding: 0;
}
/* line 3175, ../sass/styles.scss */
.pane-views-aglaw-whats-new-block h2 {
  border-bottom: 1px solid #8C2E08;
}

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

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

/* line 3229, ../sass/styles.scss */
.view-pathfinder-faq .views-field-body {
  font: normal;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
/* line 3235, ../sass/styles.scss */
.view-pathfinder-faq h4 {
  margin-bottom: 0;
}
/* line 3239, ../sass/styles.scss */
.view-pathfinder-faq h3 {
  margin: 0 0 0 20px;
  font-weight: normal;
}
/* line 3245, ../sass/styles.scss */
.view-pathfinder-faq p {
  margin: 0 0 1.5em 0;
  font-size: 1.1em;
}
/* line 3250, ../sass/styles.scss */
.view-pathfinder-faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 3256, ../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 3267, ../sass/styles.scss */
.view-pathfinder-faq ul li .views-field-body ul {
  list-style-type: disc;
  display: block;
}
/* line 3270, ../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 3280, ../sass/styles.scss */
.view-pathfinder-faq ul li.views-row:before {
  content: "\f054";
  float: left;
  display: block;
  clear: both;
  opacity: 0.5;
}
/* line 3289, ../sass/styles.scss */
.view-pathfinder-faq ul li.views-row {
  margin-bottom: 8px;
  line-height: 24px;
}
/* line 3294, ../sass/styles.scss */
.view-pathfinder-faq ul li.arrow-down:before {
  content: "\f078";
  float: left;
  display: block;
  clear: both;
  opacity: 0.5;
}
/* line 3304, ../sass/styles.scss */
.view-pathfinder-faq .views-field-body {
  margin: 4%;
  line-height: 1.5em;
}
/* line 3306, ../sass/styles.scss */
.view-pathfinder-faq .views-field-body ul {
  list-style-type: circle;
  margin-left: 20px;
}

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

/* line 3322, ../sass/styles.scss */
.ui-widget-content, .ui-widget-header {
  border: none;
}

@media all and (max-width: 600px) {
  /* line 3333, ../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 3343, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav a {
    margin: 3%;
    padding: 10px;
  }

  /* line 3352, ../sass/styles.scss */
  #quicktabs-homepage_search_boxes .ui-tabs-panel {
    width: 98%;
  }
}
@media all and (min-width: 601px) {
  /* line 3368, ../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 3374, ../sass/styles.scss */
  .ui-tabs .ui-tabs-nav li a {
    padding: 0.1em 1.03em;
    text-align: center;
    text-decoration: none;
  }
}
/* line 3389, ../sass/styles.scss */
.ui-tabs .ui-tabs-nav {
  background: #fff none repeat scroll 0 0;
}
/* line 3391, ../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 3399, ../sass/styles.scss */
.ui-tabs .ui-tabs-nav li.ui-state-default a {
  color: #0d233c !important;
  white-space: nowrap;
}
/* line 3404, ../sass/styles.scss */
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #fff !important;
}
/* line 3408, ../sass/styles.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #0d233c none repeat scroll 0 0;
}
/* line 3412, ../sass/styles.scss */
.ui-tabs .ui-tabs-nav li {
  background: #d0d0d0 none repeat scroll 0 0;
  height: 35px;
  line-height: 31px;
}

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

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

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

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

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

/* line 3458, ../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 3465, ../sass/styles.scss */
.view-pathfinder-related-multimedia .views-field-field-multimedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

/* line 3500, ../sass/styles.scss */
.group-core .nalr-menu-left {
  display: none !important;
  background: none !important;
}
/* line 3505, ../sass/styles.scss */
.group-core .nalr-right-side {
  width: 100%;
}

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

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

/*   Resource Theming */
/* line 3524, ../sass/styles.scss */
.view-resources .views-field-field-provider-citation {
  clear: both;
}
/* line 3528, ../sass/styles.scss */
.view-resources .views-field-body {
  clear: both;
}
/* line 3532, ../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 3537, ../sass/styles.scss */
.view-resources .views-field {
  display: block;
}
/* line 3541, ../sass/styles.scss */
.view-resources .views-field p {
  margin: 0;
}
/* line 3549, ../sass/styles.scss */
.view-resources .views-field-field-provider-citation {
  font-style: italic;
}
/* line 3553, ../sass/styles.scss */
.view-resources .views-row {
  margin-bottom: 4%;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 20px;
}
/* line 3559, ../sass/styles.scss */
.view-resources .nolinktitle {
  color: #8C2E0B;
}

@media all and (max-width: 532px) {
  /* line 3566, ../sass/styles.scss */
  .view-whats-new-information-centers .views-column {
    width: 44%;
  }
}
@media all and (min-width: 533px) {
  /* line 3574, ../sass/styles.scss */
  .view-whats-new-information-centers .views-column {
    width: 30%;
  }
}
/* line 3580, ../sass/styles.scss */
.view-whats-new-information-centers {
  display: inline-block;
  height: 100%;
  margin-bottom: 5%;
  margin-top: 20px;
}
/* line 3587, ../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 3595, ../sass/styles.scss */
.view-whats-new-information-centers .views-field-field-tiny-image {
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* line 3601, ../sass/styles.scss */
.view-whats-new-information-centers .views-field-field-tiny-image img {
  height: 160px;
  width: 220px;
}
/* line 3609, ../sass/styles.scss */
.view-whats-new-information-centers .views-field-field-explanation {
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
}
/* line 3616, ../sass/styles.scss */
.view-whats-new-information-centers h3 {
  margin: 0;
  margin: 5px auto;
  text-align: center;
}

/* line 3626, ../sass/styles.scss */
.page-lobby-monitor h1, .page-internal-monitor h1, .page-conferences-and-events h1 {
  margin: 5%;
}
/* line 3630, ../sass/styles.scss */
.page-lobby-monitor .view-Lobby-Monitor, .page-internal-monitor .view-Lobby-Monitor, .page-conferences-and-events .view-Lobby-Monitor {
  margin: 5%;
}
/* line 3634, ../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 3643, ../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 3648, ../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 3653, ../sass/styles.scss */
.event-linked-title a {
  font-weight: bold;
}

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

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

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

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

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

/* line 3688, ../sass/styles.scss */
.pane-subject-image-taxonomy .subject-image-desc {
  display: block;
}
/* line 3690, ../sass/styles.scss */
.pane-subject-image-taxonomy .subject-image-desc img {
  float: right;
  padding-left: 15px;
}
/* line 3695, ../sass/styles.scss */
.pane-subject-image-taxonomy .subject-image-desc .subject-desc {
  float: left;
}
/* line 3703, ../sass/styles.scss */
.pane-subject-image-taxonomy .subject-image-nodesc img {
  float: left;
}

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

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

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

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

/* line 3761, ../sass/styles.scss */
#edtr_backbutton {
  float: right;
  margin: 0 3%;
}
/* line 3765, ../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 3779, ../sass/styles.scss */
.view-EDTR-TaxonomyView .field-content {
  display: inline-block;
}
/* line 3783, ../sass/styles.scss */
.view-EDTR-TaxonomyView .views-field-title a {
  font-weight: bold;
}
/* line 3788, ../sass/styles.scss */
.view-EDTR-TaxonomyView .views-field-title {
  margin-bottom: 1%;
  margin-top: 2%;
}
/* line 3793, ../sass/styles.scss */
.view-EDTR-TaxonomyView .view-content {
  margin-top: 3%;
}
/* line 3797, ../sass/styles.scss */
.view-EDTR-TaxonomyView .views-row {
  padding-bottom: 2%;
  border-bottom: solid 1px #d0d0d0;
}

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

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

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

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

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

/* line 3844, ../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 3851, ../sass/styles.scss */
article.node-resource {
  padding: 3% 0;
  border-top: 1px solid #d0d0d0;
}
/* line 3855, ../sass/styles.scss */
article.node-resource .field-name-field-provider-citation {
  font-style: italic;
}

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

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

/* line 3868, ../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 3877, ../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 3889, ../sass/styles.scss */
aside.sidebars .block-views select {
  -webkit-appearance: menulist-button;
  height: 22px;
  width: 100%;
}

/* line 3900, ../sass/styles.scss */
.block-views .views-exposed-form label, .view .views-exposed-form label {
  font-size: 80%;
}
/* line 3904, ../sass/styles.scss */
.block-views .views-exposed-form .description, .view .views-exposed-form .description {
  font-size: 80%;
}
/* line 3908, ../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%;
  font-size: 75%;
  height: 22px;
}
/* line 3918, ../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;
}
/* line 3929, ../sass/styles.scss */
.block-views .views-submit-button, .view .views-submit-button {
  float: left;
}

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

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

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

/* line 3959, ../sass/styles.scss */
.page-ric-rural-federal-funding-database h1#page-title {
  padding: 2% 0;
}

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

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

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

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

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

/* line 4010, ../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 4019, ../sass/styles.scss */
.page-biblio h1.page__title {
  margin: 15px;
}
/* line 4022, ../sass/styles.scss */
.page-biblio #content {
  border-top: solid 5px darkred;
}
/* line 4025, ../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 4037, ../sass/styles.scss */
.view-expert-node-references.view-display-id-multimedia_pane td {
  vertical-align: top;
}

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

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

/* line 4048, ../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 4058, ../sass/styles.scss */
.view-expert-node-references .views-field-field-publication-category {
  font-style: italic;
  margin-top: 10px;
}
/* line 4063, ../sass/styles.scss */
.view-expert-node-references .file-video {
  position: relative;
}
/* line 4067, ../sass/styles.scss */
.view-expert-node-references .file-video > .content {
  padding-top: 60%;
  display: block;
}
/* line 4072, ../sass/styles.scss */
.view-expert-node-references iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 4080, ../sass/styles.scss */
.view-expert-node-references .views-column {
  padding-bottom: 3%;
}

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

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