.Code__code___2Fodu {
  position: absolute;
  top: 110px;
  right: 10px;
  bottom: 10px;
  width: 425px;

  background: rgba(0, 0, 0, .7);
  color: #fff;
  border-radius: 4px;
  padding: 24px;
  font-family: Roboto, monospace;
  white-space: pre;

  font-size: 14px;
  line-height: 22px;
}
.Layout__header___1OdPt {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 0 0 20px;
}

.Layout__header___1OdPt h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 64px;
  margin: 0;
  padding: 0;
}

.Layout__header___1OdPt ul {
  list-style: none;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 32px
}

.Layout__header___1OdPt ul li {
  float: left;
  display: block;
  cursor: pointer;
}

.Layout__header___1OdPt ul li:hover {
  border-bottom: 4px solid #00bcd4;
}

.Layout__header___1OdPt ul li.active {
  border-bottom: 4px solid #2196f3;
}

.Layout__header___1OdPt ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}

.Layout__content___3B6ar {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 20px;
  right: 465px;
}

.Layout__fullWidth___rFTw3 {
  left: 0;
  right: 0;
}
.Map__map___pw2iZ {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.SearchResults__item___NCXDt > * {
  border: 1px solid transparent;
  line-height: 32px;
  padding: 0 18px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SearchResults__item___NCXDt > *:hover,
.SearchResults__item___NCXDt > .active {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
}
.Search__search___LX680 form {
  position: relative;
  margin: 32px 0;
  background-color: #fff;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.Search__search___LX680 form:hover,
.Search__search___LX680.active form {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.Search__search___LX680 input {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  outline: none;
  font: 16px arial, sans-serif;
  line-height: 48px;
  height: 48px;
  text-indent: 18px;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.leaflet-control-geosearch.bar {
  position: absolute !important;
  left: 50px;
  right: 515px;
}
/* global styling */
.leaflet__leaflet-control-geosearch___OqHdD *,
.leaflet__leaflet-control-geosearch___OqHdD *:before,
.leaflet__leaflet-control-geosearch___OqHdD *:after {
  box-sizing: border-box;
}

/* leaflet button styling */
.leaflet__leaflet-control-geosearch___OqHdD .leaflet__leaflet-bar-part___16N2n {
  border-radius: 4px;
  border-bottom: none;
}

.leaflet__leaflet-control-geosearch___OqHdD a.leaflet__leaflet-bar-part___16N2n:before,
.leaflet__leaflet-control-geosearch___OqHdD a.leaflet__leaflet-bar-part___16N2n:after {
  position: absolute;
  display: block;
  content: '';
}

/* magnifying glass */
.leaflet__leaflet-control-geosearch___OqHdD a.leaflet__leaflet-bar-part___16N2n:before {
  top: 19px;
  left: 16px;
  width: 8px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}

.leaflet__leaflet-control-geosearch___OqHdD a.leaflet__leaflet-bar-part___16N2n:after {
  top: 6px;
  left: 6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #555;
}

/* resets for pending and error icons */
.leaflet__leaflet-control-geosearch___OqHdD.leaflet__error___2-tbt a.leaflet__leaflet-bar-part___16N2n:before,
.leaflet__leaflet-control-geosearch___OqHdD.leaflet__pending___1FnYi a.leaflet__leaflet-bar-part___16N2n:before {
  display: none;
}

.leaflet__leaflet-control-geosearch___OqHdD.leaflet__pending___1FnYi a.leaflet__leaflet-bar-part___16N2n:after,
.leaflet__leaflet-control-geosearch___OqHdD.leaflet__error___2-tbt a.leaflet__leaflet-bar-part___16N2n:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}

/* pending icon */
.leaflet__leaflet-control-geosearch___OqHdD.leaflet__pending___1FnYi a.leaflet__leaflet-bar-part___16N2n:after {
  content: '';
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: leaflet__spin___2Mlt2 1s linear infinite;
}

/* error icon */
.leaflet__leaflet-control-geosearch___OqHdD.leaflet__error___2-tbt a.leaflet__leaflet-bar-part___16N2n:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

/* search form styling */
.leaflet__leaflet-control-geosearch___OqHdD form {
  display: none;
  position: absolute;
  top: -2px;
  left: 28px;
  border-radius: 0 4px 4px 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
}

.leaflet__leaflet-control-geosearch___OqHdD.leaflet__active___WihSr form {
  display: block;
}

.leaflet__leaflet-control-geosearch___OqHdD form input {
  min-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}

.leaflet__leaflet-control-geosearch___OqHdD .leaflet__results___1U3IH {
  background: #fff;
}

.leaflet__leaflet-control-geosearch___OqHdD .leaflet__results___1U3IH > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet__leaflet-control-geosearch___OqHdD .leaflet__results___1U3IH.leaflet__active___WihSr {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}

.leaflet__leaflet-control-geosearch___OqHdD .leaflet__results___1U3IH > .leaflet__active___WihSr,
.leaflet__leaflet-control-geosearch___OqHdD .leaflet__results___1U3IH > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}

/* add missing border to form */
.leaflet__leaflet-control-geosearch___OqHdD .leaflet__results___1U3IH.leaflet__active___WihSr:after {
  content: '';
  display: block;
  width: 0;
  border-left: 2px solid rgba(0, 0, 0, .2);
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}

/* animations */
@keyframes leaflet__spin___2Mlt2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.leaflet__leaflet-top___2b6Yt .leaflet__leaflet-control-geosearch___OqHdD.leaflet__bar___i38DE,
.leaflet__leaflet-bottom___33x8W .leaflet__leaflet-control-geosearch___OqHdD.leaflet__bar___i38DE {
  display: none;
}

.leaflet__leaflet-control-geosearch___OqHdD.leaflet__bar___i38DE {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}

.leaflet__leaflet-control-geosearch___OqHdD.leaflet__bar___i38DE form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.leaflet__leaflet-control-geosearch___OqHdD.leaflet__bar___i38DE form input {
  min-width: 100%;
  width: 100%;
}

.leaflet__leaflet-control-geosearch___OqHdD.leaflet__bar___i38DE .leaflet__results___1U3IH.leaflet__active___WihSr:after {
  opacity: .2;
}

.leaflet__leaflet-right___3wwsX .leaflet__leaflet-control-geosearch___OqHdD form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}

.leaflet__leaflet-control-geosearch___OqHdD a.leaflet__reset___3o-5C {
  color: black;
  position: absolute;
  line-height: 30px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
}

.leaflet__leaflet-control-geosearch___OqHdD a.leaflet__reset___3o-5C:hover {
  background: #f5f5f5;
}
