.alertify-show,
.alertify-log {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */ }

.alertify-hide {
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-log-hide {
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.alertify-cover-hidden {
  display: none; }

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1; }

.alertify-hidden {
  transform: translate(0, -150px);
  opacity: 0;
  display: none; }

/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
  display: block; }

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.alertify-logs-hidden {
  display: none; }

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0; }

.alertify-log-show {
  right: 0;
  opacity: 1; }

.alertify-log-hide {
  transform: translate(300px, 0);
  opacity: 0; }

.alertify-dialog {
  padding: 25px; }

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.alertify-inner {
  text-align: center; }

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%; }

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }

.alertify-isHidden {
  visibility: hidden; }

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif; }

.alertify {
  background: #FFF;
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */ }

.alertify-text {
  border: 1px solid #ddd;
  padding: 10px;
  height: 30px !important;
  border-radius: 2px; }

.alertify form {
  margin-bottom: 0 !important; }

.alertify-button {
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #FE1A00;
  color: #fff; }

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #5CB811;
  color: #fff; }

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 2px;
  color: #FFF; }

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9); }

.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9); }

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    box-sizing: border-box; }
  .alertify {
    left: 5%;
    margin: 0; } }

/*  Theme Variables  */
html,
body {
  height: 100%; }

body {
  font-family: 'Open Sans'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto'; }

a {
  color: #298dcc; }

.clear {
  clear: both; }

@media (min-width: 768px) {
  .content-header {
    display: flex;
    justify-content: space-between; }
    .content-header h1 {
      margin-right: auto; }
    .content-header .pills {
      margin-left: auto; } }

@media (max-width: 767px) {
  .content-header {
    margin-bottom: 1rem; } }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto; }

body > header nav.navbar.navbar-fixed {
  z-index: 25;
  box-shadow: 0 30px 30px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  background: white;
  will-change: contents; }
  body > header nav.navbar.navbar-fixed img {
    height: 40px; }
    body > header nav.navbar.navbar-fixed img + img {
      height: 30px;
      margin-left: 20px; }

body > header + .container-fluid {
  padding: 0 40px 40px;
  margin-top: 110px; }

body > header + .container {
  margin-top: 20px; }

.btn + .btn {
  margin-left: 8px; }

.jumbotron {
  background: white;
  border-radius: 0;
  color: rgba(26, 26, 26, 0.9); }
  .jumbotron p {
    margin: 0 0 1rem; }
  .jumbotron .lead {
    margin: 0;
    font-size: 1.5rem; }

h2.text-center {
  margin-bottom: 4rem; }

p.text-center {
  padding-top: 1.5rem; }
  p.text-center a {
    font-size: 1.5rem;
    padding: 0.5rem 1rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 2rem; }
  body > header nav.navbar.navbar-fixed {
    height: auto; }
    body > header nav.navbar.navbar-fixed .navbar-brand {
      margin-right: 0; }
    body > header nav.navbar.navbar-fixed img:first-of-type {
      height: 30px; }
    body > header nav.navbar.navbar-fixed img + img {
      height: 20px;
      margin-left: 4px; }
  body > header + .container {
    padding: 0 20px 20px;
    margin-top: 20px; } }

p {
  margin: 1em 0; }

.autocomplete-suggestion {
  padding: 0.25rem 0.875rem; }

.boolean label.check_boxes,
.check_boxes label.check_boxes {
  font-weight: bold; }

.boolean label.control-label,
.check_boxes label.control-label {
  display: none; }

.boolean label,
.check_boxes label {
  font-weight: normal;
  float: none;
  display: inline;
  vertical-align: middle; }

.boolean input[type=checkbox],
.check_boxes input[type=checkbox] {
  width: auto;
  vertical-align: middle;
  display: inline;
  padding: 6px 12px;
  margin-right: 8px;
  position: static;
  margin-top: 0; }

.check_boxes span.checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.radio_buttons input[type=radio] {
  width: auto;
  vertical-align: middle;
  display: inline;
  padding: 6px 12px;
  position: static;
  margin-right: 8px;
  margin-top: 0; }

.radio_buttons label.control-label {
  float: none;
  width: auto; }

div.date label {
  display: block; }

div.date select {
  width: auto;
  display: inline-block; }

.photo {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.5em; }
  .photo:last-child {
    border-bottom: none;
    margin-bottom: 0; }

#search-pagination-top {
  vertical-align: middle; }
  #search-pagination-top nav {
    display: inline-block; }

#sort-filters label {
  display: block;
  float: none; }

.value-input-container {
  display: inline; }

#fieldSelector .checkboxes,
.value-input-container.checkboxes {
  display: block;
  overflow: auto;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  vertical-align: top; }
  #fieldSelector .checkboxes label.checkbox,
  .value-input-container.checkboxes label.checkbox {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal; }
  #fieldSelector .checkboxes.column-count-2,
  .value-input-container.checkboxes.column-count-2 {
    column-count: 2; }
  #fieldSelector .checkboxes.column-count-3,
  .value-input-container.checkboxes.column-count-3 {
    column-count: 3;
    flex: 0 0 100%;
    max-width: 100%; }
  #fieldSelector .checkboxes.column-count-4,
  .value-input-container.checkboxes.column-count-4 {
    column-count: 4;
    flex: 0 0 100%;
    max-width: 100%; }

#attribute-filters {
  clear: both; }

#grid-filters .dropdown,
#grid-filters .btn-group-toggle {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 12px; }
  #grid-filters .dropdown .form-actions,
  #grid-filters .btn-group-toggle .form-actions {
    display: flex; }

#grid-filters .btn-group-toggle {
  cursor: pointer; }

#grid-filters .dropdown-item.checkbox {
  vertical-align: middle; }
  #grid-filters .dropdown-item.checkbox input {
    margin-right: 10px; }

#grid-filters .dropdown .form-actions {
  padding: 15px;
  margin-top: 10px;
  border-top: 1px solid #dee2e6; }

#grid-filters .dropdown .close {
  float: none;
  margin-right: 6px; }

#grid-filters #sort-filters {
  display: inline; }
  #grid-filters #sort-filters label,
  #grid-filters #sort-filters select {
    display: inline;
    width: auto; }

#grid {
  width: 100%;
  height: calc(100vh - 360px);
  font-size: 11px; }
  #grid span.badge {
    margin-left: 10px; }
  #grid h1 {
    margin-top: 0; }
  #grid td {
    min-width: 50px;
    max-width: 300px; }
    #grid td p:first-child {
      margin-top: 0; }
    #grid td p:last-child {
      margin-bottom: 0; }
  #grid table {
    margin-top: 1em;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: auto; }
  #grid th {
    border-top: 1px solid #ccc; }
  #grid th,
  #grid td {
    border-left: 1px solid #ccc; }

#search-pagination-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  font-size: 14px; }

.check_boxes span.checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.boolean input[type=radio],
.boolean input[type=checkbox],
.radio_buttons input[type=radio],
.radio_buttons input[type=checkbox],
.check_boxes input[type=radio],
.check_boxes input[type=checkbox] {
  width: auto;
  vertical-align: middle;
  display: inline;
  padding: 6px 12px;
  position: static;
  margin-right: 8px;
  margin-top: 0;
  border: none;
  box-shadow: none; }

.boolean span.radio,
.boolean span.checkbox,
.radio_buttons span.radio,
.radio_buttons span.checkbox,
.check_boxes span.radio,
.check_boxes span.checkbox {
  margin-right: 20px; }
  .boolean span.radio label.control-label,
  .boolean span.checkbox label.control-label,
  .radio_buttons span.radio label.control-label,
  .radio_buttons span.checkbox label.control-label,
  .check_boxes span.radio label.control-label,
  .check_boxes span.checkbox label.control-label {
    float: none;
    width: auto; }

.card > .table {
  margin-bottom: 0; }

form table th,
form table td {
  vertical-align: top; }

.census-slider-wrapper {
  width: 100%;
  height: auto; }

.census-slider {
  display: flex;
  transition: 1s ease flex-wrap;
  margin: -1.125rem; }
  .census-slider.vertical {
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly; }
    .census-slider.vertical .form-group {
      border-top: 1px solid #dee2e6; }
  .census-slider.horizontal {
    flex-wrap: nowrap;
    overflow-x: scroll; }
  .census-slider.hidden {
    display: none; }
  .census-slider h3 {
    border-top: 1px solid #dee2e6;
    padding: 2rem 1.125rem 1.125rem;
    flex-basis: 100%; }
  .census-slider fieldset {
    min-width: auto; }
  .census-slider .form-group {
    margin-bottom: 0;
    padding: 1.125rem;
    flex-basis: auto;
    /* default value */
    flex-grow: 1;
    border-right: 1px solid #dee2e6; }
    .census-slider .form-group > label, .census-slider .form-group > legend {
      white-space: nowrap;
      display: block; }
    .census-slider .form-group.focused,
    .census-slider .form-group.focused legend {
      background-color: #f7f7f7; }
    .census-slider .form-group.disabled {
      opacity: 0.6; }
    .census-slider .form-group .form-check,
    .census-slider .form-group .form-check-label {
      white-space: nowrap; }
    .census-slider .form-group input[type=number],
    .census-slider .form-group input[type=text] {
      min-width: 140px; }

.census-hint-wrapper {
  position: fixed;
  left: 50%;
  z-index: 40;
  bottom: 10px; }

.census-hint {
  position: relative;
  left: -50%;
  background-color: #f7f7f7;
  padding: 1.125rem;
  border: 2px solid #dee2e6;
  border-radius: 6px; }

.form-actions {
  margin-top: 2.25rem;
  padding-top: 1.125rem;
  border-top: 1px solid #dee2e6; }

[data-href] {
  cursor: pointer; }

.hint-bubble {
  display: none; }

.readonly-form i.float-right {
  display: none; }

.readonly-form .form-check {
  padding-left: 0; }

.readonly-form .form-group {
  margin-bottom: 0; }

label .fa.fa-question-circle {
  margin-left: 8px;
  cursor: pointer; }

i.fa.fa-close {
  cursor: pointer; }

abbr[title] {
  cursor: default;
  text-decoration: none; }

.cms-image img {
  max-width: 100%; }

.btn.btn-primary {
  background-color: #5A8688; }

.btn.btn-round {
  border-radius: 100px; }

.nav-item.emphasized {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 100px; }
  .nav-item.emphasized:hover {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.7); }
    .nav-item.emphasized:hover a.nav-link {
      color: white; }

[data-parallax] {
  display: flex;
  justify-content: center;
  align-items: center; }
  [data-parallax] h1,
  [data-parallax] h2,
  [data-parallax] h3 {
    padding: 10px 30px;
    border-radius: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 3rem; }

.jumbotron {
  background: white;
  color: rgba(26, 26, 26, 0.9);
  padding: 40px; }
  .jumbotron .lead {
    margin: 0;
    font-size: 1.5rem; }

.popover {
  max-width: 350px; }
  .popover img {
    max-width: 320px; }

.removed {
  opacity: 0.5; }

.add-another-form {
  vertical-align: middle; }
  @media (max-width: 767px) {
    .add-another-form {
      display: block; }
      .add-another-form .form-inline {
        display: block; } }
  @media (min-width: 768px) {
    .add-another-form {
      display: inline-block; } }
.card-title {
  margin-bottom: 0; }

#narrative-story .trix-content p,
#building-description .trix-content p {
  margin-bottom: 1rem; }

.trix-button-group--file-tools {
  display: none !important; }

#narrative_story {
  min-height: 16rem; }

#alerts .alert {
  position: relative; }
  #alerts .alert .closer {
    position: absolute;
    right: 10px;
    top: 10px; }

button.gm-ui-hover-effect {
  display: none !important; }

body.streetview #forge-right-col, body.streetview #forge-sidebar-toggle, body.streetview header {
  display: none; }

#forge #map-wrapper {
  position: absolute;
  left: 0;
  top: 66px; }
  #forge #map-wrapper #map {
    width: 100vw;
    height: calc(100vh - 66px); }

#near-me-button {
  position: absolute;
  z-index: 17;
  left: 6px;
  bottom: 6px; }

#focusing {
  position: absolute;
  z-index: 17;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  bottom: 100px;
  background: #298dcc;
  color: white;
  padding: 1rem;
  border-radius: 6px;
  font-weight: bold;
  text-align: center; }

#forge-left-col {
  position: absolute;
  z-index: 19;
  box-sizing: border-box;
  background-color: white;
  max-height: calc(100vh - 66px);
  overflow-y: scroll; }
  #forge-left-col.closed {
    left: -100%; }
  #forge-left-col.open {
    left: 0; }
  #forge-left-col h3 + .btn-group .btn {
    padding: 0.375rem 0; }
  #forge-left-col .btn-group {
    margin-bottom: 12px; }
  #forge-left-col .layer {
    margin-bottom: 6px; }
    #forge-left-col .layer .form-check-label {
      max-width: 400px; }
  #forge-left-col .layer-slider {
    width: 400px; }

#forge-right-col {
  position: absolute;
  z-index: 19;
  box-sizing: border-box;
  background-color: white;
  max-height: calc(100vh - 66px);
  overflow-y: scroll; }
  #forge-right-col.closed {
    left: -100%; }
  #forge-right-col.open {
    left: 0; }
  #forge-right-col h3 + .btn-group .btn {
    padding: 0.375rem 0; }
  #forge-right-col .btn-group {
    margin-bottom: 12px; }

#button-bar {
  position: absolute;
  z-index: 20; }

#forge-sidebar-right-closer,
#forge-sidebar-left-closer {
  z-index: 20;
  position: absolute;
  top: 14px;
  right: 16px; }

@media (max-width: 767px) {
  #forge #map-wrapper {
    width: 100vw;
    overflow: hidden;
    top: 56px; }
    #forge #map-wrapper #map {
      width: 100vw;
      height: calc(100vh - 56px); }
  #button-bar {
    top: 64px;
    left: 6px; }
  #forge-left-col,
  #forge-right-col {
    top: 58px;
    width: 100%;
    padding: 15px; } }

@media (min-width: 768px) {
  #forge #map-wrapper {
    width: 100vw;
    height: 100% !important; }
  #button-bar {
    top: 80px;
    left: 16px; }
  #forge-left-col,
  #forge-right-col {
    top: 66px;
    min-width: 400px;
    max-width: 90%;
    padding: 15px 15px 15px; } }

#miniforge {
  position: relative; }
  #miniforge .map-wrap {
    width: 100%;
    height: auto; }
    #miniforge .map-wrap #map {
      width: 100%;
      height: 300px; }
    #miniforge .map-wrap select {
      margin-bottom: 30px; }
    #miniforge .map-wrap input[type=range] {
      width: 100%; }
    #miniforge .map-wrap .building p {
      margin: 0; }
      #miniforge .map-wrap .building p a {
        white-space: pre-wrap; }
    #miniforge .map-wrap .building.active p a {
      color: white; }
  #miniforge .highlighted {
    border: none;
    background: #ffffff; }
  #miniforge #layer-slider {
    position: absolute;
    top: 350px;
    left: 5%;
    right: 15%;
    width: 80%;
    z-index: 120; }

.gm-style-iw div.row {
  margin-left: 0;
  margin-right: 0; }
  .gm-style-iw div.row > div:first-child {
    padding-left: 0; }
  .gm-style-iw div.row > div:last-child {
    padding-right: 0; }

.layer input[type=range] {
  width: 100%; }

#cart::before {
  content: "\01F6D2"; }

#photo-wizard #audio_remote_url, #photo-wizard #video_remote_url, #photo-wizard #photograph_remote_url {
  min-width: 100%; }

#photo-wizard .card {
  background: white;
  display: none; }
  @media (max-width: 767px) {
    #photo-wizard .card .card-body {
      padding: 10px 15px; }
    #photo-wizard .card > .float-right {
      display: none; }
    #photo-wizard .card .thumb {
      display: none; } }
  @media (min-width: 768px) {
    #photo-wizard .card .card-body {
      padding: 30px 50px; }
    #photo-wizard .card > .float-right {
      position: absolute;
      right: 20px;
      top: 20px; } }
#photo-wizard .card.active {
  z-index: 1;
  opacity: 1;
  display: block; }

#photo-wizard .thumb {
  padding-top: 30px; }

#selected-file img {
  max-width: 100%; }

#photograph-map {
  width: 100%;
  height: 300px; }

#photograph-date-type .form-group {
  display: none; }

#photograph-date-type.year .date_year {
  display: block; }

#photograph-date-type.month .date_year {
  display: block; }

#photograph-date-type.month .date_month {
  display: block; }

#photograph-date-type.day .date_year {
  display: block; }

#photograph-date-type.day .date_month {
  display: block; }

#photograph-date-type.day .date_day {
  display: block; }

#photograph-date-type.years .date_year {
  display: block; }

#photograph-date-type.years .date_year_end {
  display: block; }

#photograph-date-type.months .date_year {
  display: block; }

#photograph-date-type.months .date_month {
  display: block; }

#photograph-date-type.months .date_year_end {
  display: block; }

#photograph-date-type.months .date_month_end {
  display: block; }

#photograph-date-type.days .date_year {
  display: block; }

#photograph-date-type.days .date_month {
  display: block; }

#photograph-date-type.days .date_day {
  display: block; }

#photograph-date-type.days .date_year_end {
  display: block; }

#photograph-date-type.days .date_month_end {
  display: block; }

#photograph-date-type.days .date_day_end {
  display: block; }

#photograph-page h1 {
  margin-bottom: 24px; }

#photograph-page h2 {
  font-style: italic;
  font-size: 2rem; }

#photograph-page h3 {
  font-size: 1.25rem; }

#photograph-page h4 {
  font-size: 1.25rem; }

#photographs .list-group-item .widest a {
  display: block; }

.empty-card {
  border-bottom: none; }
  .empty-card, .empty-card .card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .empty-card + .list-group > .list-group-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none; }
