/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../../styles/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../../styles/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../styles/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../../styles/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../../styles/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../../styles/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* line 99, ../../styles/_normalize.scss */
a, a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../../styles/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 120, ../../styles/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 125, ../../styles/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 130, ../../styles/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 135, ../../styles/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 140, ../../styles/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 145, ../../styles/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 154, ../../styles/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* line 167, ../../styles/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 183, ../../styles/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 192, ../../styles/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 201, ../../styles/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 214, ../../styles/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 224, ../../styles/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 232, ../../styles/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 242, ../../styles/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 274, ../../styles/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0;
}

/* line 281, ../../styles/_normalize.scss */
dd {
  margin: 0;
}

/*
 * 1. Addresses paddings set differently in IE 6/7.
 * 2. Corrects list images handled incorrectly in IE 7.
 */
/* line 290, ../../styles/_normalize.scss */
menu,
ol,
ul {
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 308, ../../styles/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 317, ../../styles/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 329, ../../styles/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 341, ../../styles/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 349, ../../styles/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 361, ../../styles/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 375, ../../styles/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 390, ../../styles/_normalize.scss */
button,
input {
  line-height: normal;
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 430, ../../styles/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 465, ../../styles/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 476, ../../styles/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 489, ../../styles/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* line 499, ../../styles/_normalize.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 507, ../../styles/_normalize.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 512, ../../styles/_normalize.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 517, ../../styles/_normalize.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 522, ../../styles/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 531, ../../styles/_normalize.scss */
img {
  vertical-align: middle;
}

/* line 535, ../../styles/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 541, ../../styles/_normalize.scss */
textarea {
  resize: vertical;
}

/* line 545, ../../styles/_normalize.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 1, ../../styles/_lib.scss */
.clearfix:after, .three-column:after, .panel:after, .light-panel:after, .categoryManager .categories ul li:after, .team-member:after, .dark-panel:after, .listings-panel:after, .InputfieldCheckboxes:after, .categoryManager .panel:after, .categoryManager .light-panel:after, .categoryManager .team-member:after, .categoryManager .term:after, .categoryManager .placeholder:after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, ../../styles/_lib.scss */
.vcenter-wrap {
  height: 100%;
  display: table;
}

/* line 12, ../../styles/_lib.scss */
.vcenter {
  display: table-cell;
  vertical-align: center;
}

/* line 98, icons/*.png */
.icons-sprite, .icons-checked, .icons-closed, .icons-open, .icons-search, .icons-tag-center, .icons-tag-left, .icons-tag-right, .icons-unchecked {
  background: url('../img/icons-s807d3d32b4.png') no-repeat;
}

/**********************************************************************************************
 * ProcessWire Admin Control Panel - Skyscraper Theme - inputfields.css
 *
 * This file provides common styling for ProcessWire inputfields. All other Inputfield styles
 * are provided by the Inputfield modules themselves.
 *
 * Copyright 2012 by Ryan Cramer
 *
 */
/* line 11, ../../styles/_processwireAdmin.scss */
.Inputfields fieldset,
.Inputfields input,
.Inputfields select,
.Inputfields textarea,
.Inputfields label {
  /* reset */
  margin: 0;
  padding: 0;
}

/* line 21, ../../styles/_processwireAdmin.scss */
.Inputfields,
.Inputfields .Inputfield,
.Inputfields label,
.Inputfields input,
.Inputfields select,
.Inputfields textarea,
.Inputfields table {
  font-size: 12px;
}

/* line 31, ../../styles/_processwireAdmin.scss */
.Inputfields input,
.Inputfields select,
.Inputfields textarea {
  max-width: 100%;
}

/* line 37, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields,
.InputfieldForm .Inputfields > .Inputfield {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

/* line 43, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .Inputfields {
  /* nested .Inputfields list needs no bottom margin since it'll already be offset from the parent's padding */
  margin-bottom: 0;
}

/* line 48, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield {
  display: block;
  clear: both;
  margin-bottom: 1em;
}

/* line 54, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield > .ui-widget-content {
  /* the Inputfield's content, padded from the borders */
  padding: 1em;
}
/* line 58, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield > .ui-widget-content li {
  width: auto;
}

/* line 65, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield > .ui-widget-content > .InputfieldCheckboxes li {
  width: 20em;
}

/* line 70, ../../styles/_processwireAdmin.scss */
.Inputfields .ui-widget-header {
  /* typically the Inputfield's <label> */
  padding: 0.25em 0 0.25em 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* prevent selection of this element */
  border: 1px solid black;
  background: #e6e4e4;
  color: #000;
  font-weight: bold;
}

/* line 84, ../../styles/_processwireAdmin.scss */
.Inputfields label {
  /* label usually the same as the .ui-widget-header, but this applies to other labels too */
  display: block;
}

/**
 * Tweaks specific to percentage width floated fields
 *
 */
/* line 95, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields > .InputfieldColumnWidth {
  /* an Inputfield that has a percentage width assigned to it */
  float: left;
  clear: none;
  margin-top: 0;
  margin-left: 1%;
}

/* line 102, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .InputfieldColumnWidthFirst,
.InputfieldForm .Inputfields .InputfieldColumnWidth + .InputfieldSubmit {
  /* first Inputfield with a percent width... */
  /* ...or the last percentage-width Inputifeld before the submit button */
  clear: both;
  margin-left: 0;
}

/**
 * Margin and padding tweaks to prevent doubled visual whitespace
 *
 */
/* line 116, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content > *:first-child,
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content > div > *:first-child,
.InputfieldForm .Inputfields > .Inputfield:first-child {
  /* first child element of an Inputfield or it's content needs no top margin since it is already padded */
  margin-top: 0;
}

/* line 123, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .Inputfields > .Inputfield:last-child,
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content > *:last-child {
  /* last child element in an Inputfield content needs no margin since it is already padded */
  margin-bottom: 0;
}

/* line 128, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content .Inputfields.ui-helper-clearfix:last-child {
  /* prevents extra space in the situation described by the selector */
  /* example: the page editor sort settings box */
  margin-bottom: -1em !important;
}

/**
 * Inputfield states (collapsd vs. open, etc.)
 *
 */
/* line 140, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldStateToggle {
  cursor: pointer;
}

/* line 143, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldStateToggle span.ui-icon {
  /* the open/close icon that goes with most Inputfields */
  float: right;
  padding-right: 0.25em;
}

/* line 149, ../../styles/_processwireAdmin.scss */
.Inputfields > .InputfieldStateCollapsed .ui-widget-header {
  /* collapsed Inputfields appear sightly faded */
  opacity: 0.6;
}

/* line 153, ../../styles/_processwireAdmin.scss */
.Inputfields > .InputfieldStateCollapsed .ui-widget-header:hover {
  /* when hovering, they are no longer faded */
  opacity: 1.0;
}

/* line 158, ../../styles/_processwireAdmin.scss */
.Inputfields > .InputfieldStateCollapsed .ui-widget-content {
  /* collapsed Inputfields don't show their content (only header) */
  display: none;
}

/* line 163, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .InputfieldStateError {
  /* borders can break floated columns, so we avoid borders here */
  border: none;
}

/* line 168, ../../styles/_processwireAdmin.scss */
.InputfieldStateRequired > label.ui-widget-header:first-child:after {
  content: ' *';
}

/****************************************************************************
 * Specific Inputfield types
 *
 * Defined here rather than as separate CSS files because their styles are 
 * shared or there may be relationships with other Inputfields
 *
 */
/* line 180, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldHidden {
  display: none;
}

/**
 * Buttons
 *
 */
/* line 189, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldSubmit,
.Inputfields .InputfieldButton {
  /* enable horizontal stack of buttons */
  clear: none;
}

/* line 194, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldSubmit .ui-widget-content,
.Inputfields .InputfieldButton .ui-widget-content {
  /* we don't need our visual furniture for buttons */
  padding: 0;
  background: none;
  border: none;
}

/* line 202, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldSubmit .ui-widget-header,
.Inputfields .InputfieldButton .ui-widget-header {
  /* no need for a header with buttons */
  display: none;
}

/**
 * Text/Textarea fields
 *
 */
/* line 213, ../../styles/_processwireAdmin.scss */
.Inputfields textarea,
.InputfieldMaxWidth {
  /* full width fields */
  width: 100%;
}

/* line 218, ../../styles/_processwireAdmin.scss */
.Inputfields textarea {
  display: block;
}

/****************************************************************************
 * Render Value Mode 
 *
 * Used when only values are being rendered in the form (no inputs)
 *
 */
/* line 230, ../../styles/_processwireAdmin.scss */
.InputfieldRenderValueMode .InputfieldSelect li,
.InputfieldRenderValueMode .InputfieldRadios li,
.InputfieldRenderValueMode .InputfieldCheckboxes li {
  margin: 0;
  display: inline;
}

/* line 237, ../../styles/_processwireAdmin.scss */
.InputfieldRenderValueMode .InputfieldSubmit,
.InputfieldRenderValueMode .InputfieldButton {
  display: none;
}

/* line 242, ../../styles/_processwireAdmin.scss */
#PageIDIndicator {
  display: none;
}

/* line 247, ../../styles/_processwireAdmin.scss */
.container {
  position: relative;
  width: 85%;
  font-size: 0.85em;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 254, ../../styles/_processwireAdmin.scss */
#notices .ui-icon {
  position: relative;
  top: 2px;
}

/* line 258, ../../styles/_processwireAdmin.scss */
.ui-icon {
  float: left;
  margin-right: 2px;
}

/* line 262, ../../styles/_processwireAdmin.scss */
#notices .ui-state-highlight, #notices .ui-state-error {
  padding: 0.5em;
}

/* line 266, ../../styles/_processwireAdmin.scss */
#notices {
  margin-bottom: 1em;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-checked {
  background-position: 0 -90px;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-closed {
  background-position: 0 -29px;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-open {
  background-position: 0 0;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search {
  background-position: 0 -108px;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-tag-center {
  background-position: 0 -178px;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-tag-left {
  background-position: 0 -128px;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-tag-right {
  background-position: 0 -58px;
}

/* line 60, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-unchecked {
  background-position: 0 -160px;
}

/* line 25, ../../styles/manager.scss */
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 300;
  background-color: #e6e4e4;
}

/* line 32, ../../styles/manager.scss */
.inner, nav, .search-bar-body {
  width: 980px;
  margin: 0 auto;
}

/* line 37, ../../styles/manager.scss */
nav {
  text-align: center;
}
/* line 40, ../../styles/manager.scss */
nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 46, ../../styles/manager.scss */
nav li {
  display: inline-block;
  float: left;
  padding: 30px 13px;
  margin: 0 20px;
  font-size: 1.33em;
  font-weight: bold;
}
/* line 53, ../../styles/manager.scss */
nav li a {
  color: #605f5f;
}
/* line 55, ../../styles/manager.scss */
nav li a:hover {
  text-decoration: none;
  color: #ee854b;
}
/* line 60, ../../styles/manager.scss */
nav li.active {
  background-color: #605f5f;
  color: white;
  border-bottom: 5px solid #ee854b;
}
/* line 64, ../../styles/manager.scss */
nav li.active a {
  color: white;
}

/******************
 *    ELEMENTS    *
 ******************/
/* line 74, ../../styles/manager.scss */
.h1, h1, .search-bar-body input, .categoryManager .editor input[type=text] {
  font-weight: bold;
  font-size: 2em;
  margin: 0 0 10px 0;
}

/* line 80, ../../styles/manager.scss */
.h2, h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #636466;
  margin: 0 0 10px 0;
}

/* line 87, ../../styles/manager.scss */
.h3, *[name='submit_delete'] {
  font-size: 1em;
  padding: 0 0 1em 0;
  margin: 0;
}

/* line 101, ../../styles/manager.scss */
a {
  text-decoration: none;
  color: #605f5f;
}
/* line 104, ../../styles/manager.scss */
a:hover {
  text-decoration: underline;
}

/* line 109, ../../styles/manager.scss */
p {
  margin: 0;
  padding: 0;
}

/*******************
 *     SPRITES     *
 *******************/
/* line 118, ../../styles/manager.scss */
.icons-tag-left, .icons-tag-right, .icons-tag-center {
  float: left;
}

/* line 122, ../../styles/manager.scss */
.icons-tag-center {
  background-repeat: repeat-x;
  line-height: 32px;
  padding: 0 5px;
}

/* line 128, ../../styles/manager.scss */
.icons-tag-left {
  height: 32px;
  width: 4px;
}

/* line 133, ../../styles/manager.scss */
.icons-tag-right {
  height: 32px;
  width: 24px;
}

/*******************
 *    LAYOUT       *
 *******************/
/* line 144, ../../styles/manager.scss */
article.content {
  *zoom: 1;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding-top: 40px;
}
/* line 38, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
article.content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 148, ../../styles/manager.scss */
article.content .main {
  width: 64.28571%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}
/* line 151, ../../styles/manager.scss */
article.content .secondary {
  width: 28.57143%;
  float: left;
  margin-right: 7.14286%;
  display: inline;
}

/* line 161, ../../styles/manager.scss */
.three-column .first {
  width: 41.17647%;
  float: left;
  margin-right: 2.94118%;
  display: inline;
}
/* line 164, ../../styles/manager.scss */
.three-column .middle {
  width: 11.76471%;
  float: left;
  margin-right: 2.94118%;
  display: inline;
}
/* line 167, ../../styles/manager.scss */
.three-column .last {
  width: 41.17647%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

/**********************
 *      FORMS         *
 **********************/
/* line 175, ../../styles/manager.scss */
.input-wrap {
  padding: 10px;
  background: white;
}
/* line 178, ../../styles/manager.scss */
.input-wrap input {
  outline: none;
  margin: 0;
  border: 0;
  font-size: 1.33em;
  width: 100%;
}

/*********************
 *     GLOBAL        *
 *********************/
/* line 194, ../../styles/manager.scss */
.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 199, ../../styles/manager.scss */
.hide {
  display: none;
}

/* line 202, ../../styles/manager.scss */
.pull-right {
  float: right;
}

/* line 206, ../../styles/manager.scss */
.pull-left {
  float: left;
}

/* line 210, ../../styles/manager.scss */
.padded {
  padding: 10px;
}

/* line 214, ../../styles/manager.scss */
.off-market-hidden .off {
  display: none;
}

/* line 218, ../../styles/manager.scss */
.subtitle {
  font-style: italic;
}

/* line 221, ../../styles/manager.scss */
.panel, .light-panel, .categoryManager .categories ul li, .team-member {
  border: 1px solid #cccccc;
  padding: 10px;
  background-color: #f1f1f1;
  margin: 0 0 5px 0;
}
/* line 227, ../../styles/manager.scss */
.panel.three-column .middle, .three-column.light-panel .middle, .categoryManager .categories ul li.three-column .middle, .three-column.team-member .middle {
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}

/* line 234, ../../styles/manager.scss */
.light-panel {
  background-color: white;
}

/* line 239, ../../styles/manager.scss */
.dark-panel {
  border: 1px solid #b3b2b2;
  padding: 10px;
  background-color: #d2d2d2;
  margin: 0 0 5px 0;
}

/* line 248, ../../styles/manager.scss */
.inline-list > li {
  display: inline-block;
  float: left;
}

/* line 253, ../../styles/manager.scss */
.lightContrast {
  background-color: #f1f1f1;
}

/* line 257, ../../styles/manager.scss */
.search-bar-wrap {
  padding: 2px 0;
  border-width: 3px;
  margin-top: -7px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7d7d7), color-stop(50%, #e5e5e5), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(top, #d7d7d7, #e5e5e5, #d7d7d7);
  background: -moz-linear-gradient(top, #d7d7d7, #e5e5e5, #d7d7d7);
  background: -o-linear-gradient(top, #d7d7d7, #e5e5e5, #d7d7d7);
  background: linear-gradient(top, #d7d7d7, #e5e5e5, #d7d7d7);
}

/* line 264, ../../styles/manager.scss */
.search-bar {
  background-color: #f1f1f1;
}

/* line 268, ../../styles/manager.scss */
.search-bar-body {
  padding: 20px 0;
  position: relative;
}
/* line 272, ../../styles/manager.scss */
.search-bar-body .input-wrap {
  padding: 0 0 0 50px;
}
/* line 275, ../../styles/manager.scss */
.search-bar-body input {
  font-weight: normal;
  background-color: white;
  display: block;
  height: 60px;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 287, ../../styles/manager.scss */
.icons-search {
  height: 20px;
  width: 21px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 20px;
}

/* line 297, ../../styles/manager.scss */
.vertical-space {
  margin: 10px 0;
}

/* line 301, ../../styles/manager.scss */
.vertical-space-more {
  margin: 20px 0;
}

/* line 305, ../../styles/manager.scss */
.vertical-space-most {
  margin: 40px 0;
}

/* line 309, ../../styles/manager.scss */
.top-space {
  margin-top: 10px;
}

/* line 313, ../../styles/manager.scss */
.top-space-more {
  margin-top: 20px;
}

/* line 317, ../../styles/manager.scss */
.top-space-most {
  margin-top: 40px;
}

/* line 321, ../../styles/manager.scss */
.alignmiddle {
  text-align: center;
  vertical-align: middle;
}

/*******************
 *    LAYOUTS      *
 *******************/
/* line 330, ../../styles/manager.scss */
.one-two {
  *zoom: 1;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.one-two:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 30em) {
  /* line 334, ../../styles/manager.scss */
  .one-two > *:first-child {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
  }
  /* line 338, ../../styles/manager.scss */
  .one-two > *:first-child + * {
    width: 64.28571%;
    float: right;
    margin-right: 0;
  }
}

/* line 344, ../../styles/manager.scss */
.one-three {
  *zoom: 1;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.one-three:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 30em) {
  /* line 348, ../../styles/manager.scss */
  .one-three > *:first-child {
    width: 35.89744%;
    float: left;
    margin-right: 2.5641%;
  }
  /* line 352, ../../styles/manager.scss */
  .one-three > *:first-child + * {
    width: 61.53846%;
    float: right;
    margin-right: 0;
  }
}

/* line 362, ../../styles/manager.scss */
.filters .input-wrap {
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0px 0px 5px -1px #605f5f;
  -moz-box-shadow: inset 0px 0px 5px -1px #605f5f;
  box-shadow: inset 0px 0px 5px -1px #605f5f;
}
/* line 367, ../../styles/manager.scss */
.filters select {
  margin-top: 11px;
}

/* line 372, ../../styles/manager.scss */
.remove-border, .buildings-and-listings .main .listings-header.first, .listings-panel.empty {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 379, ../../styles/manager.scss */
.buildings-and-listings .main .listings-header {
  position: relative;
  float: left;
  width: 80%;
}
/* line 385, ../../styles/manager.scss */
.buildings-and-listings .main .listings-header.first {
  padding: 0;
}
/* line 390, ../../styles/manager.scss */
.buildings-and-listings .main .listings-header h2 {
  padding-left: 39px;
  height: 29px;
  float: left;
}
/* line 396, ../../styles/manager.scss */
.buildings-and-listings .main .listings-header .icons-closed, .buildings-and-listings .main .listings-header .icons-open {
  position: absolute;
  bottom: 10px;
  left: 0;
}

/* line 405, ../../styles/manager.scss */
.icons-closed, .icons-open {
  height: 29px;
  width: 29px;
  cursor: pointer;
}

/* line 411, ../../styles/manager.scss */
.top-separator, .buildings-and-listings .main .listings-header, .listings-panel, .categoryManager .categories .category-panel {
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  border-top: 1px solid #b3b2b2;
  padding: 10px 0 0 0;
}

/* line 417, ../../styles/manager.scss */
.bottom-separator {
  -webkit-box-shadow: inset 0px -1px 0px 0px white;
  -moz-box-shadow: inset 0px -1px 0px 0px white;
  box-shadow: inset 0px -1px 0px 0px white;
  border-bottom: 1px solid #b3b2b2;
}

/* line 422, ../../styles/manager.scss */
.side-separator, .team-member .details {
  -webkit-box-shadow: inset -1px 0px 0px 0px white;
  -moz-box-shadow: inset -1px 0px 0px 0px white;
  box-shadow: inset -1px 0px 0px 0px white;
  border-right: 1px solid #b3b2b2;
}

/* line 427, ../../styles/manager.scss */
.listings-action {
  text-align: right;
}
/* line 429, ../../styles/manager.scss */
.listings-action button {
  margin-bottom: 5px;
}

/* line 434, ../../styles/manager.scss */
.listings-action, .show-off-market {
  float: right;
  text-transform: uppercase;
}

/* line 439, ../../styles/manager.scss */
.show-off-market {
  background-color: #717171;
  padding: 5px;
  color: white;
  font-size: 0.9em;
  cursor: pointer;
  display: none;
}

/* line 448, ../../styles/manager.scss */
.listings-panel {
  overflow: hidden;
  margin: 0 -10px 5px 0;
  float: left;
}
/* line 454, ../../styles/manager.scss */
.listings-panel li {
  display: inline-block;
  text-align: center;
}
/* line 459, ../../styles/manager.scss */
.listings-panel .editing {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNWY1ZiIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM4Njg1ODUiLz48c3RvcCBvZmZzZXQ9Ijk4JSUiIHN0b3AtY29sb3I9IiM4Njg1ODUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDVmNWYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #605f5f), color-stop(2%, #868585), color-stop(98%%, #868585), color-stop(100%, #605f5f));
  background-image: -webkit-linear-gradient(#605f5f 0%, #868585 2%, #868585 98%%, #605f5f 100%);
  background-image: -moz-linear-gradient(#605f5f 0%, #868585 2%, #868585 98%%, #605f5f 100%);
  background-image: -o-linear-gradient(#605f5f 0%, #868585 2%, #868585 98%%, #605f5f 100%);
  background-image: linear-gradient(#605f5f 0%, #868585 2%, #868585 98%%, #605f5f 100%);
  -webkit-transition: padding 0.2s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: padding 0.2s ease-out 0s;
  -o-transition: padding 0.2s ease-out 0s;
  transition: padding 0.2s ease-out 0s;
  padding: 5px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
/* line 469, ../../styles/manager.scss */
.listings-panel li.editable:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 477, ../../styles/manager.scss */
.listings-panel .imageCheck {
  margin-bottom: 5px;
}
/* line 480, ../../styles/manager.scss */
.listings-panel input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
/* line 485, ../../styles/manager.scss */
.listings-panel .panel, .listings-panel .light-panel, .listings-panel .categoryManager .categories ul li, .categoryManager .categories ul .listings-panel li, .listings-panel .team-member {
  display: inline-block;
  vertical-align: middle;
  width: 584px;
}
/* line 491, ../../styles/manager.scss */
.listings-panel a {
  text-transform: uppercase;
}
/* line 495, ../../styles/manager.scss */
.listings-panel .title {
  width: 100px;
}
/* line 499, ../../styles/manager.scss */
.listings-panel .bedrooms {
  min-width: 40px;
}
/* line 503, ../../styles/manager.scss */
.listings-panel .bathrooms {
  min-width: 40px;
}
/* line 507, ../../styles/manager.scss */
.listings-panel .rent {
  width: 50px;
}
/* line 511, ../../styles/manager.scss */
.listings-panel .market-status {
  width: 50px;
}
/* line 513, ../../styles/manager.scss */
.listings-panel .market-status .imageCheck {
  margin: 0;
}

/* line 520, ../../styles/manager.scss */
.neighborhoods-filter li {
  margin-bottom: 10px;
  vertical-align: middle;
}
/* line 523, ../../styles/manager.scss */
.neighborhoods-filter li img {
  margin-right: 5px;
}
/* line 528, ../../styles/manager.scss */
.neighborhoods-filter ul {
  padding-left: 10px;
  padding-top: 5px;
}
/* line 533, ../../styles/manager.scss */
.neighborhoods-filter span {
  vertical-align: middle;
}

/* line 538, ../../styles/manager.scss */
.spinner {
  opacity: 0;
}

/*******************************************
 *      Edit buildings And Listings        *
 *******************************************/
/* line 547, ../../styles/manager.scss */
.buildings-and-listings .summary, .edit-building .summary, .edit-listing .summary {
  margin-bottom: 2.5em;
}
/* line 551, ../../styles/manager.scss */
.buildings-and-listings .summary .actions li, .edit-building .summary .actions li, .edit-listing .summary .actions li {
  display: inline-block;
}
/* line 556, ../../styles/manager.scss */
.buildings-and-listings .summary h1, .edit-building .summary h1, .edit-listing .summary h1 {
  margin: 0;
}
/* line 560, ../../styles/manager.scss */
.buildings-and-listings .summary h3, .edit-building .summary h3, .edit-listing .summary h3 {
  font-size: 1em;
  padding: 0 0 1em 0;
  margin: 0;
}
/* line 567, ../../styles/manager.scss */
.buildings-and-listings .summary ul.actions a, .edit-building .summary ul.actions a, .edit-listing .summary ul.actions a {
  text-transform: uppercase;
}
/* line 573, ../../styles/manager.scss */
.buildings-and-listings .details, .edit-building .details, .edit-listing .details {
  padding-top: 30px;
  position: relative;
}
/* line 576, ../../styles/manager.scss */
.buildings-and-listings .details article, .edit-building .details article, .edit-listing .details article {
  position: relative;
  display: none;
}
/* line 579, ../../styles/manager.scss */
.buildings-and-listings .details article.on, .edit-building .details article.on, .edit-listing .details article.on {
  display: block;
}
/* line 583, ../../styles/manager.scss */
.buildings-and-listings .details .panel, .buildings-and-listings .details .light-panel, .buildings-and-listings .details .categoryManager .categories ul li, .categoryManager .categories ul .buildings-and-listings .details li, .buildings-and-listings .details .team-member, .edit-building .details .panel, .edit-building .details .light-panel, .edit-building .details .categoryManager .categories ul li, .categoryManager .categories ul .edit-building .details li, .edit-building .details .team-member, .edit-listing .details .panel, .edit-listing .details .light-panel, .edit-listing .details .categoryManager .categories ul li, .categoryManager .categories ul .edit-listing .details li, .edit-listing .details .team-member {
  min-height: 200px;
  padding-bottom: 40px;
}
/* line 587, ../../styles/manager.scss */
.buildings-and-listings .details .panel .button-panel, .buildings-and-listings .details .light-panel .button-panel, .buildings-and-listings .details .categoryManager .categories ul li .button-panel, .categoryManager .categories ul .buildings-and-listings .details li .button-panel, .buildings-and-listings .details .team-member .button-panel, .edit-building .details .panel .button-panel, .edit-building .details .light-panel .button-panel, .edit-building .details .categoryManager .categories ul li .button-panel, .categoryManager .categories ul .edit-building .details li .button-panel, .edit-building .details .team-member .button-panel, .edit-listing .details .panel .button-panel, .edit-listing .details .light-panel .button-panel, .edit-listing .details .categoryManager .categories ul li .button-panel, .categoryManager .categories ul .edit-listing .details li .button-panel, .edit-listing .details .team-member .button-panel {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* line 592, ../../styles/manager.scss */
.buildings-and-listings .details .panel .button-panel button, .buildings-and-listings .details .light-panel .button-panel button, .buildings-and-listings .details .categoryManager .categories ul li .button-panel button, .categoryManager .categories ul .buildings-and-listings .details li .button-panel button, .buildings-and-listings .details .team-member .button-panel button, .edit-building .details .panel .button-panel button, .edit-building .details .light-panel .button-panel button, .edit-building .details .categoryManager .categories ul li .button-panel button, .categoryManager .categories ul .edit-building .details li .button-panel button, .edit-building .details .team-member .button-panel button, .edit-listing .details .panel .button-panel button, .edit-listing .details .light-panel .button-panel button, .edit-listing .details .categoryManager .categories ul li .button-panel button, .categoryManager .categories ul .edit-listing .details li .button-panel button, .edit-listing .details .team-member .button-panel button {
  margin-right: 5px;
}

/************************
 *       TABS           *
 ************************/
/* line 603, ../../styles/manager.scss */
.tab {
  position: relative;
  display: none;
}
/* line 606, ../../styles/manager.scss */
.tab.on {
  display: block;
}

/* line 612, ../../styles/manager.scss */
.tabs li {
  display: inline-block;
  padding: 20px 40px;
  border-right: 1px solid #d7d7d7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.17em;
}
/* line 620, ../../styles/manager.scss */
.tabs li.on {
  background-color: #f1f1f1;
  border-top: 1px solid #d7d7d7;
}
/* line 625, ../../styles/manager.scss */
.tabs li.last {
  border-width: 0;
}
/* line 629, ../../styles/manager.scss */
.tabs li:first-child {
  border-left: 1px solid #d7d7d7;
}
/* line 633, ../../styles/manager.scss */
.tabs li:hover {
  cursor: pointer;
}

/***************************/
/* line 641, ../../styles/manager.scss */
.button-panel button {
  margin: 5px 15px 0 0;
  font-size: 1em;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEE854B', endColorstr='#FFC15012');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZDRiZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWU4NTRiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWE2NTFjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9d4bf), color-stop(50%, #ee854b), color-stop(100%, #ea651c));
  background: -webkit-linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  background: -moz-linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  background: -o-linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  background: linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  -webkit-box-shadow: white 0 1px 0 inset;
  -moz-box-shadow: white 0 1px 0 inset;
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #d85a14;
  color: white;
  text-shadow: #ea6a23 0 -1px 0;
}
/* line 15, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-panel button:hover {
  text-decoration: none;
}
/* line 24, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-panel button:hover {
  background-color: #ea651c;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4Y2ViNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWE2NTFjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2E1NDEzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8ceb6), color-stop(50%, #ea651c), color-stop(100%, #ca5413));
  background: -webkit-linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
  background: -moz-linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
  background: -o-linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
  background: linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
}
/* line 27, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-panel button:active {
  -webkit-box-shadow: #ca5413 0 1px 2px inset;
  -moz-box-shadow: #ca5413 0 1px 2px inset;
  box-shadow: #ca5413 0 1px 2px inset;
}
/* line 6, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button-panel button.disabled, .button-panel button[disabled] {
  opacity: 0.6;
  background: #ea651c;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button-panel button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 647, ../../styles/manager.scss */
.button {
  font-size: 1em;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEE854B', endColorstr='#FFC15012');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZDRiZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWU4NTRiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWE2NTFjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9d4bf), color-stop(50%, #ee854b), color-stop(100%, #ea651c));
  background: -webkit-linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  background: -moz-linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  background: -o-linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  background: linear-gradient(#f9d4bf, #ee854b 50%, #ea651c);
  -webkit-box-shadow: white 0 1px 0 inset;
  -moz-box-shadow: white 0 1px 0 inset;
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #d85a14;
  color: white;
  text-shadow: #ea6a23 0 -1px 0;
  margin-right: 10px;
}
/* line 15, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:hover {
  text-decoration: none;
}
/* line 24, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:hover {
  background-color: #ea651c;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4Y2ViNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWE2NTFjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2E1NDEzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8ceb6), color-stop(50%, #ea651c), color-stop(100%, #ca5413));
  background: -webkit-linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
  background: -moz-linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
  background: -o-linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
  background: linear-gradient(#f8ceb6, #ea651c 50%, #ca5413);
}
/* line 27, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:active {
  -webkit-box-shadow: #ca5413 0 1px 2px inset;
  -moz-box-shadow: #ca5413 0 1px 2px inset;
  box-shadow: #ca5413 0 1px 2px inset;
}
/* line 6, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button.disabled, .button[disabled] {
  opacity: 0.6;
  background: #ea651c;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 652, ../../styles/manager.scss */
*[name='submit_delete'] {
  background: transparent;
  border: none;
  color: #605f5f;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 658, ../../styles/manager.scss */
*[name='submit_delete']:hover {
  text-decoration: underline;
}

/* line 665, ../../styles/manager.scss */
.dialog-no-title .ui-dialog-titlebar {
  display: none;
}

/* line 672, ../../styles/manager.scss */
.dialog [name='title'] {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 680, ../../styles/manager.scss */
.dialog [type=submit] {
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0B99C2', endColorstr='#FF064D61');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3ZDJmNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI5OWMyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDg3MzkyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57d2f5), color-stop(50%, #0b99c2), color-stop(100%, #087392));
  background: -webkit-linear-gradient(#57d2f5, #0b99c2 50%, #087392);
  background: -moz-linear-gradient(#57d2f5, #0b99c2 50%, #087392);
  background: -o-linear-gradient(#57d2f5, #0b99c2 50%, #087392);
  background: linear-gradient(#57d2f5, #0b99c2 50%, #087392);
  -webkit-box-shadow: #9fe5fa 0 1px 0 inset;
  -moz-box-shadow: #9fe5fa 0 1px 0 inset;
  box-shadow: #9fe5fa 0 1px 0 inset;
  border: 1px solid #07607a;
  color: white;
  text-shadow: #097999 0 -1px 0;
}
/* line 15, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.dialog [type=submit]:hover {
  text-decoration: none;
}
/* line 24, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.dialog [type=submit]:hover {
  background-color: #087392;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2ZmNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDg3MzkyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDY1NDZiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4dcff5), color-stop(50%, #087392), color-stop(100%, #06546b));
  background: -webkit-linear-gradient(#4dcff5, #087392 50%, #06546b);
  background: -moz-linear-gradient(#4dcff5, #087392 50%, #06546b);
  background: -o-linear-gradient(#4dcff5, #087392 50%, #06546b);
  background: linear-gradient(#4dcff5, #087392 50%, #06546b);
}
/* line 27, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.dialog [type=submit]:active {
  -webkit-box-shadow: #06546b 0 1px 2px inset;
  -moz-box-shadow: #06546b 0 1px 2px inset;
  box-shadow: #06546b 0 1px 2px inset;
}
/* line 6, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.dialog [type=submit].disabled, .dialog [type=submit][disabled] {
  opacity: 0.6;
  background: #087392;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 73, ../../../../../../usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sassy-buttons-0.1.4/stylesheets/_sassy-buttons.sass */
.dialog [type=submit]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 688, ../../styles/manager.scss */
.Inputfields > .Inputfield > .ui-widget-content > .InputfieldCheckboxes li {
  display: inline-block;
  float: left;
  width: 20em;
}

/**********************************
 *    TAXONOMY, FILES & PAGES     *
 **********************************/
/* line 699, ../../styles/manager.scss */
.categoryManager .categories .icons-open, .categoryManager .categories .icons-closed {
  padding-left: 34px;
  width: auto;
}
/* line 706, ../../styles/manager.scss */
.categoryManager .categories .category-panel:first-child {
  border-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 712, ../../styles/manager.scss */
.categoryManager .categories ul {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 716, ../../styles/manager.scss */
.categoryManager .categories ul:first-child {
  border-width: 0;
}
/* line 720, ../../styles/manager.scss */
.categoryManager .categories ul li {
  margin-top: 5px;
  cursor: pointer;
}
/* line 725, ../../styles/manager.scss */
.categoryManager .categories ul li:first-child {
  margin-top: 0;
}
/* line 729, ../../styles/manager.scss */
.categoryManager .categories ul li:hover, .categoryManager .categories ul li.on {
  background-color: #9c9595;
}
/* line 736, ../../styles/manager.scss */
.categoryManager .editor input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  background-color: white;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 10px;
}
/* line 747, ../../styles/manager.scss */
.categoryManager .editor .panel.min-height, .categoryManager .editor .min-height.light-panel, .categoryManager .editor .categories ul li.min-height, .categoryManager .categories ul .editor li.min-height, .categoryManager .editor .min-height.team-member {
  min-height: 250px;
}
/* line 756, ../../styles/manager.scss */
.categoryManager .term, .categoryManager .placeholder {
  margin: 0 10px 10px 0;
  float: left;
  cursor: pointer;
}
/* line 762, ../../styles/manager.scss */
.categoryManager .term.on, .categoryManager .on.placeholder {
  font-weight: bold;
}

/*****************************
 *          TEAM             *
 *****************************/
/* line 777, ../../styles/manager.scss */
.team .InputfieldMapMarkerAddressFieldLabel {
  width: 150px;
}
/* line 780, ../../styles/manager.scss */
.team .InputfieldMapMarkerAddress {
  width: 100%;
}

/* line 785, ../../styles/manager.scss */
.team-member {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 0;
  position: relative;
}
/* line 792, ../../styles/manager.scss */
.team-member .image {
  min-height: 174px;
  min-width: 174px;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: 30px;
}
/* line 800, ../../styles/manager.scss */
.team-member .image + li {
  max-width: 185px;
}
/* line 804, ../../styles/manager.scss */
.team-member .details {
  width: 45%;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
/* line 811, ../../styles/manager.scss */
.team-member .details-items {
  font-family: "Courier New", Courier;
}
/* line 814, ../../styles/manager.scss */
.team-member .bio {
  width: 54%;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
/* line 821, ../../styles/manager.scss */
.team-member h1 {
  margin-bottom: 0px;
}
/* line 825, ../../styles/manager.scss */
.team-member h2 {
  margin-top: 0px;
}
/* line 829, ../../styles/manager.scss */
.team-member #Inputfield_position {
  width: auto;
  float: right;
}

/* line 836, ../../styles/manager.scss */
.contact .icons-closed, .contact .icons-open {
  float: left;
}
/* line 839, ../../styles/manager.scss */
.contact .panel, .contact .light-panel, .contact .categoryManager .categories ul li, .categoryManager .categories ul .contact li, .contact .team-member {
  padding: 0 10px;
  margin-left: 45px;
}
/* line 844, ../../styles/manager.scss */
.contact li {
  line-height: 2.5em;
}
/* line 848, ../../styles/manager.scss */
.contact .details {
  height: 0;
  overflow: hidden;
}
/* line 853, ../../styles/manager.scss */
.contact .contact-actions {
  margin-top: 40px;
}
/* line 855, ../../styles/manager.scss */
.contact .contact-actions input {
  margin-right: 5px;
}
/* line 858, ../../styles/manager.scss */
.contact .contact-actions button {
  margin-left: 10px;
}
/* line 863, ../../styles/manager.scss */
.contact .imageCheck {
  margin-right: 5px;
}
/* line 867, ../../styles/manager.scss */
.contact .responded-form {
  padding-top: 5px;
}

/* line 872, ../../styles/manager.scss */
.circular {
  border-radius: 50%;
  display: inline-block;
  padding: 2px 6px;
}

/* line 878, ../../styles/manager.scss */
.top-right {
  position: absolute;
  top: 3px;
  right: 3px;
}

/* line 884, ../../styles/manager.scss */
.relative {
  position: relative;
}

/* line 888, ../../styles/manager.scss */
.dark {
  background-color: #605f5f;
  color: white;
}

/* line 894, ../../styles/manager.scss */
.hover .hover-item {
  visibility: hidden;
}
/* line 898, ../../styles/manager.scss */
.hover:hover .hover-item {
  visibility: visible;
}

/**********************************************************************************************
 * ProcessWire Admin Control Panel - Skyscraper Theme - inputfields.css
 *
 * This file provides common styling for ProcessWire inputfields. All other Inputfield styles
 * are provided by the Inputfield modules themselves.
 *
 * Copyright 2012 by Ryan Cramer
 *
 */
/* line 11, ../../styles/_processwireAdmin.scss */
.Inputfields fieldset,
.Inputfields input,
.Inputfields select,
.Inputfields textarea,
.Inputfields label {
  /* reset */
  margin: 0;
  padding: 0;
}

/* line 21, ../../styles/_processwireAdmin.scss */
.Inputfields,
.Inputfields .Inputfield,
.Inputfields label,
.Inputfields input,
.Inputfields select,
.Inputfields textarea,
.Inputfields table {
  font-size: 12px;
}

/* line 31, ../../styles/_processwireAdmin.scss */
.Inputfields input,
.Inputfields select,
.Inputfields textarea {
  max-width: 100%;
}

/* line 37, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields,
.InputfieldForm .Inputfields > .Inputfield {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

/* line 43, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .Inputfields {
  /* nested .Inputfields list needs no bottom margin since it'll already be offset from the parent's padding */
  margin-bottom: 0;
}

/* line 48, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield {
  display: block;
  clear: both;
  margin-bottom: 1em;
}

/* line 54, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield > .ui-widget-content {
  /* the Inputfield's content, padded from the borders */
  padding: 1em;
}
/* line 58, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield > .ui-widget-content li {
  width: auto;
}

/* line 65, ../../styles/_processwireAdmin.scss */
.Inputfields > .Inputfield > .ui-widget-content > .InputfieldCheckboxes li {
  width: 20em;
}

/* line 70, ../../styles/_processwireAdmin.scss */
.Inputfields .ui-widget-header {
  /* typically the Inputfield's <label> */
  padding: 0.25em 0 0.25em 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* prevent selection of this element */
  border: 1px solid black;
  background: #e6e4e4;
  color: #000;
  font-weight: bold;
}

/* line 84, ../../styles/_processwireAdmin.scss */
.Inputfields label {
  /* label usually the same as the .ui-widget-header, but this applies to other labels too */
  display: block;
}

/**
 * Tweaks specific to percentage width floated fields
 *
 */
/* line 95, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields > .InputfieldColumnWidth {
  /* an Inputfield that has a percentage width assigned to it */
  float: left;
  clear: none;
  margin-top: 0;
  margin-left: 1%;
}

/* line 102, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .InputfieldColumnWidthFirst,
.InputfieldForm .Inputfields .InputfieldColumnWidth + .InputfieldSubmit {
  /* first Inputfield with a percent width... */
  /* ...or the last percentage-width Inputifeld before the submit button */
  clear: both;
  margin-left: 0;
}

/**
 * Margin and padding tweaks to prevent doubled visual whitespace
 *
 */
/* line 116, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content > *:first-child,
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content > div > *:first-child,
.InputfieldForm .Inputfields > .Inputfield:first-child {
  /* first child element of an Inputfield or it's content needs no top margin since it is already padded */
  margin-top: 0;
}

/* line 123, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .Inputfields > .Inputfield:last-child,
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content > *:last-child {
  /* last child element in an Inputfield content needs no margin since it is already padded */
  margin-bottom: 0;
}

/* line 128, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields > .Inputfield > .ui-widget-content .Inputfields.ui-helper-clearfix:last-child {
  /* prevents extra space in the situation described by the selector */
  /* example: the page editor sort settings box */
  margin-bottom: -1em !important;
}

/**
 * Inputfield states (collapsd vs. open, etc.)
 *
 */
/* line 140, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldStateToggle {
  cursor: pointer;
}

/* line 143, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldStateToggle span.ui-icon {
  /* the open/close icon that goes with most Inputfields */
  float: right;
  padding-right: 0.25em;
}

/* line 149, ../../styles/_processwireAdmin.scss */
.Inputfields > .InputfieldStateCollapsed .ui-widget-header {
  /* collapsed Inputfields appear sightly faded */
  opacity: 0.6;
}

/* line 153, ../../styles/_processwireAdmin.scss */
.Inputfields > .InputfieldStateCollapsed .ui-widget-header:hover {
  /* when hovering, they are no longer faded */
  opacity: 1.0;
}

/* line 158, ../../styles/_processwireAdmin.scss */
.Inputfields > .InputfieldStateCollapsed .ui-widget-content {
  /* collapsed Inputfields don't show their content (only header) */
  display: none;
}

/* line 163, ../../styles/_processwireAdmin.scss */
.InputfieldForm .Inputfields .InputfieldStateError {
  /* borders can break floated columns, so we avoid borders here */
  border: none;
}

/* line 168, ../../styles/_processwireAdmin.scss */
.InputfieldStateRequired > label.ui-widget-header:first-child:after {
  content: ' *';
}

/****************************************************************************
 * Specific Inputfield types
 *
 * Defined here rather than as separate CSS files because their styles are 
 * shared or there may be relationships with other Inputfields
 *
 */
/* line 180, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldHidden {
  display: none;
}

/**
 * Buttons
 *
 */
/* line 189, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldSubmit,
.Inputfields .InputfieldButton {
  /* enable horizontal stack of buttons */
  clear: none;
}

/* line 194, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldSubmit .ui-widget-content,
.Inputfields .InputfieldButton .ui-widget-content {
  /* we don't need our visual furniture for buttons */
  padding: 0;
  background: none;
  border: none;
}

/* line 202, ../../styles/_processwireAdmin.scss */
.Inputfields .InputfieldSubmit .ui-widget-header,
.Inputfields .InputfieldButton .ui-widget-header {
  /* no need for a header with buttons */
  display: none;
}

/**
 * Text/Textarea fields
 *
 */
/* line 213, ../../styles/_processwireAdmin.scss */
.Inputfields textarea,
.InputfieldMaxWidth {
  /* full width fields */
  width: 100%;
}

/* line 218, ../../styles/_processwireAdmin.scss */
.Inputfields textarea {
  display: block;
}

/****************************************************************************
 * Render Value Mode 
 *
 * Used when only values are being rendered in the form (no inputs)
 *
 */
/* line 230, ../../styles/_processwireAdmin.scss */
.InputfieldRenderValueMode .InputfieldSelect li,
.InputfieldRenderValueMode .InputfieldRadios li,
.InputfieldRenderValueMode .InputfieldCheckboxes li {
  margin: 0;
  display: inline;
}

/* line 237, ../../styles/_processwireAdmin.scss */
.InputfieldRenderValueMode .InputfieldSubmit,
.InputfieldRenderValueMode .InputfieldButton {
  display: none;
}

/* line 242, ../../styles/_processwireAdmin.scss */
#PageIDIndicator {
  display: none;
}

/* line 247, ../../styles/_processwireAdmin.scss */
.container {
  position: relative;
  width: 85%;
  font-size: 0.85em;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 254, ../../styles/_processwireAdmin.scss */
#notices .ui-icon {
  position: relative;
  top: 2px;
}

/* line 258, ../../styles/_processwireAdmin.scss */
.ui-icon {
  float: left;
  margin-right: 2px;
}

/* line 262, ../../styles/_processwireAdmin.scss */
#notices .ui-state-highlight, #notices .ui-state-error {
  padding: 0.5em;
}

/* line 266, ../../styles/_processwireAdmin.scss */
#notices {
  margin-bottom: 1em;
}

.MarkupPagerNav {
	clear: both;
	margin: 1em 0;
	font-family: Arial, sans-serif;
}

.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 9px;
	color: #fff;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,.MarkupPagerNav li a:hover {
	color: #fff;
	background: #db1174;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}

.Paginator{
	height: 40px;
	display: block;
}