/**
 * @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 33, ../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 40, ../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 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.42857em;
}

/* Remove default margin. */
/* line 126, ../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 148, ../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.42857em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.42857em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.42857em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.71429em;
  margin-bottom: 0.71429em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.90476em;
  margin-top: 0.95238em;
  margin-bottom: 0.95238em;
}

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

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

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

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.1322em;
  margin-top: 2.1322em;
  margin-bottom: 2.1322em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../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 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 253, ../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.42857em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

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

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../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 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

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

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

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

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

/* Address paddings set differently in IE 6/7. */
/* line 323, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

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

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.07143em;
  padding-top: 0.42857em;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  padding-bottom: 0.85714em;
  border-left-style: solid;
  border-left-width: 0.07143em;
  padding-left: 0.85714em;
  border-right-style: solid;
  border-right-width: 0.07143em;
  padding-right: 0.85714em;
}

/**
 * 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 398, ../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 416, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 433, ../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 444, ../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 460, ../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 472, ../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 483, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 507, ../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 513, ../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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 536, ../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.42857em;
  margin-bottom: 1.42857em;
}

/* 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 22, ../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 40, ../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 66, ../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.42857em;
}

/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../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 */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../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 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../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 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.42857em 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 212, ../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 221, ../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 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

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

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

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

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

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

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.42857em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../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 279, ../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.42857em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../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 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

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

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

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

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

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

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

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

/* line 367, ../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 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../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 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

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

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

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.42857em;
}

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

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

/* line 493, ../sass/components/_misc.scss */
.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. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 512, ../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 523, ../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 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.42857em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * @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 16, ../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. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 35, ../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 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 80, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  #navbar,
  #utility,
  #block-search-api-page-site-search,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/*************************************
  HTML 
**************************************/
/* line 6, ../sass/_ehs.scss */
body {
  font-family: "PT Sans", verdana, helvetica, sans-serif;
  color: #555555;
}

/* line 12, ../sass/_ehs.scss */
a {
  color: #bd5823;
  text-decoration: none;
}
/* line 15, ../sass/_ehs.scss */
a:hover, a:focus {
  color: black;
}

/* line 20, ../sass/_ehs.scss */
div.callout {
  clear: both;
  border-top: 1px dotted #7B3E00;
  border-bottom: 1px dotted #7B3E00;
  padding: 1em 1.5em 1em 1.5em;
  margin: 1em 0 1em 0;
  background-color: #f1f1f1;
  position: relative;
  margin-top: 1em;
}

/* line 31, ../sass/_ehs.scss */
h2 {
  line-height: 1.3;
  margin-top: .25em;
  margin-bottom: 0;
}

/* line 36, ../sass/_ehs.scss */
h3 {
  color: #6e6e6e;
  line-height: 1.3;
  margin-top: .25em;
  margin-bottom: .25em;
}

/* line 43, ../sass/_ehs.scss */
h4 {
  margin-top: .25em;
  margin-bottom: .25em;
  line-height: 1;
}

/* line 63, ../sass/_ehs.scss */
.field-name-body h2 + p,
.field-name-body h2 + ul,
.field-name-body h2 + ol,
.field-name-body h3 + p,
.field-name-body h3 + ul,
.field-name-body h3 + ol,
.field-name-body h4 + p,
.field-name-body h4 + ul,
.field-name-body h4 + ol,
.field-name-body h5 + p,
.field-name-body h5 + ul,
.field-name-body h5 + ol,
.field-name-body h6 + p,
.field-name-body h6 + ul,
.field-name-body h6 + ol {
  margin-top: .5em;
}

/* line 68, ../sass/_ehs.scss */
.field-name-body p + ul,
.field-name-body p + ol {
  margin-top: -1.25em;
}

/* line 72, ../sass/_ehs.scss */
table {
  border: 1px solid #ddd;
  width: 100%;
}

/* line 77, ../sass/_ehs.scss */
td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

/* line 83, ../sass/_ehs.scss */
tbody tr:nth-child(odd) {
  background-color: #efefef;
}

/* line 87, ../sass/_ehs.scss */
th {
  background: #555555;
  color: white;
  padding: 5px;
  text-align: left;
}
/* line 92, ../sass/_ehs.scss */
th p {
  margin: 0;
}

/* line 97, ../sass/_ehs.scss */
hr {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

/* line 104, ../sass/_ehs.scss */
dl {
  padding-left: 1.2em;
}

/* line 108, ../sass/_ehs.scss */
dt {
  font-weight: bold;
  font-size: 16px;
  padding-top: 1em;
}

/* line 113, ../sass/_ehs.scss */
dd {
  margin-left: 0;
}

/* line 117, ../sass/_ehs.scss */
ul.menu, ul, .menu {
  list-style-type: disc;
}

/* line 122, ../sass/_ehs.scss */
.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

/* line 129, ../sass/_ehs.scss */
#utility .pu-logo img {
  width: 255px;
  height: 18px;
}

/* line 135, ../sass/_ehs.scss */
#utility {
  background: #555555;
  padding: .75em;
  overflow: hidden;
}
/* line 139, ../sass/_ehs.scss */
#utility ul {
  padding: 0;
  margin: 0;
}
/* line 143, ../sass/_ehs.scss */
#utility a {
  color: white;
  font-size: 12px;
}
/* line 146, ../sass/_ehs.scss */
#utility a:hover, #utility a:focus {
  text-decoration: underline;
}
/* line 152, ../sass/_ehs.scss */
#utility #block-menu-block-2,
#utility #block-menu-block-2 {
  margin: 0;
}
/* line 156, ../sass/_ehs.scss */
#utility #block-menu-block-2 ul.menu,
#utility #block-menu-block-2 ul.menu {
  text-align: right;
}
/* line 160, ../sass/_ehs.scss */
#utility #block-menu-block-2 ul.menu li,
#utility #block-menu-block-2 ul.menu li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  padding-right: .5em;
}

/* line 168, ../sass/_ehs.scss */
#block-menu-block-2 h2.block__title {
  display: none;
}

/*************************************
  Header
**************************************/
/* line 177, ../sass/_ehs.scss */
#header {
  background: #f0efe8;
  clear: both;
  position: relative;
}

/* line 182, ../sass/_ehs.scss */
#page {
  background: #f0efe8;
}

/* line 185, ../sass/_ehs.scss */
#logo {
  padding: 1em 0;
}

/* line 188, ../sass/_ehs.scss */
#name-and-slogan {
  display: none;
}

/* line 191, ../sass/_ehs.scss */
.header__region {
  clear: none;
}

/* line 195, ../sass/_ehs.scss */
.breadcrumb {
  font-size: 12px;
  padding: 1em 0;
}
/* line 198, ../sass/_ehs.scss */
.breadcrumb ol {
  padding-left: 10px;
}
/* line 201, ../sass/_ehs.scss */
.breadcrumb a {
  color: #234865;
}
/* line 205, ../sass/_ehs.scss */
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #bd5823;
}

/* line 212, ../sass/_ehs.scss */
#block-search-api-page-site-search h2.block-title {
  height: 1px;
  text-indent: -9999em;
}

/* line 219, ../sass/_ehs.scss */
#search-api-page-search-form-site-search,
#search-block-form--2 {
  position: relative;
  margin-left: 12px;
  top: 26px;
}
/* line 224, ../sass/_ehs.scss */
#search-api-page-search-form-site-search .form-item,
#search-block-form--2 .form-item {
  margin: 0;
  position: relative;
}
/* line 231, ../sass/_ehs.scss */
#search-api-page-search-form-site-search input#edit-keys-1,
#search-api-page-search-form-site-search input#edit-keys-2,
#search-api-page-search-form-site-search input#edit-keys-1--2,
#search-block-form--2 input#edit-keys-1,
#search-block-form--2 input#edit-keys-2,
#search-block-form--2 input#edit-keys-1--2 {
  padding: 2px 26px 2px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.85714em;
  line-height: 1.58333em;
  max-width: none;
  border: 1px solid #c8c8c8;
  font-size: 14px;
}
/* line 247, ../sass/_ehs.scss */
#search-api-page-search-form-site-search #edit-submit,
#search-api-page-search-form-site-search #edit-submit-1,
#search-api-page-search-form-site-search #edit-submit--2,
#search-api-page-search-form-site-search #edit-submit--3,
#search-api-page-search-form-site-search #edit-submit--4,
#search-api-page-search-form-site-search #edit-submit-1--2,
#search-block-form--2 #edit-submit,
#search-block-form--2 #edit-submit-1,
#search-block-form--2 #edit-submit--2,
#search-block-form--2 #edit-submit--3,
#search-block-form--2 #edit-submit--4,
#search-block-form--2 #edit-submit-1--2 {
  text-indent: -9999em;
  background: url(../images/icon_search.png) no-repeat 0 0;
  width: 22px;
  height: 19px;
  position: absolute;
  top: 5px;
  right: 6px;
  border: none;
}

/* line 258, ../sass/_ehs.scss */
#search-api-page-search-form {
  position: relative;
  width: 250px;
}
/* line 264, ../sass/_ehs.scss */
#search-api-page-search-form input#edit-keys-1,
#search-api-page-search-form input#edit-keys-2,
#search-api-page-search-form input#edit-keys-1--2 {
  padding: 2px 26px 2px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.85714em;
  line-height: 1.58333em;
  max-width: none;
  border: 1px solid #c8c8c8;
  font-size: 14px;
}
/* line 279, ../sass/_ehs.scss */
#search-api-page-search-form #edit-submit,
#search-api-page-search-form #edit-submit-1,
#search-api-page-search-form #edit-submit--2,
#search-api-page-search-form #edit-submit--3,
#search-api-page-search-form #edit-submit--4,
#search-api-page-search-form #edit-submit-1--2 {
  text-indent: -9999em;
  background: url(../images/icon_search.png) no-repeat 0 0;
  width: 22px;
  height: 19px;
  position: absolute;
  top: 23px;
  right: 6px;
  border: none;
}

/* line 294, ../sass/_ehs.scss */
#navbar {
  width: 100%;
  background: #bd5823;
  min-height: 36px;
}

/* line 306, ../sass/_ehs.scss */
#block-superfish-1 h2.block-title {
  display: none;
}

/* line 311, ../sass/_ehs.scss */
#superfish-1 a {
  color: white;
}
/* line 314, ../sass/_ehs.scss */
#superfish-1 a:focus, #superfish-1 a:hover {
  color: white;
}

/* line 320, ../sass/_ehs.scss */
#block-superfish-1 {
  margin-bottom: 0;
}

/* line 326, ../sass/_ehs.scss */
.sf-menusf-horizontal.sf-shadow ul {
  background: #bd5823;
  background-image: none;
  border-radius: none;
}

/* line 332, ../sass/_ehs.scss */
#main {
  clear: both;
}

/*************************************
  Mobile Menu
**************************************/
/* line 340, ../sass/_ehs.scss */
.mean-container .mean-bar,
.mean-container .mean-nav {
  background: #bd5823;
}

/* line 345, ../sass/_ehs.scss */
.mean-nav h2.block__title {
  display: none;
}
/* line 348, ../sass/_ehs.scss */
.mean-nav ol {
  list-style: none;
  padding: 0;
}

/* line 354, ../sass/_ehs.scss */
.mean-container .mean-nav ul li li li a {
  padding: 1em 1.5em;
}

/* line 357, ../sass/_ehs.scss */
.mean-container .mean-nav ul li li li a {
  padding: 1em 2.5em;
}

/* line 360, ../sass/_ehs.scss */
.mean-container .mean-nav ul li a {
  text-transform: none;
}

/* line 363, ../sass/_ehs.scss */
.mean-container .sf-sub-indicator {
  display: none;
}

/* line 366, ../sass/_ehs.scss */
.mean-container .mean-nav ul li li a {
  opacity: 1;
}

/* line 369, ../sass/_ehs.scss */
.mean-container .mean-nav ul li a.mean-expand {
  padding: 8px !important;
}

/* line 372, ../sass/_ehs.scss */
.mean-container .mean-nav ul li li li li a {
  padding: 1em 13%;
}

/* line 378, ../sass/_ehs.scss */
#navigation .mean-nav .links li {
  padding: 0;
}

/* line 383, ../sass/_ehs.scss */
#main,
#content {
  background: white;
}

/* line 387, ../sass/_ehs.scss */
.region-bottom {
  background: white;
}

/*************************************
  Sidebars
**************************************/
/* Sidebar First */
/* line 396, ../sass/_ehs.scss */
.region-sidebar-first h2.block-title {
  display: none;
}
/* line 400, ../sass/_ehs.scss */
.region-sidebar-first ul.menu {
  padding: 10px;
  list-style-type: none;
  margin-top: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 407, ../sass/_ehs.scss */
.region-sidebar-first ul.menu ul {
  border: none;
}
/* line 410, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: .5em 0;
  line-height: 1.2;
}
/* line 416, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li.last {
  border-bottom: none;
}
/* line 419, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li ul.menu {
  padding-left: .5em;
}
/* line 422, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li ul.menu li {
  border: none;
  padding: .5em 0;
}
/* line 426, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li ul.menu li ul.menu li {
  padding: .25em 0;
  font-size: 13px;
}
/* line 430, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li a {
  display: block;
}
/* line 433, ../sass/_ehs.scss */
.region-sidebar-first a.active {
  font-weight: bold;
}
/* line 437, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li.is-expanded a.active-trail,
.region-sidebar-first ul.menu li.is-active a.active-trail {
  background: #bd5823;
  color: white;
  padding: 5px;
}
/* line 442, ../sass/_ehs.scss */
.region-sidebar-first ul.menu li.is-expanded ul.menu li.is-active-trail a.active-trail {
  background: white;
  color: #bd5823;
  padding: 0;
}

/* Sidebar Second */
/***** Panels Layout Mobile******/
/* 2 panel */
/* line 462, ../sass/_ehs.scss */
.panel-2col .panel-col-first,
.panel-2col .panel-col-last {
  width: 100%;
}

/* line 468, ../sass/_ehs.scss */
.panel-2col #second_column h2.node-title {
  display: none;
}

/*************************************
  Homepage
**************************************/
/* line 476, ../sass/_ehs.scss */
.front h1.page__title {
  display: none;
}

/* line 480, ../sass/_ehs.scss */
.front .flexslider {
  margin: 0;
  border: none;
  box-shadow: none;
}
/* line 485, ../sass/_ehs.scss */
.front .flexslider h3 {
  margin: 0;
  line-height: 1.5;
}
/* line 492, ../sass/_ehs.scss */
.front .flexslider .home_page_media_description {
  padding: 1em;
}
/* line 497, ../sass/_ehs.scss */
.front .flexslider .home_page_media_description p:first-of-type {
  margin: .25em 0 0 0;
}

/* line 504, ../sass/_ehs.scss */
.front .view-news ul {
  padding-left: 0;
}
/* line 507, ../sass/_ehs.scss */
.front .view-news li {
  list-style-type: none;
}
/* line 510, ../sass/_ehs.scss */
.front .view-news .views-field-title h3 {
  line-height: 1;
  margin: 0 0 .25em 0;
}
/* line 514, ../sass/_ehs.scss */
.front .view-news .views-field-field-news-publish-date {
  font-style: italic;
}
/* line 517, ../sass/_ehs.scss */
.front .view-news .views-field-body p:first-of-type {
  margin-top: .5em;
}
/* line 520, ../sass/_ehs.scss */
.front .view-news .views-row {
  padding-bottom: 1em;
}

/* line 525, ../sass/_ehs.scss */
.front .view-radioactivity ul {
  padding-left: 20px;
}

/* line 530, ../sass/_ehs.scss */
#home_page .panel-panel {
  width: 100%;
}

/* line 537, ../sass/_ehs.scss */
#featured_menu_view h2.pane-title {
  display: none;
}
/* line 540, ../sass/_ehs.scss */
#featured_menu_view ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* line 545, ../sass/_ehs.scss */
#featured_menu_view li {
  border-bottom: 1px solid white;
  color: white;
  background: black;
  padding: 1em;
}
/* line 550, ../sass/_ehs.scss */
#featured_menu_view li a {
  color: white;
}
/* line 552, ../sass/_ehs.scss */
#featured_menu_view li a:focus, #featured_menu_view li a:hover {
  color: white;
}
/* line 557, ../sass/_ehs.scss */
#featured_menu_view li.views-row-first {
  background: #bd5823 url(../images/icon_alert.png) no-repeat 15px 20px;
}
/* line 560, ../sass/_ehs.scss */
#featured_menu_view li.views-row-first .field-content {
  padding-left: 65px;
  display: block;
}
/* line 564, ../sass/_ehs.scss */
#featured_menu_view li.views-row-last {
  border-bottom: none;
}
/* line 568, ../sass/_ehs.scss */
#featured_menu_view #featured_menu_item_link {
  font-size: 16px;
  font-weight: bold;
}
/* line 572, ../sass/_ehs.scss */
#featured_menu_view #featured_menu_item_teaser p {
  font-size: 13px;
}
/* line 575, ../sass/_ehs.scss */
#featured_menu_view #featured_menu_item_teaser p:first-of-type {
  margin: .25em 0;
}

/*************************************
  News
**************************************/
/* line 587, ../sass/_ehs.scss */
.section-announcements .view-id-news ul {
  padding-left: 0;
}
/* line 590, ../sass/_ehs.scss */
.section-announcements .view-id-news li {
  list-style-type: none;
}
/* line 593, ../sass/_ehs.scss */
.section-announcements .view-id-news .views-field-title h3 {
  line-height: 1;
  margin: 0 0 .25em 0;
}
/* line 597, ../sass/_ehs.scss */
.section-announcements .view-id-news .views-field-field-news-publish-date {
  font-style: italic;
}
/* line 600, ../sass/_ehs.scss */
.section-announcements .view-id-news .views-field-body p:first-of-type {
  margin-top: .5em;
}
/* line 603, ../sass/_ehs.scss */
.section-announcements .view-id-news .views-row {
  padding-bottom: 1em;
  clear: both;
}
/* line 607, ../sass/_ehs.scss */
.section-announcements .view-id-news .news_featured_image {
  float: left;
  width: 20%;
  padding-right: 1%;
  min-height: 150px;
}
/* line 613, ../sass/_ehs.scss */
.section-announcements .view-id-news .news_item_content {
  float: left;
  width: 79%;
}
/* line 617, ../sass/_ehs.scss */
.section-announcements .view-id-news .news_item_content p:first-of-type {
  margin-top: .25em;
}

/* line 621, ../sass/_ehs.scss */
.feed-icon {
  clear: both;
}

/* line 625, ../sass/_ehs.scss */
.node-type-ehs-news .field-name-field-news-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #6e6e6e;
}

/* line 630, ../sass/_ehs.scss */
.node-type-ehs-news .field-name-field-news-publish-date {
  font-style: italic;
  margin: .5em 0;
}

/*************************************
  Level 1 Landing Pages
**************************************/
/* line 641, ../sass/_ehs.scss */
.view-id-landing_pages .views-row {
  padding: 1em 0;
  clear: both;
}

/* line 648, ../sass/_ehs.scss */
.view-id-landing_pages .views-field-body p:first-child {
  padding-top: 0;
  margin-top: 0;
}

/* line 654, ../sass/_ehs.scss */
.view-id-landing_pages ul {
  margin: 0;
  padding: 0;
}
/* line 658, ../sass/_ehs.scss */
.view-id-landing_pages li {
  list-style-type: none;
}
/* line 661, ../sass/_ehs.scss */
.view-id-landing_pages .views-field-title {
  font-weight: bold;
  font-size: 18px;
}

/* line 667, ../sass/_ehs.scss */
.view-id-landing_pages .views-field-field-featured-image {
  float: left;
  padding-right: 1em;
  max-width: 150px;
}

/*************************************
  Level 2 Landing Pages
**************************************/
/* line 676, ../sass/_ehs.scss */
#level_three_plus_menu h2 {
  margin: 0;
}

/* line 679, ../sass/_ehs.scss */
#level_three_plus_menu ul {
  margin: 10px 0 0 0;
  padding-left: 20px;
}

/* line 683, ../sass/_ehs.scss */
#level_three_plus_menu li {
  list-style-image: none;
}

/* line 687, ../sass/_ehs.scss */
#staff h2 {
  margin: 0;
  line-height: 1;
}

/* line 694, ../sass/_ehs.scss */
#resources .field-name-field-attached-file,
#resources .field-name-field-related-link,
.field-name-field-staff-info {
  font-size: 13px;
}

/* line 697, ../sass/_ehs.scss */
#resources h2 {
  margin-bottom: .25em;
}

/* line 702, ../sass/_ehs.scss */
.pane-featured-media-slideshow-panel-pane-1 +
.pane-entity-view .field-name-body p:first-of-type {
  margin-top: 0;
}

/*************************************
  Book Pages
**************************************/
/* line 709, ../sass/_ehs.scss */
.book-navigation .page-links {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

/* line 715, ../sass/_ehs.scss */
.book-navigation .menu {
  border: none;
  padding-top: 0;
}

/* line 720, ../sass/_ehs.scss */
.book-navigation ul.menu {
  padding-left: 20px;
}

/* line 724, ../sass/_ehs.scss */
.book-navigation .menu li {
  list-style-image: none;
  list-style-type: disc;
}

/* line 729, ../sass/_ehs.scss */
.book-navigation .menu__item.is-leaf {
  list-style-type: disc;
}

/* line 736, ../sass/_ehs.scss */
.top-book-nav .book-navigation {
  padding-top: 1em;
}

/* line 739, ../sass/_ehs.scss */
.top-book-nav ul.menu {
  display: none;
}

/* line 745, ../sass/_ehs.scss */
.top-book-nav .book-navigation ul.menu {
  margin-top: .5em;
}

/* line 749, ../sass/_ehs.scss */
.bottom-book-nav {
  clear: both;
}

/* line 753, ../sass/_ehs.scss */
.panel-col-last .top-book-nav,
.panel-col-last .bottom-book-nav {
  display: none;
}

/*************************************
  Second Sidebar
**************************************/
/* line 760, ../sass/_ehs.scss */
#resources {
  padding-bottom: 2em;
}
/* line 763, ../sass/_ehs.scss */
#resources h2 {
  line-height: 1;
  margin-top: 0;
}
/* line 768, ../sass/_ehs.scss */
#resources .field-name-field-related-link .field-item {
  display: list-item;
  margin-left: 20px;
}
/* line 773, ../sass/_ehs.scss */
#resources .field-name-field-attached-file .field-item {
  display: list-item;
  margin-left: 22px;
  list-style-image: url("/modules/file/icons/application-pdf.png");
}
/* line 778, ../sass/_ehs.scss */
#resources .field-name-field-attached-file .field-item img {
  display: none;
}

/*************************************
  Footer
**************************************/
/* line 785, ../sass/_ehs.scss */
.footer {
  border-top: 5px solid #555555;
  background: #f0efe8;
  margin-top: 1em;
  padding-top: 1em;
}
/* line 791, ../sass/_ehs.scss */
.footer a {
  color: #234865;
}
/* line 793, ../sass/_ehs.scss */
.footer a:hover, .footer a:focus {
  color: #bd5823;
}

/* line 799, ../sass/_ehs.scss */
.footer h2 {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 804, ../sass/_ehs.scss */
.footer .last p:first-of-type {
  margin-top: .5em;
}

/* line 810, ../sass/_ehs.scss */
.footer #block-menu-menu-tertiary-menu ul,
.footer #block-menu-menu-quaternary-menu ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 815, ../sass/_ehs.scss */
.footer #block-menu-menu-tertiary-menu ul li,
.footer #block-menu-menu-quaternary-menu ul li {
  list-style-image: none;
}
/* line 818, ../sass/_ehs.scss */
.footer #block-menu-menu-tertiary-menu ul li a,
.footer #block-menu-menu-quaternary-menu ul li a {
  color: #234865;
}
/* line 820, ../sass/_ehs.scss */
.footer #block-menu-menu-tertiary-menu ul li a:hover, .footer #block-menu-menu-tertiary-menu ul li a:focus,
.footer #block-menu-menu-quaternary-menu ul li a:hover,
.footer #block-menu-menu-quaternary-menu ul li a:focus {
  color: #bd5823;
}

/* line 826, ../sass/_ehs.scss */
.footer .block {
  margin-bottom: .5em;
}

/* line 831, ../sass/_ehs.scss */
.footer #block-block-1 ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 1em;
}
/* line 836, ../sass/_ehs.scss */
.footer #block-block-1 li {
  list-style: none;
  float: left;
  padding-right: 10px;
}
/* line 841, ../sass/_ehs.scss */
.footer #block-block-1 li:first-child a {
  background: url(../images/icon_twitter.png) no-repeat 0 0;
  text-indent: -9999em;
  display: block;
  width: 30px;
  height: 24px;
}
/* line 849, ../sass/_ehs.scss */
.footer #block-block-1 li:last-child a {
  background: url(../images/icon_youtube.png) no-repeat 0 0;
  text-indent: -9999em;
  display: block;
  height: 24px;
  width: 58px;
}

/* line 859, ../sass/_ehs.scss */
#copyright .wrapper {
  padding: 0 10px;
}

/*************************************
  Search Results Page
**************************************/
/* line 868, ../sass/_ehs.scss */
.search-api-page-results ol {
  padding-left: 0;
}

/* line 872, ../sass/_ehs.scss */
li.search-result {
  border-top: 1px solid #ddd;
  padding: .75em 0;
}

/* line 877, ../sass/_ehs.scss */
.search-result h3.title {
  margin: 0;
}

/* line 881, ../sass/_ehs.scss */
.search-snippet {
  margin: .5em 0;
}

/* line 886, ../sass/_ehs.scss */
.search-info {
  display: none;
}

/* line 891, ../sass/_ehs.scss */
.block-facetapi ul {
  padding-left: 0;
  list-style: none;
}
/* line 895, ../sass/_ehs.scss */
.block-facetapi li input.facetapi-checkbox {
  float: left;
  width: 10%;
  margin-right: 5px;
}
/* line 900, ../sass/_ehs.scss */
.block-facetapi li a.facetapi-checkbox {
  float: left;
  width: 80%;
}
/* line 904, ../sass/_ehs.scss */
.block-facetapi li {
  padding-bottom: .25em;
  clear: both;
}

/*************************************
  Featured Images
**************************************/
/*.not-front .flex-direction-nav li a.prev {
    width: 30px;
    height: 30px;
    margin: 30px;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 30%;
    cursor: pointer;
    text-indent: -9999px;
}
.not-front .flex-direction-nav li a.next {
    width: 30px;
    height: 30px;
    margin: 30px;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat -31px 0;
    position: absolute;
    top: 30%;
    cursor: pointer;
    text-indent: -9999px;
} */
/* line 936, ../sass/_ehs.scss */
.flex-direction-nav a {
  color: white;
}
/* line 938, ../sass/_ehs.scss */
.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  color: #bd5823;
}

/* line 943, ../sass/_ehs.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: visible;
  opacity: 100;
  cursor: pointer;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  color: #bd5823;
}

/* line 962, ../sass/_ehs.scss */
.flex-viewport {
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* line 970, ../sass/_ehs.scss */
.flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 1;
}

/* line 974, ../sass/_ehs.scss */
.flex-direction-nav .flex-next {
  right: 10px;
  opacity: 1;
}

/* line 978, ../sass/_ehs.scss */
.flexslider {
  background: transparent;
}

/* line 981, ../sass/_ehs.scss */
.flexslider:hover .flex-next {
  right: 10px;
}

/* line 984, ../sass/_ehs.scss */
.flexslider:hover .flex-prev {
  left: 10px;
}

/* line 988, ../sass/_ehs.scss */
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block;
  width: 30px;
  height: 30px;
}

/* line 994, ../sass/_ehs.scss */
.flex-direction-nav a:before {
  font-size: 20px;
  background: white;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: .75;
  text-align: center;
  line-height: 33px;
}

/* line 1007, ../sass/_ehs.scss */
.not-front .flexslider {
  border: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 1014, ../sass/_ehs.scss */
.not-front .media_description {
  background: #f0f0f0;
}

/* line 1021, ../sass/_ehs.scss */
.not-front .media_description p {
  margin: 0;
  padding: 1em;
}

/* line 1025, ../sass/_ehs.scss */
.not-front .media_description {
  border-top: 1px solid white;
  margin-bottom: 1em;
}

/* line 1030, ../sass/_ehs.scss */
.flex-control-nav {
  display: none;
}

/*************************************
  WYSIWYG & Body Text
**************************************/
/* line 1045, ../sass/_ehs.scss */
.field-name-body img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 1051, ../sass/_ehs.scss */
.field-name-body img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 1057, ../sass/_ehs.scss */
.field-name-body .media-element-container {
  display: inline-block;
  padding: 3px;
  border: 1px solid #ddd;
  margin: .5em;
}
/* line 1064, ../sass/_ehs.scss */
.field-name-body .media-element-container .field-name-media-description {
  padding: 5px;
  font-weight: normal;
}
/* line 1069, ../sass/_ehs.scss */
.field-name-body .media-element-container .field-name-media-description p:first-of-type {
  margin-top: 0;
}
/* line 1072, ../sass/_ehs.scss */
.field-name-body .media-element-container .field-name-media-description p {
  font-size: 12px;
}

/* line 1077, ../sass/_ehs.scss */
.field-name-body ul {
  padding-left: 20px;
}

/* line 1081, ../sass/_ehs.scss */
.page-node-edit table td {
  border: 1px solid #ddd;
}

/* line 1085, ../sass/_ehs.scss */
.field-name-body .media-horizontal_small {
  max-width: 240px;
}

/* line 1089, ../sass/_ehs.scss */
.field-name-body .media-horizontal_large {
  max-width: 560px;
}

/* line 1092, ../sass/_ehs.scss */
.field-name-body .media-vertical_small {
  max-width: 180px;
}

/* line 1095, ../sass/_ehs.scss */
.field-name-body .media-vertical_large {
  max-width: 240px;
}

/* line 1098, ../sass/_ehs.scss */
.field-name-body .media-square_large {
  max-width: 240px;
}

/* line 1101, ../sass/_ehs.scss */
.field-name-body .media-square_small {
  max-width: 120px;
}

  /*************************************
  Staff Directory
**************************************/
/* line 1111, ../sass/_ehs.scss */
.view-id-staff_page ul {
  list-style-type: none;
  padding-left: 0px;
}
/* line 1115, ../sass/_ehs.scss */
.view-id-staff_page li.views-row {
  min-height: 130px;
  padding: 1em 0;
}
/* line 1119, ../sass/_ehs.scss */
.view-id-staff_page .staff_member_photo {
  float: left;
  width: 120px;
  padding-right: 1em;
}

/*************************************
   Webforms
**************************************/
/* line 1133, ../sass/_ehs.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #bd5823;
  color: white;
  padding: .5em .75em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 1139, ../sass/_ehs.scss */
button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #091219;
}

/* line 1144, ../sass/_ehs.scss */
input, textarea, select {
  border: 1px solid #bbbbbb;
  color: #555555;
  padding: .25em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 1151, ../sass/_ehs.scss */
input[type="checkbox"] {
  border: none;
}

  /*************************************
  Superfish
**************************************/
/* line 1160, ../sass/_ehs.scss */
.block-superfish {
  overflow: visible;
}

/* line 1163, ../sass/_ehs.scss */
.sf-menu {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 1168, ../sass/_ehs.scss */
.sf-menu a > .sf-sub-indicator {
  background: none;
}

/* line 1173, ../sass/_ehs.scss */
.sf-menu.rtl a > .sf-sub-indicator {
  background: none;
}

/* line 1177, ../sass/_ehs.scss */
.sf-menu.sf-vertical a > .sf-sub-indicator {
  top: 1.1em;
}

/* line 1184, ../sass/_ehs.scss */
.sf-menu ul {
  padding-left: 0;
}

/* line 1187, ../sass/_ehs.scss */
.sf-menu.rtl ul {
  padding-left: auto;
  padding-right: 0;
}

/* line 1202, ../sass/_ehs.scss */
.sf-menu.sf-horizontal li:hover > ul,
.sf-menu.sf-horizontal li.sfHover > ul {
  top: 35px;
}

/* line 1206, ../sass/_ehs.scss */
.sf-menu.sf-horizontal > li:hover > ul,
.sf-menu.sf-horizontal > li.sfHover > ul {
  left: -1px;
}

/* line 1210, ../sass/_ehs.scss */
.sf-menu.sf-horizontal.rtl > li:hover > ul,
.sf-menu.sf-horizontal.rtl > li.sfHover > ul {
  left: auto;
  right: -1px;
}

/* line 1220, ../sass/_ehs.scss */
.sf-menu.sf-horizontal li li:hover > ul,
.sf-menu.sf-horizontal li li.sfHover > ul,
.sf-menu.sf-vertical li:hover > ul,
.sf-menu.sf-vertical li.sfHover > ul,
.sf-menu.sf-navbar li li li:hover > ul,
.sf-menu.sf-navbar li li li.sfHover > ul,
.sf-menu.sf-navbar li li li.active-trail ul {
  top: -1px;
}

/* line 1225, ../sass/_ehs.scss */
.sf-menu li.active,
.sf-menu li.active-trail {
  background: #7c3a17;
}

/* line 1229, ../sass/_ehs.scss */
.sf-menu.sf-horizontal > li.first:hover > ul,
.sf-menu.sf-horizontal > li.first.sfHover > ul {
  left: 10px;
}

/* line 1233, ../sass/_ehs.scss */
.sf-menu.sf-horizontal.rtl > li.first:hover > ul,
.sf-menu.sf-horizontal.rtl > li.first.sfHover > ul {
  left: auto;
  right: 10px;
}

/* line 1242, ../sass/_ehs.scss */
.sf-menu.sf-horizontal li li li.first:hover > ul,
.sf-menu.sf-horizontal li li li.first.sfHover > ul,
.sf-menu.sf-vertical li.first:hover > ul,
.sf-menu.sf-vertical li.first.sfHover > ul,
.sf-menu.sf-navbar li li li li.first:hover > ul,
.sf-menu.sf-navbar li li li li.first.sfHover > ul {
  top: 10px;
}

/* line 1247, ../sass/_ehs.scss */
.sf-menu.sf-navbar > li:hover > ul,
.sf-menu.sf-navbar > li.sfHover > ul,
.sf-menu.sf-navbar > li.active-trail > ul {
  top: 50px;
}

/* line 1251, ../sass/_ehs.scss */
.sf-menu.sf-navbar li li:hover > ul,
.sf-menu.sf-navbar li li.sfHover > ul {
  top: 38px;
}

/* line 1255, ../sass/_ehs.scss */
.sf-menu a,
.sf-menu a:visited {
  color: white;
  padding: 10px 8px;
  text-decoration: none;
}

/* line 1265, ../sass/_ehs.scss */
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
  color: #222222;
}

/* line 1269, ../sass/_ehs.scss */
.sf-menu li li a,
.sf-menu.sf-vertical a {
  padding: .5em;
}

/* line 1276, ../sass/_ehs.scss */
.sf-menu.rtl a.sf-with-ul {
  padding-right: 1.5em;
}

/* line 1280, ../sass/_ehs.scss */
.sf-menu span.sf-description {
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}

/* line 1305, ../sass/_ehs.scss */
.sf-menu.sf-navbar li > ul > li {
  border: 0 none;
}

/* line 1329, ../sass/_ehs.scss */
.sf-menu li {
  background: #bd5823;
}

/* line 1334, ../sass/_ehs.scss */
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #7c3a17;
}

/* line 1339, ../sass/_ehs.scss */
.sf-menu.sf-horizontal.sf-shadow {
  background: none;
}

/* line 1343, ../sass/_ehs.scss */
.sf-menu li ul.sf-megamenu li ol li {
  background: none;
  border: 0 none;
}

/* line 1350, ../sass/_ehs.scss */
.sf-menu li ul.sf-megamenu li.sf-megamenu-wrapper,
.sf-menu li ul.sf-megamenu li.sf-megamenu-wrapper:hover,
.sf-menu li ul.sf-megamenu li.sf-megamenu-wrapper.sfHover {
  background: #bd5823;
}

/* line 1356, ../sass/_ehs.scss */
.sf-menu li ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu li ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}

/* line 1360, ../sass/_ehs.scss */
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a {
  font-weight: bold;
}

/* line 1372, ../sass/_ehs.scss */
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background: #bd5823;
}

/* line 1378, ../sass/_ehs.scss */
.sf-menu.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background-position: right center;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
}

/* line 1383, ../sass/_ehs.scss */
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a {
  font-size: 0.9em;
  display: block;
  padding-left: 8px;
}

/* line 1389, ../sass/_ehs.scss */
.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 150px;
}

/* line 1394, ../sass/_ehs.scss */
.sf-menu.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}

/* line 1397, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-1 ul.sf-megamenu {
  width: 150px;
}

/* line 1400, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-2 ul.sf-megamenu {
  width: 300px;
}

/* line 1403, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-3 ul.sf-megamenu {
  width: 450px;
}

/* line 1406, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-4 ul.sf-megamenu {
  width: 600px;
}

/* line 1409, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-5 ul.sf-megamenu {
  width: 700px;
}

/* line 1412, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-6 ul.sf-megamenu {
  width: 800px;
}

/* line 1415, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-7 ul.sf-megamenu {
  width: 900px;
}

/* line 1418, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-8 ul.sf-megamenu {
  width: 900px;
}

/* line 1421, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-9 ul.sf-megamenu {
  width: 900px;
}

/* line 1424, ../sass/_ehs.scss */
.sf-menu li.sf-parent-children-10 ul.sf-megamenu {
  width: 900px;
}

/* line 1431, ../sass/_ehs.scss */
.sf-menu ul li a {
  display: block;
}

/* line 1434, ../sass/_ehs.scss */
.sf-menu .sf-megamenu {
  border-top: 1px solid white;
}

/* line 1438, ../sass/_ehs.scss */
#menu-1497-1 ul.sf-megamenu {
  max-width: 400px;
}

/* line 1442, ../sass/_ehs.scss */
.sf-menu ul li a.menuparent {
  font-weight: bold;
  background: #92441b;
  margin: 0 1px;
}

/* line 1448, ../sass/_ehs.scss */
.sf-menu li a:hover {
  background: #92441b;
}

/* line 1452, ../sass/_ehs.scss */
.sf-menu.sf-horizontal.sf-shadow ul {
  background-image: none;
}

/* line 1456, ../sass/_ehs.scss */
#superfish-1-select {
  display: none;
}

/* line 1459, ../sass/_ehs.scss */
.menu__item.is-leaf {
  list-style-type: disc;
}

/* 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
 */
/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 35, ../sass/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

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

@media all and (max-width: 479px) {
  /* line 52, ../sass/_responsive.scss */
  .header__region {
    position: absolute;
    top: 70px;
    left: 50px;
    z-index: 10000000000;
  }

  /* line 63, ../sass/_responsive.scss */
  #search-api-page-search-form-site-search input#edit-keys-1,
  #search-api-page-search-form-site-search input#edit-keys-2,
  #search-api-page-search-form-site-search input#edit-keys-1--2,
  #search-block-form--2 input#edit-keys-1,
  #search-block-form--2 input#edit-keys-2,
  #search-block-form--2 input#edit-keys-1--2 {
    width: 200px;
  }
}
@media all and (min-width: 480px) and (max-width: 600px) {
  /**
   * Use 3 grid columns for smaller screens.
   */
  /***** Panels Layout Mobile******/
  /* line 76, ../sass/_responsive.scss */
  .panel-2col .panel-col-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 79, ../sass/_responsive.scss */
  .panel-2col .panel-col-last {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /* line 90, ../sass/_responsive.scss */
  #search-api-page-search-form-site-search input#edit-keys-1,
  #search-api-page-search-form-site-search input#edit-keys-2,
  #search-api-page-search-form-site-search input#edit-keys-1--2,
  #search-block-form--2 input#edit-keys-1,
  #search-block-form--2 input#edit-keys-2,
  #search-block-form--2 input#edit-keys-1--2 {
    width: 180px;
    float: right;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 98, ../sass/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 100, ../sass/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 105, ../sass/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 113, ../sass/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 115, ../sass/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 120, ../sass/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 128, ../sass/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 130, ../sass/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 135, ../sass/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 140, ../sass/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
  }
  /* line 146, ../sass/_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;
  }
}
@media all and (min-width: 601px) and (max-width: 780px) {
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #home_page:before, #home_page:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #home_page:after {
    clear: both;
  }
  /* line 160, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_media_home_page_slideshow {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 165, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_menu_view {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 168, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_menu_view li {
    min-height: 50px;
  }
  /* line 173, ../sass/_responsive.scss */
  #home_page .center-wrapper {
    clear: both;
    padding-top: 2em;
  }
  /* line 177, ../sass/_responsive.scss */
  #home_page .panel-col-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 180, ../sass/_responsive.scss */
  #home_page .panel-col {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 185, ../sass/_responsive.scss */
  #home_page .panel-col-last {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
@media all and (min-width: 781px) and (max-width: 959px) {
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #home_page:before, #home_page:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #home_page:after {
    clear: both;
  }
  /* line 198, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_media_home_page_slideshow {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 203, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_menu_view {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    border-left: 1px solid white;
  }
  /* line 206, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_menu_view li {
    min-height: 50px;
  }
  /* line 211, ../sass/_responsive.scss */
  #home_page .center-wrapper {
    clear: both;
    padding-top: 2em;
  }
  /* line 215, ../sass/_responsive.scss */
  #home_page .panel-col-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 218, ../sass/_responsive.scss */
  #home_page .panel-col {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 221, ../sass/_responsive.scss */
  #home_page .panel-col-last {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
@media all and (min-width: 601px) and (max-width: 959px) {
  /* line 230, ../sass/_responsive.scss */
  #pu-logo {
    width: 30%;
    float: left;
  }

  /* line 235, ../sass/_responsive.scss */
  .region-utility {
    float: right;
    width: 65%;
  }

  /* line 242, ../sass/_responsive.scss */
  .panel-2col .panel-col-first {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 245, ../sass/_responsive.scss */
  .panel-2col .panel-col-last {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /* line 255, ../sass/_responsive.scss */
  #search-api-page-search-form-site-search input#edit-keys-1,
  #search-api-page-search-form-site-search input#edit-keys-2,
  #search-api-page-search-form-site-search input#edit-keys-1--2,
  #search-block-form--2 input#edit-keys-1,
  #search-block-form--2 input#edit-keys-2,
  #search-block-form--2 input#edit-keys-1--2 {
    width: 200px;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 261, ../sass/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 263, ../sass/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 268, ../sass/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
  * Header Region
  */
  /* line 276, ../sass/_responsive.scss */
  #logo {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }

  /* line 279, ../sass/_responsive.scss */
  .region-header {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 281, ../sass/_responsive.scss */
  .region-header #block-search-api-page-site-search {
    float: right;
  }

  /* line 290, ../sass/_responsive.scss */
  #search-api-page-search-form-site-search input#edit-keys-1,
  #search-api-page-search-form-site-search input#edit-keys-2,
  #search-api-page-search-form-site-search input#edit-keys-1--2,
  #search-block-form--2 input#edit-keys-1,
  #search-block-form--2 input#edit-keys-2,
  #search-block-form--2 input#edit-keys-1--2 {
    width: 200px;
    float: right;
  }

   /*************************************
  Homepage
**************************************/
  /* line 299, ../sass/_responsive.scss */
  #home_page .panel-col-top {
    margin-top: 1em;
    overflow: auto;
    background: #e5e5e5;
  }
  /* line 303, ../sass/_responsive.scss */
  #home_page .panel-col-top .inside {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
  }

  /* #home_page {
     @include zen-grid-container;
     $zen-column-count: 6;
     .panel-col-top {
       
       #featured_media_home_page_slideshow {
          @include zen-grid-item(4,1);
     
       }
       
       #featured_menu_view {
          @include zen-grid-item(2,5);
          border-left: 1px solid $white;
          li {
           min-height: 50px;
          }
       }
     }
     .center-wrapper {
       clear: both;
       padding-top: 2em;
     }
     .panel-col-first {
       @include zen-grid-item(2,1);
     }
     .panel-col {
       @include zen-grid-item(2,3);
     }
     .panel-col-last {
       @include zen-grid-item(2,5);
     }
   }*/
}
/**
 * Use 12 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /* line 355, ../sass/_responsive.scss */
  #pu-logo {
    width: 30%;
    float: left;
  }

  /* line 360, ../sass/_responsive.scss */
  .region-utility {
    float: right;
    width: 65%;
  }

  /* line 367, ../sass/_responsive.scss */
  .panel-2col .panel-col-first {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 369, ../sass/_responsive.scss */
  .panel-2col .panel-col-first .inside {
    margin: 0 1em 0 0;
  }
  /* line 373, ../sass/_responsive.scss */
  .panel-2col .panel-col-last {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 383, ../sass/_responsive.scss */
  #search-api-page-search-form-site-search input#edit-keys-1,
  #search-api-page-search-form-site-search input#edit-keys-2,
  #search-api-page-search-form-site-search input#edit-keys-1--2,
  #search-block-form--2 input#edit-keys-1,
  #search-block-form--2 input#edit-keys-2,
  #search-block-form--2 input#edit-keys-1--2 {
    width: 250px;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 390, ../sass/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 392, ../sass/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 397, ../sass/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 405, ../sass/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 407, ../sass/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 412, ../sass/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 420, ../sass/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 422, ../sass/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 58.33333%;
    margin-left: 25%;
    margin-right: -83.33333%;
  }
  /* line 427, ../sass/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 432, ../sass/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 16.66667%;
    margin-left: 83.33333%;
    margin-right: -100%;
  }

  /**
   * Header Region
   */
  /* line 440, ../sass/_responsive.scss */
  #logo {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /* line 443, ../sass/_responsive.scss */
  .region-header {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 445, ../sass/_responsive.scss */
  .region-header #block-search-api-page-site-search {
    float: right;
  }

  /**
   * Footer Region
   */
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .footer:before, .footer:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .footer:after {
    clear: both;
  }

  /* line 457, ../sass/_responsive.scss */
  #block-block-1 {
    float: left;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: -16.66667%;
  }

  /* line 461, ../sass/_responsive.scss */
  #block-menu-menu-tertiary-menu {
    float: left;
    width: 33.33333%;
    margin-left: 16.66667%;
    margin-right: -50%;
  }

  /* line 466, ../sass/_responsive.scss */
  #block-boxes-contact-info-box {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 470, ../sass/_responsive.scss */
  #block-menu-menu-quaternary-menu {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }

  /*************************************
  Homepage
**************************************/
  /* line 481, ../sass/_responsive.scss */
  #home_page .panel-col-top {
    margin-top: 1em;
    overflow: auto;
    background: #e5e5e5;
  }
  /* line 485, ../sass/_responsive.scss */
  #home_page .panel-col-top .inside {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
  /* line 490, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_media_home_page_slideshow {
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: -58.33333%;
  }
  /* line 494, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_menu_view {
    float: left;
    width: 41.66667%;
    margin-left: 58.33333%;
    margin-right: -100%;
    border-left: 1px solid white;
  }
  /* line 497, ../sass/_responsive.scss */
  #home_page .panel-col-top #featured_menu_view li {
    min-height: 67px;
  }
  /* line 502, ../sass/_responsive.scss */
  #home_page .center-wrapper {
    clear: both;
    padding-top: 2em;
  }
  /* line 506, ../sass/_responsive.scss */
  #home_page .panel-col-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 509, ../sass/_responsive.scss */
  #home_page .panel-col {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 512, ../sass/_responsive.scss */
  #home_page .panel-col-last {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 517, ../sass/_responsive.scss */
  #home_page .panel-col-first .inside,
  #home_page .panel-col .inside,
  #home_page .panel-col-last .inside {
    padding: 0 1em;
  }

  /* line 521, ../sass/_responsive.scss */
  .home_page_media_description {
    max-height: 63px;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
