/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* =Base Styles
-------------------------------------------------------------- */

html {
}
body {
  min-height: 100%;
  background-color: #666;
  text-align: left;
}

/* A helper to let the JS know what kind of layout we're using */
body:after {
  content: "mobile";
  display: none;
}

/* Links */
a, a:active, a:visited {
  color: #007fbf;
}
a:hover {
  color: #00aaff;
}
a:hover, a:active {
  outline: none;
}

/* Typography */
body {
  line-height: 1.25;
}
body, select, input, textarea {
  color: #555;
  font-family: "Helvetica Neue", Arial, Helvetica, serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.25em 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
  text-transform: uppercase;
}
p {
  margin: 0 0 1.5em;
}
ul,
ol,
dl {
  margin-bottom: 0.75em;
}
li {
  padding-bottom: 0.75em;
}
nav ul,
nav ol,
.unstyled-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li,
.unstyled-list li {
  padding-bottom: 0;
}
strong {
  font-weight: 800;
}
hr {
  margin: 1.5em 0;
  border: 1px solid #eeeeee;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom-color: rgba(255,255,255,0.75);
  border-right: 0;
  border-left: 0;
}

/* Buttons */
.btn,
.btn:visited,
.btn:link {
  display: inline-block;
  /* display: inline; */
  /* zoom: 1; */
  padding: 0.325em 0.625em;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #007fbf;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #a3c7d9;
  box-shadow: -0.25em 0.25em 0 rgba(0,0,0,0.1);
  font-weight: 600;
  border: 3px solid rgba(0,0,0,0.05);
  border-radius: 3px;
}
.btn:hover {
  background-color: #93b7c9;
}
.btn-primary,
.btn-primary:visited,
.btn-primary:link {
  background-color: #00aaff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #007fbf;
}
.btn-secondary,
.btn-secondary:visited,
.btn-secondary:link {
  background-color: #ccc;
  color: #007fbf;
}
.btn-secondary:hover {
  background-color: #007fbf;
  color: #fff;
}
.btn-disabled,
.btn-disabled:visited,
.btn-disabled:link,
.btn-disabled:hover {
  background-color: #eee;
  color: #ccc;
  box-shadow: none;
}
.btn-block,
.btn-block:visited,
.btn-block:link {
  clear: both;
  display: block;
  padding: 0.5em 0.75em;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-large {
  font-size: 1.25em;
  padding: 0.75em 1em 0.5em;
}
.btn-small {
  font-size: 0.75em;
}

/* Forms */
form {
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0 0 1.2em;
}
.field {
  margin-bottom: 1.5em;
}
label {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #999;
  margin-right: 0.5em;
}
label small {
  text-transform: none;
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
.radio-label-text,
.checkbox-label-text,
select,
textarea {
  outline: 0;
  border: 0.25em solid #a3c7d9;
  border-radius: 0;
  padding: 0.5em;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #007fbf;
}
textarea {
  height: 6.5em;
  resize: none;
}
select {
  background-color: #fff;
}

/* Checkbox & Radiu "Buttons" */
.radio-group,
.checkbox-group {
  position: relative;
}
.radio-group label,
.checkbox-group label {
  position: relative;
}
.radio-group input,
.checkbox-group input {
  opacity: 0;
  width: 1px;
  height: 5em;
  position: absolute;
  top: -5em;
}
.radio-label-text,
.checkbox-label-text {
  display: inline-block;
  width: auto;
  border: 3px solid #e5e5e5;
  transition: all 0.2s ease 0s;
}
.radio-label-text:hover,
.checkbox-label-text:hover {
  background-color: #a3c7d9;
  color: #007fbf;
  border: 3px solid rgba(0,0,0,0.05);
}
:checked + .radio-label-text,
.radio-label-text.checked,
:checked + .checkbox-label-text,
.checkbox-label-text.checked {
  background-color: #007fbf;
  color: #fff;
  border: 3px solid rgba(0,0,0,0.05);
}

/* Old IE does not like this to be combine with :invalid rules.
   It will ignore it! */
.form-submitted .gatekeeper-invalid {
  outline: 2px solid #b2182b;
}

.form-submitted input:invalid,
.form-submitted textarea:invalid,
.form-submitted select:invalid {
  outline: 2px solid #b2182b;
}

.fileinput-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.fileinput-container input {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.fileinput-name {
  display: inline-block;
}
.form-spinner {
  clear: both;
  padding: 1em;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}
.icon-inline {
  height: 1.5em;
  width: auto;
  margin: 0 0.25em -0.325em 0.5em;
}
.icon-muted {
  opacity: 0.75;
}

/* Location receiver */
.location-receiver {
  text-align: center;
  font-weight: bold;
}

.location-receiver .default {
  font-style: italic;
}


/* =Nonsemantic Base Styles
-------------------------------------------------------------- */

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Hide for both screenreaders and browsers */
.is-hidden, .hidden { display: none; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders */
.is-screen-reader-text,
.is-visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.is-invisible { visibility: hidden; }

.nobreak { white-space: nowrap; }
.capitalize { text-transform: capitalize; }


/* =Header
-------------------------------------------------------------- */

#site-header {
  color: #eee;
  background-color: #777;
  position: relative;
  z-index: 40;
  padding: 0.5em;
  box-shadow: 0 0.325em 0 rgba(0,0,0,0.1);
}
#site-title {
  color: #eee;
  font-size: 1em;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.has-pages #site-title {
  padding-left: 3.25em;
}
#site-title a:link,
#site-title a:visited {
  display: block;
  font-size: 2em;
  line-height: 1.25;
  text-decoration: none;
  color: #eee;
}
#site-title a:hover {
  color: #fff;
}

/* Navigation Button */
/* ----------------- */
/* This is the little "hamburger" button that opens up the navigation menu on
   mobile.
*/
#nav-btn {
  background: #6f6f6f;
  color: #bbb;
  font-size: 2em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-shadow: -1px 1px 1px rgba(0,0,0,0.25);
  float: left;
  width: 1.25em;
  padding: 0.125em 0;
  position: absolute;
  left: 0.25em;
  top: 0.25em;
}

/* Navigation Menu */
.access {
  font-weight: bold;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 0;
  display: none;
}
.access.is-exposed {
  display: block;
}
.access li {
  position: relative;
  padding-bottom: 0.5em;
}
.access li li {
	padding-top: 0.5em;
	padding-bottom: 0;
}

/* User Menu */
.user-menu {
}
#sign-in-btn {
  color: #a3c7d9;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 3.25;
  float: right;
  display: block;
  padding: 0 0.5em;
  margin: 0 0 0 0.5em;
}
#sign-in-btn:hover {
  color: #fff;
}
.sign-in-menu {
  font-weight: bold;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  display: none;
}
.sign-in-menu.is-exposed {
  display: block;
}
.sign-in-menu-item {
  float: left;
  width: 50%;
  font-weight: bold;
}
a.auth-btn {
  text-decoration: none;
  display: block;
  padding: 0.5em;
  box-shadow: -0.25em 0.25em 0 rgba(0,0,0,0.1);
}
a.twitter-btn {
  background-color: #4099FF;
  color: #fff !important;
  margin-right: 0.25em;
}
a.facebook-btn {
  background-color: #3b5998;
  color: #fff !important;
  margin-left: 0.25em;
}

.authed #sign-in-btn {
  font-size: 1em;
  padding: 0;
  outline: 0;
}
.header-avatar {
  float: right;
  width: 3em;
  height: 3em;
  max-width: none;
}
.signed-in-as {
  font-weight: normal;
  font-size: 0.875em;
}
.current-user {
}
a.logout-btn {
  color: #a3c7d9;
  font-size: 0.875em;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}


/* =Map
-------------------------------------------------------------- */
#map-container {
  position: relative;
  background: #a3c7d9;
  z-index: 10;
}

#map {
  background: #a3c7d9;
  height: 150px;
}

/* Geolocation Button */
.locate-me {
  background-image: url("images/locate-me.82b0e06d0009.png");
}
#map .leaflet-bar a,
#map .leaflet-bar a:hover {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* Address search box */
.leaflet-center {
  left: 50%;
  transform: translateX(-50%);
}

/* Map Attribution */
#map .leaflet-control-attribution {
  font-size: 9px;
  -webkit-text-size-adjust: none; /* keep iPhone from getting smart with the font sizes */
}

/* Add Place Button */
#add-place-btn-container {
  background: #777;
  padding: 0.5em 0.5em 0.75em;
  position: relative;
  z-index: 400;
  box-shadow: 0 -0.325em 0 rgba(0,0,0,0.1);
  border-bottom: 1px solid #666;
}
#add-place {}

.content-visible #add-place-btn-container {
  display: none; /* hide the add button on mobile when the panel is open */
}

/* Center Point (new point icon) */
#centerpoint {
  display: none;
}
#centerpoint.newpin {
  display: inline;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 400;
  width: 47px;
  height: 47px;
  margin: -44px 0 0 -12px;
}
#centerpoint.newpin .x {
  display: block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: transparent url("images/marker-x.2ef94310436f.png") 0 0 no-repeat scroll;
  left: 4px;
  top: 37px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#centerpoint.newpin:hover .x,
#centerpoint.newpin.dragging .x {
  opacity: 1;
}
#centerpoint.newpin .shadow {
  display: block;
  height: 47px;
  width: 47px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("images/marker-shadow.266e0e95e0a6.png") 0 3px no-repeat scroll;
  -webkit-transition: opacity 0s, background-position 0.3s ease;
  -moz-transition: opacity 0s, background-position 0.3s ease;
  -o-transition: opacity 0s, background-position 0.3s ease;
  -ms-transition: opacity 0s, background-position 0.3s ease;
  transition: opacity 0s, background-position 0.3s ease;
}
#centerpoint.newpin:hover .shadow,
#centerpoint.newpin.dragging .shadow {
  opacity: 0.2;
  background-image:
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png"),
    url("images/marker-shadow.266e0e95e0a6.png")
    ;
  background-position:
    0px -3px,
    3px -3px,
    6px -3px,
    0px -6px,
    3px -6px,
    6px -6px,
    0px -9px,
    3px -9px,
    6px -9px
  ;
}
#centerpoint.newpin .marker {
  display: block;
  width: 25px;
  height: 41px;
  background: transparent url("images/marker-plus.9ea7dbb1b18a.png") 0 0 no-repeat scroll;
  position: relative;
  top: 3px;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  -ms-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
#centerpoint.newpin:hover .marker,
#centerpoint.newpin.dragging .marker {
  top: -20px;
}

/* Drag Marker Instructions (for adding a new place) */
.drag-marker-instructions,
.drag-marker-warning {
  background-color: LightYellow;
  background-color: rgba(240,240,0,0.2);
  color: #444;
  font-weight: bold;
  text-shadow: -1px 1px 0 rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 1em;
  padding: 0.75em 1em 0.875em;
  border-radius: 0.325em;
}
.drag-marker-warning {
  background-color: LightPink;
  background-color: rgba(242, 206, 206, 0.8);
}

/* Ajax Error Message */
#ajax-error-msg {
  display: none;
  position: absolute;
  top: 10px;
  left: 50px;
  max-width: 300px;
  z-index: 9999;
  padding: 0.625em;
  color: #8D5251;
  border: 1px solid #CFABAB;
  background-color: rgba(242, 206, 206, 0.8);
  border-radius: 4px;
}


/* =Progress Bars
-------------------------------------------------------------- */

.progress-bar {
  background: #777;
  background: rgba(85,85,85,0.5);
  height: 1.5em;
  padding: 0 0.25em;
  position: relative;
  border-radius: 0.75em;
  cursor: default;
  pointer-events: none;
}
.progress-bar strong {
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 402;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.875;
  text-transform: uppercase;
  text-shadow: 0 0 0.25em rgba(85,85,85,1);
}
.progress-bar span {
  background: #00aaff;
  display: block;
  width: 0%;
  height: 1em;
  position: relative;
  z-index: 401;
  top: 0.25em;
  overflow: visible;
  border-radius: 0.5em;
  white-space: nowrap;
}
#map-progress {
  position: absolute;
  top: 10px;
  right: 50px;
  bottom: auto;
  left: 50px;
  z-index: 403;
  display:none;
  font-size: 1.25em;
}


/* =Content: Pages & Places
-------------------------------------------------------------- */

#content {
  background: #fff;
  padding: 1em 1em 2em;
  position: relative;
  z-index: 10;
  box-shadow: 0 -0.325em 0 rgba(0,0,0,0.1);
  display: none;
}

/* Close Button */
a.close-btn {
  background: #fff;
  color: #ff5e99;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.125em;
  float: left;
  display: block;
  position: absolute;
  top: -1.325em;
  left: 0.5em;
  padding: 0.325em 0.625em;
  z-index: 2;
  box-shadow: 0 -0.325em 0 rgba(0,0,0,0.1);
  border-radius: 0.325em 0.325em 0 0;
}
a.close-btn:hover {
  color: #cd2c67;
}
a.close-btn span {
  font-size: 0.625em;
  text-transform: uppercase;
  margin-left: 0.625em;
  position: relative;
  top: -0.2em;
}

/* Promotion: Voting & Sharing */
.promotion {
  float: right;
  margin: 0 0 1em 0.5em;
}
.support {
  margin-bottom: 0.75em;
  position: relative;
}
.user-support {
  position: relative;
}
.user-support input[type=checkbox] {
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  zoom: 1;
}
.user-support label {
  display: block;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  color: #007fbf;
}
.user-support.disabled:hover,
.user-support.disabled:hover label {
  cursor: default;
  background-color: #a3c7d9;
}
.user-support:hover label {
  background-color: #93b7c9;
}
.support-label-content {
  display: inline-block;
  background: transparent url("images/heart-empty.d81e7b4db193.png") left center no-repeat scroll;
  padding-left: 22px;
}
:checked ~ .support-label-content {
  background-image: url("images/heart.510e17916661.png");
}
.support-count {
}
.social {
  min-width: 84px;
}
.sharing {
  margin: 0;
}
.share-link {
  float: right;
  padding: 0 !important;
  margin-left: 10px;
}
.share-link a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
}
.share-twitter a {
  background: url("images/twitter-32.df5d82c1e6cf.png") 0 0 no-repeat scroll;
}
.share-facebook a {
  background: url("images/facebook-32.afb4e2c7aef9.png") 0 0 no-repeat scroll;
}

/* Editing Visibility */
.place-moderation-bar {
  align-items: center;
  justify-content: space-between;

  display: flex;

  margin: 0.5rem 0;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);

  background-color: #ffeecc;
  font-size: 0.8rem;

  transition: 0.2s all;
}
.place-moderation-bar.place-is-invisible {
  border-style: dashed;
  opacity: 0.7;
  background-color: #ffcccc;
}
.place-moderation-bar p {
  margin: 0;
}
.place-moderation-bar .invisible-icon {
  text-decoration: line-through;
}

/* Places */
.place-header {
  margin-bottom: 1em;
}
.place-header a {
  text-decoration: none;
}
.place-submission-confirmation {
  background-color: LightYellow;
  background-color: rgba(240,240,0,0.2);
  color: #444;
  font-weight: bold;
  text-shadow: -1px 1px 0 rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 1em;
  padding: 0.75em 1em 0.875em;
  border-radius: 0.325em;
}
.place-submission-confirmation p:last-child {
  margin-bottom: 0;
}
.place-submission-details {
  display: block;
  padding-left: 3.75em;
}
.point-submitter .avatar {
  width: 3.25em;
  height: 3.25em;
  float: left;
  margin-left: -3.75em;
}
.response-date {
  display: block;
  text-transform: uppercase;
  color: #888;
  font-size: 0.75em;
}
.response-date a {
  color: #888;
}
.response-date a:hover {
  color: #00aaff;
}
.survey-count {
  font-size: 0.75em;
  text-transform: uppercase;
  display: block;
}

/* Surveys */
.survey {
  position: relative;
}
.survey-header {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  font-size: 1.25em;
}
a.reply-link {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
ol.responses {
}
.response {
  position: relative;
  padding-bottom: 2.625em;
  margin-bottom: 1em;
}
.response-header {
  padding-left: 3.75em;
  margin: 0 0 0 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.response-submitter {}
.response-submitter .avatar {
  width: 3em;
  height: 3em;
  float: left;
  margin-left: -3.75em;
}
.response-meta {}
.response-body {
  margin: 0 0 1em;
  padding: 1em;
  border-top: 1px solid #a8a8a8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 0;
  border-left: 1px solid #c8c8c8;
  background: #eee;
  border-radius: 1em;
  position: relative;
}
.response-body:after {
  content: '';
  height: 0;
  width: 0;
  border: 1em solid transparent;
  border-top-color: #eee;
  position: absolute;
  top: 100%;
  left: 1.5em;
}
.response-label-comment {
  display: none;
}
.response-value-comment {
  margin-bottom: 0.5em;
}

article.response footer {
  text-align: right;
}

.submit-btn {
  float: left;
  margin: 0 0.75em 0 0;
}

form .signed-in-as {
  float: left;
  white-space: nowrap;
  padding-top: 0.125em;
  line-height: 1.5;
}
form .signed-in-as .avatar {
  height: 1.5em;
  width: auto;
  position: relative;
  top: 0.5em;
}
form .signed-in-as a {
  font-weight: bold;
  font-size: 0.875em;
  text-transform: uppercase;
}
.or-sign-in {
  display: block;
  margin-top: 0.5em;
}
a.auth-inline {
  display: inline;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  padding: 0.25em 0.5em;
}


/* =The Ticker
-------------------------------------------------------------- */

#ticker {
  background: #777;
  position: relative;
  z-index: 30;
  display: none;
}
.activity-enabled #ticker {
  display: block;
}
.content-visible #ticker {
  display: none;
}

ul.recent-points {
  list-style: none;
  margin: 0;
  color: #ddd;
}
.recent-points li {
  position: relative;
}
.recent-points li:hover {
}
.recent-points a {
  color: #eee;
  text-decoration: none;
  float: left;
  border-top: 1px solid #888;
  border-bottom: 1px solid #666;
  padding: 0.5em 0.5em 0.5em 3em;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.recent-points li:first-child a {
  border-top: 0;
  padding-top: 0.75em;
}
.recent-points a:hover {
  color: #fff;
  background: #666;
  border-color: #666;
}
.recent-points .avatar {
  width: 2em;
  height: 2em;
  float: left;
  margin-left: -2.5em;
}


/* =List View
-------------------------------------------------------------- */

.list-toggle-nav {
  display: none;
}

#list-container {
  display: none;
  background: #fff;
  position: absolute;
  padding: 1.75em 1em;
  top: 5em; /* height of #site-header (on large screens) */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 39;
  overflow: auto;
}
.place-list,
.place-list-header {
  max-width: 70em;
  margin: 0 auto;
}

/* Search */
.list-search-form input {
  max-width: 25em;
  float: left;
  padding: 0.5em;
  margin-right: 0.5em;
}

/* Search & Sort */
.list-sort-menu {
  float: right;
  padding: 1em 0 0;
  color: #eee;
  text-transform: uppercase;
}
.list-sort-prompt {
  font-size: 0.75em;
  color: #999;
}
.list-sort-menu a {
  font-weight: bold;
  font-size: 0.75em;
  text-decoration: none;
}
.list-sort-menu a.is-selected {
  color: #555;
}

/* Place List */
.place-list {
  clear: both;
  padding: 1.25em 0 0;
}
.place-list > li {
  margin: 0;
  padding: 0.75em 0 1.25em 0;
  border-top: 1px solid #eeeeee;
}
.place-list .place-header {
  font-size: 0.875em;
}
.place-list .place-header:before, .place-list .place-header:after { display: none; }
.place-list .place-header:after { clear: none; }
.place-list .place-header h1 {
  font-size: 1.5em;
}
.place-list .place-submission-details {
  float: left;
  width: 17.25em;
  margin-top: 0.5em;
  padding-left: 3em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.place-list .point-submitter .avatar {
  width: 2.5em;
  height: 2.5em;
  float: left;
  margin-left: -3em;
}
.place-list .place-items {
  margin-right: 5em;
  margin-left: 16em;
}
.place-list .place-item-attachment {
  float: left;
  max-width: 9em;
  margin: 0 1em 0.75em 0;
}

.place-list .place-label,
.place-list .place-value {
}
.place-list .place-label:empty,
.place-list .place-value:empty {
  display: none;
}
.place-item-attachment .place-value:empty {
  display: block;
}

.view-on-map-btn {
  margin: 1em 0;
  float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
  background-color: #666;
  color: #ddd;
  padding: 1em 0.5em;
  box-shadow: inset 0 0.325em rgba(0,0,0,0.1);
  text-align: center;
}
#colophon a {
  text-decoration: none;
  color: #ddd;
}
#colophon a:hover {
  border-bottom: 1px solid #ccc;
}

/* Powered By */
#powered-by {
  font-size: 0.75em;
  display: inline;
}
a.shareabouts-logo {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 1.325em;
  color: #a3c7d9;
  font-weight: bold;
}
a.shareabouts-logo:hover {
  color: #fff;
}
#powered-by a.openplans-logo {
  color: #ffb885;
  font-weight: bold;
}
#powered-by a.openplans-logo:hover {
  color: #fff;
}

/* Mapquest Attribution */
#mapquest-attribution {
  font-size: 0.75em;
  display: inline;
}
#mapquest-attribution img {
  max-height: 0.75em;
  width: auto;
}


/* =Media Queries for Responsive Layout
-------------------------------------------------------------- */

@media only screen and (min-height: 440px) and (max-width: 60em) {
  #map {
    height: 250px;
  }
}

@media only screen and (min-height: 568px) and (max-width: 60em) {
  #map {
    height: 325px;
  }
}

@media print, only screen and (min-width: 768px) and (max-width: 60em) {
  #map {
    height: 400px;
  }
}

@media only screen and (min-width: 60em) {
  html,
  body {
    height: 100%;
    position: relative;
  }

  /* A helper to let the JS know what kind of layout we're using */
  body:after {
    content: "desktop";
  }

  /* Header */
  #site-header {
    padding-left: 1em;
    overflow: visible;
    height: 5em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .has-pages #site-title {
    padding-left: 0;
  }
  #site-title a:link,
  #site-title a:visited {
    font-size: 3em;
    line-height: 1.325;
  }
  #nav-btn {
    display: none;
  }
  #pages-nav-container,
  #language-picker {
    height: 100%;
    float: left;
  }
  .access {
    font-size: 0.875em;
    width: auto;
    display: block;
    margin: -1.125em 0 0 0.5em;
    position: relative;
    top: 50%;
  }
  .access li {
  	float: left;
  	padding: 0;
  	margin: 0 0 0 0.5em;
  }
  .access li ul {
    display: none;
  }
  .access li:hover > ul,
  .access li:hover > form > ul {
    display: block;
    background: #ccc;
    box-shadow: -0.25em 0.25em 0 rgba(0,0,0,0.1);
    border: 3px solid rgba(0,0,0,0.05);
    border-radius: 0;
    margin: -3px 0 0 0;
    padding: 3px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  .access li ul li:hover ul {
    display: block;
    top: 0;
    left: 100%;
  }
  .access li li {
  	float: none;
  	padding: 0;
  	margin: 0;
  }
  .access li li .btn {
    border: 0;
    border-radius: 0;
    margin-top: -3px;
    box-shadow: none;
  }
  #sign-in-btn {
    font-size: 1em;
    text-decoration: none;
    line-height: 1.5;
    padding: 0.5em;
    margin: 0.75em 0.75em 0 0.75em;
    position: relative;
    z-index: 3;
  }
  .sign-in-menu {
    background: #666;
    border-radius: 3px;
    box-shadow: -0.25em 0.25em 0 rgba(0,0,0,0.2);
    width: 18em;
    margin: 0;
    padding: 1em 0.875em 1.125em 0.875em;
    position: absolute;
    top: 4.125em;
    right: 1em;
    z-index: 2;
  }
  .sign-in-menu:before {
    content: '';
    height: 0;
    width: 0;
    border: 1em solid transparent;
    border-bottom-color: #666;
    border-top: 0;
    position: absolute;
    bottom: 100%;
    right: 1.5em;
  }
  .authed #sign-in-btn {
    margin: 0.5em 0.5em 0 0.5em;
    z-index: 1;
  }
  .authed .sign-in-menu:before {
    right: 0.5em;
  }

  /* Map*/
  #map-container {
    position: absolute;
    top: 5em; /* height of #site-header */
    right: 0;
    bottom: 1.75em;
    left: 0;
  }
  .content-visible #map-container {
    right: auto;
    left: 18em;
    margin-left: -18em;
    width: 40%;
  }
  .activity-enabled.content-visible #map-container {
    width: 30%;
  }
  .leaflet-top.leaflet-right {
    right: auto;
    left: 10px;
    top: 77px;
  }

  #map {
    height: 100%;
  }
  #add-place-btn-container {
    background: transparent;
    font-size: 1.25em;
    padding: 0;
    position: absolute;
    left: 1.5em;
    bottom: 2em;
    box-shadow: none;
    border-bottom: 0;
  }
  #add-place-btn-container .btn,
  #add-place-btn-container .btn:visited,
  #add-place-btn-container .btn:link {
    padding-right: 1em;
    padding-left: 1em;
  }
  .content-visible #add-place-btn-container {
    display: block; /* override of the mobile style */
  }
  .place-form-visible #add-place-btn-container {
    display: none;
  }

  /* Content */
  #content {
    padding: 0;
    position: absolute;
    top: 5em;
    right: 0;
    bottom: 1.75em;
    left: 40%;
    overflow: visible;
    box-shadow: -0.325em 0 0 rgba(0,0,0,0.1);
  }
  .activity-enabled #content {
    left: 30%;
    right: 18em;
  }
  a.close-btn {
    line-height: 2;
    top: 10px;
    left: auto;
    right: 100%;
    margin: 0 -0.325em 0 0;
    padding: 0.125em 0.625em 0.125em 0.625em;
    border-radius: 0.325em 0 0 0.325em;
    box-shadow: -0.325em 0.325em 0 rgba(0,0,0,0.1);
  }
  a.close-btn:hover {
  }
  a.close-btn span {
    display: none;
  }

  #content > article {
    overflow: auto;
    padding: 1em 1em 2em;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* The Ticker */
  #ticker {
    position: absolute;
    top: 5em; /* height of #site-header */
    right: 0;
    bottom: 0;
    left: auto;
    width: 18em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 15;
    box-shadow: -0.325em 0 0 rgba(0,0,0,0.1);
  }
  .activity-enabled.content-visible #ticker {
    display: block;
  }
  ul.recent-points {
    font-size: 0.875em;
    -webkit-transform: translateZ(0px); /* needed on #ticker > * for touch scrolling */
  }
  .activity-enabled #map-container:dir(ltr) {
    right: 18em; /* width of #ticker */
  }
  .activity-enabled #map-container:dir(rtl) {
    left: 18em; /* width of #ticker */
  }

  /* List View */
  .list-toggle-nav {
    display: block;
    float: right;
    width: auto;
    margin: -1.125em 0 0 0.5em;
    position: relative;
    top: 50%;
    font-size: 0.875em;
  }
  #list-container.is-exposed {
    display: block;
  }
  .list-toggle-btn,
  .list-toggle-btn:visited,
  .list-toggle-btn:link {
    background-color: #007fbf;
    color: #eee;
  }
  .list-toggle-btn:hover {
    background-color: #00aaff;
    color: #fff;
  }

  /* Footer */
  #colophon {
    background-color: #666;
    font-size: 1em;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 14;
    padding: 0.25em;
    box-shadow: 0 -0.325em rgba(0,0,0,0.1);
    height: 1.75em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .activity-enabled #colophon {
    right: 18em; /* width of #ticker */
  }
  #powered-by {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 80em) {
  #content {
    right: 0;
    left: 60%;
  }
  .activity-enabled #content {
    left: 45%;
  }
  .content-visible #map-container {
    width: 60%;
  }
  .activity-enabled.content-visible #map-container {
    width: 45%;
  }
}

/* High Resolution Displays */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

  .share-twitter a {
    background-image: url("images/twitter-64.66e71bf58312.png");
    background-size: contain;
  }
  .share-facebook a {
    background-image: url("images/facebook-64.151777668621.png");
    background-size: contain;
  }
  .locate-me {
    background-image: url("images/locate-me@2x.6602e33f7e52.png");
    background-size: contain;
  }

}

@media only print {
  #list-container.is-exposed {
    display: block;
    overflow: visible;
    bottom: initial;
  }

  .place-list li {
    page-break-inside: avoid;
  }

  .list-toggle-nav,
  #pages-nav-container {
    display: none;
  }
}
