@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@font-face {
  font-family: "kievit font";
  font-style: normal;
  font-weight: 800;
  src: url("https://d2znry4lg8s0tq.cloudfront.net/ff_kievit_web/KievitWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "milo font";
  font-style: normal;
  font-weight: 800;
  src: url("https://d2znry4lg8s0tq.cloudfront.net/milo-web/milo-slab-pro-medium/MiloSlabWebPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "nyplicons";
  src: url(/assets/icomoon-2d8fc55d21a092d8a5e52e557db7e6d7d7ca61fce895d3dbb7ebf135c37a6942.eot);
  src: url(/assets/icomoon-2d8fc55d21a092d8a5e52e557db7e6d7d7ca61fce895d3dbb7ebf135c37a6942.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-3080a4bbcba4393719738ee6c30c435cc6847a6f7318ae2d5632a8fd127b251c.svg#icomoon) format("svg"), url(/assets/icomoon-4860d2aef68d5e26bbd12f1b3769e18ed72e256e945da11699901ebd5e9a6a4e.woff) format("woff"), url(/assets/icomoon-6e42c4ba4288fa2214aa713648d7749509e6aaba11a174532429f32b414a800e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SHADOW INSET */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
@font-face {
  font-family: "kievit font";
  font-style: normal;
  font-weight: 800;
  src: url("https://d2znry4lg8s0tq.cloudfront.net/ff_kievit_web/KievitWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "milo font";
  font-style: normal;
  font-weight: 800;
  src: url("https://d2znry4lg8s0tq.cloudfront.net/milo-web/milo-slab-pro-medium/MiloSlabWebPro-Medium.woff") format("woff");
}
/* line 7, /app/app/assets/stylesheets/pic.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  background: #efefef;
  line-height: normal;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 14, /app/app/assets/stylesheets/pic.scss */
  header {
    font-size: 12px;
  }
}

/* line 20, /app/app/assets/stylesheets/pic.scss */
#webgl-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 111111;
  background-color: gray;
  text-align: center;
  font-size: 1.2em;
}
/* line 32, /app/app/assets/stylesheets/pic.scss */
#webgl-overlay p {
  display: none;
  padding: 10%;
  line-height: 1.2em;
}
/* line 37, /app/app/assets/stylesheets/pic.scss */
#webgl-overlay p a.browser {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: .8em 0 .6em;
  background: #900;
  color: #efefef;
  text-transform: uppercase;
  border-radius: 60px;
  font-size: 0.7em;
  transition: all 0.2s;
  width: 220px;
  display: inline-block;
  margin: 0 10px 20px 0;
}
/* line 84, /app/app/assets/stylesheets/css3-mixins.scss */
#webgl-overlay p a.browser:hover {
  background: #efefef;
}
/* line 87, /app/app/assets/stylesheets/css3-mixins.scss */
#webgl-overlay p a.browser:hover:not(.disabled) {
  color: #900;
}

/* map stuff */
/* line 50, /app/app/assets/stylesheets/pic.scss */
.cesium-viewer-toolbar {
  right: 45px;
}

/* line 54, /app/app/assets/stylesheets/pic.scss */
.minimize, .maximize {
  font-size: 1px;
  color: #eee;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #eee;
  border-radius: 0 0 0 10px;
  padding: 10px 10px 10px 10px;
}
/* line 65, /app/app/assets/stylesheets/pic.scss */
.minimize:before, .maximize:before {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  font-size: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #222;
}

/* line 76, /app/app/assets/stylesheets/pic.scss */
.maximize:before {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
}

/* line 82, /app/app/assets/stylesheets/pic.scss */
#cesiumContainer .maximize:before {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
}

/* line 87, /app/app/assets/stylesheets/pic.scss */
#cesiumContainer .maximize, #cesiumContainer .minimize {
  background-color: #222;
}
/* line 90, /app/app/assets/stylesheets/pic.scss */
#cesiumContainer .maximize:before, #cesiumContainer .maximize:before, #cesiumContainer .minimize:before, #cesiumContainer .minimize:before {
  color: #eee;
}

/* line 95, /app/app/assets/stylesheets/pic.scss */
h3 {
  font-family: "kievit font", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 99, /app/app/assets/stylesheets/pic.scss */
hr {
  border: none;
  border-bottom: 1px solid #222;
}

/* line 104, /app/app/assets/stylesheets/pic.scss */
#bounds {
  position: absolute;
  z-index: 11;
  display: none;
}
/* line 109, /app/app/assets/stylesheets/pic.scss */
#bounds .button {
  display: inline-block;
  width: 100px;
  height: 40px;
  color: #efefef;
  background-color: #900;
  margin: 10px 0 10px 10px;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
/* line 121, /app/app/assets/stylesheets/pic.scss */
#bounds .button.cancel {
  background-color: #a2a2a2;
}

/* line 127, /app/app/assets/stylesheets/pic.scss */
#bbox-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 134, /app/app/assets/stylesheets/pic.scss */
#bbox-div.active {
  z-index: 1;
}

/* line 139, /app/app/assets/stylesheets/pic.scss */
#cesiumContainer {
  background-color: #222;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50px;
  right: 0;
  bottom: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
/* line 155, /app/app/assets/stylesheets/pic.scss */
#cesiumContainer.minimized {
  width: 60px;
  overflow: hidden;
}
/* line 159, /app/app/assets/stylesheets/pic.scss */
#cesiumContainer.minimized #total-points, #cesiumContainer.minimized .legend, #cesiumContainer.minimized #hover {
  display: none;
}

/* line 165, /app/app/assets/stylesheets/pic.scss */
#map-header {
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a2a2a2;
}

/* line 171, /app/app/assets/stylesheets/pic.scss */
#facet-container {
  background-color: #eee;
  color: #222;
  position: absolute;
  width: 20%;
  top: 50px;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
/* line 188, /app/app/assets/stylesheets/pic.scss */
#facet-container #facets {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: auto;
}
/* line 193, /app/app/assets/stylesheets/pic.scss */
#facet-container #facets h4 {
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}
/* line 200, /app/app/assets/stylesheets/pic.scss */
#facet-container.minimized {
  width: 60px;
  overflow: hidden;
}
/* line 204, /app/app/assets/stylesheets/pic.scss */
#facet-container.minimized #facets-clear, #facet-container.minimized #slogan, #facet-container.minimized #facets {
  display: none;
}

/* line 210, /app/app/assets/stylesheets/pic.scss */
.legend {
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 40px;
  color: #efefef;
  text-shadow: -1px 1px 0px #222;
  background-color: rgba(34, 34, 34, 0.75);
  padding: 10px;
  border-radius: 0px;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
/* line 228, /app/app/assets/stylesheets/pic.scss */
.legend.minimized {
  left: 10px;
}
/* line 232, /app/app/assets/stylesheets/pic.scss */
.legend li {
  margin-bottom: 1em;
}
/* line 235, /app/app/assets/stylesheets/pic.scss */
.legend li:last-child {
  margin-bottom: 0;
}
/* line 239, /app/app/assets/stylesheets/pic.scss */
.legend li .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 10px;
  vertical-align: middle;
}

/* line 250, /app/app/assets/stylesheets/pic.scss */
#total-points {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  max-width: 75%;
  text-shadow: -1px 1px 0px #222;
  color: #eee;
  font-size: 1em;
  margin-bottom: 10px;
  background-color: rgba(34, 34, 34, 0.75);
  padding: 10px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
/* line 267, /app/app/assets/stylesheets/pic.scss */
#total-points.minimized {
  left: 80px;
}
/* line 271, /app/app/assets/stylesheets/pic.scss */
#total-points em {
  font-style: normal;
  color: red;
}
/* line 276, /app/app/assets/stylesheets/pic.scss */
#total-points .number {
  color: #efefef;
  font-size: 2em;
}
/* line 281, /app/app/assets/stylesheets/pic.scss */
#total-points .linetext {
  font-size: 0.8em;
  margin-top: 1em;
}

/* line 288, /app/app/assets/stylesheets/pic.scss */
.biz .color {
  background-color: #ff7f02;
}

/* line 292, /app/app/assets/stylesheets/pic.scss */
.born .color {
  background-color: #4cad49;
}

/* line 296, /app/app/assets/stylesheets/pic.scss */
.died .color {
  background-color: #357cb7;
}

/* line 300, /app/app/assets/stylesheets/pic.scss */
.active .color {
  background-color: #e21919;
}

/* line 304, /app/app/assets/stylesheets/pic.scss */
.hidden {
  display: none;
}

/* line 308, /app/app/assets/stylesheets/pic.scss */
.hl, .link {
  color: #900;
}

/* line 312, /app/app/assets/stylesheets/pic.scss */
.link {
  cursor: pointer;
}
/* line 315, /app/app/assets/stylesheets/pic.scss */
.link.more {
  margin-bottom: 1em;
}

/* line 320, /app/app/assets/stylesheets/pic.scss */
.gh-link {
  margin-top: 2em;
  font-size: 0.8em;
}

/* line 325, /app/app/assets/stylesheets/pic.scss */
.more span {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: .8em 0 .6em;
  background: #900;
  color: #efefef;
  text-transform: uppercase;
  border-radius: 60px;
  font-size: 1em;
  transition: all 0.2s;
  max-width: 200px;
  margin: 0 auto;
}
/* line 84, /app/app/assets/stylesheets/css3-mixins.scss */
.more span:hover {
  background: #efefef;
}
/* line 87, /app/app/assets/stylesheets/css3-mixins.scss */
.more span:hover:not(.disabled) {
  color: #900;
}

/* line 331, /app/app/assets/stylesheets/pic.scss */
#facets-clear {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: .8em 0 .6em;
  background: #900;
  color: #efefef;
  text-transform: uppercase;
  border-radius: 60px;
  font-size: 0.8em;
  transition: all 0.2s;
  max-width: 140px;
  margin: 10px auto;
}
/* line 84, /app/app/assets/stylesheets/css3-mixins.scss */
#facets-clear:hover {
  background: #efefef;
}
/* line 87, /app/app/assets/stylesheets/css3-mixins.scss */
#facets-clear:hover:not(.disabled) {
  color: #900;
}
/* line 336, /app/app/assets/stylesheets/pic.scss */
#facets-clear.disabled {
  background-color: #a2a2a2;
  cursor: default;
}

/* line 343, /app/app/assets/stylesheets/pic.scss */
#facets {
  padding: 10px;
}
/* line 346, /app/app/assets/stylesheets/pic.scss */
#facets label {
  display: block;
  clear: both;
  text-transform: uppercase;
}
/* line 352, /app/app/assets/stylesheets/pic.scss */
#facets .icon.query {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  display: block;
  background-size: 100%;
  background-color: #eee;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 14px;
  padding-left: 10px;
}
/* line 365, /app/app/assets/stylesheets/pic.scss */
#facets span, #facets .text {
  font-size: 1em;
  font-family: "kievit font", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 90%;
  padding: 5px;
}
/* line 372, /app/app/assets/stylesheets/pic.scss */
#facets .date.text {
  width: 60px;
}
/* line 376, /app/app/assets/stylesheets/pic.scss */
#facets .facet-header {
  cursor: pointer;
}
/* line 379, /app/app/assets/stylesheets/pic.scss */
#facets .facet-header:before {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  background-size: 100%;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
/* line 388, /app/app/assets/stylesheets/pic.scss */
#facets .facet-header.open:before {
  -webkit-transform: rotateZ(90deg) translateY(-1px) translateX(-1px);
  -moz-transform: rotateZ(90deg) translateY(-1px) translateX(-1px);
  transform: rotateZ(90deg) translateY(-1px) translateX(-1px);
}
/* line 394, /app/app/assets/stylesheets/pic.scss */
#facets .facet-group {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
}
/* line 402, /app/app/assets/stylesheets/pic.scss */
#facets .facet-group.open {
  opacity: 1;
  max-height: 10000px;
}
/* line 408, /app/app/assets/stylesheets/pic.scss */
#facets .facet-header, #facets .facet-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 414, /app/app/assets/stylesheets/pic.scss */
#facets .facet-item {
  padding: 5px;
  padding-left: 20px;
}
/* line 418, /app/app/assets/stylesheets/pic.scss */
#facets .facet-item span {
  font-size: 0.7em;
  color: #222;
}
/* line 423, /app/app/assets/stylesheets/pic.scss */
#facets .facet-item:hover {
  background: #222;
  color: #efefef;
}
/* line 427, /app/app/assets/stylesheets/pic.scss */
#facets .facet-item:hover span {
  color: #efefef;
}
/* line 432, /app/app/assets/stylesheets/pic.scss */
#facets .facet-item.active {
  font-weight: bold;
}
/* line 435, /app/app/assets/stylesheets/pic.scss */
#facets .facet-item.active:before {
  content: "✓";
  display: inline-block;
  margin-left: -15px;
  width: 15px;
}
/* line 444, /app/app/assets/stylesheets/pic.scss */
#facets .facet {
  margin-bottom: 10px;
  position: relative;
}
/* line 20, /usr/local/bundle/gems/bourbon-6.0.0/core/bourbon/library/_clearfix.scss */
#facets .facet::after {
  clear: both;
  content: "";
  display: block;
}
/* line 449, /app/app/assets/stylesheets/pic.scss */
#facets .facet.disabled {
  color: #555555;
}
/* line 20, /usr/local/bundle/gems/bourbon-6.0.0/core/bourbon/library/_clearfix.scss */
#facets .timeline::after {
  clear: both;
  content: "";
  display: block;
}
/* line 458, /app/app/assets/stylesheets/pic.scss */
#facets .date-field {
  float: left;
  margin-right: 10px;
}
/* line 462, /app/app/assets/stylesheets/pic.scss */
#facets .date-field label {
  display: inline-block;
}

/* line 469, /app/app/assets/stylesheets/pic.scss */
.scroller {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}

/* line 477, /app/app/assets/stylesheets/pic.scss */
#constituents {
  position: absolute;
  left: 20%;
  width: 30%;
  background-color: #a2a2a2;
  top: 50px;
  bottom: 0;
  border-left: 1px solid #222;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
/* line 490, /app/app/assets/stylesheets/pic.scss */
#constituents strong {
  font-family: "milo font", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 494, /app/app/assets/stylesheets/pic.scss */
#constituents .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 499, /app/app/assets/stylesheets/pic.scss */
#constituents .spinner .text {
  font-size: 0.9em;
  position: absolute;
  left: -50px;
  top: -2.5em;
  width: 100px;
  display: block;
  text-align: center;
}
/* line 508, /app/app/assets/stylesheets/pic.scss */
#constituents .spinner .text em {
  color: #900;
  font-style: normal;
  font-size: 2em;
}
/* line 516, /app/app/assets/stylesheets/pic.scss */
#constituents .minimize, #constituents .maximize {
  background-color: #a2a2a2;
}
/* line 520, /app/app/assets/stylesheets/pic.scss */
#constituents.minimized {
  width: 60px;
  overflow: hidden;
}
/* line 524, /app/app/assets/stylesheets/pic.scss */
#constituents.minimized .results, #constituents.minimized .more {
  display: none;
}
/* line 529, /app/app/assets/stylesheets/pic.scss */
#constituents .export-links {
  display: block;
  font-size: 0.8em;
  margin: 7px 0;
}
/* line 535, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item {
  margin: 0 0 20px 0;
  padding: 5px 0 0 5px;
  border-radius: 15px 15px 0 0;
}
/* line 540, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item.open {
  background-color: white;
}
/* line 544, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item h3 {
  margin-bottom: 10px;
  cursor: pointer;
  color: #900;
}
/* line 549, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item h3:before {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  background-size: 100%;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 20px;
  float: left;
}
/* line 560, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item h3.open:before {
  -webkit-transform: rotateZ(90deg) translateY(-1px) translateX(-1px);
  -moz-transform: rotateZ(90deg) translateY(-1px) translateX(-1px);
  transform: rotateZ(90deg) translateY(-1px) translateX(-1px);
}
/* line 564, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item h3 .title {
  display: block;
  float: left;
  width: 80%;
  font-family: "milo font", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 571, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-item h3 .subtitle {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  line-height: 1.5em;
  margin-left: 30px;
  clear: both;
}
/* line 582, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content {
  margin: 0 0 20px;
  padding-left: 2em;
  border-bottom: 4px solid #222;
  background-color: #900;
  padding-top: 10px;
  position: relative;
}
/* line 592, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content p {
  margin-left: 7px;
}
/* line 596, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .constituent-id {
  color: #efefef;
  margin-bottom: 7px;
}
/* line 601, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .constituent-page-button {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: .8em 0 .6em;
  background: #efefef;
  color: #660000;
  text-transform: uppercase;
  border-radius: 60px;
  font-size: 0.8em;
  transition: all 0.2s;
  display: inline-block;
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-left: 1em;
}
/* line 84, /app/app/assets/stylesheets/css3-mixins.scss */
#constituents .constituent-content .constituent-page-button:hover {
  background: #660000;
}
/* line 87, /app/app/assets/stylesheets/css3-mixins.scss */
#constituents .constituent-content .constituent-page-button:hover:not(.disabled) {
  color: #efefef;
}
/* line 609, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .constituent-export {
  color: #efefef;
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8em;
}
/* line 615, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .constituent-export a {
  color: #efefef;
  border-bottom: 1px solid #efefef;
}
/* line 621, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .constituent-metadata {
  display: none;
}
/* line 624, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .constituent-metadata.open {
  display: block;
}
/* line 629, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .tabs {
  margin-left: -2em;
  position: relative;
}
/* line 20, /usr/local/bundle/gems/bourbon-6.0.0/core/bourbon/library/_clearfix.scss */
#constituents .constituent-content .tabs::after {
  clear: both;
  content: "";
  display: block;
}
/* line 634, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .tabs .address-toggle, #constituents .constituent-content .tabs .metadata-toggle {
  float: left;
  width: 45%;
  margin-right: 1%;
  margin-left: 3%;
  text-align: center;
  height: 2em;
  line-height: 2em;
  border-radius: 5px 5px 0 0;
  background-color: #a2a2a2;
}
/* line 645, /app/app/assets/stylesheets/pic.scss */
#constituents .constituent-content .tabs .address-toggle.active, #constituents .constituent-content .tabs .metadata-toggle.active {
  background-color: white;
  color: #222;
}
/* line 654, /app/app/assets/stylesheets/pic.scss */
#constituents .toggle {
  padding: 6px 0em 10px 6px;
}
/* line 673, /app/app/assets/stylesheets/pic.scss */
#constituents .link-list {
  margin-bottom: 1em;
  margin-left: 7px;
}
/* line 677, /app/app/assets/stylesheets/pic.scss */
#constituents .link-list li {
  margin-bottom: 0.5em;
}
/* line 680, /app/app/assets/stylesheets/pic.scss */
#constituents .link-list li:after {
  content: attr(data-icon);
  content: "";
  font-family: "nyplicons";
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background: none;
  margin-top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  font-size: 0.7em;
  margin-left: 3px;
  vertical-align: super;
}

/* line 692, /app/app/assets/stylesheets/pic.scss */
.constituent-metadata, .addresses {
  background-color: white;
  padding: 10px;
  padding-left: 40px;
  margin-left: -2em;
  position: relative;
}

/* line 702, /app/app/assets/stylesheets/pic.scss */
.addresses .address-spinner {
  min-height: 100px;
}
/* line 20, /usr/local/bundle/gems/bourbon-6.0.0/core/bourbon/library/_clearfix.scss */
.addresses .address-spinner::after {
  clear: both;
  content: "";
  display: block;
}
/* line 707, /app/app/assets/stylesheets/pic.scss */
.addresses .constituent-addresslist {
  display: none;
}
/* line 710, /app/app/assets/stylesheets/pic.scss */
.addresses .constituent-addresslist.open {
  display: block;
}
/* line 715, /app/app/assets/stylesheets/pic.scss */
.addresses .address-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/* line 720, /app/app/assets/stylesheets/pic.scss */
.addresses .address-item:last-child {
  border-bottom: none;
}
/* line 728, /app/app/assets/stylesheets/pic.scss */
.addresses .address-item-content {
  margin-left: 10px;
}
/* line 732, /app/app/assets/stylesheets/pic.scss */
.addresses .connector {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: .8em 0 .6em;
  background: #900;
  color: #efefef;
  text-transform: uppercase;
  border-radius: 60px;
  font-size: 0.8em;
  transition: all 0.2s;
  margin: 10px 0;
  max-width: 180px;
}
/* line 84, /app/app/assets/stylesheets/css3-mixins.scss */
.addresses .connector:hover {
  background: #efefef;
}
/* line 87, /app/app/assets/stylesheets/css3-mixins.scss */
.addresses .connector:hover:not(.disabled) {
  color: #900;
}
/* line 737, /app/app/assets/stylesheets/pic.scss */
.addresses .connector.connected {
  background-color: #a2a2a2;
}

/* line 743, /app/app/assets/stylesheets/pic.scss */
#hover {
  width: 30%;
  position: absolute;
  z-index: 11111;
  background: white;
  padding: 10px;
  left: -1000px;
  top: -1000px;
  text-align: center;
  border-radius: 2px;
  color: #a2a2a2;
}
/* line 755, /app/app/assets/stylesheets/pic.scss */
#hover strong {
  color: #222;
}
/* line 759, /app/app/assets/stylesheets/pic.scss */
#hover .geoname {
  white-space: nowrap;
}
/* line 763, /app/app/assets/stylesheets/pic.scss */
#hover .hits {
  color: #222;
  font-size: 2em;
  display: block;
}

/* line 770, /app/app/assets/stylesheets/pic.scss */
.map-help-link {
  position: absolute;
  right: 2em;
}

/* line 775, /app/app/assets/stylesheets/pic.scss */
#map-help {
  display: none;
  position: absolute;
  z-index: 1111111;
  width: 350px;
  background-color: #efefef;
  right: 0;
  padding: 10px;
  height: 60%;
}
/* line 785, /app/app/assets/stylesheets/pic.scss */
#map-help:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 2em;
  top: -20px;
  border: 10px solid #efefef;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
/* line 799, /app/app/assets/stylesheets/pic.scss */
#map-help h3 {
  font-family: "milo font", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
