@import url("https://fonts.googleapis.com/css?family=Nunito:200,400,600");
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

* {
  position: relative;
  box-sizing: border-box;
}

a {
  color: #091F2F;
  text-decoration: none;
  outline: none;
}

button, img {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._clear:after, .component.loading-spinner:after, .component.form-subpanel .form-footer:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

._vertical-center, .route.map .top-right-buttons .hamburger, .route.map .filter-actions button img, .component.account-subpanel .user-actions a .icon-wrapper img, .component.form-subpanel .input-wrapper img, .component.subpanel.discrete-filter .discrete-value-actions, .component.subpanel.discrete-filter ul li.is-selected:before, .component.filter-panel .filter-group-list li.active:before, .component.share-buttons button > img, .component.search-bar .clear-search, .component.search-bar .search-icon, .loading-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

._spinner, .component.loading-spinner .loading-message .spinner, .spinning-box {
  animation: spinning;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

body {
  color: #091F2F;
  font-family: "Nunito", Helvetica, sans-serif;
  background: #FFFFFF;
}

.loading-text {
  top: 40%;
  display: inline-block;
  margin: 0 auto;
  color: #2e6c85;
  text-align: center;
}

.spinning-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border: 1px solid #091F2F;
}

.tag {
  display: inline-block;
  padding: 6px 14px;
  color: #FFFFFF;
  font-size: 14px;
  background: #CCCCCC;
  border-radius: 5px;
}
.tag.active {
  background: #3B8267;
}
.tag.inactive {
  background: #db1e1e;
}
.tag.inactive span {
  display: inline-block;
  margin-left: 10px;
  color: #981515;
  cursor: pointer;
}
.tag.inactive span:hover {
  color: #6b0f0f;
}

select {
  background: none;
  outline: none;
}

table {
  width: 100%;
}
table tr {
  font-size: 14px;
}
table tr.table-header {
  font-size: 12px;
  border-bottom: 1px solid #2e6c85;
}
table tr.table-header td {
  color: #091F2F !important;
}
table tr:nth-of-type(2n+1):not(.table-header, .delimiting-row) {
  background: #fafafa;
}
table tr td {
  padding: 5px;
}
table tr td:first-of-type {
  padding-left: 15px;
  text-align: left;
  color: #777;
}

section.loading {
  height: 100vh;
  width: 100%;
  background: #FFFFFF;
}

button.styled {
  padding: 5px 9px;
  color: #FFFFFF;
  background: #1ca7b6;
  border: 0;
  border-radius: 5px;
  transition: background 0.15s;
}
button.styled:hover {
  background: #2e6c85;
  transition: background 0.15s;
}
button.styled.negative {
  background: #db1e1e;
}
button.styled.negative:hover {
  background: #981515;
}

.hamburger {
  height: 0;
  width: 32px;
  margin: 0 auto;
  opacity: 1;
  border-bottom: 2px solid #2e6c85;
  transition: border-color 0.3s;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 0;
  margin: 0 auto;
  opacity: 1;
  border-bottom: 2px solid #2e6c85;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s, top 0.2s, opacity 0.3s;
  transition: transform 0.3s, top 0.2s, opacity 0.3s;
}
.hamburger:before {
  top: -8px;
}
.hamburger:after {
  top: 8px;
}
.hamburger.active {
  opacity: 1;
  border-color: rgba(46, 108, 133, 0);
  transition: border-color 0.3s;
}
.hamburger.active:before, .hamburger.active:after {
  top: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, top 0.2s, opacity 0.3s;
  transition: transform 0.3s, top 0.2s, opacity 0.3s;
}
.hamburger.active:after {
  transform: rotate(45deg);
}
.hamburger.active:before {
  transform: rotate(-45deg);
}

.route.info-page header {
  width: 85%;
  max-width: 850px;
  padding: 25px 0;
  margin: 0 auto;
}
.route.info-page header img {
  width: 50px;
  height: auto;
}
.route.info-page header a {
  float: right;
  top: 12px;
  color: #2e6c85;
  font-size: 18px;
}
.route.info-page header a:hover {
  color: #1ca7b6;
}
.route.info-page h1 {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 34px;
  border-bottom: 6px solid #2e6c85;
}
.route.info-page footer {
  padding: 15px;
  text-align: right;
  background: #2e6c85;
}
.route.info-page footer img {
  width: 80px;
}

.table-panel {
  width: 700px;
  padding: 0 5px;
  font-size: 14px;
}
.table-panel .panel-headers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 20px 0;
}
.table-panel .panel-headers h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.table-panel .panel-description p {
  margin: 0;
}
.table-panel .no-records {
  margin: 100px auto 0;
  color: #777;
  font-size: 14px;
  text-align: center;
}
.table-panel .no-records a {
  color: #1ca7b6;
}
.table-panel .no-records a:hover {
  color: #2e6c85;
}
.table-panel ul.item-list {
  margin-top: 30px;
  padding-top: 30px;
}
.table-panel ul.item-list .list-body {
  max-height: 60vh;
  padding-bottom: 20px;
  overflow-y: scroll;
}
.table-panel ul.item-list > li, .table-panel ul.item-list .list-body > li {
  display: flex;
  padding: 5px;
  background: #fafafa;
}
.table-panel ul.item-list > li.list-header, .table-panel ul.item-list .list-body > li.list-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #777;
  font-size: 14px;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}
.table-panel ul.item-list > li:nth-of-type(2n), .table-panel ul.item-list .list-body > li:nth-of-type(2n) {
  background: whitesmoke;
}
.table-panel ul.item-list > li a:hover, .table-panel ul.item-list .list-body > li a:hover {
  color: #1ca7b6;
}

.left-panel-links {
  display: flex;
  align-items: center;
}
.left-panel-links a {
  display: flex;
  align-items: center;
}
.left-panel-links a:hover {
  color: #1ca7b6;
}
.left-panel-links a + a {
  display: inline-lock;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #CCCCCC;
}
.left-panel-links a img {
  top: -1px;
}
.left-panel-links button:hover {
  color: #1ca7b6;
}
.left-panel-links button {
  display: flex;
  align-items: center;
}

.click-catcher {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.click-catcher.active {
  display: block;
}
.click-catcher.active .definition {
  display: block;
}
.click-catcher .definition {
  z-index: 9000;
  border: 1px solid #2e6c85;
  color: black;
  font-size: 14px;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  width: 24rem;
}
.click-catcher .definition .header {
  padding: 0.5rem 0.5rem;
  background-color: #2e6c85;
  color: #FFFFFF;
  line-height: 1rem;
}
.click-catcher .definition .scroll-wrapper {
  overflow-y: scroll;
  max-height: 20rem;
}
.click-catcher .definition .paragraphs {
  padding: 0.5rem 0.5rem;
}
.click-catcher .definition .paragraphs p:first-child {
  margin-top: 0;
}
.click-catcher .definition .paragraphs p:last-child {
  margin-bottom: 0;
}
.click-catcher .definition::before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
}
.click-catcher .definition.top-left::before {
  border-right: 10px solid #2e6c85;
  left: -10px;
  top: calc(0.25rem + 1px);
}
.click-catcher .definition.bottom-left::before {
  border-right: 10px solid #2e6c85;
  left: -10px;
  top: calc(100% - 20px - 0.25rem - 1px);
}
.click-catcher .definition.bottom-right::before {
  border-left: 10px solid #2e6c85;
  left: 100%;
  top: calc(100% - 20px - 0.25rem - 1px);
}
.click-catcher .definition.top-right::before {
  border-left: 10px solid #2e6c85;
  left: 100%;
  top: calc(0.25rem + 1px);
}

.defined-term {
  display: inline-block;
}
.defined-term .label::after {
  content: " ";
  width: 100%;
  border-bottom: 1px dashed #777;
  position: absolute;
  left: 0;
  bottom: 0;
}
.defined-term .label:hover {
  cursor: pointer;
}
.defined-term .label:hover::after {
  border-color: #091F2F;
}
.defined-term.active .label::after {
  border-bottom: 1px solid #2e6c85;
}

.component.search-bar {
  width: 354px;
  flex: 0 0 354px;
}
@media (max-width: 1400px) {
  .component.search-bar {
    flex: 0 0 320px;
    width: 320px;
  }
}
@media (max-width: 1280px) {
  .component.search-bar {
    flex: 0 0 320px;
    width: 320px;
  }
}
@media (max-width: 1180px) {
  .component.search-bar {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media (max-width: 960px) {
  .component.search-bar {
    flex: 0 0 260px;
    width: 260px;
  }
}
.component.search-bar .search-icon {
  top: 48%;
  left: 10px;
  z-index: 1;
  width: 15px;
  opacity: 0.5;
}
.component.search-bar input.search-input {
  width: 100%;
  padding: 8px 12px;
  padding-left: 32px;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  height: 38px;
  border: 1px solid #2e6c85;
  border-radius: 0 5px 5px 0;
  outline: none;
  transition: border-color 0.25s;
}
.component.search-bar input.search-input:focus, .component.search-bar input.search-input:active {
  border-color: #1ca7b6;
  transition: border-color 0.25s;
}
.component.search-bar .clear-search {
  top: 45%;
  left: auto;
  right: 10px;
  color: #2e6c85;
  opacity: 0.1;
  cursor: default;
  transition: opacity 0.15s;
}
.component.search-bar .clear-search.active {
  opacity: 0.5;
  cursor: pointer;
}
.component.search-bar .clear-search.active:hover {
  opacity: 0.85;
  transition: opacity 0.15s;
}
.component.search-bar .search-input-wrapper.searching > .search-input {
  border-radius: 0 5px 0 0;
}
.component.search-bar ul {
  margin: 0;
  max-height: 70vh;
  overflow: scroll;
  border: 1px solid #2e6c85;
  border-top: none;
  border-radius: 0 0px 5px 5px;
}
.component.search-bar li {
  padding: 8px 15px;
  background: #FFFFFF;
  cursor: pointer;
}
.component.search-bar li + li:not(.group-title) {
  border-top: 1px solid #CCCCCC;
}
.component.search-bar li.group-title {
  padding: 5px 15px;
  color: #FFFFFF;
  background: #091F2F;
  cursor: default;
}
.component.search-bar li.active-filters {
  font-size: 13px;
  background: #cbdae1;
}
.component.search-bar li.active-filters:hover {
  background: #d5e2e7;
}
.component.search-bar li.active-filters {
  cursor: pointer;
}
.component.search-bar li.create-new {
  font-size: 13px;
  background: #eaf0f3;
  border-top: 1px solid #CCCCCC;
}
.component.search-bar li.no-results {
  font-size: 13px;
  background: #CCCCCC;
  cursor: default;
}
.component.search-bar li.loading {
  font-size: 13px;
  cursor: default;
}
.component.search-bar li:not(.group-title):not(.no-results):not(.active-filters):hover {
  background: #f2f2f2;
}
.component.search-bar li h4 {
  font-size: 10px;
  margin: 0;
}
.component.search-bar li h5 {
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.component.search-bar li p {
  margin: 0;
  font-size: 11px;
}

.component.share-buttons {
  position: absolute;
  right: calc(100% + 15px);
  bottom: 0;
  transition: bottom 0.3s ease-in 0s;
}
.component.share-buttons.hidden {
  transition: bottom 0.3s ease-out 0s;
  bottom: -95px;
}
.component.share-buttons button {
  height: 45px;
  background: #FFFFFF;
  border: 0;
  border-radius: 0;
  outline: none;
  transition: background 0.15s;
}
.component.share-buttons button:not(.toggler):hover {
  background: #f2f2f2;
  transition: background 0.15s;
}
.component.share-buttons button > img {
  margin: 0 auto;
  opacity: 0.7;
}
.component.share-buttons .share-buttons-wrapper {
  background-color: #2e6c85;
  border: 1px solid #2e6c85;
  border-radius: 5px;
}
.component.share-buttons .share-buttons-header {
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 2px 5px;
}
.component.share-buttons .share-buttons-buttons {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}
.component.share-buttons .share-button {
  font-weight: 200;
  width: 47px;
  display: block;
}
.component.share-buttons .share-button:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}
.component.share-buttons .link-message {
  position: absolute;
  right: calc(100% + 5px);
  bottom: 8px;
  width: max-content;
  z-index: 10;
  padding: 6px 8px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #1ca7b6;
  border-radius: 5px;
}

.component.filter-panel {
  font-size: 14px;
}
.component.filter-panel .filter-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 20px 20px;
  align-items: center;
}
.component.filter-panel .filter-panel-header h1 {
  margin: 0;
  font-size: 20px;
  cursor: default;
}
.component.filter-panel .filter-panel-header button {
  border: none;
  background: transparent;
}
.component.filter-panel .filter-panel-content {
  display: flex;
  border-top: 1px solid #CCCCCC;
}
.component.filter-panel .filter-group-list {
  margin: 0;
  padding: 0;
}
.component.filter-panel .filter-group-list li {
  padding: 8px;
  padding-left: 25px;
  font-size: 14px;
  border: 0 solid #CCCCCC;
  border-right-width: 1px;
  border-bottom-width: 1px;
  cursor: pointer;
}
.component.filter-panel .filter-group-list li:hover {
  color: #1ca7b6;
}
.component.filter-panel .filter-group-list li:last-of-type {
  border-bottom-width: 0;
}
.component.filter-panel .filter-group-list li.viewing {
  border-right: 1px solid transparent;
  border-left: 2px solid #2e6c85;
  padding-left: 23px;
}
.component.filter-panel .filter-group-list li.viewing.active:before {
  left: 5px;
}
.component.filter-panel .filter-group-list li.active:before {
  content: "";
  left: 7px;
  display: block;
  width: 7px;
  height: 7px;
  background: #2e6c85;
  border-radius: 50%;
}
.component.filter-panel .filters {
  min-width: 66.66%;
  flex: 1;
}

.component.subpanel.discrete-filter {
  width: 100%;
}
.component.subpanel.discrete-filter .subviews {
  display: flex;
  width: 100%;
  height: 36px;
  overflow: hidden;
}
.component.subpanel.discrete-filter .subviews button {
  flex: 0 0 50%;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 2px 0;
}
.component.subpanel.discrete-filter .subviews button:first-of-type {
  border-right: 1px solid #CCCCCC;
}
.component.subpanel.discrete-filter .subviews button.active {
  border-bottom: 3px solid #2e6c85;
  padding-bottom: 1px;
}
.component.subpanel.discrete-filter .subviews button img {
  top: 3px;
  height: 15px;
  margin: 0 auto;
}
.component.subpanel.discrete-filter .subviews button img + em {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 8px;
  font-size: 12px;
  border-left: 1px solid #CCCCCC;
}
.component.subpanel.discrete-filter .subview input {
  height: 36px;
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  background: none;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
}
.component.subpanel.discrete-filter .no-selections {
  padding: 25px 10px;
  color: #777;
  font-size: 14px;
  text-align: center;
}
.component.subpanel.discrete-filter .list-wrapper {
  padding: 6px 0 35px 10px;
}
.component.subpanel.discrete-filter ul {
  height: 65vh;
  margin-top: 0;
  overflow-y: scroll;
}
.component.subpanel.discrete-filter ul li {
  width: 100%;
  padding: 3px 0;
  padding-right: 40px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.component.subpanel.discrete-filter ul li img.selected-filter {
  height: 12px;
  width: auto;
}
.component.subpanel.discrete-filter ul li span {
  cursor: pointer;
}
.component.subpanel.discrete-filter ul li span:hover {
  color: #1ca7b6;
}
.component.subpanel.discrete-filter ul li.is-selected {
  padding-left: 14px;
}
.component.subpanel.discrete-filter ul li.is-selected:before {
  content: "";
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background: #2e6c85;
  border-radius: 50%;
}
.component.subpanel.discrete-filter ul li.is-selected .discrete-value-actions button {
  transform: rotate(45deg);
}
.component.subpanel.discrete-filter ul li.is-selected .discrete-value-actions button:hover {
  color: #db1e1e;
}
.component.subpanel.discrete-filter .discrete-value-actions {
  left: auto;
  right: 0;
  z-index: 20;
}
.component.subpanel.discrete-filter .discrete-value-actions button {
  font-size: 18px;
  background: none;
  border: none;
}
.component.subpanel.discrete-filter .discrete-value-actions button:hover {
  color: #1ca7b6;
}

.component.subpanel.metric-filter {
  padding: 15px;
}
.component.subpanel.metric-filter .subgroup-wrapper {
  height: 70vh;
  padding-bottom: 40px;
  overflow: scroll;
}
.component.subpanel.metric-filter .subgroup + .subgroup {
  margin-top: 25px;
}
.component.subpanel.metric-filter .subgroup {
  font-size: 14px;
}
.component.subpanel.metric-filter .subgroup h4 {
  margin: 0 0 15px;
  color: #777;
}
.component.subpanel.metric-filter .subgroup .metric + .metric {
  margin-top: 5px;
}
.component.subpanel.metric-filter .subgroup .metric label {
  display: inline-block;
  width: 56%;
}
.component.subpanel.metric-filter .subgroup .metric input {
  background: none;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
}
.component.subpanel.metric-filter .subgroup .metric input:active, .component.subpanel.metric-filter .subgroup .metric input:focus {
  border-color: #1ca7b6;
}
.component.subpanel.metric-filter .subgroup .metric select {
  max-width: 40%;
  background: none;
  border: 1px solid #CCCCCC;
  outline: none;
}
.component.subpanel.metric-filter .subgroup .metric.number input {
  width: 16%;
  text-align: right;
}
.component.subpanel.metric-filter .subgroup .metric.number .metric-unit {
  position: absolute;
  top: 5px;
  right: 0px;
}

.ember-view.mapboxgl-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ember-view.mapboxgl-map .mapboxgl-popup-content {
  padding: 0;
  font-family: "Nunito", Helvetica, sans-serif;
}
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  border-top-color: #2e6c85;
}
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  border-bottom-color: #2e6c85;
}
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #2e6c85;
}
.ember-view.mapboxgl-map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #2e6c85;
}
.ember-view.mapboxgl-map .mapboxgl-ctrl-top-left,
.ember-view.mapboxgl-map .mapboxgl-ctrl-top-right,
.ember-view.mapboxgl-map .mapboxgl-ctrl-bottom-left,
.ember-view.mapboxgl-map .mapboxgl-ctrl-bottom-right {
  position: absolute;
}
.ember-view.mapboxgl-map .mapboxgl-control-container {
  position: static;
}
.ember-view.mapboxgl-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 2px 2px;
}
.ember-view.mapboxgl-map a.mapboxgl-ctrl-logo {
  margin: 0;
}
.ember-view.mapboxgl-map .mapboxgl-ctrl-attrib {
  border-top-left-radius: 5px;
  font-family: "Nunito", Helvetica, sans-serif;
}
.ember-view.mapboxgl-map .mapboxgl-ctrl-attrib a {
  color: #2e6c85;
}
.ember-view.mapboxgl-map .massbuilds-tooltip {
  padding: 8px 16px;
  border: 1px solid #2e6c85;
}
.ember-view.mapboxgl-map .massbuilds-tooltip h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.ember-view.mapboxgl-map .massbuilds-tooltip h5 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
}
.ember-view.mapboxgl-map .massbuilds-tooltip h5:last-of-type {
  margin-left: 5px;
  padding-left: 10px;
  font-weight: 400;
  border-left: 1px solid #CCCCCC;
}
.ember-view.mapboxgl-map .massbuilds-tooltip h5 span {
  color: #777;
}

.component.map-legend {
  width: 140px;
  flex: 1 0 108px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #2e6c85;
  border-radius: 5px;
}
.component.map-legend.showing {
  z-index: 50;
}
.component.map-legend ul {
  padding: 0;
  margin: 0;
}
.component.map-legend ul.status-list li + li {
  margin-top: 4px;
}
.component.map-legend ul.status-list li {
  font-size: 12px;
}
.component.map-legend ul.status-list li span {
  display: inline-block;
  top: 1px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}

.notifications-popup {
  position: fixed;
  bottom: 0px;
  right: 150px;
  z-index: 999;
}
.notifications-popup .notification {
  top: 0;
  left: 0;
  max-width: 300px;
  padding: 10px 20px;
  color: #2e6c85;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #1ca7b6;
  opacity: 0;
  transition: top 0.2s, opacity 0.2s;
}
.notifications-popup .notification.error {
  color: #981515;
  border-color: #db1e1e;
}
.notifications-popup .notification.active {
  top: -26px;
  opacity: 1;
  transition: top 0.2s, opacity 0.2s;
}

.overflow-scroll {
  height: 100%;
  flex: 1;
  border-top: 1px solid #2e6c85;
  border-bottom: 1px solid #2e6c85;
}
.overflow-scroll .scroll-wrapper {
  height: 100%;
  overflow-y: scroll;
}
.overflow-scroll .scroll-content {
  padding: 10px 10px;
}

.component.form-subpanel {
  height: 95vh;
  padding-top: 90px;
}
.component.form-subpanel header {
  margin-bottom: 10px;
}
.component.form-subpanel header p {
  margin: 15px 25px 0 25px;
}
@media screen and (max-height: 750px) {
  .component.form-subpanel header p {
    display: none;
  }
  .component.form-subpanel header .logo-image {
    width: 28%;
  }
}
@media screen and (max-height: 620px) {
  .component.form-subpanel header .logo-image {
    width: 20%;
  }
}
.component.form-subpanel h2 {
  margin-top: 0;
}
.component.form-subpanel {
  text-align: center;
}
.component.form-subpanel.signup-subpanel form {
  padding: 0;
}
.component.form-subpanel.signup-subpanel .overflow-scroll {
  margin: 0 25px;
  height: calc(100% - 125px);
}
.component.form-subpanel.signup-subpanel .overflow-scroll .scroll-wrapper {
  padding-bottom: 20px;
}
.component.form-subpanel .logo-image {
  width: 40%;
  height: auto;
  margin: 0 auto;
}
.component.form-subpanel .logo-image.sign-up {
  width: 40px;
  margin: 0;
  position: absolute;
  left: 25px;
  top: 20px;
}
.component.form-subpanel form {
  padding: 0 25px;
  text-align: left;
}
.component.form-subpanel .input-wrapper img {
  left: 15px;
  z-index: 1;
  width: 15px;
  height: auto;
  opacity: 0.6;
}
.component.form-subpanel .input-wrapper.error input {
  border-color: #db1e1e;
}
.component.form-subpanel .input-wrapper.labeled {
  padding: 3px 10px;
  background: #f2f2f2;
}
.component.form-subpanel .input-wrapper.labeled label {
  display: block;
}
.component.form-subpanel .input-wrapper.labeled .loading-spinner {
  float: none;
  margin: 10px 0;
  background: #FFFFFF;
}
.component.form-subpanel .input-wrapper label, .component.form-subpanel .input-wrapper span {
  color: #777;
  font-size: 11px;
  margin-bottom: 0.2em;
}
.component.form-subpanel input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.component.form-subpanel input[type=radio] {
  margin-right: 0.5em;
}
.component.form-subpanel input {
  margin: 5px auto;
  padding: 8px 16px;
  padding-left: 40px;
  border-radius: 5px;
  border: 1px solid #2e6c85;
  outline: none;
  transition: border-color 0.2s;
}
.component.form-subpanel input:active, .component.form-subpanel input:focus {
  border-color: #1ca7b6;
  transition: border-color 0.2s;
}
.component.form-subpanel input[type=checkbox] {
  margin-left: 10px;
}
.component.form-subpanel .error-message {
  margin: 10px auto;
  color: #db1e1e;
}
.component.form-subpanel .form-footer {
  margin-top: 20px;
}
.component.form-subpanel .loading-spinner {
  float: right;
}
.component.form-subpanel button.submit {
  padding: 6px 16px;
  border: 1px solid #2e6c85;
  border-radius: 5px;
  transition: border-color 0.2s;
}
.component.form-subpanel button.submit:hover {
  border-color: #1ca7b6;
  transition: border-color 0.2s;
}
.component.form-subpanel button.submit.disabled {
  color: #777;
  border-color: #CCCCCC;
  cursor: default;
  opacity: 0.6;
}
.component.form-subpanel hr {
  height: 1px;
  background: #2e6c85;
  border: none;
}
.component.form-subpanel a {
  display: inline-block;
  margin-left: 7px;
  color: #1ca7b6;
  cursor: pointer;
}
.component.form-subpanel a:hover {
  color: #2e6c85;
}
.component.form-subpanel .auth-switch {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #777;
}
.component.login-subpanel .form-footer a {
  font-size: 12px;
  text-decoration: underline;
}
.component.account-subpanel {
  height: calc(100vh - 138px);
}
.component.account-subpanel .subpanel-content {
  padding-top: 100px;
}
@media (max-width: 670px) {
  .component.account-subpanel .subpanel-content {
    padding-top: 70px;
  }
}
.component.account-subpanel .logo-image {
  width: 25%;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 670px) {
  .component.account-subpanel .logo-image {
    width: 20%;
    margin-bottom: 25px;
  }
}
.component.account-subpanel .user-info {
  margin-bottom: 30px;
  text-align: center;
}
.component.account-subpanel .user-info .user-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #CCCCCC;
  border-radius: 50%;
}
.component.account-subpanel .user-info h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.component.account-subpanel .user-info h3 .verified-mark {
  display: inline-block;
  top: 10px;
  margin-left: 10px;
}
.component.account-subpanel .user-actions {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 670px) {
  .component.account-subpanel .user-actions {
    width: 95%;
  }
}
.component.account-subpanel .user-actions a {
  display: block;
  box-sizing: border-box;
  flex: 1 1 33.33%;
  max-width: calc(33.33% - 2px);
  margin: 1px;
  padding: 20px 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  background: #2e6c85;
  border-radius: 5px;
  transition: background 0.15s;
}
.component.account-subpanel .user-actions a:hover {
  background: #1ca7b6;
  transition: background 0.15s;
}
@media (max-width: 670px) {
  .component.account-subpanel .user-actions a {
    flex: 1 1 50%;
    max-width: calc(50% - 2px);
  }
}
.component.account-subpanel .user-actions a .tile-badge {
  position: absolute;
  right: -6px;
  top: -9px;
  padding: 3px 7px;
  font-size: 10px;
  text-align: center;
  background: #db1e1e;
  border-radius: 50%;
}
.component.account-subpanel .user-actions a .icon-wrapper {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: #FFFFFF;
  border-radius: 50%;
}
.component.account-subpanel .user-actions a .icon-wrapper img {
  max-width: 50%;
  max-height: 50%;
  margin: 0 auto;
}
.component.account-subpanel .logout-button {
  position: absolute;
  bottom: 45px;
  right: 15px;
  color: #1ca7b6;
  background: none;
  border: none;
}
.component.account-subpanel .logout-button:hover {
  color: #2e6c85;
}

.component.development-form {
  font-size: 14px;
}
.component.development-form label.hidden {
  position: fixed;
  top: -100%;
}
.component.development-form input, .component.development-form textarea {
  padding: 2px 8px;
  margin: 2px 0;
  background: #dee5e7;
  border: none;
  outline: none;
  transition: background 0.15s;
}
.component.development-form input:focus, .component.development-form input:active, .component.development-form textarea:focus, .component.development-form textarea:active {
  background: #cbd7dc;
  transition: background 0.15s;
}
.component.development-form input.invalid, .component.development-form textarea.invalid {
  background: #f5e0c2;
}
.component.development-form select.invalid {
  background: #f5e0c2;
}
.component.development-form fieldset.primary:hover {
  color: #091F2F !important;
}
.component.development-form .required:before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  color: #db1e1e;
}
.component.development-form textarea {
  width: 100%;
  min-height: 200px;
  padding: 8px;
  resize: vertical;
}
.component.development-form .development-header .form-row {
  margin-bottom: 0.2em;
}
.component.development-form .development-header .form-row.primary > input {
  font-size: 20px;
  width: 100%;
}
.component.development-form .development-header .form-row.secondary > input {
  font-size: 14px;
  width: 90%;
}
.component.development-form .development-header .form-row.secondary img {
  width: 14px;
  padding: 3px 10px 3px 0;
  border-right: 1px solid #CCCCCC;
  margin-right: 5px;
  box-sizing: content-box;
}
.component.development-form .development-header .form-row.location-fields {
  display: flex;
  align-items: center;
}
.component.development-form .development-header .form-row.location-fields input {
  width: 8em;
  margin-right: 6px;
}
.component.development-form .development-header .form-row.location-fields p {
  flex: 1;
  margin: 0;
  padding: 0;
}
.component.development-form .development-header .form-row.project-url {
  display: flex;
  align-items: center;
}
.component.development-form .development-header .form-row.project-url input {
  width: 50%;
}
.component.development-form .column ul {
  flex: 1 0 40%;
  margin: 0;
}
.component.development-form .column .field > * {
  align-self: flex-start;
}
.component.development-form .column .field:not(:last-child) {
  margin-bottom: 0.5rem;
}
.component.development-form .column select {
  max-width: 50%;
}
.component.development-form .column input {
  max-width: 50%;
  padding: 0 8px;
  margin-left: 5px;
  text-align: right;
  border: none;
  border-bottom: 1px solid rgba(28, 167, 182, 0);
}
.component.development-form .column input + span {
  display: inline-block;
  margin-left: 6px;
}
.component.development-form .attributes span > label {
  margin-left: 3px;
  margin-right: 0;
}
.component.development-form h3.field label {
  left: 10px;
}
.component.development-form button.submit-changes {
  margin-left: 10px;
}
.component.development-form button.submit-changes:disabled {
  background-color: #b3b3b3;
}
.component.development-form .required-note {
  margin-top: 15px;
  width: 100%;
  color: #db1e1e;
  text-align: right;
}
.component.development-form .decision-row {
  padding: 15px;
  margin: 25px 0;
  display: flex;
  background: #dee5e7;
}
.component.development-form .decision-row label {
  margin-right: 15px;
}
.component.development-form .decision-row .options > * {
  display: block;
}
.component.development-form .decision-row.invalid {
  background: #f5e0c2;
}
.component.development-form .res-comm-placeholder {
  padding: 40px 15px;
  background-color: #f2f2f2;
  text-align: center;
}

.component.verified-mark {
  width: 24px;
  height: 24px;
  background: #1ca7b6;
  border-radius: 50%;
}
.component.verified-mark img {
  top: -12px;
  width: 12px;
  cursor: help;
}
.component.verified-mark p {
  position: absolute;
  left: -4px;
  right: 0;
  bottom: -16px;
  padding: 0;
  margin: 0 auto;
  color: #2e6c85;
  font-size: 9px;
}

.component.loading-spinner {
  display: inline-block;
  margin-left: 10px;
}
.component.loading-spinner .loading-message {
  display: none;
  padding: 5px 12px;
  background: #f7f7f7;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.component.loading-spinner .loading-message .spinner {
  display: inline-block;
  z-index: 5;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  border: 1px solid #2e6c85;
}
.component.loading-spinner .loading-wrapper.active .loading-message {
  display: block;
}
.component.loading-spinner .loading-wrapper.active .loading-button {
  display: none;
}

.component.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 31, 47, 0.2);
  z-index: 1000;
  display: none;
}
.component.welcome-modal.active {
  display: block;
}
.component.welcome-modal article {
  background-color: #FFFFFF;
  width: calc(100% - 30px);
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border-color: #2e6c85;
  border-style: solid;
  border-width: 6px 1px 1px 1px;
  padding: 25px;
}
.component.welcome-modal article header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component.welcome-modal article header h1 {
  margin: 0;
}
.component.welcome-modal article header button.close {
  border: none;
  outline: none;
  font-size: 1.6em;
  color: #a0a0a0;
  background-color: transparent;
}
.component.welcome-modal article header button.close:hover {
  color: #777;
}
.component.welcome-modal article ul {
  padding-left: 2em;
}
.component.welcome-modal article ul li {
  margin-bottom: 1em;
}
.component.welcome-modal article ul li:before {
  content: " ";
  height: 0.4em;
  width: 0.4em;
  border: 2px solid #2e6c85;
  position: absolute;
  left: -1.5em;
  top: 0.3em;
  border-radius: 2px;
}
.component.welcome-modal article .button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component.welcome-modal article .button-row a {
  display: inline-block;
  color: #1ca7b6;
  cursor: pointer;
}
.component.welcome-modal article .button-row a:hover {
  color: #2e6c85;
}

.route.map {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.route.map .search-wrapper {
  position: absolute;
  top: -60px;
  left: calc(100% + 15px);
  z-index: 50;
  display: flex;
  transition: top 0.3s ease 0.2s;
}
.route.map .search-wrapper.active {
  transition: top 0.3s ease 0s;
  top: -6px;
}
.route.map .legend-wrapper {
  position: absolute;
  bottom: 0px;
  left: calc(100% + 15px);
  display: flex;
  z-index: 2;
}
.route.map .legend-wrapper > *:not(:last-child) {
  margin-right: 5px;
}
.route.map .legend-wrapper .info-links {
  align-self: flex-end;
}
.route.map .legend-wrapper .info-links > * {
  display: block;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #2e6c85;
  border-radius: 5px;
  transition: background 0.15s;
}
.route.map .legend-wrapper .info-links > *:first-of-type {
  margin-bottom: 6px;
}
.route.map .legend-wrapper .info-links > *:hover {
  background: #f2f2f2;
  transition: background 0.15s;
}
.route.map .legend-wrapper .map-button-pair {
  border: 1px solid #2e6c85;
  border-radius: 5px;
  align-self: flex-end;
}
.route.map .legend-wrapper .map-button-pair button.selector {
  display: block;
  padding: 6.75px 10px;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 12px;
  background-color: white;
}
.route.map .legend-wrapper .map-button-pair button.selector:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.route.map .legend-wrapper .map-button-pair button.selector:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.route.map .legend-wrapper .map-button-pair button.selector:not(:last-child) {
  border-bottom: 1px solid #2e6c85;
}
.route.map .legend-wrapper .map-button-pair button.selector:disabled {
  background-color: #ddd;
}
.route.map .legend-wrapper .map-button-pair button.selector:hover {
  background: #f2f2f2;
  transition: background 0.15s;
}
.route.map .filter-actions {
  display: flex;
  flex-direction: column;
  height: 38px;
}
.route.map .filter-actions button {
  flex: 1 1 50%;
  font-size: 11px;
  text-align: center;
  background: #cbdae1;
  border-color: #2e6c85;
  border-right: 0;
  border-radius: 0;
  border-style: solid;
  transition: border-color 0.25s;
}
.route.map .filter-actions button.clear-filters {
  background-color: #CCCCCC;
  border-width: 0px 0px 1px 1px;
  border-color: #2e6c85;
}
.route.map .filter-actions button.filter-toggler {
  border-width: 1px 0px 1px 1px;
}
.route.map .filter-actions button.filter-toggler.active {
  background: #cbdae1;
}
.route.map .filter-actions button.filter-toggler.active + button {
  border-top-color: #1ca7b6;
}
.route.map .filter-actions button:disabled {
  color: #091F2F;
  background: #cecece;
  border-top-color: #2e6c85;
  cursor: initial;
}
.route.map .filter-actions button:first-of-type {
  border-radius: 5px 0 0 0;
}
.route.map .filter-actions button:nth-of-type(2) {
  border-radius: 0 0 0 5px;
}
.route.map .filter-actions button:not(:disabled):hover {
  border-color: #1ca7b6;
  transition: border-color 0.25s;
}
.route.map .filter-actions button:not(:disabled):hover + button {
  border-top-color: #1ca7b6;
}
.route.map .filter-actions button img {
  height: 70%;
  margin: 0 auto;
}
.route.map .top-right-buttons {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 500;
  transition: top 0.2s, right 0.2s;
}
.route.map .top-right-buttons .toggler.menu-toggler {
  display: block;
  width: 47px;
  height: 47px;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #2e6c85;
  border-radius: 5px;
  transition: border-color 0.2s;
}
.route.map .top-right-buttons .toggler.menu-toggler:hover {
  background: #f2f2f2;
  transition: background 0.15s;
  border-color: #1ca7b6;
}
.route.map .top-right-buttons.active {
  top: 41px;
  right: 40px;
}
.route.map .panel-layer {
  z-index: 25;
  height: calc(100vh - 40px);
  top: 15px;
  background: #FFFFFF;
  border-style: solid;
  border-color: #2e6c85;
  border-width: 6px 1px 1px 1px;
  border-radius: 5px;
  transition: left 0.3s ease-in, right 0.3s ease-in, width 0.5s ease;
  transform: translateZ(0);
}
.route.map .panel-layer .overflow-scroll {
  width: 100%;
  overflow: scroll;
}
.route.map .right-panel-layer {
  position: absolute;
  right: -380px;
  z-index: 100;
  width: 380px;
}
.route.map .right-panel-layer.active {
  right: 15px;
}
.route.map .left-panel-layer {
  left: -450px;
  width: 450px;
}
.route.map .left-panel-layer.filter-width {
  left: -450px;
  width: 450px;
}
.route.map .left-panel-layer.development-width {
  left: -700px;
  width: 700px;
}
.route.map .left-panel-layer {
  position: absolute;
}
.route.map .left-panel-layer.active {
  left: 15px;
}
@media (max-width: 1180px) {
  .route.map .left-panel-layer.development-width {
    left: -480px;
    width: 480px;
  }
  .route.map .left-panel-layer.active {
    left: 15px;
  }
}
.route.map .map-layer {
  position: fixed;
  top: 0;
  left: 0;
}
.route.map .map-layer .map-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.route.map .map-layer {
  width: 100%;
  height: 100vh;
}
.route.map footer {
  position: absolute;
  bottom: 0;
  display: flex;
  height: 108px;
  padding: 15px;
  font-size: 0.8em;
  color: #2e6c85;
  background-color: #f2f2f2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.route.map footer > *:not(:last-child) {
  margin-right: 15px;
}
.route.map footer .mapc-details a {
  color: #2e6c85;
}
.route.map footer .mapc-details a:hover {
  color: #1ca7b6;
}
.route.map footer .mapc-details > * {
  display: block;
}
.route.map footer .mapc-details > *:not(:last-child) {
  margin-bottom: 2px;
}
.route.map footer img {
  width: 20%;
  height: 100%;
  margin: 0 20px;
}

.route.glossary main {
  width: 85%;
  max-width: 700px;
  min-height: 95vh;
  margin: 0 auto;
  padding: 20px 0 80px;
}
@media (max-width: 1180px) {
  .route.glossary main {
    width: 92%;
  }
}
.route.glossary .terms-list {
  margin-top: 50px;
}
.route.glossary .terms-list li {
  display: flex;
}
.route.glossary .terms-list li + li {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .route.glossary .terms-list li {
    display: block;
  }
}
.route.glossary .terms-list h2 {
  font-size: 1em;
  margin: 0;
  flex: 1 0 30%;
  padding-right: 10px;
  color: #777;
  font-style: italic;
  font-weight: 200;
}
@media (max-width: 960px) {
  .route.glossary .terms-list h2 {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.route.glossary .terms-list article {
  flex: 1 0 70%;
}
.route.glossary .terms-list article p {
  margin: 0;
}
.route.glossary .terms-list article p + p {
  margin-top: 15px;
}

.route.about main {
  width: 85%;
  max-width: 700px;
  min-height: 95vh;
  margin: 0 auto;
  padding: 20px 0 80px;
}
@media (max-width: 1180px) {
  .route.about main {
    width: 92%;
  }
}

.route.map-developments-development {
  padding: 10px 20px;
  font-size: 14px;
}
.route.map-developments-development .development-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 20px 0;
  align-items: center;
}
.route.map-developments-development .development-panel-header h1 {
  margin: 0;
}
.route.map-developments-development .development-content .overflow-scroll {
  height: calc(100vh - 180px);
}
.route.map-developments-development .development-content .actions {
  display: flex;
  justify-content: space-between;
}
.route.map-developments-development .development-content .actions__input {
  margin-bottom: 0.5rem;
  width: 250px;
}
.route.map-developments-development .development-content .with-actions .overflow-scroll {
  height: calc(100% - 42px);
}
.route.map-developments-development h1 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  cursor: pointer;
}
.route.map-developments-development h2 {
  top: -3px;
  margin: 0;
  font-size: 14px;
}
.route.map-developments-development h2:not(.project-url) img:hover {
  cursor: pointer;
  opacity: 0.8;
}
.route.map-developments-development h2 img {
  top: 3px;
  height: 20px;
  margin-right: 5px;
  padding: 3px 10px;
  padding-left: 0;
  border-right: 1px solid #CCCCCC;
}
.route.map-developments-development h2 a {
  color: #2e6c85;
}
.route.map-developments-development h2 a:hover {
  text-decoration: underline;
}
.route.map-developments-development h4 {
  display: flex;
  width: 100%;
  margin: 0 auto 10px;
  color: #777;
  font-size: 14px;
  text-align: center;
}
.route.map-developments-development h4:after, .route.map-developments-development h4:before {
  content: "";
  position: relative;
  top: 10px;
  flex: 1 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}
.route.map-developments-development h4:after {
  margin-left: 15px;
}
.route.map-developments-development h4:before {
  margin-right: 15px;
}
.route.map-developments-development .development-header {
  flex: 1 1 10%;
}
.route.map-developments-development .detail-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
.route.map-developments-development .metric-groups {
  max-height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.route.map-developments-development article + article {
  margin-top: 30px;
}
.route.map-developments-development article {
  text-align: center;
}
.route.map-developments-development article .row {
  display: flex;
}
.route.map-developments-development article .row .column {
  flex: 1;
  text-align: left;
}
.route.map-developments-development article .row .column:not(:last-child) {
  padding-right: 20px;
}
@media (max-width: 1180px) {
  .route.map-developments-development article .row {
    display: block;
  }
  .route.map-developments-development article .row .column:not(:last-child) {
    padding-right: 0;
  }
}
.route.map-developments-development article .field.long-form label {
  display: block;
}
.route.map-developments-development article .field.long-form p {
  margin: 5px 0 5px 15px;
}
.route.map-developments-development article .field:not(.long-form) {
  display: flex;
}
.route.map-developments-development article .field {
  text-align: left;
}
.route.map-developments-development article .field label {
  flex: 1 0 40%;
}
.route.map-developments-development article .field label small {
  color: #777;
  font-size: 0.7em;
  opacity: 0.6;
}
.route.map-developments-development span.unknown {
  color: #777;
}
.route.map-developments-development .attributes-wrapper {
  padding: 10px 0;
}
.route.map-developments-development .attributes {
  margin-bottom: 0;
  text-align: left;
}
.route.map-developments-development .attributes + .attributes {
  margin-top: 0;
  padding-top: 5px;
}
.route.map-developments-development .attributes label {
  display: inline-block;
  margin-right: 15px;
}
.route.map-developments-development .table-wrapper {
  margin: 20px 0 30px 0;
  border: 1px solid #f2f2f2;
}
.route.map-developments-development .table-wrapper .table-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
}
.route.map-developments-development .table-wrapper .table-heading > * {
  padding: 6px 8px;
}
.route.map-developments-development .table-wrapper .table-heading h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.route.map-developments-development .actions {
  margin-top: 15px;
  text-align: right;
}
.route.map-developments-development .actions button,
.route.map-developments-development .actions .loading-spinner {
  margin-left: 0;
  text-align: left;
}
.route.map-developments-development .actions button:not(:last-child),
.route.map-developments-development .actions .loading-spinner:not(:last-child) {
  margin-right: 10px;
}

.route.developments-for-user {
  width: 100%;
  padding: 10px 20px;
}
.route.developments-for-user ul.item-list li > div:first-of-type {
  flex: 1 0 35%;
}
.route.developments-for-user ul.item-list li > div:nth-of-type(2) {
  flex: 1 0 50%;
}
.route.developments-for-user ul.item-list li > div:last-of-type {
  flex: 1 0 15%;
}

.route.moderations-index {
  width: 100%;
  padding: 10px 20px;
}
.route.moderations-index .no-records {
  margin-top: 50px;
}
.route.moderations-index ul.item-list li small, .route.moderations-index ul.item-list .list-body > li small {
  font-size: 10px;
}
.route.moderations-index ul.item-list li .row > div:first-of-type, .route.moderations-index ul.item-list .list-body > li .row > div:first-of-type {
  flex: 1 0 35%;
}
.route.moderations-index ul.item-list li .row > div:nth-of-type(2), .route.moderations-index ul.item-list .list-body > li .row > div:nth-of-type(2) {
  flex: 1 0 25% !important;
}
.route.moderations-index ul.item-list li .row > div:nth-of-type(3), .route.moderations-index ul.item-list .list-body > li .row > div:nth-of-type(3) {
  flex: 1 0 20% !important;
}
.route.moderations-index ul.item-list li .row > div:last-of-type, .route.moderations-index ul.item-list .list-body > li .row > div:last-of-type {
  flex: 1 0 20%;
}
.route.moderations-index ul.item-list .actions {
  padding-top: 10px;
  text-align: right;
}
.route.moderations-index ul.item-list .actions button + button {
  margin-left: 15px;
}
.route.moderations-index .moderation-block {
  margin-bottom: 50px;
}
.route.moderations-index .moderation-block:last-of-type {
  margin-bottom: 0px;
}
.route.moderations-index .view-button.disabled {
  opacity: 0.5;
  cursor: initial !important;
}

.route.moderations-for-user ul.item-list {
  padding-top: 40px;
}
.route.moderations-for-user ul.item-list > li {
  overflow: hidden;
}
.route.moderations-for-user ul.item-list li, .route.moderations-for-user ul.item-list .list-body > li {
  display: block;
  padding: 10px 5px;
}
.route.moderations-for-user ul.item-list li + li, .route.moderations-for-user ul.item-list .list-body > li + li {
  margin-top: 6px;
}
.route.moderations-for-user ul.item-list li.active .moderation-details, .route.moderations-for-user ul.item-list .list-body > li.active .moderation-details {
  height: fit-content;
  padding: 5px 15px;
  margin: 10px auto;
  opacity: 1;
  transition: padding 0.25s, height 0.25s, opacity 0.25s, margin 0.25s;
}
.route.moderations-for-user ul.item-list li .row, .route.moderations-for-user ul.item-list .list-body > li .row {
  display: flex;
}
.route.moderations-for-user ul.item-list li .row > div:first-of-type, .route.moderations-for-user ul.item-list .list-body > li .row > div:first-of-type {
  flex: 1 0 35%;
}
.route.moderations-for-user ul.item-list li .row > div:nth-of-type(2), .route.moderations-for-user ul.item-list .list-body > li .row > div:nth-of-type(2) {
  flex: 1 0 20%;
}
.route.moderations-for-user ul.item-list li .row > div:nth-of-type(3), .route.moderations-for-user ul.item-list .list-body > li .row > div:nth-of-type(3) {
  flex: 1 0 25%;
}
.route.moderations-for-user ul.item-list li .row > div:last-of-type, .route.moderations-for-user ul.item-list .list-body > li .row > div:last-of-type {
  flex: 1 0 20%;
}
.route.moderations-for-user ul.item-list li small, .route.moderations-for-user ul.item-list .list-body > li small {
  display: inline-block;
  top: -8px;
  color: #1ca7b6;
  font-size: 10px;
}
.route.moderations-for-user ul.item-list li .view-button, .route.moderations-for-user ul.item-list .list-body > li .view-button {
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
}
.route.moderations-for-user .moderation-details {
  height: 0;
  margin: 0px auto;
  padding: 0 15px;
  opacity: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: padding 0.25s, height 0.25s, opacity 0.35s, margin 0.25s;
}
.route.moderations-for-user .moderation-details ul {
  list-style: disc;
  padding: 30px 0;
  padding-left: 40px;
  background: #ecf0f2;
}
.route.moderations-for-user .moderation-details ul li {
  display: list-item;
  margin: 0;
  padding: 0;
}
.route.moderations-for-user .moderation-details span {
  color: #2e6c85;
}
.route.moderations-for-user .moderation-details em {
  color: #777;
}
.route.moderations-for-user .actions {
  padding-top: 10px;
  text-align: right;
}
.route.moderations-for-user .actions button + button {
  margin-left: 15px;
}

.route.users-index {
  width: 100%;
  padding: 10px 20px;
}
.route.users-index input {
  width: 60%;
  margin-bottom: 10px;
  padding: 6px 10px;
  background: #dee5e7;
  border: none;
  outline: none;
  transition: background 0.15s;
}
.route.users-index input:focus, .route.users-index input:active {
  background: #cbd7dc;
  transition: background 0.15s;
}
.route.users-index .user-filters {
  float: right;
  font-size: 12px;
}
.route.users-index .table-wrapper {
  border-color: #2e6c85;
  border-style: solid;
  border-width: 1px 0;
  margin-top: 15px;
  height: calc(100vh - 200px);
  overflow: scroll;
}
.route.users-index .no-users {
  width: 100%;
  margin-top: 50px;
  color: #777;
  text-align: center;
}

.route.users-verify {
  width: 100%;
  padding: 10px 20px;
}
.route.users-verify ul.item-list li > div:not(:last-child) {
  margin-right: 5px;
}
.route.users-verify ul.item-list li > div:first-of-type {
  flex: 0 0 calc(30% - 25px);
  font-weight: 600;
}
.route.users-verify ul.item-list li > div:nth-of-type(2) {
  flex: 0 0 30%;
}
.route.users-verify ul.item-list li > div:nth-of-type(3) {
  flex: 0 0 20%;
}
.route.users-verify ul.item-list li > div:nth-of-type(4) {
  flex: 0 0 10%;
}
.route.users-verify ul.item-list li > div:nth-of-type(5) {
  flex: 0 0 10%;
}