@font-face {
  font-family: 'nunito-regular';
  src: url("../fonts/nunito-regular-webfont.eot");
  src: url("../fonts/nunito-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-regular-webfont.ttf") format("truetype"), url("../fonts/nunito-regular-webfont.woff") format("woff"), url("../fonts/nunito-regular-webfont.svg#ETmodules") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

@font-face {
  font-family: 'fjallaone';
  src: url("../fonts/fjallaone-regular-webfont.eot");
  src: url("../fonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fjallaone-regular-webfont.woff2") format("woff2"), url("../fonts/fjallaone-regular-webfont.woff") format("woff"), url("../fonts/fjallaone-regular-webfont.ttf") format("truetype"), url("../fonts/fjallaone-regular-webfont.svg#fjallaone-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

/* bootstrap overrides */
.bootstrap-wrapper .form-control {
  border: 3px solid #ebebeb;
  color: #444;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: Lato;
  min-height: 45px; }

.bootstrap-wrapper .input-group-addon {
  border: 3px solid #ebebeb;
  color: #444;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: Lato; }

.bootstrap-wrapper .btn-default {
  border: 3px solid #ebebeb;
  border-radius: 0; }

/*
  Map Maker
  TODO: move below into the correct folder, ask RT about imagery location,
  folder or not...
*/
#map-maker-map-target {
  height: 450px; }

.map-maker-map-container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.map-view-container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .map-view-container-fluid .tl-map-spinner-region {
    z-index: 2000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 450px;
    pointer-events: none; }

.map-maker-map-column {
  position: relative; }
  .map-maker-map-column #layer-manager-region-desktop {
    display: none;
    position: absolute;
    bottom: 20px;
    top: 10px;
    right: 26px;
    z-index: 4;
    width: 325px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding-bottom: 15px; }

.map-maker-manager-col,
.map-maker-manager-header-col {
  border-bottom: 1px solid #d5dcdc; }

.map-maker-manager-header-col h5 {
  font-weight: bold; }

.map-layer-legend-svg {
  width: 15px;
  height: 15px;
  float: left; }

.map-layer-manager-item {
  padding-top: 8px;
  padding-bottom: 4px;
  min-height: 34px;
  border-bottom: 1px solid #e4ebeb; }

.map-layer-manager-collapse-icon {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  vertical-align: top;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  width: 12px;
  height: 12px;
  cursor: pointer;
  float: left;
  margin-top: 0px; }
  .map-layer-manager-collapse-icon.collapsed {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-top: 3px; }

.map-layer-manager-magnify-icon {
  background-image: url("../images/layer-manager-magnify-icon.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30%;
  right: 0px;
  cursor: pointer; }

.map-layer-manager-expand-icon {
  background-image: url("../images/layer-manager-expand-icon.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20%;
  right: 8px;
  cursor: pointer; }

#layer-manager-region-desktop #map-maker-layers-region {
  height: 350px;
  overflow-y: scroll;
  padding-left: 0;
  padding-right: 0; }

.map-layer-checkbox-wrapper {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  margin-left: 10px;
  float: right; }

.map-layer-manager-item-group-child {
  padding-left: 10px; }

.map-layer-checkbox-label {
  float: left;
  cursor: pointer; }

.marker-icon {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
  .marker-icon:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    background: #89849b;
    width: 26px;
    height: 26px;
    border-radius: 50%; }

.marker-icon-resource:before {
  background: #89849b; }

.marker-icon-development:before {
  background: #7cbba4; }

.marker-cluster-small {
  background-color: rgba(137, 132, 155, 0.6); }

.marker-cluster-small div {
  background-color: rgba(137, 132, 155, 0.6); }

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6); }

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6); }

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6); }

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6); }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; }

.marker-cluster span {
  line-height: 30px; }

#map-maker-joyride-controls-region {
  position: absolute;
  bottom: 0px;
  z-index: 5;
  width: 100%; }

.map-joyride-label-region {
  float: left;
  display: inline-block; }

.joyride-label {
  text-align: left;
  margin-top: 13px;
  margin-left: 10px; }

.joyride-label-text {
  font-weight: bold; }

.joyride-label-text h5 {
  background-color: #fff; }

.joyride-controls-layout {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 55px; }

.map-joyride-controls {
  background-color: #fff; }
  .map-joyride-controls .map-joyride-loader {
    background-image: url("../images/map-joyride-loader.gif");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    display: inline-block; }
  .map-joyride-controls .map-joyride-arrow-right {
    display: inline-block;
    background-image: url("../images/map_joyride_arrow_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  .map-joyride-controls .map-joyride-arrow-left {
    margin-left: 10px;
    display: inline-block;
    background-image: url("../images/map_joyride_arrow_left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  .map-joyride-controls .map-joyride-position-indicator {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px; }

.leaflet-marker-icon {
  max-width: none !important; }

.feature-popup-video-container {
  padding-top: 10px; }
  .feature-popup-video-container .feature-popup-video-row {
    margin: 0px; }

.video-js {
  margin: auto; }

#map-maker-zoom-toggle-region {
  position: absolute;
  left: 66px;
  top: 10px;
  z-index: 1001; }

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