/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

header, .visual, .content, footer {
  max-width: 1400px;
  margin: 0 auto; }

html, body, #page-wrapper, #page {
  height: 100%; }

.spans {
  font-size: 0; }

.span, .span2, .span4 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 30px;
  vertical-align: top;
  font-size: 16px; }

.span2 {
  width: 33.333%; }

.span4 {
  width: 66.666%; }

@media only screen and (min-width: 600px) and (max-width: 900px) {
  .span2 {
    width: 50%; }

  .span4 {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 599px) {
  .span2, .span4 {
    display: block;
    width: 100%; } }
body {
  font-family: "HelveticaNeueETW01-45Lt", sans-serif;
  font-size: 16px; }
  body #breadcrumb, body .breadcrumb {
    font-family: HelveticaMonospacedW01, monospace;
    font-size: 11px; }
  body .pane-node-title,
  body .pane-node-field-header-images .pane-title {
    width: 66%;
    letter-spacing: -3px; }
  body .intro-wrap {
    padding: 20px 40px; }
  body .teaser-wrap {
    border-top: 1px solid #323232;
    padding: 20px;
    margin: 20px 20px 0 20px; }
    body .teaser-wrap h2 {
      margin-top: 0;
      font-size: 16px;
      font-weight: normal; }
    body .teaser-wrap p {
      margin-bottom: 16px; }
    body .teaser-wrap img {
      max-width: 100%;
      height: auto; }
  body a {
    color: #cc0000;
    text-decoration: none; }
  body a:hover {
    text-decoration: underline; }
  body p {
    margin: 10px 0;
    line-height: 1.75em; }
  body .primary > ul li a {
    font-size: 18px; }
  body .huge {
    font-size: 30px;
    line-height: 1.25em; }
  body .icon-chevron-left {
    display: inline-block;
    zoom: 1;
    *display: inline;
    _height: 30px;
    width: 9px;
    height: 13px;
    margin: 0 5px -1px 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAIUlEQVR42mNgoDo4w8D4H5ccE7EKURTRWSEdFBDtfYoBALBgGvdVcYUTAAAAAElFTkSuQmCC);
    vertical-align: baseline; }
  body .icon-chevron-down {
    display: inline-block;
    zoom: 1;
    *display: inline;
    _height: 30px;
    width: 13px;
    height: 9px;
    margin: 0 5px -1px 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJAQMAAADTtDQpAAAABlBMVEUAAADMAAFK1eZ9AAAAAXRSTlMAQObYZgAAABtJREFUCB1jYAADgwQGiQMMvA0M7AwMTAwQAAAgJgH/k3opvQAAAABJRU5ErkJggg==);
    vertical-align: baseline; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    body .intro-wrap {
      padding: 20px 30px; }
    body .teaser-wrap {
      margin: 10px 10px 0 10px; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    body h2,
    body .node-teaser .teaser-wrap h2,
    body .huge {
      font-size: 24px; }
    body .pane-node-title h1,
    body .pane-node-field-header-images .pane-title {
      font-size: 60px; } }
  @media only screen and (max-width: 599px) {
    body {
      font-size: 14px; }
      body .span, body .span2, body .span4 {
        font-size: 14px; }
      body .huge {
        font-size: 14px;
        line-height: 1.75em; }
      body h2,
      body .node-teaser .teaser-wrap h2 {
        font-size: 20px;
        line-height: 1.5em; }
      body .intro-wrap {
        padding: 20px; }
      body .teaser-wrap {
        margin: 0; }
        body .teaser-wrap h2 {
          font-size: 14px; }
      body .pane-node-title h1,
      body .pane-node-field-header-images .pane-title {
        font-size: 25px; }
      body .pane-node-title,
      body .pane-node-field-header-images .pane-title {
        letter-spacing: 0px; } }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

header {
  position: relative;
  height: 15%;
  min-height: 130px;
  max-height: 180px; }
  header h1 {
    position: absolute;
    right: 40px;
    bottom: 20px;
    margin: 0; }
    header h1 a {
      display: block;
      overflow: hidden;
      width: 146px;
      height: 19px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAARCAYAAAA2X/X4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkVFNDQ1RTU1NDY5MTFFMzlFN0NGRDNEQzQxQTEwMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkVFNDQ1RTY1NDY5MTFFMzlFN0NGRDNEQzQxQTEwMTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUU0NDVFMzU0NjkxMUUzOUU3Q0ZEM0RDNDFBMTAxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RUU0NDVFNDU0NjkxMUUzOUU3Q0ZEM0RDNDFBMTAxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhDUjr8AAAPcSURBVHja7Fm9ctpAEBYMkxbVaaK0aYLH6oE3IE+A/ARAmwZ4AuAJwE+A8gSCXpmBJq2Vxm1IlZk0yi3as9dn3el0OuOfsDM7SOh+vv3R3u7Kcd4AxY4TMU6ROy8U44RgnDhvjOrOmV6Ko30ljgbXr4oaZxPeU5qmVter1Wplhr+TXJ8j0pn+H2qQ0Oqynx7jz4xbjN/njL9lvGW88RlXDOV8P49xW7If0A/Ge8Yh23NXYn3IlYAvhUffGScoQ6KKJFV0ohPd4kz2AG/b5BFcT2THm5+TY8UZPo7VzcEKOA9FukSZW3ibgI6ILkXaodyHGk4esp8xAtAlWOSqjHEFI69L7gcEhvriZwp5kGwTQUeMB+igRbSC8Xw9bnxwpKo6gbXo0YYJ9hhvp37mKIA5Kqs/NrcmyD9zMrw2dEkxhajHlmIdmN9toMJm5MGc8TfJJFBqHz2/hc7w0SAgLYmBdmh8WYTrIT4PnQXwqqqeGVHCHtc/EPxtjAIu/oIcF4IyT6UTwNbF6z6JTuDg17rVoOBEU4UuXXzJeISJRNlzdC+Tf4DP3aM9GZCbsmUpG7cmcwKDiJSWKdeF0jkqKP9/xeo36Bi+cRyf0+MRCdiGTsSjraj8N20PCFiHmnMiUXYakQT7BDp714UjYKWJf0+uPWoEVUUked7RCOUTCOfI3aLjqui4xXAekr9Ex7OikxORCdatQvYHEdNXr5nIyv9lXB58OydfyaOucFTwt2ccZ2F9JxhDPAISzXxsr6nMn7rHcFWdnJDWBlidgvxH9UJ2ZY7UsSCMToQZMYF/Y17gEe4VhOQNJsc7nbfEEnWc10PPhrWhqgZM6DJNtdbAEnZCSldXoZw+SbZNE3wjMtVJ+gzGtGE/K44EfQ1f442O7yPIMfyV7O/Q3gnPf1TzN3F2Tt/wsAyOZ9J2MOx3GenEsYwPk94l3l7l5S5QRPgFx1EO1sS3EMXrwlGgW4EFWDpGWAZqfQ7AMR72U8aYH+n0aQ45ZexTkhWdVKBmQV7jVcQ6IFgDWxHpmjTKwLBNRc+ECzHIqwA0vy3xvo5LEsSFIrFzCT4eATdP7EjWdGLqvHFWNCRC/4fqkNOC9LxmbN4HDayB7ZyygR3WJqmiho5+l3Tl65ecd6V3nDUglyQH0k0SwdlGJ8g1KuvEIEcK0Vl4vriUHfU+aV2w6zk6jwnWeVn7KXMkrKIWWDVB6fpJMv4WPRhK59A0TwHwWIHxzqjs+xDfc4v7hho5wJ8426OI/tLrOL+ypDpR4dPRyaP9/Me9rQvMhcRve3yPbZ7hDbDy722JJDJOy0arfwIMAD5Npbz69hxCAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      text-indent: -1024px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .mediaqueries header h1 a {
          background-image: url(data:image/png;base64,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);
          background-size: 146px 19px; } }
  header .secondary {
    padding: 20px 40px 0 35px;
    font-size: 11px;
    font-family: "HelveticaMonospacedW01", monospace; }
    header .secondary li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      _height: 30px;
      margin: 0 5px; }
    header .secondary .separator {
      width: 1px;
      height: 12px;
      margin: 0 0 -2px 0;
      border-left: 1px solid #cc0000; }
  header .primary a {
    color: #323232; }
  header .primary a:hover, header .primary a.active, header .primary a.active-trail {
    color: #cc0000;
    text-decoration: none; }
  @media only screen and (min-width: 1025px) {
    header .nav-widget {
      display: none; }
    header .primary {
      position: absolute;
      left: 40px;
      right: 180px;
      bottom: 10px; }
      header .primary li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        _height: 30px;
        position: relative;
        padding: 0 0 7px 0;
        margin: 0 20px 0 0;
        font-family: "HelveticaNeueETW01-55Rg", sans-serif; }
        header .primary li ul {
          -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          display: none;
          position: absolute;
          z-index: 20;
          left: -20px;
          top: 25px;
          background-color: white;
          padding: 20px; }
          header .primary li ul li {
            display: block;
            padding: 4px 0;
            white-space: nowrap;
            font-family: "HelveticaNeueETW01-45Lt", sans-serif; }
        header .primary li:hover ul {
          display: block; } }
  @media only screen and (max-width: 1024px) {
    header .nav-wrap {
      display: none; }
      .has-navigation header .nav-wrap {
        display: block; }
    header .secondary {
      border-top: 1px solid #e9eaea;
      font-size: 14px;
      line-height: 1.75em; }
    header .primary {
      border-bottom: 1px solid #e9eaea; }
      header .primary a {
        display: block; }
      header .primary li {
        border-top: 1px solid #e9eaea;
        position: relative; }
        header .primary li a.toggle {
          background-image: url(../images/mobile-menu-down.png);
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          right: 0px;
          top: 0px;
          width: 1em;
          height: 1.4em; }
        header .primary li ul {
          display: none; }
        header .primary li li a {
          background-image: none !important; }
      header .primary li.open {
        background: #f9f9f9; }
        header .primary li.open a.toggle {
          background-image: url(../images/mobile-menu-up.png); }
        header .primary li.open ul {
          background: #f9f9f9;
          display: block; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    header {
      height: 130px; }
      header .nav-wrap {
        padding: 130px 0 0 0; }
      header h1 {
        right: 30px;
        bottom: 15px; }
      header .nav-widget {
        position: absolute;
        bottom: 15px;
        left: 30px;
        cursor: pointer;
        font-size: 18px;
        padding: 0 0 0 40px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAIUlEQVR42mNgGHGA8QwD439qGsjEMApGY3kUjMbyKAABANl6BW5L+e0kAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: 0 2px; }
        .has-navigation header .nav-widget {
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAYUlEQVR42mM4w8D4H4hnMlAAQPpB5qBwyDUUq35yDcWrj1RDiVJPrKEkWU5IMVnBg0sTRRGIrpnS1IBhKDXSKwPVXEYTF1I1DKkay1RNh1TNKVTNy1QtbaheHlK9xKY2AABAQ6GVn5bDOAAAAABJRU5ErkJggg==); }
      header .secondary {
        padding: 18px 25px; }
      header .primary a {
        padding: 18px 30px; } }
  @media only screen and (max-width: 599px) {
    header {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 45px;
      min-height: 45px;
      background-color: white; }
      header h1 {
        right: 15px;
        bottom: 15px; }
        header h1 a {
          width: 106px;
          height: 15px;
          background-size: 106px 15px;
          background-size: 106px 13px;
          background-repeat: no-repeat; }
      header .nav-widget {
        cursor: pointer;
        font-size: 14px;
        line-height: 45px;
        padding: 0 0 0 25px;
        margin: 0 0 0 20px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAHklEQVR42mNgoAAwnmFg/E+uZiaGkQdGA2w0wAgCAJcqBW4E2w6/AAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: 0 16px; }
        .has-navigation header .nav-widget {
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAATElEQVR42mM4w8D4H4hnMpAAQOpB+uAMYg3AUE+sATjVETKAoAW4FBDtNXSFpIYJigZyYoOBKhrJdjJFgUVxNFGcQChOmlgNoCRXAQAsOXzVkQUN1wAAAABJRU5ErkJggg==); }
      header .secondary {
        padding: 12px 15px; }
        header .secondary li {
          margin: 0 3px; }
      header .primary a {
        padding: 12px 20px; } }
      @media only screen and (max-width: 599px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 599px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 599px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 599px) and (min-device-pixel-ratio: 1.5) {
        .mediaqueries header h1 {
          background-size: 106px 15px;
          background-size: 106px 13px; } }

@media only screen and (max-width: 1024px) {
  .has-navigation header .primary ul.menu li {
    margin: 0; }
  .has-navigation footer, .has-navigation .content, .has-navigation .visual, .has-navigation .pane-title {
    display: none !important; } }

.visual {
  position: relative;
  overflow: hidden;
  height: 70%;
  background-color: #cccccc; }
  .visual > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .visual > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .visual h2 {
    position: absolute;
    margin: 0;
    left: 40px;
    bottom: 40px;
    color: white;
    font-size: 80px;
    font-weight: normal;
    line-height: 80px;
    z-index: 3; }
    .visual h2 a {
      display: inline-block;
      zoom: 1;
      *display: inline;
      _height: 30px;
      color: white;
      text-decoration: none;
      border-bottom: 3px solid white; }
    .visual h2 a:hover {
      color: white; }
  .visual .goto-content {
    display: none; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .visual h2 {
      left: 30px;
      bottom: 30px; } }
  @media only screen and (min-width: 600px) and (max-width: 900px) {
    .visual h2 {
      font-size: 60px;
      line-height: 60px; } }
  @media only screen and (max-width: 599px) {
    .visual {
      height: 100%; }
      .visual h2 {
        left: 20px;
        bottom: 50px;
        font-size: 30px;
        line-height: 30px; }
        .visual h2 a {
          border-bottom: 1px solid white; }
      .visual .goto-content {
        z-index: 2;
        position: absolute;
        display: block;
        right: 20px;
        bottom: 45px;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABrUlEQVR42tWYwWrCQBCGt+Qk5CR4EgRfQvA9BJ+kIBQKBaHXQE6+gZBTwccICEKg15x6ykl6EDXT2XTbriFtTfbfNfnh1xiT2Y9dM86OEA1FRCP2PXvNjtkn+tFJnYvUNSPhQjxQn/3E3lF97dS9fRtgPvuBvSdz7VUsHwU3Y78RXjLmzATMYwdkX3IMry5cj/1C7iTH6tWZOZdwOqR3DWBAt1PwH9ycbq/5XzkuawFgVpkr+WSIiP4ex4gwYRluyD4g4GJxh4CULEMdcImC+zIAcqmnlRQ1c+V3A6VF2uGXCXJZ5TFwuScScAH7zeV58Tk/HlGQC6HqOQicPoN0PiMg1xIwMYZTMBeAmKc7EcbJWYP7DdAkaQuj/FeCswB4aA5YAWcLMEPB2VriBBkRDFg8JFGLASOjRO0AsEjU0xYDTiHFgiXA9HuPgii3LAA+wwtWIOBlwYos+UGAYfc2Ta3fdqKXGra0nWt9aM2jjUO4zdXNo9JMrhzArWq33zrRwKxoAT8SrgUsY/k2etUD+myEN6khX9Vf6sBVx3+sSjVZT24rgLbqO3nNuOk4H6Pj+xvn2mGqAAAAAElFTkSuQmCC); } }

.content {
  position: relative; }

footer {
  margin-top: 40px;
  padding-bottom: 0px;
  font-family: "HelveticaMonospacedW01", monospace;
  font-size: 11px; }
  footer h3 {
    margin: 0;
    font-size: 11px; }
  footer nav {
    margin: 0 0; }
  footer a {
    line-height: 1.5em; }
  footer .footer-wrap {
    margin: 0 20px;
    padding: 20px; }
  footer .span2 {
    font-size: 11px; }
  footer .sitemap {
    padding: 20px 0; }
  footer #block-menu-menu-footer-links .block-title,
  footer .pane-title {
    border-top: 1px solid #cc0000;
    display: block;
    font-size: 0;
    margin: 0 20px; }
    footer #block-menu-menu-footer-links .block-title li,
    footer .pane-title li {
      padding: 13px 0 0 0; }
  footer .meta li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    _height: 30px;
    margin: 0 20px 0 0; }
  footer #block-menu-menu-footer-links .content {
    margin: 0 20px;
    padding: 20px; }
    footer #block-menu-menu-footer-links .content ul.menu li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      _height: 30px;
      margin: 0 20px 0 0;
      padding: 0; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    footer nav {
      margin: 0 0; }
    footer .sitemap {
      padding: 10px 0; }
    footer .footer-wrap {
      margin: 0 10px; }
    footer #block-menu-menu-footer-links .content {
      margin: 0 10px; }
    footer #block-menu-menu-footer-links .block-title,
    footer .pane-title {
      margin: 0 10px; } }
  @media only screen and (max-width: 599px) {
    footer nav {
      margin: 0; }
    footer .footer-wrap {
      margin: 0 0;
      padding: 10px 20px; }
    footer .sitemap li {
      padding: 5px 0 0 0; }
    footer .meta li {
      margin: 0 10px 0 0; }
    footer #block-menu-menu-footer-links .block-title,
    footer .pane-title {
      margin: 0 0; }
    footer #block-menu-menu-footer-links .content {
      margin: 0 0;
      padding: 10px 20px; }
      footer #block-menu-menu-footer-links .content ul.menu li {
        margin: 0 10px 0 0; } }

body {
  color: #323232; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin: 1em 0; }

hr {
  border: none;
  background: #000;
  height: 1px;
  margin-bottom: 1em; }

a.pfeil {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAIUlEQVR42mNgoDo4w8D4H5ccE7EKURTRWSEdFBDtfYoBALBgGvdVcYUTAAAAAElFTkSuQmCC);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px; }

span.nowrap {
  white-space: nowrap; }

.field-name-body {
  line-height: 1.7em; }
  .field-name-body p {
    margin: 30px 0; }
  .field-name-body img {
    height: auto;
    width: 100%;
    max-width: 850px; }
  .field-name-body ul {
    list-style: none;
    padding: 0; }
  .field-name-body li {
    list-style: none;
    line-height: 1.75em;
    padding-left: 1em;
    position: relative; }
  .field-name-body li:before {
    color: #cc0000;
    content: '▃';
    font-size: 8px;
    position: absolute;
    left: 0px;
    top: 2px; }
  .field-name-body .collapsable {
    color: #C00;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding-left: 1em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJAQMAAADTtDQpAAAABlBMVEUAAADMAAFK1eZ9AAAAAXRSTlMAQObYZgAAABtJREFUCB1jYAADgwQGiQMMvA0M7AwMTAwQAAAgJgH/k3opvQAAAABJRU5ErkJggg==);
    background-position: left center;
    background-repeat: no-repeat; }

.field-type-text-long {
  font-size: 24px; }

strong, b {
  font-family: HelveticaNeueETW01-55Rg; }

.nav-wrap ul li.collapsed,
.nav-wrap ul li.expanded,
.nav-wrap ul li.leaf {
  list-style: none; }

.pane-node-title h1 {
  font-size: 80px;
  font-weight: normal;
  margin: 15px 0;
  text-indent: -6px; }

.pane-title {
  font-weight: normal; }

.footer-wrap .menu li {
  line-height: 0.8em; }

.logged-in .footer {
  padding-bottom: 80px; }
.footer #contact {
  border-top: 1px solid #000;
  padding: 20px 0;
  margin: 0 20px; }
  .footer #contact .pane-title {
    color: #C00;
    font-family: HelveticaNeueETW01-45Lt, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 20px; }
  .footer #contact .footer-wrap {
    font-family: HelveticaNeueETW01-45Lt, sans-serif;
    font-size: 16px;
    line-height: 28px; }
.footer .sitemap h3 {
  /* font-family: HelveticaMonospacedW01-883251; */
  text-decoration: underline; }
.footer .sitemap li > a.active-trail {
  color: #323232; }
.footer .spans .menu {
  padding: 0; }
.footer .spans > .menu > li {
  padding: 0; }
.footer .spans ul li,
.footer .spans ul li.expanded {
  list-style: none;
  margin: 0; }

/*
	drupal overrides

ul.menu li {
	margin: 0;
}
li.expanded, li.collapsed, li.leaf {
	padding: 0;
	margin: 0;
}
*/
.has-navigation #search-form,
.has-navigation .search-results,
.has-navigation .backdrop {
  display: none; }

.backdrop {
  margin: 0 auto;
  max-width: 1300px; }

.contextual-links-region-active {
  outline: magenta dashed 2px;
  outline: cyan dashed 2px; }

.contextual-links {
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 12px; }

/*
.backdrop,
.backdrop .panels-ipe-region,
.backdrop .panels-ipe-sort-container,
.backdrop .panels-ipe-portlet-wrapper,
.backdrop .panels-ipe-portlet-content,
.backdrop .panel-pane,
.backdrop .pane-content,
.backdrop .view,
.backdrop .view-content,
.backdrop .pane-entity-field.pane-node-field-image {
	height: 100%;
}
BACKDROP TEST
*/
.panels-ipe-editing .backdrop .panel-pane {
  top: 0px; }

.backdrop .panel-pane {
  position: relative;
  height: 400px;
  top: -150px;
  z-index: 0; }
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .backdrop .panel-pane {
    height: 300px;
    top: -50px; } }
@media only screen and (max-width: 599px) {
  .backdrop .panel-pane {
    display: none; } }

@media only screen and (max-width: 599px) {
  #content {
    margin-top: 20px; } }

/**/
#header {
  z-index: 3; }

.content {
  z-index: 1; }

#messages,
.tabs {
  position: relative;
  z-index: 2; }

.node-layout-page,
.node-location,
.panels-ipe-display-container,
.visual .panels-ipe-region,
.visual .panels-ipe-sort-container,
.visual .panels-ipe-portlet-wrapper,
.visual .panel-pane.pane-entity-field.pane-node-field-image,
.visual .pane-content {
  height: 100%; }

.visual .panels-ipe-portlet-content,
.visual .panel-pane,
.visual .pane-content .field {
  height: 100%; }

.field-name-field-references .field-items {
  border-bottom: 1px solid #333333; }
.field-name-field-references .field-item {
  border-top: 1px solid #333333;
  display: block;
  padding: 10px 20px;
  padding-right: 40px; }

/* panel styles */
.highlight {
  background: #B2EEEE;
  border-color: #B2EEEE !important; }

#panels-ipe-regionid-spans .panels-ipe-portlet-wrapper {
  display: inline-block; }

#panels-ipe-regionid-spans .panels-ipe-portlet-wrapper,
#panels-ipe-regionid-spans .panels-ipe-portlet-content {
  max-width: none;
  display: inline;
  width: auto;
  float: none; }

.visual,
.field-name-field-header-images {
  position: relative;
  min-height: 200px;
  z-index: 1; }
  .visual .field-tabs,
  .field-name-field-header-images .field-tabs {
    font-size: 0;
    list-style: none;
    margin: 10px 20px;
    padding: 0;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3; }
    .visual .field-tabs .field-tab,
    .field-name-field-header-images .field-tabs .field-tab {
      display: inline-block; }
      .visual .field-tabs .field-tab a,
      .field-name-field-header-images .field-tabs .field-tab a {
        color: white;
        display: block;
        font-size: 16px;
        opacity: .5;
        padding: 6px 4px; }
      .visual .field-tabs .field-tab.active a,
      .visual .field-tabs .field-tab a.active,
      .visual .field-tabs .field-tab a:hover,
      .field-name-field-header-images .field-tabs .field-tab.active a,
      .field-name-field-header-images .field-tabs .field-tab a.active,
      .field-name-field-header-images .field-tabs .field-tab a:hover {
        opacity: 1; }
  .visual .field-items,
  .field-name-field-header-images .field-items {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .visual .field-items .field-item,
    .field-name-field-header-images .field-items .field-item {
      display: none;
      position: absolute;
      top: 0px; }
    .visual .field-items .field-item:first-child,
    .field-name-field-header-images .field-items .field-item:first-child {
      display: block;
      z-index: 1; }
    .visual .field-items .field-item.active,
    .field-name-field-header-images .field-items .field-item.active {
      display: block;
      z-index: 2; }
  @media only screen and (max-width: 599px) {
    .visual .field-tabs,
    .field-name-field-header-images .field-tabs {
      left: 0px;
      right: auto; } }

/**
	slideshow animation
*/
  /*
.field-name-field-header-images .field-item {
-webkit-transition: left .6s;
transition: left .6s;
}
.field-name-field-header-images .field-item.in {
left: 100%;
}
.field-name-field-header-images .field-item.out {
left: -100%;
z-index: 1;
}
.field-name-field-header-images .field-item.active {
left: 0%;
z-index: 2;
}
*/
.field-name-field-header-images .field-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.view-management {
  /*
  .views-field-body {
  	padding: 0 0 20px;
  }
  .views-field-field-image img {
  	height: auto;
  	width: 100%;
  }
  */ }
  .view-management .view-content {
    border-top: 1px solid #323232;
    margin: 20px 0; }
  .view-management .views-row {
    border-bottom: 1px solid #323232;
    position: relative; }
  .view-management .views-field-field-title,
  .view-management .views-field-title {
    display: inline-block;
    padding: 20px 0; }
  .view-management .views-field-nothing img {
    height: auto;
    width: 100%;
    margin: 20px 0 40px; }

.view-downloads {
  margin: 40px 0 60px;
  margin-left: -20px; }
  .view-downloads .view-content {
    border-top: 1px solid #000;
    margin: 20px 0; }
    .view-downloads .view-content ul,
    .view-downloads .view-content ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .view-downloads .view-content .views-row {
      border-bottom: 1px solid #000;
      padding: 10px;
      padding-left: 35px;
      text-indent: -15px; }
  .view-downloads .views-field-created {
    white-space: nowrap; }
  .view-downloads .views-field-field-file a {
    background: white; }

.view-locations {
  height: auto;
  width: 100%; }
  .view-locations img.map {
    height: auto;
    width: 100%; }
  .view-locations i.mark {
    color: #C00;
    font-size: 10px;
    font-style: normal;
    line-height: 0;
    position: absolute;
    left: -1.6em;
    top: 1.1em; }
  .view-locations .view-content {
    position: relative; }
    .view-locations .view-content .item-list {
      position: static;
      left: 0px;
      top: 0px; }
      .view-locations .view-content .item-list ul,
      .view-locations .view-content .item-list li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .view-locations .view-content .item-list .views-row {
        margin: -1em 0 0 0.8em;
        position: absolute;
        left: 50%;
        top: 50%; }
        .view-locations .view-content .item-list .views-row.disabled {
          color: #aaa; }
          .view-locations .view-content .item-list .views-row.disabled a {
            color: #aaa; }
      .view-locations .view-content .item-list .label-offset {
        position: absolute;
        white-space: nowrap; }
      .view-locations .view-content .item-list .views-row {
        width: 80px;
        height: 1.2em; }
      .view-locations .view-content .item-list .views-row-1,
      .view-locations .view-content .item-list .views-row-4 {
        z-index: 1; }
      .view-locations .view-content .item-list h3 {
        font-size: 1em;
        margin: 0; }
      .view-locations .view-content .item-list a.active {
        color: black; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .view-locations .views-row .meta {
      display: none; } }
  @media only screen and (max-width: 599px) {
    .view-locations .views-row {
      font-size: 12px; }
      .view-locations .views-row .meta {
        display: none; }
    .view-locations img.map {
      display: none;
      position: absolute;
      z-index: -1; }
    .view-locations i.mark {
      display: none; }
    .view-locations .views-row .meta {
      display: block; }
    .view-locations .view-content .item-list,
    .view-locations .view-content .item-list .views-row,
    .view-locations .view-content .item-list .label-offset {
      position: static; }
    .view-locations .view-content .item-list .views-row {
      border-top: 1px solid #323232;
      width: 100%;
      height: auto;
      margin: 10px 0;
      padding: 10px 0 0; } }

.spans .views-row .meta {
  display: none; }

/*
#block-eshelter-block-eshelter-login
#block-search-form
#block-menu-menu-connect
*/
.has-overlay {
  overflow: hidden; }

.secondary {
  background: white;
  position: relative;
  z-index: 1; }

.separator hr {
  display: none; }

footer a {
  line-height: 1.8em; }

.region-footer {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 10px;
  z-index: 5; }
  .logged-in .region-footer {
    top: 70px; }
  .region-footer .block {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1320px; }
  .region-footer .block .content {
    font-size: 1.8em;
    margin: 0 auto;
    padding: 0px 50px 10px 0px; }
  .region-footer .block-title {
    display: none; }
  .region-footer .block .menu,
  .region-footer .block .menu .leaf {
    list-style: none;
    margin: 0;
    padding: 0; }
  .region-footer .block .menu .leaf {
    display: inline-block;
    margin-right: 20px; }
  .region-footer a.close {
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAYUlEQVR42mM4w8D4H4hnMlAAQPpB5qBwyDUUq35yDcWrj1RDiVJPrKEkWU5IMVnBg0sTRRGIrpnS1IBhKDXSKwPVXEYTF1I1DKkay1RNh1TNKVTNy1QtbaheHlK9xKY2AABAQ6GVn5bDOAAAAABJRU5ErkJggg==");*/
    color: #C00;
    position: absolute;
    right: 10px;
    top: 0px;
    float: right; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .region-footer .block {
      padding: 0 20px; } }
  @media only screen and (max-width: 599px) {
    .region-footer .block {
      padding: 0 10px; } }

#block-search-form .form-text {
  border: none;
  border-bottom: 1px solid #000;
  color: #323232;
  width: 66.66%; }
  #block-search-form .form-text:focus {
    outline: none; }
#block-search-form .form-submit {
  background: white;
  border: 1px solid #C00;
  color: #C00;
  font-size: 16px;
  padding: .5em 1em;
  vertical-align: middle; }
  #block-search-form .form-submit:hover {
    background: #C00;
    color: white; }

body.page-search .panel-display {
  margin: 0 auto;
  max-width: 1400px; }
  body.page-search .panel-display .panel-panel {
    margin: 40px 40px 40px 40px;
    width: 66.666%; }
body.page-search .pane-title {
  font-size: 80px;
  margin: 20px 0; }
body.page-search .item-list .pager {
  text-align: left;
  margin: 40px 0; }
body.page-search #search-form {
  position: relative;
  margin-bottom: 20px; }
  body.page-search #search-form .form-item-keys {
    display: block;
    margin-right: 90px; }
  body.page-search #search-form .form-item-keys label {
    display: none; }
  body.page-search #search-form #edit-basic {
    display: block; }
  body.page-search #search-form #edit-keys {
    border: none;
    border-bottom: 1px solid #000;
    color: #323232;
    font-size: 29px;
    width: 99%; }
    body.page-search #search-form #edit-keys:focus {
      outline: none; }
  body.page-search #search-form #edit-submit {
    background: white;
    border: 1px solid #C00;
    color: #C00;
    font-size: 16px;
    padding: .5em 1em;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px; }
    body.page-search #search-form #edit-submit:hover {
      background: #C00;
      color: white; }
body.page-search .search-results {
  padding-left: 0px; }
body.page-search .search-result {
  border-bottom: 1px solid #323232;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  body.page-search .search-result .title {
    font-size: 16px; }
  body.page-search .search-result .search-snippet-info {
    padding-left: 0; }
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  body.page-search .pane-title {
    font-size: 60px; }
  body.page-search .panel-display .panel-panel {
    margin: 30px;
    width: auto; } }
@media only screen and (max-width: 599px) {
  body.page-search #page {
    margin-top: 40px; }
  body.page-search .pane-title {
    font-size: 25px; }
  body.page-search .panel-display .panel-panel {
    margin: 20px;
    width: auto; } }

/*
.panel-header {}
.panel-header .pane-locations {
height: 430px;
}
.panel-header .pane-locations .pane-content {
position: absolute;
top: -150px;
}
#header {
position: relative;
	z-index: 2;
}
#messages,
.tabs {
position: relative;
	z-index: 1;
}
.region-footer {
	z-index: 3;
}
*/
.panel-header .pane-locations {
  height: 580px; }

.panel-header .pane-locations .pane-content {
  position: absolute; }

.row {
  position: relative; }

.node-teaser .teaser-wrap h2 {
  font-size: 30px;
  line-height: 1.25em; }
.node-teaser p {
  margin: 0 0 10px 0; }
.node-teaser.node-contact .teaser-wrap {
  border: none;
  margin-top: 0; }
.node-teaser.node-location .teaser-wrap > h2 {
  font-size: 16px;
  line-height: 1.75em; }
.node-teaser.node-download h2 {
  font-size: 16px;
  line-height: 1.75em; }
.node-teaser.node-layout-page .teaser-wrap > h2 {
  font-size: 16px;
  line-height: 1.75em; }
.node-teaser.node-view .field-type-entityreference {
  line-height: 28px;
  margin-bottom: 16px; }
  .node-teaser.node-view .field-type-entityreference a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAIUlEQVR42mNgoDo4w8D4H5ccE7EKURTRWSEdFBDtfYoBALBgGvdVcYUTAAAAAElFTkSuQmCC);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 15px; }
.node-teaser.black .field-name-body a,
.node-teaser.black .field-name-body p {
  color: #323232; }

.pane-contact .pane-title {
  border-top: 1px solid #000;
  font-size: 0;
  padding: 0 0 10px 0;
  margin: 20px 20px 0; }

.bg1 .teaser-wrap {
  background-color: #b2eeee;
  border-color: #b2eeee;
  border-bottom: 1px solid white; }

.bg2 .teaser-wrap {
  background-color: #e3f2b6;
  border-color: #e3f2b6;
  border-bottom: 1px solid white; }

.bg3 .teaser-wrap {
  background-color: #dce6e6;
  border-color: #dce6e6;
  border-bottom: 1px solid white; }

/*
	admin new
*/
.pane-node-field-teasers > .contextual-links-wrapper {
  margin-top: -20px; }

.node-slide {
  position: relative; }
  .node-slide .field-name-body p {
    position: absolute;
    margin: 0;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #FFF;
    font-size: 80px;
    font-weight: normal;
    line-height: 80px;
    letter-spacing: -3px;
    z-index: 3;
    width: 100%; }
  .node-slide .field-name-body a {
    color: #FFF;
    text-decoration: underline; }
    .node-slide .field-name-body a:hover {
      color: #C00;
      text-decoration: none; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .node-slide .field-name-body p {
      left: 25px;
      bottom: 30px; } }
  @media only screen and (min-width: 600px) and (max-width: 900px) {
    .node-slide .field-name-body p {
      font-size: 60px;
      line-height: 60px; } }
  @media only screen and (max-width: 599px) {
    .node-slide .field-name-body p {
      left: 20px;
      bottom: 50px;
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 0px; } }

body.page-node-545 .panel-empty,
body.front .panel-empty {
  display: block; }

.visual .view-slides,
.visual .view-slides .view-content,
.visual .view-slides .view-content .views-row,
.visual .view-slides .view-content .views-row .node {
  height: 100%; }

.visual .view-slides .view-content .views-row {
  position: absolute;
  right: 30%;
  left: 0px;
  z-index: 1; }

.view-slides .field-tabs a {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  opacity: .5;
  padding: 6px 4px; }

.view-slides .field-tabs a.active {
  opacity: 1; }

.view-slides .view-content {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .view-slides .view-content .views-row {
    display: none;
    position: absolute;
    top: 0px; }
  .view-slides .view-content .views-row:first-child {
    display: block;
    z-index: 1; }
  .view-slides .view-content .views-row.active {
    display: block;
    z-index: 2; }

.visual {
  background-color: #fff; }

body.page-user #user-login,
body.page-user #user-pass {
  margin: 40px; }
