body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333; }

.map-search {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 312px;
  height: calc(100% - 2.5rem);
  display: flex;
  flex-direction: column;
  z-index: 999; }
  .map-search input {
    height: 48px;
    border: 5px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px; }
    .map-search input:focus {
      box-shadow: none;
      border: 5px solid rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    .map-search {
      top: 4.5rem;
      left: 0.5rem;
      width: calc(100% - 1rem);
      height: calc(100% - 5rem); }
      .map-search .form-group {
        margin-bottom: 0; } }

.js-search-list-block {
  border: 1px solid rgba(40, 105, 214, 0.8);
  background-color: #ffffff; }

.search-results-block {
  border: 5px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: auto;
  max-height: 100%; }
  @media (max-width: 768px) {
    .search-results-block {
      border: 5px solid rgba(0, 0, 0, 0.14);
      border-top-width: 0; } }

.search-results {
  background-color: #ffffff;
  border-radius: 3px; }

.search-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  background-color: #EBEBEB; }
  .search-tabs__list .search-tabs__item {
    display: flex;
    height: 60px;
    font-size: 24px;
    flex-grow: 1;
    text-align: center;
    align-items: center; }
    .search-tabs__list .search-tabs__item a {
      display: flex;
      align-self: stretch;
      align-items: center;
      flex-grow: 1;
      justify-content: center; }
      .search-tabs__list .search-tabs__item a.active {
        background-color: #ffffff; }
    .search-tabs__list .search-tabs__item:first-child a {
      border-top-left-radius: 3px; }
    .search-tabs__list .search-tabs__item:last-child a {
      border-top-right-radius: 3px; }

.search-results__item {
  position: relative;
  min-height: 90px;
  padding: 1rem 3rem 1rem 1rem;
  border-bottom: 1px solid #d4d4d4; }
  .search-results__item a {
    display: block;
    color: #8c8795; }
    .search-results__item a .search-results__title {
      margin: 0;
      font-size: 0.9375rem;
      color: #4a4a4a; }
    .search-results__item a .search-results__description {
      font-size: 0.875rem;
      color: #8c8795; }
    .search-results__item a:hover {
      text-decoration: none; }
      .search-results__item a:hover .search-results__title {
        color: #2869d6; }
  .search-results__item:last-child {
    border-width: 0; }

.search-results__marker {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: right; }
  .search-results__marker .marker-nr {
    position: absolute;
    width: 24px;
    text-align: center;
    color: #ffffff;
    top: 2px;
    right: 0;
    font-size: 14px; }
  .search-results__marker .marker-distance {
    font-size: 12px;
    color: #9a95a3; }
  .search-results__marker svg {
    display: block;
    width: 24px;
    height: auto;
    margin-left: auto; }
    .search-results__marker svg path {
      fill: #464D57; }

.search-results__item--active {
  background-color: #D4E1F7; }
  .search-results__item--active .search-results__marker svg path {
    fill: #ea332d; }

html, body {
  height: 100%; }

iframe {
  min-height: 100%; }

.bcrumb {
  margin: 1rem 0;
  padding: 0 1rem;
  list-style: none;
  display: flex; }
  .bcrumb .bcrumb__item {
    margin-right: 4px; }
    .bcrumb .bcrumb__item a {
      display: inline-block;
      width: 40px;
      line-height: 28px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      font-size: 14px;
      color: #4a4a4a; }
    .bcrumb .bcrumb__item.active a {
      background-color: #2869d6;
      color: #ffffff; }

.results-toggle {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #464D57;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .results-toggle a {
    color: #ffffff; }
  .results-close .results-toggle {
    margin-top: 0 !important;
    border-radius: 3px; }

.result-options {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center; }
  .result-options .result-count {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #9a95a3; }
    .result-options .result-count span {
      display: inline-block;
      margin-left: 0.325rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      border-radius: 8px;
      color: #ffffff;
      background-color: #2869d6;
      font-weight: 400; }
  .result-options .result-order select {
    padding: 0;
    border-width: 0;
    font-size: 14px;
    color: #333;
    outline: none; }

.nav-block {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border: 5px solid rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  z-index: 9999; }
  @media (max-width: 768px) {
    .nav-block {
      top: 0.5rem;
      left: 0.5rem;
      width: calc(100% - 1rem);
      right: unset; } }

.nav {
  display: flex;
  padding: 0.75rem;
  background-color: #2869d6;
  border-radius: 3px;
  align-items: center; }
  @media (max-width: 768px) {
    .nav {
      justify-content: flex-end; } }

.nav__brand {
  display: flex; }
  .nav__brand img {
    height: 26px; }

@media (max-width: 568px) {
  .active .nav__brand {
    display: none; } }
.nav__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  .active .nav__list {
    display: flex; }

.nav__item {
  margin-right: 2rem; }

.nav__link {
  color: #ffffff;
  font-weight: 500; }
  .nav__link svg {
    margin-right: 0.5rem; }
  .nav__link:hover {
    color: #ffffff;
    text-decoration: none; }

.nav__toggle {
  display: flex;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  width: 24px;
  justify-content: flex-end; }
  .nav__toggle:hover {
    color: #ffffff; }
  .nav__toggle .fa-times {
    display: none; }
  .active .nav__toggle .fa-bars {
    display: none; }
  .active .nav__toggle .fa-times {
    display: inline; }

.route__item {
  padding: 0.5rem 1rem; }
  .route__item.active {
    background-color: #D4E1F7; }

.route__destination {
  border-bottom: 1px solid #e8e7ea; }

.route__destination-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600; }

.route__destination-address {
  font-size: 14px;
  color: #8c8795; }

.route__step {
  display: flex;
  padding-left: 2.5rem;
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid #e8e7ea; }
  .route__step strong {
    font-weight: 600; }
  .route__step:last-child {
    border-bottom-width: 0; }

.route__step-distance {
  width: 150px;
  color: #8c8795;
  font-size: 12px;
  text-align: right; }

.route-inputs {
  margin-bottom: 1rem;
  padding: 0 1rem; }
  .route-inputs .route-start,
  .route-inputs .route-end {
    position: relative;
    margin-bottom: 0.25rem; }
  .route-inputs input {
    width: 100%;
    padding-left: 1.75rem;
    border-width: 0;
    font-size: 14px;
    height: 38px;
    box-shadow: inset 0 -1px 0 0 #CCCCCC;
    border-width: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .route-inputs input:focus {
      box-shadow: none;
      border-width: 0;
      box-shadow: inset 0 -1px 0 0 rgba(40, 105, 214, 0.6);
      outline: none; }

.route-inputs-ico {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  transform: translateY(-50%);
  text-align: center; }
  .route-start .route-inputs-ico {
    color: #2869d6; }
  .route-end .route-inputs-ico {
    color: #6BB51A; }

.route-tabs {
  margin-bottom: 0.5rem; }

.route-tabs__list {
  margin: 0;
  padding: 0 1rem;
  list-style: none;
  display: flex;
  font-size: 18px;
  align-items: flex-end; }
  .route-tabs__list:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc; }

.route-tabs__item {
  margin-right: 0.25rem; }
  .route-tabs__item:last-child {
    margin-right: 0; }

.route-tabs__link {
  display: flex;
  width: 68px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #4A4A4A;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15), inset 1px 0 0 0 rgba(0, 0, 0, 0.15), inset -1px 0 0 0 rgba(0, 0, 0, 0.15); }
  .route-tabs__link.active {
    color: #2869d6;
    box-shadow: inset 0 3px 0 0 #2869D6, inset 0 1px 0 0 rgba(0, 0, 0, 0.15), inset 1px 0 0 0 rgba(0, 0, 0, 0.15), inset -1px 0 0 0 rgba(0, 0, 0, 0.15); }

.region-list,
.county-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.region-list__item {
  font-size: 15px;
  font-weight: 600; }
  .region-list__item .region-list__link {
    display: block;
    padding: 0.75rem 1rem;
    color: #333;
    border-bottom: solid 1px #E0E0E0; }
    .region-list__item .region-list__link svg {
      margin-right: 0.25rem;
      color: #2869d6; }
  .region-list__item.active .region-list__link {
    background-color: #D4E1F7; }
    .region-list__item.active .region-list__link svg {
      color: #333; }

.county-list {
  margin-top: 0.5rem;
  padding-left: 2.5rem;
  font-size: 15px; }
  .county-list .county-list__item {
    font-weight: 400;
    margin-bottom: 0.5rem; }
    .county-list .county-list__item .county-list__link {
      color: #333; }

.popup,
.leaflet-popup {
  position: absolute;
  padding: 1rem;
  width: 252px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #2869D6;
  border-radius: 3px; }
  .popup:before, .popup:after,
  .leaflet-popup:before,
  .leaflet-popup:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0; }
  .popup:before,
  .leaflet-popup:before {
    bottom: -10px;
    left: 14px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #2869d6; }
  .popup:after,
  .leaflet-popup:after {
    bottom: -8px;
    left: 16px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff; }
  .popup .leaflet-popup-close-button,
  .leaflet-popup .leaflet-popup-close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 12px;
    color: #ea332d;
    line-height: 1; }
  .popup .popup__brand,
  .leaflet-popup .popup__brand {
    display: block;
    margin-bottom: 1rem; }
  .popup .popup__title,
  .leaflet-popup .popup__title {
    margin-bottom: 0.25rem;
    font-size: 15px;
    color: #343434; }
    .popup .popup__title a,
    .leaflet-popup .popup__title a {
      color: #343434; }
  .popup .popup__description,
  .leaflet-popup .popup__description {
    font-size: 14px;
    color: #8c8795; }

.leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: none; }
  .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    line-height: unset; }

.leaflet-popup-tip-container {
  display: none; }

#fmap {
  width: 100%;
  height: 100%; }

.search-results__itemlist {
  height: 80%;
  overflow: auto; }

.ui-autocomplete {
  z-index: 99999; }

.zlfmap-icon {
  width: 36px;
  height: 42px;
  background-image: url("/images/map-marker-full.svg");
  background-size: 32px 48px;
  background-repeat: no-repeat; }

.zlfmap-icon-red {
  width: 36px;
  height: 42px;
  background-image: url("/images/map-marker-full-red.svg");
  background-size: 32px 48px;
  background-repeat: no-repeat; }

.zlfmap-icon:hover {
  background-image: url("/images/map-marker-full-red.svg"); }

.zlfmap-icon-mypos {
  background-image: url("/images/your-location.svg");
  width: 36px;
  height: 42px;
  background-size: 32px 48px;
  background-repeat: no-repeat; }

.flmap-icon-text {
  color: #FFFFFF;
  font-size: 15px;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-left: -2px; }

.leaflet-control-container h3, .leaflet-popup-content h3 {
  font-size: 1.3em;
  font-weight: normal; }

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
  z-index: 999 !important; }

/*# sourceMappingURL=map.css.map */
