/*

WATCH FOR CSS CHANGES:

    sass --watch /home/ereserve/web/e-reserve-test.org/public_html/2018/css/sass:/home/ereserve/web/e-reserve-test.org/public_html/2018/css --style expanded

SPRITE REBUILD:

    sh /home/ereserve/web/e-reserve-test.org/public_html/2018/css/sass/create-sprite-icons.sh

*/
/* some nice functions for common stuff */
/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html, body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h3 {
  font-size: 1.5rem;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button, html input[type=button] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  /* rgba not supported (IE 8) */
  /* rgba supported */
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #fff;
  text-decoration: none;
  border-radius: 2px;
  color: #333;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Firefox: Get rid of the inner focus border */
/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  /* reset IE < 8 */
  /* IE < 8: collapse white-space between units */
  /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus {
  word-spacing: -0.43em;
}

.pure-button-group {
  word-spacing: -0.43em;
}
.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*csslint outline-none:false*/
.pure-button-hover {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:hover {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  outline: 0;
}

.pure-button-active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}
.pure-button[disabled] {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-disabled {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary, .pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

a.pure-button-primary, a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}

.button-light-blue, .button-secondary, .button-warning, .button-danger, .button-error, .button-info, .button-grey, .button-success-lighter, .button-success, .button-default {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-default {
  background: none;
  /* this is see through */
  color: #333;
}

.button-success {
  color: white !important;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
}
.button-success:hover, .button-success:active, .button-success:visited, .button-success:focus {
  background-image: linear-gradient(to bottom, #348c34, #2f5f2f);
}

.button-success-lighter {
  color: white !important;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #bfe7bf, #a2d1a2);
  background-repeat: repeat-x;
}
.button-success-lighter:hover, .button-success-lighter:active, .button-success-lighter:visited, .button-success-lighter:focus {
  background-image: linear-gradient(to bottom, #348c34, #2f5f2f);
}

.button-grey {
  background: gainsboro;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  color: #333 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button-info {
  background-color: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #217dbb);
  color: white !important;
}
.button-info:active, .button-info:visited, .button-info:focus, .button-info:hover {
  color: white !important;
}

.button-error {
  background: #ca3c3c;
  /* this is a maroon */
}
.button-error:active, .button-error:visited, .button-error:focus, .button-error:hover {
  color: white;
}

.button-danger {
  background: #ca3c3c;
  /* this is a maroon */
}
.button-danger:link, .button-danger:visited {
  color: white;
}

.button-warning {
  background: #df7514;
  /* this is an orange */
}
.button-warning:link, .button-warning:visited {
  color: white;
}

.button-secondary {
  background: #42b8dd;
  /* this is a light blue */
}
.button-secondary:active, .button-secondary:link, .button-secondary:visited, .button-secondary:focus, .button-secondary:hover {
  color: white;
}

.button-light-blue {
  background: #98d8ed;
  /* this is a light blue */
}
.button-light-blue:active, .button-light-blue:link, .button-light-blue:visited, .button-light-blue:focus, .button-light-blue:hover {
  color: white !important;
}

.pure-button-block {
  display: block;
}

/* end custom buttons */
.button-small {
  font-size: 0.9rem;
  padding: 0.25em 0.5em;
}

.button-large {
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
}

/* custom floats */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (min-width: 0.625em) and (max-width: 35.499em) {
  .float-xs-right {
    float: right;
  }

  .float-xs-left {
    float: left;
  }
}
/* pure-hidden-sm */
@media (min-width: 35.5em) and (max-width: 47.999em) {
  .float-sm-right {
    float: right;
  }

  .float-sm-left {
    float: left;
  }
}
/* pure-hidden-md */
@media (min-width: 48em) and (max-width: 63.999em) {
  .float-md-right {
    float: right;
  }

  .float-md-left {
    float: left;
  }
}
/* pure-hidden-lg */
@media (min-width: 64em) and (max-width: 79.999em) {
  .float-lg-right {
    float: right;
  }

  .float-lg-left {
    float: left;
  }
}
/* pure-hidden-xl */
@media (min-width: 64em) and (max-width: 80em) {
  .float-lx-right {
    float: right;
  }

  .float-xl-left {
    float: left;
  }
}
/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form input[type=text].has-error, .pure-form input[type=password].has-error, .pure-form input[type=email].has-error, .pure-form input[type=url].has-error, .pure-form input[type=date].has-error, .pure-form input[type=month].has-error, .pure-form input[type=time].has-error, .pure-form input[type=datetime].has-error, .pure-form input[type=datetime-local].has-error, .pure-form input[type=week].has-error, .pure-form input[type=number].has-error, .pure-form input[type=search].has-error, .pure-form input[type=tel].has-error, .pure-form input[type=color].has-error {
  background: #ebb4b4;
  /* this is a maroon */
  color: white;
}
.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form select.has-error, .pure-form textarea.has-error {
  background: #e5a0a0;
  /* this is a maroon */
  color: white;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-aligned .pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email] {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }

  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email] {
    margin-bottom: 0;
  }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }

  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline, .pure-form-message-inline, .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
/* foo */
/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  /* IE < 8: collapse white-space between units */
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  /* IE < 8: fake inline-block */
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
  }

  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
  }

  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
  }

  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
  }

  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
  }

  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
  }

  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
  }

  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
  }

  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
  }

  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
  }

  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
  }

  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
  }

  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
/* -------------------------- d
  The filters dropdown stuff
*/
.wrapper-dropdown {
  position: relative;
  width: 98%;
  padding: 10px;
  background: none;
  color: #333;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  /* narrower, so doesnt take up so much room on the top bar */
}
.wrapper-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #333;
}
.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  /* Size */
  right: 0;
  /* Size */
  background: #fff;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  z-index: 100;
}
.wrapper-dropdown .dropdown li::hover a {
  background: #f3f8f8;
}
.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #9e9e9e;
  padding: 10px 20px;
}
.wrapper-dropdown.active {
  background: #7caa37;
  color: white;
}
.wrapper-dropdown.active::after {
  border-color: #000 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  border: 1px solid #7caa37;
}
.wrapper-dropdown.narrow, .wrapper-dropdown.members {
  width: 70px;
}
.wrapper-dropdown.members .dropdown {
  left: -105px;
  width: 180px;
}

/* glue: 0.13 hash: 7162a8fe96 */
.sprite-icons-logo,
.sprite-icons-logo-m,
.sprite-icons-stars-5,
.sprite-icons-stars-4,
.sprite-icons-stars-3,
.sprite-icons-stars-2,
.sprite-icons-stars-1,
.sprite-icons-twitter,
.sprite-icons-google,
.sprite-icons-facebook,
.sprite-icons-house-spinner,
.sprite-icons-email,
.sprite-icons-spanish,
.sprite-icons-french,
.sprite-icons-english,
.sprite-icons-view-photos-black-round,
.sprite-icons-right-arrow,
.sprite-icons-plus,
.sprite-icons-offers,
.sprite-icons-menu,
.sprite-icons-map,
.sprite-icons-left-arrow,
.sprite-icons-filters,
.sprite-icons-email-link,
.sprite-icons-close,
.sprite-icons-cat-layout-map,
.sprite-icons-cat-layout-list,
.sprite-icons-cat-layout-grid,
.sprite-icons-cat-layout-faves,
.sprite-icons-cat-layout-faves-active,
.sprite-icons-calendar-circle,
.sprite-icons-filters-smaller,
.sprite-icons-remove-from-faves,
.sprite-icons-plus-smaller,
.sprite-icons-photos,
.sprite-icons-map-marker,
.sprite-icons-magglass,
.sprite-icons-location-search-bar,
.sprite-icons-link-phone,
.sprite-icons-link-contact,
.sprite-icons-calendar-circle-24,
.sprite-icons-add-to-faves,
.sprite-icons-star,
.sprite-icons-star-half,
.sprite-icons-star-grey,
.sprite-icons-register,
.sprite-icons-person,
.sprite-icons-close-small,
.sprite-icons-up,
.sprite-icons-question-mark-circle,
.sprite-icons-key,
.sprite-icons-down,
.sprite-icons-down-arrow,
.sprite-icons-calendar {
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
}

.sprite-icons-logo {
  background-position: -10px -10px;
  width: 252px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-logo-m {
  background-position: -10px -67px;
  width: 200px;
  height: 29px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-5 {
  background-position: -10px -116px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-4 {
  background-position: -10px -158px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-3 {
  background-position: -10px -200px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-2 {
  background-position: -282px -10px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-stars-1 {
  background-position: -282px -52px;
  width: 120px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-twitter {
  background-position: -282px -94px;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-google {
  background-position: -10px -242px;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-facebook {
  background-position: -94px -242px;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-house-spinner {
  background-position: -178px -242px;
  width: 50px;
  height: 49px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-email {
  background-position: -248px -242px;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-spanish {
  background-position: -366px -94px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-french {
  background-position: -282px -178px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-english {
  background-position: -334px -178px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-view-photos-black-round {
  background-position: -316px -242px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-right-arrow {
  background-position: -368px -242px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-plus {
  background-position: -10px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-offers {
  background-position: -62px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-menu {
  background-position: -114px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-map {
  background-position: -166px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-left-arrow {
  background-position: -218px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-filters {
  background-position: -270px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-email-link {
  background-position: -322px -326px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-close {
  background-position: -422px -10px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-map {
  background-position: -422px -62px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-list {
  background-position: -422px -114px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-grid {
  background-position: -422px -166px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-faves {
  background-position: -422px -218px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-cat-layout-faves-active {
  background-position: -422px -270px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-calendar-circle {
  background-position: -422px -322px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-filters-smaller {
  background-position: -230px -67px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-remove-from-faves {
  background-position: -374px -326px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-plus-smaller {
  background-position: -10px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-photos {
  background-position: -54px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-map-marker {
  background-position: -98px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-magglass {
  background-position: -142px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-location-search-bar {
  background-position: -186px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-link-phone {
  background-position: -230px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-link-contact {
  background-position: -274px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-calendar-circle-24 {
  background-position: -318px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-add-to-faves {
  background-position: -362px -378px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-star {
  background-position: -150px -116px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-star-half {
  background-position: -192px -116px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-star-grey {
  background-position: -234px -116px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-register {
  background-position: -150px -158px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-person {
  background-position: -192px -158px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-close-small {
  background-position: -232px -158px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-up {
  background-position: -386px -178px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-question-mark-circle {
  background-position: -150px -200px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-key {
  background-position: -186px -200px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-down {
  background-position: -222px -200px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-down-arrow {
  background-position: -406px -378px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sprite-icons-calendar {
  background-position: -10px -422px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

/* load after MQ, otherwise it won't work */
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 500;
  padding: 0.4em 1em 0em 1em;
}
header.filters-bar-locked {
  margin-bottom: 62px;
}
header.big-map-open {
  display: none;
}
header .top-nav-lang-english {
  content: "";
  background-position: -334px -178px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
header .top-nav-lang-french {
  content: "";
  background-position: -282px -178px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
header .top-nav-lang-spanish {
  content: "";
  background-position: -366px -94px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
header #right-sidebar-opener {
  order: 1;
  background: block;
}
@media (min-width: 64em) {
  header #right-sidebar-opener {
    display: none;
  }
}
header #right-sidebar-opener::before {
  content: "";
  background-position: -114px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.99em) {
  header #right-sidebar-opener {
    padding: 0em 0em;
  }
}
#dd-language {
  order: 4;
  margin-right: 0.25rem;
}
@media (max-width: 21.875em) {
  #dd-language {
    display: none;
  }
}

header .sprite-icons-plus {
  display: inline-block;
}
header a.pure-button:link {
  color: #333;
}
header a.pure-button.button-success, header a.pure-button.button-danger {
  color: #fff;
}

#logo-wrapper {
  display: inline-block;
  margin-left: 5px;
  width: 210px;
  height: 29px;
  flex-grow: 2;
  order: 2;
  text-align: left;
}
@media (min-width: 26.875em) {
  #logo-wrapper {
    height: 37px;
    width: 252px;
  }
}
#logo-wrapper::hover {
  cursor: pointer;
}
#logo-wrapper #logo {
  /* start the logo of with the smaller one, but show the larger one when we are on > 700px width */
  content: "";
  background-position: -10px -67px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 29px;
  display: block;
}
@media (min-width: 26.875em) {
  #logo-wrapper #logo {
    content: "";
    background-position: -10px -10px;
    background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
    background-repeat: no-repeat;
    width: 252px;
    height: 37px;
  }
}

#top-search-bar {
  order: 2;
  max-width: 400px;
  min-width: 210px;
}
#top-search-bar #searchQuery {
  width: 99%;
}

#top-nav {
  /*background: blue;*/
  order: 5;
  max-width: 375px;
  padding-right: 0.1rem;
}
@media (min-width: 48em) {
  #top-nav {
    padding-right: 1rem;
  }
}
#top-nav a:link {
  margin-right: 3px;
  display: none;
}
@media (min-width: 48em) {
  #top-nav a:link {
    display: inline-block;
  }
}
#top-nav #dd-top-member-dropdown {
  display: none;
}
@media (min-width: 31.25em) and (max-width: 47.9375em) {
  #top-nav #dd-top-member-dropdown {
    display: block;
  }
}
#top-nav #dd-top-member-dropdown .icon-plus-sign {
  font-size: 24px;
}
#top-nav #dd-top-member-dropdown a:link {
  margin-right: 3px;
  display: block;
}

/* narrower, so doesnt take up so much room on the top bar */
main#content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 64em) and (max-width: 79.99em) {
  main#content {
    float: left;
    width: 74%;
  }
}
@media (min-width: 80em) {
  main#content {
    float: left;
    width: 75%;
  }
}
main#content.no-sidebar {
  width: 100%;
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
ul.breadcrumb li {
  display: inline;
  font-size: 0.9rem;
}
ul.breadcrumb li:after {
  content: " > ";
}
ul.breadcrumb li:last-child:after {
  content: "";
}
ul.breadcrumb li a:visited, ul.breadcrumb li a:hover, ul.breadcrumb li a:active {
  color: #0088cc;
}
ul.breadcrumb h1 {
  font-size: 0.9rem;
  display: inline;
  font-weight: normal;
}
ul.breadcrumb a:visited, ul.breadcrumb a:hover, ul.breadcrumb a:active {
  color: #0088cc;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #C4DF9B;
  font-size: 0.9em;
  text-align: center;
  padding: 1em;
  /* the background that goes across the page outside the wrapper */
}
footer a {
  font-size: 0.8em;
  text-decoration: none;
  color: #000;
}
footer::before {
  content: "";
  position: absolute;
  background: #C4DF9B;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}

/* bAR */
body {
  margin: 0;
  width: 0.625;
  box-sizing: border-box;
  min-width: 310px;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

html.no-scroll {
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
.container-custom {
  max-width: 1400px;
  min-width: 310px;
  padding-top: 10px;
  margin: 0 auto;
  width: 99%;
}

a:link, a:visited {
  color: #0088cc;
  text-decoration: none;
}

.no-y-scroll {
  overflow: hidden;
  position: relative;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

.alert.danger {
  background-color: #f44336;
}

.alert.success {
  background-color: #4CAF50;
}

.alert.success-lighter {
  background-color: #92cf94;
}

.alert.info {
  background-color: #2196F3;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  z-index: 10000000;
}

li[id^=logout].hidden, a[id^=logout].hidden {
  left: -9999px;
  position: fixed;
}

h3.headermain {
  background: #C4DF9B;
  padding: 0.25rem;
  text-align: center;
  color: white;
}
h3.headersub {
  background: #cfe5ae;
  padding: 0.1rem;
  text-align: center;
  color: white;
}

.helper:hover {
  cursor: pointer;
}

#filtersBar {
  position: relative;
  background: #C4DF9B;
  width: 100%;
  max-width: 1200px;
  z-index: 10;
  padding: 0 1em 0 1em;
  color: #333;
  margin: 0 auto;
  user-select: none;
  /* the background that goes across the page outside the wrapper */
}
#filtersBar.big-map-open {
  z-index: 200000;
}
#filtersBar::before {
  content: "";
  position: absolute;
  background: #C4DF9B;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
}
@media (max-width: 47.99em) {
  #filtersBar.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000000;
  }
}
#filtersBar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  max-width: 10000px;
}
#filtersBar.sticky #filtersBarInner {
  margin: 0 auto;
}
#filtersBarInner.active {
  padding-top: 1rem;
}
#filtersBarInner #filterSearchBar {
  flex-grow: 3;
  order: 0;
  position: relative;
}
@media (max-width: 47.9375em) {
  #filtersBarInner #filterSearchBar {
    width: 70%;
  }
}
#filtersBarInner #filterSearchBar b {
  content: "";
  background-position: -186px -378px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.4;
}
@media (min-width: 62em) {
  #filtersBarInner #filterSearchBar b {
    top: 12px;
  }
}
#filtersBarInner #filterSearchBar b:hover {
  cursor: pointer;
}
@media (max-width: 22.5em) {
  #filtersBarInner #filterSearchBar {
    width: 120px;
  }
}
#filtersBarInner #filterSearchBar input[type=text] {
  width: 79%;
  padding: 2px 20px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
}
@media (max-width: 28.125em) {
  #filtersBarInner #filterSearchBar input[type=text] {
    width: 74%;
  }
}
#filtersBarInner #filterSearchBar input[type=text].has-location-filter-icon {
  padding-left: 40px;
}
#filtersBarInner #filterSearchBar button {
  display: inline-block;
  width: 20%;
  background: #eee;
  margin: 0 0 0 -5px;
  box-sizing: border-box;
  border: 0;
  height: 2.45rem;
  line-height: 1rem;
  border-left: 1px solid #eee;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}
@media (max-width: 28.125em) {
  #filtersBarInner #filterSearchBar button {
    width: 25%;
  }
}
#filtersBarInner #filterSearchBar ul#searchSuggestions {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 43px;
  list-style-type: none;
  width: 340px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #C4DF9B;
  background: #e6f2d5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#filtersBarInner #filterSearchBar ul#searchSuggestions li {
  display: block;
  word-wrap: break-word;
  height: auto;
  white-space: normal;
  padding: 1rem;
}
#filtersBarInner #filterSearchBar ul#searchSuggestions li:hover {
  background: #cfe5ae;
  cursor: pointer;
}
#filtersBarInner a.pure-button:link, #filtersBarInner a.pure-button:visited, #filtersBarInner a.pure-button:active {
  color: white;
}
#filtersBarInner input.date-from-to-top {
  width: 95%;
  background: none;
  border: 0px;
  line-height: 1.5em;
  margin-top: 0.15em;
  display: inline;
  padding-left: 10px;
  font-weight: bold;
  font-color: black;
}
#filtersBarInner #startDateBlock, #filtersBarInner #endDateBlock {
  position: relative;
  max-width: 160px;
}
#filtersBarInner #startDateBlock .sprite-icons-calendar, #filtersBarInner #endDateBlock .sprite-icons-calendar {
  background-color: #C4DF9B;
  position: absolute;
  right: 10px;
  top: 7px;
}
#filtersBarInner.closed {
  height: 3.1rem;
  flex-wrap: wrap;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#filtersBarInner.closed .filter-div:nth-child(0) {
  display: block !important;
}
#filtersBarInner.closed .pure-button {
  display: none;
}
@media (min-width: 48em) {
  #filtersBarInner.closed #priceFromBlock, #filtersBarInner.closed #priceToBlock {
    display: block;
  }
}
@media (min-width: 64em) {
  #filtersBarInner.closed #startDateBlock, #filtersBarInner.closed #endDateBlock {
    display: block;
  }
}
#filtersBarInner.closed #moreFilterOptionsBtn {
  flex-grow: 1;
  order: 7;
  margin-left: 0.5rem;
}
#filtersBarInner.closed #moreFilterOptionsBtn:hover {
  cursor: pointer;
}
#filtersBarInner.active {
  /* we have the filters bit open now - so lets align them to the left so they look nicer*/
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 1rem;
  /* when filters are open, lets move the "more filters" button to the top in position 0 */
}
#filtersBarInner.active #filterSearchBar {
  display: none;
}
#filtersBarInner.active .filter-div {
  display: block;
}
#filtersBarInner.active #moreFilterOptionsBtn {
  display: none;
}
#filtersBarInner.active .pure-button.button-success {
  float: right;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 23.4375em) {
  #filtersBarInner.active .pure-button.button-success {
    float: none;
    display: block;
    margin-top: 0.25rem;
  }
}
#filtersBarInner.active .pure-button.button-error {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 23.4375em) {
  #filtersBarInner.active .pure-button.button-error {
    width: 49%;
    display: inline-block;
  }
}
#filtersBarInner.active .sprite-icons-calendar {
  top: 10px !important;
}
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock {
  max-width: none;
}
#filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
  float: left;
  width: 50%;
  height: 2.3rem;
  position: relative;
}
@media (max-width: 21.875em) {
  #filtersBarInner.active #typeDropdown {
    width: 55%;
  }
}
@media (min-width: 35.5em) and (max-width: 47.99em) {
  #filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
    width: 205px;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
    width: 25%;
  }
}
@media (min-width: 64em) {
  #filtersBarInner.active #priceFromBlock,
#filtersBarInner.active #priceToBlock,
#filtersBarInner.active #startDateBlock,
#filtersBarInner.active #endDateBlock,
#filtersBarInner.active #adultsBlock,
#filtersBarInner.active #childrenBlock,
#filtersBarInner.active #typeDropdown {
    width: 14%;
  }
}
#filtersBarInner.active input.date-from-to-top {
  line-height: 2.1em;
}
#filtersBarInner.active #typeDropdown {
  margin-bottom: 1rem;
}
#filtersBarInner #facilitiesRow {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  clear: both;
  order: 40;
  max-grow: 50;
  width: 100%;
  white-space: normal !important;
  padding: 1rem 0 1rem 0;
}
#filtersBarInner #facilitiesRow span {
  font-weight: bold;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
#filtersBarInner #facilitiesRow .options {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: wrap;
}
#filtersBarInner #facilitiesRow .options button {
  border: 0px;
  display: inline-block;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
  font-size: 1rem;
  color: #333;
  border-radius: 10px;
  background: #e4f0d1;
  flex-grow: 3;
  text-align: center;
}
#filtersBarInner #facilitiesRow .options button.active {
  background: #a4ce65;
  color: white;
}
#filtersBarInner #moreFilterOptionsBtn {
  text-align: center;
  font-size: 0.9rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
#filtersBarInner #moreFilterOptionsBtn b {
  content: "";
  background-position: -270px -326px;
  background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 4px;
}
#filtersBarInner #moreFilterOptionsBtn b:hover {
  cursor: pointer;
}
@media (max-width: 61.9375em) {
  #filtersBarInner #moreFilterOptionsBtn b {
    content: "";
    background-position: -230px -67px;
    background-image: url("/2018/css/sprites/icons_7162a8fe96.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 28.125em) {
  #filtersBarInner #moreFilterOptionsBtn {
    width: 65px;
  }
  #filtersBarInner #moreFilterOptionsBtn span.filter-text {
    display: none;
  }
}
#filtersBarInner #moreFilterOptionsBtn span {
  align-self: center;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  line-height: 1rem;
}

#filtersBar .date-from-to-top:hover {
  cursor: pointer;
}

#filtersBarInner div[class^=filter-div] {
  display: none;
  flex-grow: 2;
}

/* set an order for these, so we can then tweak them later */
#filtersBarInner div[class^=filter-div]:nth-of-type(2) {
  order: 2;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(3) {
  order: 3;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(4) {
  order: 4;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(5) {
  order: 5;
}

#filtersBarInner div[class^=filter-div]:nth-of-type(6) {
  order: 6;
}

/* this is for crappy chrome and FF, who both don't let you use placeholders in "date" fields!
Once we have content in them, we remove the placeholder class (so they are empty)
*/
input[type=date]:not(.has-value):before {
  content: attr(placeholder);
  font-weight: bold;
}

#radius_filter {
  width: 310px;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align: center;
}
#radius_filter #radius_span {
  font-weight: bold;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.3px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(233, 233, 225, 0.96);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #2d1000;
  height: 23px;
  width: 26px;
  border-radius: 8px;
  background: rgba(196, 223, 155, 0.9);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(244, 244, 240, 0.96);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(233, 233, 225, 0.96);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #2d1000;
  height: 23px;
  width: 26px;
  border-radius: 8px;
  background: rgba(196, 223, 155, 0.9);
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: rgba(222, 222, 210, 0.96);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: rgba(233, 233, 225, 0.96);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #2d1000;
  height: 23px;
  width: 26px;
  border-radius: 8px;
  background: rgba(196, 223, 155, 0.9);
  cursor: pointer;
  height: 8.4px;
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(233, 233, 225, 0.96);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(244, 244, 240, 0.96);
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-table-responsive {
  overflow-x: auto;
  display: block;
  width: fit-content;
}

.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td, .pure-table th {
  /*  inner column border */
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */
}
.pure-table thead {
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table-odd td, .pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

.no-background-cell td {
  background-color: #fff !important;
}

/* nth-child selector for modern browsers */
/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */
h1.category-title {
  width: 100%;
  font-weight: bold;
  border: 1px solid #66B05F;
  background: #66B05F;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  padding: 0px 8px 4px 8px;
}

.headermain {
  color: white;
}
.headermain a:link, .headermain a:hover, .headermain a:active, .headermain a:visited {
  color: white;
}

/*# sourceMappingURL=style.css.map */
