/* A-Z Listing */
.view-advice-index ul.views-summary li {
  display: inline;
  margin: 0;
}

.view-advice-index ul.views-summary {
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 5px 0;
}

/* Diamond Jubilee Header */
#block-boxes-diamond-jubilee {
  background: #D60743;
  color: white;
  padding: 10px;
}

#block-boxes-diamond-jubilee a,
#block-boxes-diamond-jubilee h2.block-title {
  color: white;
}

#block-boxes-diamond-jubilee p {
  margin-bottom: 0;
}

/* Wishing Wall and Goodwill */
.node-goodwill-message .node-title,
.node-wishing-wall .node-title {
  font-size: 20px;
}

aside.goodwillauthor,
aside.wishauthor {
  width: 200px;
  float: right;
}

aside.goodwillauthor .field-name-field-location,
aside.wishauthor .field-name-field-location {
  padding-left: 40px;
  background: transparent url(../images/location.png) no-repeat top left;
  line-height: 40px;
}

aside.goodwillauthor .field-name-field-created,
aside.wishauthor .field-name-field-created {
  padding-left: 26px;
  background: transparent url(../images/date_add.png) no-repeat center left;
  line-height: 20px;
  margin-left: 14px;
  margin-top: 10px;
}

.view-record-of-achievement .view-filters {
  display: none;
  line-height: 0;
}

.node-record-of-achivement aside.wishauthor .field-name-field-location,
.node-record-of-achivement aside.wishauthor .field-name-field-popularity {
  padding-left: 5px;
  background: transparent;
  line-height: 21px;
}

.node-record-of-achivement aside.wishauthor .field-name-field-popularity,
.views-field-field-popularity {
  color: #7d7d7d;
  font-size: .9em;
  font-style: italic;
}

.signed {
  font-size: 130%;
  /*font-family: Georgia, 'Times New Roman', Serif;*/
  font-style: italic;
  margin: 10px 0 20px 20px;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Skydiving'] div {
  background: #dadada;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Cycling'] div {
  background: #6B256B;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Research projects'] div {
  background: #ededed;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Training'] div {
  background: #43A984;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Epilepsy Related Events'] div {
  background: #009ac7;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Fundraising'] div {
  background: #e50e63;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Healthcare professional'] div {
  background: #F15B29;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable[title^='Running'] div {
  background: #d60743;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable div {
  border: 1px solid black;
}

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