@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500);.mapview-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 700px) {
    .mapview-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .mapview-container .mapview {
    height: 100%;
    width: 100%;
    border: transparent 5px solid;
    position: relative; }
    .mapview-container .mapview .esri-view-root {
      height: 100%;
      width: 100%; }
  .mapview-container .map-nav-button {
    width: 32px;
    height: 32px;
    background-color: #094260;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: white; }
    .mapview-container .map-nav-button img {
      width: 60%;
      height: auto; }
  .mapview-container .zoom-btn img {
    width: 50%;
    height: auto; }
  @media (max-width: 700px) {
    .mapview-container .zoom-btn {
      display: none; } }
  .mapview-container .map-controls-button {
    position: absolute;
    top: calc(50% + 80px);
    right: 15px; }
    .mapview-container .map-controls-button .caret {
      display: none; }
    .mapview-container .map-controls-button.active .caret {
      display: block;
      position: absolute;
      left: -40px;
      top: 7px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      z-index: 2; }
    @media (max-width: 700px) {
      .mapview-container .map-controls-button {
        top: calc(50% + 50px); } }
  .mapview-container .map-controls {
    position: absolute;
    top: calc(50px + 40px);
    max-height: 80%;
    height: auto;
    overflow-y: auto;
    right: 60px;
    color: #094260;
    background-color: white;
    width: 350px;
    padding: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mapview-container .map-controls p {
      margin: 0;
      padding: 5px 0px 6px 0px;
      margin: 0px 3px;
      font-weight: 400;
      font-size: 18px;
      border-bottom: #e6e6e6 1px solid; }
    .mapview-container .map-controls .text {
      font-size: 12px;
      padding-top: 10px;
      line-height: 1.5; }
    .mapview-container .map-controls.control-0 {
      right: calc(50% + 60px); }
    .mapview-container .map-controls .map-controls-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0px 7px 10px 7px;
      min-height: 75px;
      width: 45%; }
      .mapview-container .map-controls .map-controls-section:nth-child(1) {
        width: 50%; }
    .mapview-container .map-controls #basemapGallery {
      min-width: auto; }
    .mapview-container .map-controls .caret {
      height: 15px; }
    .mapview-container .map-controls .layers-container {
      height: 100%;
      overflow-y: visible; }
    .mapview-container .map-controls .checkbox-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      margin: 20px 0px; }
      .mapview-container .map-controls .checkbox-group .checkbox-label {
        min-height: 45px;
        width: 100%;
        color: #094260;
        margin-left: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .mapview-container .map-controls .checkbox-group .checkbox-label h4 {
          font-size: 14px;
          font-weight: 400;
          margin: 0;
          text-transform: none; }
        .mapview-container .map-controls .checkbox-group .checkbox-label p {
          font-size: 12px;
          font-weight: 300;
          margin: 0;
          padding: 0;
          border-bottom: none; }
      .mapview-container .map-controls .checkbox-group .layer-legend {
        margin-top: 3px; }
        .mapview-container .map-controls .checkbox-group .layer-legend.publicSchools {
          width: 12px;
          height: 12px;
          border: #fff solid 1px;
          border-radius: 50%;
          background: #b9b9b9; }
        .mapview-container .map-controls .checkbox-group .layer-legend.privateSchools {
          width: 10px;
          height: 10px;
          border: #37474f solid 0.5px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          background: #fff; }
        .mapview-container .map-controls .checkbox-group .layer-legend.postSecondarySchools {
          width: 10px;
          height: 10px;
          background: #474747; }
        .mapview-container .map-controls .checkbox-group .layer-legend.schoolDistricts {
          width: 50px;
          height: 3px;
          background: #094260; }
        .mapview-container .map-controls .checkbox-group .layer-legend.congressionalDistricts {
          width: 50px;
          height: 3px;
          background: #f56b62; }
        .mapview-container .map-controls .checkbox-group .layer-legend.urbanAreas {
          width: 50px;
          height: 3px;
          background: #edff00; }
        .mapview-container .map-controls .checkbox-group .layer-legend.metro {
          width: 50px;
          height: 3px;
          background: #6200ea; }
        .mapview-container .map-controls .checkbox-group .layer-legend.micro {
          width: 50px;
          height: 3px;
          background: #76ff03; }
        .mapview-container .map-controls .checkbox-group .layer-legend.opportunityZones {
          width: 50px;
          height: 3px;
          background: #08e8de; }
      .mapview-container .map-controls .checkbox-group.disabled .checkbox-label {
        color: #4c626d; }
    @media (max-width: 700px) {
      .mapview-container .map-controls {
        top: calc(110px);
        width: calc(100% - 75px);
        max-width: 350px; }
        .mapview-container .map-controls.control-0 {
          top: calc(50% - calc(50% - 125px));
          right: 60px; } }
  .mapview-container .map-controls::-webkit-scrollbar {
    width: 8px; }
  .mapview-container .map-controls::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
  .mapview-container .map-controls::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #b9b9b9;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); }
  .mapview-container .legend {
    border: rgba(9, 66, 96, 0.7) solid 10px;
    border-left: none;
    height: auto;
    position: absolute;
    bottom: 16px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mapview-container .legend .legend-toggle {
      opacity: 0.7;
      cursor: pointer;
      border-bottom: 23px solid #094260;
      border-right: 18px solid transparent;
      width: 108px;
      position: absolute;
      top: -38px; }
      .mapview-container .legend .legend-toggle .toggle-white-box {
        width: 80px;
        height: 5px;
        background-color: white;
        border-radius: 20px;
        -webkit-transform: translateY(12px);
                transform: translateY(12px);
        margin-left: 5px; }
      .mapview-container .legend .legend-toggle .legend-label {
        display: none; }
    .mapview-container .legend .label-container {
      border-left: rgba(9, 66, 96, 0.7) solid 10px; }
    .mapview-container .legend .legend-label {
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #094260;
      height: 100%;
      padding: 0px 5px; }
      .mapview-container .legend .legend-label h3 {
        font-weight: 500;
        font-size: 18px;
        padding: 0px; }
      .mapview-container .legend .legend-label p {
        font-weight: 100;
        margin: 0px 0px 0px 5px;
        font-size: 14px; }
    .mapview-container .legend .legend-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px; }
      .mapview-container .legend .legend-section .locale-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 225px; }
      .mapview-container .legend .legend-section .table-column {
        width: 33.3%;
        background: white; }
      .mapview-container .legend .legend-section .color {
        width: 100%;
        height: 10px; }
      .mapview-container .legend .legend-section .locale-label {
        padding: 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        .mapview-container .legend .legend-section .locale-label h4 {
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 0; }
        .mapview-container .legend .legend-section .locale-label p {
          font-weight: 300;
          font-size: 14px;
          margin: 0px 0px 0px 3px; }
    .mapview-container .legend.collapse {
      height: 0;
      border: rgba(9, 66, 96, 0.7) solid 0px; }
      .mapview-container .legend.collapse .legend-title {
        display: none; }
      .mapview-container .legend.collapse .legend-section {
        display: none; }
      .mapview-container .legend.collapse .legend-toggle {
        top: -28px; }
    @media (max-width: 1300px) {
      .mapview-container .legend {
        width: 650px;
        border-bottom: none; }
        .mapview-container .legend .legend-toggle {
          top: -52px; }
          .mapview-container .legend .legend-toggle .toggle-white-box {
            display: none; }
          .mapview-container .legend .legend-toggle .legend-label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transform: translateY(23px);
                    transform: translateY(23px);
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline; }
            .mapview-container .legend .legend-toggle .legend-label h3 {
              font-weight: 500;
              font-size: 16px; }
            .mapview-container .legend .legend-toggle .legend-label p {
              font-size: 12px; }
        .mapview-container .legend .label-container {
          width: 80px; }
          .mapview-container .legend .label-container.legend-title {
            display: none; }
        .mapview-container .legend .legend-section {
          width: 50%;
          height: 45px;
          border-bottom: rgba(9, 66, 96, 0.7) solid 8px; }
          .mapview-container .legend .legend-section .locale-table {
            width: 250px; }
        .mapview-container .legend.collapse .legend-toggle {
          top: -42px; } }
    @media (max-width: 700px) {
      .mapview-container .legend {
        width: 340px;
        border-bottom: none; }
        .mapview-container .legend .label-container {
          width: 80px; }
          .mapview-container .legend .label-container.legend-title {
            display: none; }
        .mapview-container .legend .legend-section {
          width: 100%;
          height: 45px;
          border-bottom: rgba(9, 66, 96, 0.7) solid 8px; }
          .mapview-container .legend .legend-section .locale-table {
            width: 250px; } }
  .mapview-container .opacity-controls {
    position: absolute;
    top: calc(50% + 130px);
    height: 100px;
    right: 15px;
    background-color: #094260;
    width: 32px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .mapview-container .opacity-controls .opacity-slider {
      padding: 15px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .mapview-container .opacity-controls .tooltip {
      display: none;
      width: 120px;
      height: 100px;
      position: absolute;
      left: -145px;
      background-color: white;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      color: #094260;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .mapview-container .opacity-controls .tooltip .arrow {
        width: 12px;
        height: 12px;
        border-top: 2px #b9b9b9 solid;
        border-right: 2px #b9b9b9 solid;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
        .mapview-container .opacity-controls .tooltip .arrow:nth-child(1) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .mapview-container .opacity-controls .tooltip .arrow:hover {
          border-top: 2px #75d0fe solid;
          border-right: 2px #75d0fe solid;
          cursor: pointer; }
      .mapview-container .opacity-controls .tooltip .percentage {
        font-weight: 700; }
      .mapview-container .opacity-controls .tooltip.visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .mapview-container .opacity-controls:hover .tooltip {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .mapview-container .show-spinner:before {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 6px solid #ccc;
    border-top-color: #fff;
    -webkit-animation: spinner 0.6s linear infinite;
            animation: spinner 0.6s linear infinite;
    opacity: 0.85; }
.header-container {
  height: 50px;
  width: 100%;
  background-color: #094260;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3; }
  @media (max-width: 800px) {
    .header-container {
      height: 90px; } }
  .header-container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-container .left .maped-logo {
      width: 50px; }
      .header-container .left .maped-logo img {
        position: absolute;
        top: 15px;
        left: 10px;
        width: auto;
        height: 50px;
        z-index: 3; }
    .header-container .left .app-title {
      font-size: 24px;
      font-weight: 300;
      color: white;
      margin: 10px 15px 0 15px; }
    .header-container .left .nav {
      cursor: pointer; }
    @media (max-width: 800px) {
      .header-container .left {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .header-container .left .app-title {
          font-size: 19px;
          margin: 20px 15px 0 10px; } }
  .header-container .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .header-container .center .esri-menu__header {
      font-family: 'Roboto', sans-serif;
      background: #0d628f;
      padding: 8px 5px;
      font-weight: 500;
      color: #fff; }
    .header-container .center .esri-search__suggestions-list {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #3b464b; }
    .header-container .center .search-wrapper {
      padding: 5px 7px;
      border-radius: 20px;
      background-color: #0d628f; }
    .header-container .center .locale-info-icon {
      height: 100%;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: -50px;
      color: rgba(255, 255, 255, 0.5); }
      .header-container .center .locale-info-icon:hover {
        background: #083852; }
      @media (max-width: 700px) {
        .header-container .center .locale-info-icon {
          padding: 0 10px;
          right: -30px; } }
    .header-container .center .suggestions_container {
      position: absolute;
      right: 11px;
      top: 49px;
      background: white;
      width: 350px;
      max-height: 300px;
      overflow: auto;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      font-size: 14px;
      color: #3b464b;
      z-index: 2000; }
      .header-container .center .suggestions_container .suggestions_header {
        background: #0d628f;
        padding: 8px 5px;
        font-weight: 500;
        color: #fff; }
      .header-container .center .suggestions_container .suggestions_item {
        padding: 8px;
        font-weight: 300; }
        .header-container .center .suggestions_container .suggestions_item:hover {
          background: #f6f7f7;
          cursor: pointer; }
    @media (max-width: 800px) {
      .header-container .center {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .header-container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 800px) {
      .header-container .right {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .header-container .right .logo {
      width: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px 0;
      cursor: pointer; }
      .header-container .right .logo img {
        width: 100%;
        height: auto; }
      .header-container .right .logo .edge {
        margin-right: 5px; }
      @media (max-width: 700px) {
        .header-container .right .logo {
          width: 95px;
          margin: 11px 0; } }
    .header-container .right .dropdown-icon {
      width: 65px;
      height: 100%;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-container .right .dropdown-icon img {
        width: 30px;
        height: auto; }
      @media (max-width: 700px) {
        .header-container .right .dropdown-icon {
          height: unset; } }

.header-dropdown {
  position: absolute;
  background-color: #094260;
  -webkit-box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3);
  top: 50px;
  right: 0px;
  padding: 0px 10px;
  z-index: 20;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  visibility: visible; }
  .header-dropdown.collapse {
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    height: 0;
    visibility: collapse; }
  .header-dropdown .dropdown-section {
    border-top: 0.5px rgba(255, 255, 255, 0.5) solid;
    padding: 20px 10px;
    color: white;
    font-weight: 300; }
    .header-dropdown .dropdown-section:nth-child(1) {
      border-top: none; }
    .header-dropdown .dropdown-section p {
      font-size: 12px;
      margin-bottom: 5px; }
    .header-dropdown .dropdown-section a {
      display: block;
      margin: 20px 0; }
    .header-dropdown .dropdown-section .share-url p {
      -webkit-margin-before: 0;
              margin-block-start: 0; }
    .header-dropdown .dropdown-section .share-url input {
      border: 0.5px rgba(255, 255, 255, 0.5) solid;
      background-color: transparent;
      color: white;
      padding: 5px;
      min-width: calc(100% - 40px);
      font-weight: 300;
      font-size: 12px; }
    .header-dropdown .dropdown-section .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 5px 0 0 0; }
    .header-dropdown .dropdown-section .social-icon {
      cursor: pointer; }
      .header-dropdown .dropdown-section .social-icon a {
        display: inline-block;
        margin-right: 28px;
        margin-top: 10px;
        -webkit-filter: brightness(80%);
                filter: brightness(80%);
        -webkit-transition: 0.25s -webkit-filter;
        transition: 0.25s -webkit-filter;
        transition: 0.25s filter;
        transition: 0.25s filter, 0.25s -webkit-filter; }
      .header-dropdown .dropdown-section .social-icon.mail a {
        width: 42px;
        height: 28px;
        background: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjQycHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDQyIDI4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4yICg1NzUxOSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJtYWlsLWljb24iIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtcGF0aCIgeD0iMCIgeT0iMCIgd2lkdGg9IjQyIiBoZWlnaHQ9IjI4IiByeD0iMSI+PC9yZWN0PgogICAgICAgICAgICA8cGF0aCBkPSJNMTQsMTQuODIgTDE3LjE0MywxNy45NjYgTDE4LjE3MywxOS4wMDQgQzE4LjkyMDA0MzYsMTkuNzU5MjU5MSAxOS45MzgxOTU3LDIwLjE4NDI1NjggMjEuMDAwNSwyMC4xODQyNTY4IEMyMi4wNjI4MDQzLDIwLjE4NDI1NjggMjMuMDgwOTU2NCwxOS43NTkyNTkxIDIzLjgyOCwxOS4wMDQgTDI0Ljg2OCwxNy45NzggTDI4LDE0LjgyIEw0MC4wOSwyNyBMMS45MSwyNyBMMTQsMTQuODIgWiBNMS43MDcsMSBMNDAuMjkzLDEgTDI1LjUsMTUuOTE1IEwyMy4xMjEsMTguMzA1IEMyMi41NjA3ODg3LDE4Ljg3MTg2MzEgMjEuNzk2OTc1OCwxOS4xOTA4ODg2IDIxLDE5LjE5MDg4ODYgQzIwLjIwMzAyNDIsMTkuMTkwODg4NiAxOS40MzkyMTEzLDE4Ljg3MTg2MzEgMTguODc5LDE4LjMwNSBMMTYuNSwxNS45MDYgTDEuNzA3LDEgWiBNNDEsMS43MTMgTDQxLDI2LjUwMiBMMjguNzA3LDE0LjEwNyBMNDEsMS43MTMgWiBNMSwxLjcxMyBMMTMuMjkzLDE0LjEwNyBMMSwyNi41MDIgTDEsMS43MTMgWiIgaWQ9IlNoYXBlIiBzdHJva2U9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat center;
        background-size: 38px 28px; }
        .header-dropdown .dropdown-section .social-icon.mail a:hover {
          -webkit-filter: brightness(100%);
                  filter: brightness(100%); }
      .header-dropdown .dropdown-section .social-icon.facebook a {
        width: 12px;
        height: 24px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDE0IDI3Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGIiBkPSJNMSAxMy4yOTVWOC45NTNoMi40NzN2LS4zNTljLjAxNi0xLjA0Mi0uMDE5LTIuMDg4LjA2LTMuMTI1LjA5NS0xLjI3My41NzMtMi40MDcgMS41Ni0zLjI4MS45NC0uODMzIDIuMDgyLTEuMTUgMy4zMTEtMS4xNzUgMS4zMDUtLjAyNyAyLjYxLS4wMDQgMy45MTYtLjAwMi4wNzMgMCAuMTQ1LjAxMy4yMTUuMDJ2NC4yMDNIOS45NTJjLS44OTMgMC0xLjI4Mi4zODUtMS4yODUgMS4yNzQtLjAwMy43MjMgMCAxLjQ0NiAwIDIuMTd2LjI5MmgzLjkzYzAgLjExNy4wMDguMjEtLjAwMi4zMDItLjEzIDEuMjY5LS4yNjcgMi41MzgtLjM5MSAzLjgwOC0uMDIuMTk3LS4xMDMuMjQ2LS4yOS4yNDUtLjk2Mi0uMDA4LTEuOTI1LS4wMDQtMi44ODctLjAwNGgtLjM3MnYxMi4yNzJIMy40NzlWMTMuMzIxYy0uMTUyIDAtLjI3NC4wMDItLjM5NSAwTDEgMTMuMjk1Ii8+Cjwvc3ZnPgo=) no-repeat center;
        background-size: 12px 24px; }
        .header-dropdown .dropdown-section .social-icon.facebook a:hover {
          -webkit-filter: brightness(100%);
                  filter: brightness(100%); }
      .header-dropdown .dropdown-section .social-icon.twitter a {
        width: 28px;
        height: 24px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDMxIDI2Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGIiBkPSJNMSAyMi4wODJjMy4xMDQuMTkgNS44NzctLjUzOSA4LjUxMy0yLjQ4Ni0yLjY5Ny0uMzY3LTQuNTUzLTEuNjE4LTUuNDc3LTQuMDY1bDIuMzI3LS4xMjVjLTIuNzIyLTEuMTAzLTQuMzEtMi45MzgtNC40OTEtNS45MTlsMi4zNjkuNjE1QzMuMjEgOC45NjQgMi4zNzUgNy44MzYgMi4wNjUgNi4zNThjLS4zMDYtMS40NTMtLjA4MS0yLjc5Ni42MzQtNC4yMzcgMy4zMTYgMy43NzMgNy4zNiA1LjkxIDEyLjM5IDYuMjIxLS4zOS0yLjcwOC4zODgtNC44NTIgMi42MS02LjM1N0MxOS44MDguNTU3IDIyLjc1NS42OSAyNC43MSAyLjMzYy41NTQuNDY0IDEuMDM1LjU2NCAxLjY2OC4zMS44Ni0uMzQzIDEuNzI4LS42NjIgMi43MjctMS4wNDMtLjQxNiAxLjIzOC0xLjE5MyAyLjEyNC0yLjA4NCAzLjA4bDIuNTctLjYxMy4xNjEuMTcyYy0uNjkyLjcwMy0xLjM0MyAxLjQ1NS0yLjA5MyAyLjA5MS0uNDcuNC0uNjU1Ljc4LS42NjIgMS40LS4wOSA4LjExNi01LjU3OCAxNC45Ni0xMy4zNzMgMTYuNTkyLTQuMjEuODgtOC4yNi4zMS0xMi4wNTUtMS43NzdhNC41NzEgNC41NzEgMCAwIDEtLjM5My0uMjQyYy0uMDQ4LS4wMzMtLjA3Ny0uMDkzLS4xNzUtLjIxOCIvPgo8L3N2Zz4K) no-repeat center;
        background-size: 28px 24px; }
        .header-dropdown .dropdown-section .social-icon.twitter a:hover {
          -webkit-filter: brightness(100%);
                  filter: brightness(100%); }
.help-tooltip {
  z-index: 3;
  width: 315px;
  height: auto;
  padding: 40px 25px 15px 25px;
  background: white;
  display: none;
  -webkit-box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3); }
  .help-tooltip.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .help-tooltip .caret {
    width: 20px;
    height: 20px;
    background: white;
    border-top: 10px transparent solid;
    border-left: 10px transparent solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: calc(50% - 12.5px); }
  .help-tooltip .tooltip-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #292929;
    margin-top: 20px; }
    .help-tooltip .tooltip-footer .checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px); }
    .help-tooltip .tooltip-footer .checkbox-label {
      font-size: 12px;
      font-weight: 300;
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }
    .help-tooltip .tooltip-footer .close-btn {
      background: #ff7300;
      color: white;
      border-radius: 0 !important;
      width: 100px; }
    .help-tooltip .tooltip-footer .close-btn:hover {
      background: #e66800; }
  @media (max-width: 800px) {
    .help-tooltip.visible {
      top: 90px; } }
.locale-info {
  position: absolute;
  top: 50px;
  left: calc(50% + 230px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  max-height: 75%;
  overflow-y: auto;
  background-color: #094260;
  -webkit-box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: white;
  font-size: 14px;
  font-weight: 300; }
  .locale-info .locale-info__section {
    width: 350px; }
  .locale-info .locale-info__question {
    padding: 10px 10px;
    font-weight: 400;
    cursor: pointer;
    border-bottom: rgba(0, 0, 0, 0.2) 0.5px solid; }
    .locale-info .locale-info__question.selected, .locale-info .locale-info__question:hover {
      background-color: #083852; }
  .locale-info .locale-info__info {
    background-color: #073249;
    font-size: 12px;
    line-height: 1.4;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
    .locale-info .locale-info__info > div {
      padding: 15px 20px;
      max-height: 250px;
      overflow-y: auto;
      overflow-x: hidden;
      word-wrap: break-word;
      -ms-word-wrap: break-word; }
  @media (max-width: 700px) {
    .locale-info {
      top: 90px;
      left: unset;
      -webkit-transform: none;
              transform: none;
      right: 0px; }
      .locale-info .locale-info__section {
        width: calc(100vw - 75px);
        max-width: 350px; } }
.left-panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50px + 30px);
  z-index: 1;
  left: 0; }
  .left-panel-container .toggle {
    opacity: 0.9;
    cursor: pointer;
    border-left: 20px solid #094260;
    border-bottom: 15px solid transparent;
    height: 75px;
    display: block; }
    .left-panel-container .toggle .toggle-white-box {
      width: 5px;
      height: 50px;
      background-color: white;
      border-radius: 20px;
      margin-top: 5px;
      margin-left: -12px; }
    .left-panel-container .toggle.hidden {
      display: none; }
  .left-panel-container .left-panel-main {
    height: 100%;
    min-height: 75px;
    max-height: calc(100vh - 250px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    -webkit-box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3);
            box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: auto; }
    .left-panel-container .left-panel-main.collapse {
      padding: 0;
      width: 0px;
      visibility: collapse;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .left-panel-container .left-panel-main.collapse .left-panel-section {
        display: none; }
  .left-panel-container .locale-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0px;
    margin: 0px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.5px rgba(150, 150, 150, 0.5) solid; }
    .left-panel-container .locale-section .color {
      width: 20px;
      height: 20px;
      background-color: orange;
      margin-right: 10px; }
    .left-panel-container .locale-section .locale-num {
      font-weight: 700;
      font-size: 22px;
      margin-right: 10px; }
    .left-panel-container .locale-section .locale-name {
      margin-top: 3px;
      font-weight: 300; }
  .left-panel-container .single-result-section {
    padding: 10px;
    position: relative;
    padding-right: 30px; }
    .left-panel-container .single-result-section .num-results {
      margin-right: 10px;
      color: #094260;
      font-weight: 500;
      font-size: 21px; }
    .left-panel-container .single-result-section .label {
      font-weight: 400;
      font-size: 14px;
      color: #094260;
      margin-bottom: 5px; }
    .left-panel-container .single-result-section .result {
      font-size: 14px;
      font-weight: 300; }
  .left-panel-container .accordion-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .left-panel-container .accordion-section .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer; }
      .left-panel-container .accordion-section .header .flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .left-panel-container .accordion-section .header .num-results {
        margin-right: 10px;
        color: #094260;
        font-weight: 500;
        font-size: 21px; }
      .left-panel-container .accordion-section .header .label {
        font-weight: 300;
        font-size: 14px; }
      .left-panel-container .accordion-section .header .caret {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin: 8px 5px 0px 5px;
        height: 20px; }
        .left-panel-container .accordion-section .header .caret svg {
          width: 20px;
          height: auto; }
      .left-panel-container .accordion-section .header.selected, .left-panel-container .accordion-section .header:hover {
        background-color: #e6e6e6; }
    .left-panel-container .accordion-section .results {
      font-size: 14px;
      font-weight: 300;
      padding: 10px;
      position: relative;
      padding-right: 30px; }
  .left-panel-container .bold {
    font-weight: 400; }
  .left-panel-container .search-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    cursor: pointer; }
    .left-panel-container .search-icon svg {
      width: 15px;
      height: auto;
      fill: #1282bd; }
      .left-panel-container .search-icon svg:hover {
        fill: #094260; }
  @media (max-width: 800px) {
    .left-panel-container {
      top: calc(90px + 30px); } }
html,
body,
.container {
  height: 100%;
  width: 100%;
  margin: 0; }
  html .map-and-left-panel,
  body .map-and-left-panel,
  .container .map-and-left-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 50px);
    width: 100%;
    z-index: 0; }
    @media (max-width: 800px) {
      html .map-and-left-panel,
      body .map-and-left-panel,
      .container .map-and-left-panel {
        height: calc(100% - 90px); } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none; }

.pointer {
  cursor: pointer; }

h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 300; }

h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; }

a {
  color: white;
  font-size: 12px; }
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #c4c4c4; }

.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
          box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-handle:focus {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
          box-shadow: 0 0 0 5px #96dbfa;
  outline: none; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
          box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

.rc-slider .rc-slider-mark-text {
  z-index: 1; }

.rc-slider .rc-slider-track {
  visibility: hidden !important; }

.rc-slider .rc-slider-rail {
  border: 1px solid #aaa !important; }

.rc-slider .rc-slider-handle {
  border: 2px solid #fff;
  -webkit-box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.3); }
  .rc-slider .rc-slider-handle:hover {
    border: 2px solid #fff !important; }
  .rc-slider .rc-slider-handle:active {
    border: 2px solid #fff !important; }
  .rc-slider .rc-slider-handle:focus {
    border: 2px solid #fff !important; }

.rc-slider .rc-slider-dot {
  width: 2px !important;
  height: 14px !important;
  margin-bottom: -3px !important;
  margin-left: -2px !important;
  cursor: default !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #777 !important; }

.rc-slider-disabled {
  background-color: #c9c9c9 !important; }
  .rc-slider-disabled .rc-slider-track {
    border: 2px solid #aaa !important; }
  .rc-slider-disabled .rc-slider-rail {
    border: 2px solid #c9c9c9 !important; }
  .rc-slider-disabled .rc-slider-handle {
    border: 2px solid #777 !important; }
    .rc-slider-disabled .rc-slider-handle:hover {
      border: 2px solid #aaaaaa !important; }
    .rc-slider-disabled .rc-slider-handle:active {
      border: 2px solid #aaaaaa !important; }
    .rc-slider-disabled .rc-slider-handle:focus {
      border: 2px solid #aaaaaa !important; }

.esri-ui-bottom-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 45px;
  bottom: auto; }
  .esri-ui-bottom-right .esri-component {
    margin: 5px 0px; }
  .esri-ui-bottom-right .esri-widget-button {
    background-color: #094260;
    color: #fff; }
  .esri-ui-bottom-right .esri-locate.esri-widget--button {
    background-color: #094260;
    color: #fff; }

.esri-search {
  width: 370px;
  height: 20px;
  color: white;
  background-color: #0d628f; }
  .esri-search .esri-input {
    color: white; }
  .esri-search input {
    background-color: transparent !important; }
  .esri-search .esri-search__submit-button.esri-widget--button {
    background-color: transparent;
    color: #75d0fe !important; }
  .esri-search div.esri-widget--button {
    background-color: transparent;
    color: #75d0fe !important; }
  @media (max-width: 500px) {
    .esri-search {
      width: 300px; } }
  .esri-search .esri-widget-button {
    margin-right: 10px;
    font-weight: bold;
    color: #75d0fe !important; }
  .esri-search .esri-search--searching:before {
    background-color: transparent; }

.esri-search .esri-search__container:after {
  background-color: #75d0fe; }

.esri-widget .esri-menu {
  margin: 5px 4% 0 4%;
  width: 93%;
  color: #292929; }
  .esri-widget .esri-menu li {
    text-transform: capitalize; }

.esri-search .esri-search__suggestions-menu ul,
.esri-search .esri-search__suggestions-menu .esri-header {
  border: none; }

.esri-search .esri-search__input {
  margin-left: 20px;
  font-weight: 100;
  font-size: 13px; }

.esri-search .esri-search__input::-webkit-input-placeholder {
  color: white !important;
  font-size: 13px; }

.esri-search .esri-search__input::-moz-placeholder {
  color: white !important;
  font-size: 13px; }

.esri-search .esri-search__input::-ms-input-placeholder {
  color: white !important;
  font-size: 13px; }

.esri-search .esri-search__input::placeholder {
  color: white !important;
  font-size: 13px; }

.esri-search .esri-search__submit-button {
  border-left: none; }

.esri-widget .esri-menu .esri-header {
  background-color: #0d628f;
  color: white; }

.esri-basemap-gallery {
  background-color: transparent;
  width: 100%;
  overflow-y: visible; }

.esri-basemap-gallery__item-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.esri-basemap-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  margin: 5px 10px 0px 0px;
  border: none;
  overflow: hidden;
  cursor: pointer; }
  .esri-basemap-gallery__item img {
    padding: 3px;
    width: 130px;
    height: 100px;
    border: 2px solid transparent; }
  .esri-basemap-gallery__item:hover {
    border-left-color: transparent;
    background-color: transparent; }
    .esri-basemap-gallery__item:hover .esri-basemap-gallery__item-title {
      color: #094260; }

.esri-basemap-gallery__item-thumbnail {
  -webkit-box-shadow: none;
          box-shadow: none; }

.esri-basemap-gallery__item--selected {
  border-left-color: transparent !important;
  background-color: transparent !important; }
  .esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title {
    color: #094260 !important;
    font-weight: 700; }
  .esri-basemap-gallery__item--selected img {
    border: 2px solid #75d0fe; }

.esri-basemap-gallery__item-title {
  color: #094260;
  padding: 0; }

.esri-search__form :-ms-input-placeholder {
  color: white !important; }

.esri-search__form ::-ms-input-placeholder {
  color: white !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#app-container {
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*# sourceMappingURL=main.55f8def7.css.map*/