/**
 * @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: 1px solid #666;
  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. */
/* line 322, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 342, ../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 363, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 379, ../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 394, ../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 409, ../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 428, ../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 439, ../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 453, ../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 467, ../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 478, ../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 493, ../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 502, ../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 508, ../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 518, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 532, ../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: 996px;
}

/* 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;
}

/* line 73, ../sass/layouts/_responsive.scss */
.region-sidebar-first,
.region-sidebar-second {
  padding-left: 5px;
}

/*
.main-content_interior{
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 101, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of .main down to make room. */
    /*padding-top: $nav-height;*/
    position: relative;
  }

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

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

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

  /* line 120, ../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 144, ../sass/layouts/_responsive.scss */
  .sidebar-first .breadcrumb, .sidebar-first .page__title {
    padding-left: 10px;
  }
  /* line 148, ../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 153, ../sass/layouts/_responsive.scss */
  .sidebar-first #footer {
    float: left;
    margin: left;
  }

  /*
   * The layout when there is only one sidebar, the right one.
   */
  /* line 165, ../sass/layouts/_responsive.scss */
  .sidebar-second #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 170, ../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 174, ../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 186, ../sass/layouts/_responsive.scss */
  .two-sidebars #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 191, ../sass/layouts/_responsive.scss */
  .two-sidebars #footer {
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 195, ../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 199, ../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 204, ../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 207, ../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 211, ../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 226, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-content {
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 231, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 236, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 242, ../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 249, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 254, ../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 277, ../sass/layouts/_responsive.scss */
  #page, #footer {
    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 284, ../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 289, ../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 299, ../sass/layouts/_responsive.scss */
  .sidebar-first #footer {
    float: left;
    margin-left: 0;
  }
  /* line 304, ../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 314, ../sass/layouts/_responsive.scss */
  .sidebar-second #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 319, ../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 324, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 329, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 335, ../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 341, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 346, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 352, ../sass/layouts/_responsive.scss */
  .sidebar-second #footer {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 356, ../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 367, ../sass/layouts/_responsive.scss */
  .two-sidebars #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 372, ../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 377, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 382, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 388, ../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 394, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 399, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 20%;
    margin-right: -60%;
  }
  /* line 405, ../sass/layouts/_responsive.scss */
  .two-sidebars #footer {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 409, ../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 413, ../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 418, ../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 421, ../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 425, ../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 428, ../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 439, ../sass/layouts/_responsive.scss */
  .no-sidebars {
    /*
     #sub-nav-container {
     @include zen-clear(left);
     @include zen-grid-item(3, 1);
     }
    */
  }
  /* line 448, ../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 453, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 458, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 464, ../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 470, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 475, ../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 490, ../sass/layouts/_responsive.scss */
  #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }

  /* line 495, ../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 503, ../sass/layouts/_responsive.scss */
  #time {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }

  /* line 507, ../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 529, ../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 536, ../sass/layouts/_responsive.scss */
  .sidebar-first #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 541, ../sass/layouts/_responsive.scss */
  .sidebar-first #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 546, ../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 550, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 555, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 560, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 566, ../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 572, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 577, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 583, ../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 594, ../sass/layouts/_responsive.scss */
  .sidebar-second #sub-nav-container {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 599, ../sass/layouts/_responsive.scss */
  .sidebar-second #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 605, ../sass/layouts/_responsive.scss */
  .sidebar-second #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 610, ../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 614, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 619, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 624, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 630, ../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 636, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 641, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_right {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 647, ../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 658, ../sass/layouts/_responsive.scss */
  .two-sidebars .main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 662, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish-main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 666, ../sass/layouts/_responsive.scss */
  .two-sidebars #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 671, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 676, ../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 680, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 684, ../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 690, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 695, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 700, ../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 706, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 20%;
    margin-left: 20%;
    margin-right: -40%;
  }
  /* line 711, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 716, ../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 720, ../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 724, ../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 735, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 739, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish-main-menu {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 743, ../sass/layouts/_responsive.scss */
  .no-sidebars #time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 748, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish_time {
    clear: left;
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 753, ../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 758, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_wide {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    width: 100%;
  }
  /* line 763, ../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 769, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 774, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 779, ../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 786, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 791, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 796, ../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 819, ../sass/layouts/_responsive.scss */
  .sidebar-first #main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 823, ../sass/layouts/_responsive.scss */
  .sidebar-first #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 827, ../sass/layouts/_responsive.scss */
  .sidebar-first #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 831, ../sass/layouts/_responsive.scss */
  .sidebar-first #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 835, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    /* Span 4 columns, starting in 2nd column from left. */
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 839, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 843, ../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 849, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 854, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 859, ../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 869, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 874, ../sass/layouts/_responsive.scss */
  .sidebar-first #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 879, ../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 889, ../sass/layouts/_responsive.scss */
  .sidebar-second #main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 893, ../sass/layouts/_responsive.scss */
  .sidebar-second #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 897, ../sass/layouts/_responsive.scss */
  .sidebar-second #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 901, ../sass/layouts/_responsive.scss */
  .sidebar-second #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 905, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    /* Span 4 columns, starting in 1st column from left. */
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 909, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 913, ../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 919, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 924, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 929, ../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 938, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 943, ../sass/layouts/_responsive.scss */
  .sidebar-second #content_bottom .content_2_right {
    float: left;
    width: 40%;
    margin-left: 40%;
    margin-right: -80%;
  }
  /* line 948, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 5th column from left. */
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 960, ../sass/layouts/_responsive.scss */
  .two-sidebars #main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 964, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 968, ../sass/layouts/_responsive.scss */
  .two-sidebars #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 972, ../sass/layouts/_responsive.scss */
  .two-sidebars #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 976, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    /* Span 3 columns, starting in 2nd column from left. */
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 980, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 984, ../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 990, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 995, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_top .content_1_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 1000, ../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 1009, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: -40%;
  }
  /* line 1014, ../sass/layouts/_responsive.scss */
  .two-sidebars #content_bottom .content_2_right {
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: -60%;
  }
  /* line 1019, ../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 1023, ../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%;
  }

  /*
  * The layout when there are no sidebars.
  */
  /* line 1035, ../sass/layouts/_responsive.scss */
  .no-sidebars .main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1039, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish-main-menu {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1043, ../sass/layouts/_responsive.scss */
  .no-sidebars #time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1047, ../sass/layouts/_responsive.scss */
  .no-sidebars #superfish_time {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1051, ../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 1056, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_wide {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    width: 100%;
  }
  /* line 1061, ../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 1068, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1073, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_top .content_1_right {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1078, ../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 1089, ../sass/layouts/_responsive.scss */
  .no-sidebars #content_bottom .content_2_left {
    clear: left;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 1094, ../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?1440175917');
}

/**
 * @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 */
a {
  color: #8C2E0B;
  font-weight: normal;
}

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

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

/* line 57, ../sass/styles.scss */
body.no-sidebars article {
  margin: 0 3%;
}

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

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

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

/* line 104, ../sass/styles.scss */
.page-node .nalr-menu-left .panel-pane {
  width: 100%;
}

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

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

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

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

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

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

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

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

/* line 200, ../sass/styles.scss */
.region-header {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  background-color: #0D233C;
  height: 32px;
}

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

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

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

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

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

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

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

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

/* line 267, ../sass/styles.scss */
.section-aglaw #content a, .information-center #content a {
  color: #8C2E0B;
  text-decoration: none;
}
/* line 273, ../sass/styles.scss */
.section-aglaw #content .nalr-right-side a:visited,
.section-aglaw #content .middle_38 a:visited, .information-center #content .nalr-right-side a:visited,
.information-center #content .middle_38 a:visited {
  color: #451705;
}

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

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

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

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

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

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

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

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

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

/* line 338, ../sass/styles.scss */
.sidebar-second #content {
  margin-left: 5px;
}

/* line 341, ../sass/styles.scss */
.sidebar-second .region-sidebar-second {
  width: 19%;
}

@media screen and (min-width: 480 px) and (max-width: 815px) {
  /* line 346, ../sass/styles.scss */
  #content {
    margin: 1%;
  }
}
@media all and (max-width: 580px) {
  /* line 356, ../sass/styles.scss */
  #info-center-heading {
    margin-top: 40px;
  }
}
/* line 365, ../sass/styles.scss */
.group-aglaw .view-pathfinder-resources-by-topic .views-field-body {
  display: none;
}

/* line 374, ../sass/styles.scss */
#info-center-landing #socialmedia {
  text-align: right;
}

/* line 381, ../sass/styles.scss */
#info-center-heading {
  background-color: #8C2E0B;
  height: 32px;
  position: relative;
  display: block;
  top: -5px;
}
/* line 390, ../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 402, ../sass/styles.scss */
#info-center-heading a {
  text-decoration: none;
  color: #fff;
}
/* line 406, ../sass/styles.scss */
#info-center-heading li {
  color: #fff;
}
/* line 408, ../sass/styles.scss */
#info-center-heading li a {
  color: #fff !important;
}

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

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

/* line 441, ../sass/styles.scss */
#info-center-landing .views-field-body {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  background: #0d233c none repeat scroll 0 0;
}
/* line 451, ../sass/styles.scss */
#info-center-landing #slideshow-text {
  padding: 0 3.5%;
}
/* line 453, ../sass/styles.scss */
#info-center-landing #slideshow-text a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* line 460, ../sass/styles.scss */
#info-center-landing #slideshow-text p {
  color: #fff;
}
/* line 465, ../sass/styles.scss */
#info-center-landing .flex-control-nav {
  z-index: 10;
  right: 0;
  width: 25%;
  bottom: 20px;
}
/* line 472, ../sass/styles.scss */
#info-center-landing .views-field-field-slide-image {
  width: 75%;
}

/* line 477, ../sass/styles.scss */
.group-aglaw .breadcrumb {
  margin-left: 0 !important;
}

/* line 482, ../sass/styles.scss */
.pane-page-breadcrumb {
  width: 100%;
  float: left;
}

/* line 487, ../sass/styles.scss */
#socialmedia {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

/* line 587, ../sass/styles.scss */
nav[role="full-horizontal"] {
  margin: 0;
  width: 95%;
}
/* line 591, ../sass/styles.scss */
nav[role="full-horizontal"] ul {
  width: 95%;
  list-style: none;
}
/* line 594, ../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 611, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
}
/* line 617, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:last-child:after {
  margin-right: 0;
}
/* line 620, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover {
  color: #484a50;
  border-bottom-color: #e7dfb1;
}
/* line 622, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover > a {
  color: #e7dfb1;
  /* text-decoration:underline; */
}
/* line 627, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover > ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
/* line 633, ../sass/styles.scss */
nav[role="full-horizontal"] ul > li:hover .sf-menu ul {
  position: relative !important;
}
/* line 639, ../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 661, ../sass/styles.scss */
  nav[role="full-horizontal"] ul {
    padding: 0;
    width: 100%;
  }
  /* line 665, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li {
    width: 98%;
    /* padding:.45em .25em; */
    /* margin:0 0 .55em 0; */
  }
  /* line 669, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li:after {
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 678, ../sass/styles.scss */
  nav[role="full-horizontal"] {
    margin: 0 6% 0 0;
    padding: 0;
  }
  /* line 682, ../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 684, ../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 693, ../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 705, ../sass/styles.scss */
  nav[role="full-horizontal"] ul > li:hover > a {
    border-bottom: none;
  }
}
/*
 * Footer
 */
/* line 718, ../sass/styles.scss */
#footer {
  position: absolute;
  height: 150px;
  margin-left: .1%;
}

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

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

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

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

/* line 771, ../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 782, ../sass/styles.scss */
  #footer-links ul.footer li a {
    display: block;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  /* line 789, ../sass/styles.scss */
  #footer-links .navigation a {
    display: block;
    /* padding: 20px 0 20px 0; */
    background-color: #403F28;
  }
}
/* line 796, ../sass/styles.scss */
#mod-date {
  clear: both;
  padding-right: 10px;
  color: #fff;
  font-size: 0.9em;
}

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

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

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

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

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

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

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

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

/* line 870, ../sass/styles.scss */
.sf-hidden {
  display: none;
}

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

@media all and (max-width: 580px) {
  /* line 900, ../sass/styles.scss */
  #superfish-1 {
    display: none;
  }
}
/* line 907, ../sass/styles.scss */
#block-nal-library-hours-library-hours {
  float: right;
  display: block;
  width: 40%;
  height: 30px;
  padding-right: 10px;
}
/* line 916, ../sass/styles.scss */
#block-nal-library-hours-library-hours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 921, ../sass/styles.scss */
#block-nal-library-hours-library-hours li {
  color: #fff;
  margin-top: 2px;
  text-align: right;
}
/* line 930, ../sass/styles.scss */
#block-nal-library-hours-library-hours img {
  margin-bottom: -3px;
}

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

  /* line 942, ../sass/styles.scss */
  .front .panel-col-last {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  /* line 950, ../sass/styles.scss */
  #main {
    margin-top: 6%;
  }

  /* line 953, ../sass/styles.scss */
  #block-nal-library-hours-library-hours {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  /* line 960, ../sass/styles.scss */
  #block-nal-library-hours-library-hours li {
    background: none;
    color: #0d233c;
    text-align: left;
    margin-top: 2px;
    padding-left: 5px;
  }
  /* line 967, ../sass/styles.scss */
  #block-nal-library-hours-library-hours img {
    display: none;
  }

  /* line 974, ../sass/styles.scss */
  .group-aglaw #info-center-heading {
    margin-top: 35px !important;
  }
}
@media all and (max-width: 800px) {
  /* line 979, ../sass/styles.scss */
  #header {
    margin: 0;
  }

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

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

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

@media all and (max-width: 360px) {
  /* line 1014, ../sass/styles.scss */
  #social_icons #connections {
    width: 100%;
  }
}
@media all and (max-width: 445px) {
  /* line 1024, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    float: left;
    width: 100%;
    margin: left;
  }
  /* line 1030, ../sass/styles.scss */
  .view-homepage-image-links .imglinks {
    float: left;
    margin-right: 20px;
  }
  /* line 1035, ../sass/styles.scss */
  .view-homepage-image-links .views-row {
    display: block;
    clear: both;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 880px) {
  /* line 1046, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    width: 190px;
  }
}
@media all and (min-width: 521px) and (max-width: 879px) {
  /* line 1055, ../sass/styles.scss */
  .view-homepage-image-links .homepage_image_links {
    width: 150px;
  }
}
@media all and (max-width: 520px) {
  /* line 1066, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 100%;
    margin-bottom: 3%;
  }
}
/* line 1077, ../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 1084, ../sass/styles.scss */
.panel-2col-bricks .panel-col-last .inside {
  margin: 0;
}

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

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

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

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

@media all and (min-width: 500px) {
  /* line 1126, ../sass/styles.scss */
  #block-menu-menu-footer-menu {
    padding: 30px;
  }
  /* line 1128, ../sass/styles.scss */
  #block-menu-menu-footer-menu .block-title {
    display: none;
  }
  /* line 1130, ../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 1140, ../sass/styles.scss */
  #block-menu-menu-footer-menu {
    padding: 0;
  }
  /* line 1142, ../sass/styles.scss */
  #block-menu-menu-footer-menu .block-title {
    display: block;
    text-align: center;
    color: #fff;
  }
  /* line 1147, ../sass/styles.scss */
  #block-menu-menu-footer-menu .no-js .block-title {
    display: none;
  }
  /* line 1149, ../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 1160, ../sass/styles.scss */
#block-menu-block-1 {
  border-bottom: 1px solid #948a54;
  border-top: 1px solid #948a54;
  margin-top: 15px;
}

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

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

/* line 1179, ../sass/styles.scss */
.node-type-grid-poster .field-collection-container .field-items .field-item {
  height: 230px;
  padding: 0 .2% 15%;
}

/* line 1187, ../sass/styles.scss */
.node-type-grid .field-collection-container, .node-type-grid-poster .field-collection-container {
  border-bottom: none;
}
/* line 1190, ../sass/styles.scss */
.node-type-grid .field-name-field-subject-image .field-item, .node-type-grid-poster .field-name-field-subject-image .field-item {
  padding: 0 !important;
}
/* line 1194, ../sass/styles.scss */
.node-type-grid .field-name-field-subject-image img, .node-type-grid-poster .field-name-field-subject-image img {
  border: 1px solid #666;
}
/* line 1198, ../sass/styles.scss */
.node-type-grid ul.field-collection-view-links, .node-type-grid-poster ul.field-collection-view-links {
  float: left;
  margin: 0;
}
/* line 1203, ../sass/styles.scss */
.node-type-grid .field-collection-container .field-items .field-item, .node-type-grid-poster .field-collection-container .field-items .field-item {
  float: left;
  margin: 0;
  display: inline-block;
}
/* line 1211, ../sass/styles.scss */
.node-type-grid .field-collection-view, .node-type-grid-poster .field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
  width: 170px;
}
/* line 1215, ../sass/styles.scss */
.node-type-grid .field-collection-view .field
.entity-field-collection-item, .node-type-grid-poster .field-collection-view .field
.entity-field-collection-item {
  float: none;
}
/* line 1222, ../sass/styles.scss */
.node-type-grid .grid, .node-type-grid .grid_poster, .node-type-grid .infocenter_grid, .node-type-grid-poster .grid, .node-type-grid-poster .grid_poster, .node-type-grid-poster .infocenter_grid {
  width: 100%;
}
/* line 1226, ../sass/styles.scss */
.node-type-grid figcaption, .node-type-grid-poster figcaption {
  display: block;
  caption-side: bottom;
  float: left;
  width: 98%;
  height: 100%;
}
/* line 1234, ../sass/styles.scss */
.node-type-grid figure, .node-type-grid-poster figure {
  margin: 30px 5px;
  padding: 0;
  display: inline-table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1243, ../sass/styles.scss */
.node-type-grid .field-name-field-subject-image, .node-type-grid-poster .field-name-field-subject-image {
  width: 100%;
}
/* line 1249, ../sass/styles.scss */
.node-type-grid .grid figure img, .node-type-grid .grid_poster figure img, .node-type-grid .infocenter_grid figure img, .node-type-grid-poster .grid figure img, .node-type-grid-poster .grid_poster figure img, .node-type-grid-poster .infocenter_grid figure img {
  border: 1px solid #666;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

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

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

  /* line 1275, ../sass/styles.scss */
  .location-text {
    width: 100%;
  }
}
/* line 1283, ../sass/styles.scss */
.mean-container a.meanmenu-reveal {
  left: 0 !important;
}

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

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

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

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

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

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

@media all and (max-width: 540px) {
  /* line 1324, ../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 1334, ../sass/styles.scss */
  .view-personnelpub table, .view-personnelpub thead, .view-personnelpub tbody, .view-personnelpub th, .view-personnelpub td, .view-personnelpub tr {
    display: block;
  }
  /* line 1337, ../sass/styles.scss */
  .view-personnelpub thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1343, ../sass/styles.scss */
  .view-personnelpub td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 1350, ../sass/styles.scss */
  .view-personnelpub td:before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 1360, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(1):before {
    content: "Last Name";
  }
  /* line 1361, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(2):before {
    content: "First Name";
  }
  /* line 1362, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(3):before {
    content: "Email";
  }
  /* line 1363, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(4):before {
    content: "Phone";
  }
  /* line 1364, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(5):before {
    content: "Room";
  }
  /* line 1365, ../sass/styles.scss */
  .view-personnelpub td:nth-of-type(6):before {
    content: "Division";
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1540, ../sass/styles.scss */
input#query.usagov-search-autocomplete {
  margin-bottom: 3px;
  line-height: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Note: we have to declare ul { list-style:none } to remove default list styling. */
/* line 1661, ../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 1668, ../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 1677, ../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 1686, ../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 1693, ../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;
}

/*
.sidebars ul.menu li .is-active-trail {
    background: none repeat scroll 0 0 #948a54;
	padding: 3px;
}
*/
/*
* search form
*/
/* line 1713, ../sass/styles.scss */
.search-form {
  padding: 5px 0;
  width: 98%;
  margin-bottom: 1.5em;
}

/* line 1719, ../sass/styles.scss */
.search-form label {
  padding-left: 5px;
}

/* line 1723, ../sass/styles.scss */
form#search-form.search-form div fieldset#edit-advanced.search-advanced {
  width: 98%;
}

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

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

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

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

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

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

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

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

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

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

/* line 1824, ../sass/styles.scss */
#search-box, #search-box2, #search-box3 {
  position: relative;
  width: 100%;
  margin: 0;
}

/* line 1830, ../sass/styles.scss */
#search-form, #search-form2, #search-form3 {
  height: 40px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

/* line 1840, ../sass/styles.scss */
#search-text, #search-text2, #search-text3 {
  color: #ddd;
  border-width: 0;
  background: transparent;
}

/* line 1846, ../sass/styles.scss */
#search-box, input[type="text"] {
  color: #333;
  outline: none;
}

/* line 1851, ../sass/styles.scss */
#search-box2 input[type="text"] {
  width: 80%;
  padding: 11px 15px 12px 0.5em;
  color: #333;
  outline: none;
}

/* line 1858, ../sass/styles.scss */
#search-box3 input[type="text"] {
  width: 80%;
  padding: 11px 15px 12px 0.5em;
  color: #333;
  outline: none;
}

/* line 1865, ../sass/styles.scss */
#search-button, #search-button2, #search-button3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 80px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #0d233c;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

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

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

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

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

  /* line 1917, ../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;
  }
}
/*
* search form
*/
/* line 1935, ../sass/styles.scss */
.search-form {
  padding: 5px 0;
  width: 98%;
  margin-bottom: 1.5em;
}

/* line 1941, ../sass/styles.scss */
.search-form label {
  padding-left: 5px;
}

/* line 1945, ../sass/styles.scss */
form#search-form.search-form div fieldset#edit-advanced.search-advanced {
  width: 98%;
}

/* line 1949, ../sass/styles.scss */
div.view view-personnel-edit view-id-personnel_edit {
  font-size: 75%;
}

/* line 1953, ../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 1964, ../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 {
  width: 100% !important;
  margin: auto;
}

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

/* line 1977, ../sass/styles.scss */
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 1985, ../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 1991, ../sass/styles.scss */
.views_slideshow_cycle_main {
  width: 96%;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 0px !important;
}

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

/* .views-slideshow-controls-bottom { background:#666; } */
/* line 2003, ../sass/styles.scss */
.views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  float: left;
  margin: 5px 14px 0 0;
}

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

/* line 2008, ../sass/styles.scss */
.views-slideshow-controls-bottom {
  overflow: hidden;
  width: 96%;
  padding-left: 15px;
  clear: left;
}

/* line 2015, ../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 2021, ../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 2027, ../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 2033, ../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 2044, ../sass/styles.scss */
.slideshow-feature-body div {
  padding-left: 20px;
}

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

/* line 2052, ../sass/styles.scss */
.views-slideshow-controls-bottom .views-slideshow-controls-text {
  float: left;
  padding-left: 36px;
  padding-top: 10px;
  width: 90%;
  text-align: center;
}

/* line 2060, ../sass/styles.scss */
.views-slideshow-controls-bottom .views-slideshow-controls-text span {
  /*padding-left: 20px;
  padding-right: 20px;*/
  display: inline-block;
  overflow: hidden;
  width: 31%;
}

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

/* line 2073, ../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 2080, ../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 2091, ../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 2102, ../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 2113, ../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 2124, ../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 2132, ../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 2138, ../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 2144, ../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 2150, ../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 2156, ../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 2162, ../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 2168, ../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 2174, ../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 2180, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 48px;
  }
}
@media screen and (min-width: 980px) {
  /* line 2186, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 46px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 2193, ../sass/styles.scss */
  .views_slideshow_cycle_main {
    width: 95%;
  }

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

  /* line 2230, ../sass/styles.scss */
  .views-slideshow-controls-bottom .views-slideshow-controls-text {
    padding-left: 20px;
  }
}
/* style the other views */
/* line 2238, ../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 2256, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 100%;
  }
}
@media all and (min-width: 481px) {
  /* line 2264, ../sass/styles.scss */
  .view-homepage-image-links .views-column {
    width: 45%;
  }
}
/* line 2271, ../sass/styles.scss */
.view-homepage-image-links .views-row {
  clear: both;
  display: inline-block;
  float: left;
}
/* line 2277, ../sass/styles.scss */
.view-homepage-image-links .views-column {
  float: left;
  margin-left: 20px;
}
/* line 2282, ../sass/styles.scss */
.view-homepage-image-links .homepage_image_links {
  padding-top: 5px;
  float: left;
}
/* line 2288, ../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 2292, ../sass/styles.scss */
.view-homepage-image-links .imglinks {
  float: left;
  padding-right: 20px;
}

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

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

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

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

/* line 2342, ../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 2349, ../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 2353, ../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 2369, ../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 2375, ../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 2381, ../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;
  }

  /* line 2385, ../sass/styles.scss */
  .views-slideshow-controls-bottom {
    clear: left;
  }
}
@media screen and (min-width: 468px) and (max-width: 799px) {
  /* line 2393, ../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 2397, ../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 2401, ../sass/styles.scss */
  .views-slideshow-controls-bottom {
    overflow: hidden;
    clear: left;
  }
}
/* line 2408, ../sass/styles.scss */
table.views-view-grid td {
  padding: .1em;
  width: 42%;
}

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

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

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

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

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

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

  /* line 2458, ../sass/styles.scss */
  .view-aglaw-slideshow p {
    font-size: 79%;
  }
  /* line 2461, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    bottom: 0;
  }
}
@media all and (min-width: 361px) {
  /* line 2469, ../sass/styles.scss */
  .view-aglaw-slideshow #slideshow-text {
    bottom: 90px;
  }
}
/* line 2479, ../sass/styles.scss */
.view-aglaw-slideshow .flex-direction-nav a {
  color: #fff !important;
}
/* line 2485, ../sass/styles.scss */
.view-aglaw-slideshow .views-field-body {
  height: 0;
}
/* line 2489, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  height: 90px;
  position: relative;
  width: 100%;
}
/* line 2496, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text h3 {
  margin: 0 0 0 15px;
  color: #fff;
  padding-top: 15px;
}
/* line 2501, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text h3 a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  font-weight: bold;
}
/* line 2508, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text h3 a:visited {
  color: #fff !important;
}
/* line 2512, ../sass/styles.scss */
.view-aglaw-slideshow #slideshow-text p {
  margin: 0 0 0 15px;
  color: #fff;
}

/* line 2519, ../sass/styles.scss */
.nalr-3col-brick {
  display: block;
  background: #f4f4da none repeat scroll 0 0;
}

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

/* line 2533, ../sass/styles.scss */
.panel-pane {
  display: inline-block;
  width: 100%;
}
/* line 2538, ../sass/styles.scss */
.panel-pane h1 {
  margin-top: 0;
}

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

@media all and (max-width: 768px) {
  /* line 2550, ../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 2561, ../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;
  }
}
/* line 2574, ../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 2581, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left, .nalr-3col-brick .left_side_24, .nalr-3col24-38-38 .nalr-menu-left, .nalr-3col24-38-38 .left_side_24 {
  background-color: #F4F4DA;
}
/* line 2584, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left .inside, .nalr-3col-brick .left_side_24 .inside, .nalr-3col24-38-38 .nalr-menu-left .inside, .nalr-3col24-38-38 .left_side_24 .inside {
  margin: 0;
}
/* line 2588, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu, .nalr-3col-brick .left_side_24 ul.menu, .nalr-3col24-38-38 .nalr-menu-left ul.menu, .nalr-3col24-38-38 .left_side_24 ul.menu {
  padding: 0;
  margin: 0;
}
/* line 2592, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu li > ul, .nalr-3col-brick .left_side_24 ul.menu li > ul, .nalr-3col24-38-38 .nalr-menu-left ul.menu li > ul, .nalr-3col24-38-38 .left_side_24 ul.menu li > ul {
  border-top: 1px solid #D0D0D0;
}
/* line 2595, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu ul ul li, .nalr-3col-brick .left_side_24 ul.menu ul ul li, .nalr-3col24-38-38 .nalr-menu-left ul.menu ul ul li, .nalr-3col24-38-38 .left_side_24 ul.menu ul ul li {
  margin-left: 20px;
}
/* line 2599, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu li, .nalr-3col-brick .left_side_24 ul.menu li, .nalr-3col24-38-38 .nalr-menu-left ul.menu li, .nalr-3col24-38-38 .left_side_24 ul.menu li {
  display: block;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px 0;
}
/* line 2603, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu li a, .nalr-3col-brick .left_side_24 ul.menu li a, .nalr-3col24-38-38 .nalr-menu-left ul.menu li a, .nalr-3col24-38-38 .left_side_24 ul.menu li a {
  display: block;
  margin: 0 10px 0 20px;
}
/* line 2608, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu li span, .nalr-3col-brick .left_side_24 ul.menu li span, .nalr-3col24-38-38 .nalr-menu-left ul.menu li span, .nalr-3col24-38-38 .left_side_24 ul.menu li span {
  color: #0D233C;
  font-weight: bold;
  margin: 0 0 10px 10px;
  text-transform: uppercase;
  display: block;
}
/* line 2622, ../sass/styles.scss */
.nalr-3col-brick .nalr-menu-left ul.menu li.last, .nalr-3col-brick .left_side_24 ul.menu li.last, .nalr-3col24-38-38 .nalr-menu-left ul.menu li.last, .nalr-3col24-38-38 .left_side_24 ul.menu li.last {
  border: none;
}
/* line 2627, ../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 2632, ../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 2640, ../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 2652, ../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 2657, ../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 2661, ../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 2665, ../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 2669, ../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 2675, ../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 2681, ../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 {
  margin-bottom: 6%;
  margin: 0 3% 2% 0;
  display: inline-block;
  width: 100%;
}
/* line 2689, ../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 2693, ../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 2701, ../sass/styles.scss */
.pane-views-aglaw-whats-new-block {
  padding: 0;
}
/* line 2703, ../sass/styles.scss */
.pane-views-aglaw-whats-new-block h2 {
  border-bottom: 1px solid #8C2E08;
}

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

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

/* line 2757, ../sass/styles.scss */
.view-pathfinder-faq .views-field-body {
  font: normal;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
/* line 2763, ../sass/styles.scss */
.view-pathfinder-faq h4 {
  margin-bottom: 0;
}
/* line 2767, ../sass/styles.scss */
.view-pathfinder-faq h3 {
  margin: 0 0 0 20px;
  font-weight: normal;
}
/* line 2773, ../sass/styles.scss */
.view-pathfinder-faq p {
  margin: 0 0 1.5em 0;
  font-size: 1.1em;
}
/* line 2778, ../sass/styles.scss */
.view-pathfinder-faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2784, ../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 2795, ../sass/styles.scss */
.view-pathfinder-faq ul li .views-field-body ul {
  list-style-type: disc;
  display: block;
}
/* line 2798, ../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 2808, ../sass/styles.scss */
.view-pathfinder-faq ul li.views-row:before {
  content: "\f054";
  float: left;
  display: block;
  clear: both;
  opacity: 0.5;
}
/* line 2817, ../sass/styles.scss */
.view-pathfinder-faq ul li.views-row {
  margin-bottom: 8px;
  line-height: 24px;
}
/* line 2822, ../sass/styles.scss */
.view-pathfinder-faq ul li.arrow-down:before {
  content: "\f078";
  float: left;
  display: block;
  clear: both;
  opacity: 0.5;
}
/* line 2832, ../sass/styles.scss */
.view-pathfinder-faq .views-field-body {
  margin: 4%;
  line-height: 1.5em;
}
/* line 2834, ../sass/styles.scss */
.view-pathfinder-faq .views-field-body ul {
  list-style-type: circle;
  margin-left: 20px;
}

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

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

@media all and (max-width: 600px) {
  /* line 2861, ../sass/styles.scss */
  .section-aglaw .ui-tabs .ui-tabs-nav li {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 0;
  }
  /* line 2871, ../sass/styles.scss */
  .section-aglaw .ui-tabs .ui-tabs-nav a {
    margin: 3%;
    padding: 10px;
  }
}
@media all and (min-width: 601px) {
  /* line 2883, ../sass/styles.scss */
  .section-aglaw .ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #808080;
  }
  /* line 2885, ../sass/styles.scss */
  .section-aglaw .ui-tabs .ui-tabs-nav li {
    margin: 0 .02em;
    border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    width: 18%;
  }
  /* line 2891, ../sass/styles.scss */
  .section-aglaw .ui-tabs .ui-tabs-nav li a {
    margin: 10% 3%;
    text-align: center;
  }
}
/* line 2904, ../sass/styles.scss */
.section-aglaw .ui-tabs .ui-tabs-nav {
  background: #fff none repeat scroll 0 0;
}
/* line 2906, ../sass/styles.scss */
.section-aglaw .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #0d233c none repeat scroll 0 0;
}
/* line 2908, ../sass/styles.scss */
.section-aglaw .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #FFF !important;
  text-decoration: none;
}
/* line 2915, ../sass/styles.scss */
.section-aglaw .ui-tabs .ui-tabs-nav li {
  background: #d0d0d0 none repeat scroll 0 0;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
/* line 2922, ../sass/styles.scss */
.section-aglaw .ui-tabs .ui-tabs-nav li a {
  width: 100%;
  font-weight: bold !important;
  padding: 0;
}

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

/* line 2937, ../sass/styles.scss */
.ui-tabs .ui-tabs-panel {
  min-height: 360px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

/* line 2946, ../sass/styles.scss */
.node-type-page .quicktabs-ui-wrapper {
  border: none;
}
/* line 2950, ../sass/styles.scss */
.node-type-page .ui-state-default a {
  color: #0D233C;
}
/* line 2953, ../sass/styles.scss */
.node-type-page .ui-tabs {
  padding: 0;
  margin-top: 20px;
}
/* line 2958, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-corner-top {
  border-radius: 0;
}
/* line 2962, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav {
  justify-content: center;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0;
  display: table;
  width: 100%;
  padding: 0;
}
/* line 2972, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li.ui-state-default a {
  color: #OD233C;
}
/* line 2977, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #0D233C;
}
/* line 2979, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #fff;
}
/* line 2984, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li {
  margin: 0 0.5em;
  padding: 0;
  flex: 0 0 auto;
  display: table-cell;
  float: none;
  border: 1px solid #d0d0d0;
}
/* line 2994, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li a {
  padding: 1.5em 0;
  text-underline: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #8C2E0B;
}
/* line 3003, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li a:active {
  text-underline: none;
}
/* line 3009, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li:first-child {
  border-radius: 15px 0 0;
}
/* line 3013, ../sass/styles.scss */
.node-type-page .ui-tabs .ui-tabs-nav li:last-child {
  border-radius: 0 15px 0 0;
}
/* line 3019, ../sass/styles.scss */
.node-type-page .ui-state-active {
  border-bottom: none;
  background: none;
}
/* line 3026, ../sass/styles.scss */
.node-type-page .ui-state-default {
  border: none;
  background: none;
}
/* line 3033, ../sass/styles.scss */
.node-type-page .ui-widget-header {
  background: none;
  border: none;
}

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

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

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

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

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

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

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

/* line 3096, ../sass/styles.scss */
.nalr-menu-left {
  margin-top: -5px;
}

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

/*   Resource Theming */
/* line 3109, ../sass/styles.scss */
.view-resources .views-field {
  display: inline-block;
  width: 100%;
}
/* line 3114, ../sass/styles.scss */
.view-resources .views-field p {
  margin: 0;
}
/* line 3122, ../sass/styles.scss */
.view-resources .views-field-field-provider-citation {
  font-style: italic;
}
/* line 3126, ../sass/styles.scss */
.view-resources .views-row {
  margin-bottom: 4%;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 20px;
}

/* line 3133, ../sass/styles.scss */
.view-whats-new-information-centers {
  display: inline-block;
  height: 100%;
  margin-bottom: 5%;
  margin-top: 20px;
}
/* line 3140, ../sass/styles.scss */
.view-whats-new-information-centers .views-column {
  min-width: 30%;
  float: left;
  height: 250px;
  background-color: #D0D0A7;
  margin-right: 2%;
  margin-bottom: 3%;
}
/* line 3149, ../sass/styles.scss */
.view-whats-new-information-centers .views-field-field-tiny-image {
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* line 3155, ../sass/styles.scss */
.view-whats-new-information-centers .views-field-field-tiny-image img {
  height: 160px;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
/* line 3166, ../sass/styles.scss */
.view-whats-new-information-centers .transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 3173, ../sass/styles.scss */
.view-whats-new-information-centers h3 {
  margin: 0;
}

/* line 3178, ../sass/styles.scss */
.inside {
  margin: 0 2%;
}
