@charset "UTF-8";
.maps-secondary-navigation-forms-form .form__single-field:after, .maps-secondary-navigation-forms-form .checkbox-label:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }

.google-map-container {
  width: 100%;
  height: calc(100vh - 250px); }
  @media screen and (min-width: 959px) {
    .google-map-container {
      height: calc(100vh - 190px);
      min-height: 700px; } }

.maps--save-route-container {
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.9);
  display: none; }
  @media screen and (min-width: 959px) {
    .maps--save-route-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }

.maps-overlay-full {
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.9);
  display: none;
  position: absolute;
  overflow: auto; }
  @media screen and (min-width: 959px) {
    .maps-overlay-full {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }

.maps-header {
  background: #86c441; }
  @media screen and (max-width: 967px) and (min-width: 768px) {
    .maps-header {
      margin-top: 0em; } }
  @media screen and (min-width: 768px) {
    .maps-header__mobile-navigation {
      display: none; } }
  .maps-header__mobile-search {
    background: #509700; }
    @media screen and (min-width: 768px) {
      .maps-header__mobile-search {
        display: none; } }
  .maps-header__desktop-navigation {
    display: none;
    padding-top: .9em; }
    @media screen and (min-width: 768px) {
      .maps-header__desktop-navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 115px;
        margin-top: -17px;
        padding: 2.8em 0;
        padding-bottom: 0em; } }

.maps-header-mobile-navigation-list {
  display: -ms-flexbox;
  display: flex; }
  .maps-header-mobile-navigation-list__item {
    width: 33.3%;
    height: 70px; }
    .maps-header-mobile-navigation-list__item:nth-child(2) {
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
    .maps-header-mobile-navigation-list__item--active {
      background: #509700; }
  .maps-header-mobile-navigation-list__link {
    display: block;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .maps-header-mobile-navigation-list__link--search svg {
      width: 30px;
      height: 30px;
      fill: #ffffff; }
    .maps-header-mobile-navigation-list__link--locate-me svg {
      width: 30px;
      height: 30px;
      fill: #ffffff; }
    .maps-header-mobile-navigation-list__link--my-routes svg {
      width: 30px;
      height: 30px;
      fill: #ffffff; }

.maps-header-mobile-search-form {
  padding: 10px;
  position: relative; }
  .maps-header-mobile-search-form__input-group {
    position: relative; }
  .maps-header-mobile-search-form__input {
    width: 100%;
    padding: 15px;
    padding-right: 50px;
    background: #ffffff;
    border-radius: 3px;
    border: 0;
    font-size: 16px; }
  .maps-header-mobile-search-form__icon {
    position: absolute;
    top: 8px;
    right: 11px;
    display: block;
    width: 30px;
    height: 30px; }
    .maps-header-mobile-search-form__icon svg {
      fill: #424242;
      width: 30px;
      height: 30px; }

.js--maps-header-mobile-search {
  display: none; }
  .js--maps-header-mobile-search--active {
    display: block; }

.maps-header-desktop-navigation-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .maps-header-desktop-navigation-search__input-group {
    position: relative;
    max-width: 360px; }
  .maps-header-desktop-navigation-search__input {
    -webkit-appearance: none;
    height: 45px;
    width: 100%;
    padding: 10px;
    padding-right: 50px;
    background: #ffffff;
    border-radius: 3px;
    border: 0;
    font-size: 18px; }
    @media screen and (min-width: 959px) {
      .maps-header-desktop-navigation-search__input {
        min-width: 365px; } }
  .maps-header-desktop-navigation-search__button {
    position: absolute;
    border: 0;
    top: 7px;
    right: 11px;
    display: block;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: none; }
    .maps-header-desktop-navigation-search__button svg {
      fill: #424242;
      width: 30px; }
  .maps-header-desktop-navigation-search__locate-me {
    width: 30px;
    height: 30px;
    margin-top: 1px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    right: 10px; }
    @media screen and (min-width: 959px) {
      .maps-header-desktop-navigation-search__locate-me {
        right: auto; } }
    .maps-header-desktop-navigation-search__locate-me svg {
      width: 30px;
      height: 30px;
      fill: #ffffff; }

.maps-header-desktop-navigation-introduction {
  padding-right: 20px; }
  .maps-header-desktop-navigation-introduction__heading {
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500; }

.maps-header-desktop-navigation-list > ul {
  display: -ms-flexbox;
  display: flex; }

.maps-header-desktop-navigation-list__item {
  position: relative;
  min-width: 175px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 71px;
  padding: 25px;
  background: #333333;
  margin-right: 5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500; }
  .maps-header-desktop-navigation-list__item--add-new {
    padding-right: 45px;
    padding: 27px; }
    @media screen and (min-width: 1200px) {
      .maps-header-desktop-navigation-list__item--add-new {
        display: block; } }
    .maps-header-desktop-navigation-list__item--add-new svg {
      position: absolute;
      width: 18px;
      height: 22px;
      z-index: 100;
      right: 18px;
      top: 24px;
      fill: #86c441;
      transform: rotate(-180deg); }
    .maps-header-desktop-navigation-list__item--add-new.active svg {
      transform: rotate(0deg); }
    .maps-header-desktop-navigation-list__item--add-new.selected {
      background: #030303; }
  .maps-header-desktop-navigation-list__item--my-routes {
    padding-left: 45px; }
    .maps-header-desktop-navigation-list__item--my-routes svg {
      position: absolute;
      width: 18px;
      height: 21px;
      z-index: 100;
      left: 16px;
      top: 24px;
      fill: #ffffff; }
    .maps-header-desktop-navigation-list__item--my-routes.selected {
      background: #030303; }
    .maps-header-desktop-navigation-list__item--my-routes.active {
      background: #16a6cf; }
  .maps-header-desktop-navigation-list__item:last-child {
    margin-right: 0; }

.maps-header-desktop-navigation-list-sub-list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 71px;
  background: #424242;
  z-index: 100;
  padding: 10px; }
  .maps-header-desktop-navigation-list-sub-list.active {
    display: block; }
  .maps-header-desktop-navigation-list-sub-list__item {
    color: #ffffff;
    padding: 20px 15px;
    cursor: pointer;
    font-weight: 500; }
    .maps-header-desktop-navigation-list-sub-list__item:hover {
      background: #16a6cf; }

.maps-status-messages {
  background-color: #424242; }
  .maps-status-messages__message {
    display: none;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 0 15px 15px;
    color: #ffffff;
    height: 50px; }

.maps-side-panel {
  display: none;
  height: calc(100vh - 190px);
  min-height: 700px;
  top: 0 !important;
  background: #333333;
  z-index: 1000001 !important; }
  .maps-side-panel__contents {
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 250px); }
    @media screen and (min-width: 959px) {
      .maps-side-panel__contents {
        height: calc(100vh - 190px);
        min-height: 700px;
        width: 400px; } }
    .maps-side-panel__contents-pane-navigation {
      display: -ms-flexbox;
      display: flex;
      padding: 19px 30px 16px;
      background: #000000;
      color: #ffffff;
      height: 75px; }
    .maps-side-panel__contents-information {
      padding: 20px 30px 60px;
      width: calc(100vw - 45px); }
      @media screen and (min-width: 959px) {
        .maps-side-panel__contents-information {
          width: auto; } }
  .maps-side-panel__action-tab {
    position: absolute;
    top: 0;
    right: -45px;
    width: 45px;
    height: 75px;
    display: block;
    background: rgba(66, 66, 66, 0.8); }
    .maps-side-panel__action-tab-icon {
      display: block;
      width: 45px;
      height: 75px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .maps-side-panel__action-tab-icon--hide-pane {
        transform: rotate(90deg); }
        .maps-side-panel__action-tab-icon--hide-pane svg {
          fill: #ffffff;
          width: 24px;
          height: 24px; }
      .maps-side-panel__action-tab-icon--show-pane {
        transform: rotate(-90deg); }
        .maps-side-panel__action-tab-icon--show-pane svg {
          fill: #ffffff;
          width: 24px;
          height: 24px; }

.maps-side-panel-contents-pane-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .maps-side-panel-contents-pane-navigation__filters-toggle-button {
    padding: 10px 15px 10px 35px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    background: url("../images/maps/icon--filter.7ef48c5d09ef.png") 10px 10px no-repeat;
    cursor: pointer; }
  .maps-side-panel-contents-pane-navigation__back-to-results {
    position: relative;
    padding: 10px 15px 10px 15px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #16a6cf;
    border-radius: 1px 5px 5px 1px;
    background: #16a6cf;
    text-transform: uppercase;
    margin-left: 19px; }
    .maps-side-panel-contents-pane-navigation__back-to-results:after {
      content: "";
      position: absolute;
      left: -21px;
      top: -2px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 19px solid #16a6cf;
      border-bottom: 22px solid transparent; }
    .maps-side-panel-contents-pane-navigation__back-to-results:hover {
      background: #1494b8;
      border: 2px solid #1494b8; }
      .maps-side-panel-contents-pane-navigation__back-to-results:hover:after {
        border-right: 19px solid #1494b8; }

.maps-side-panel-contents-information__heading {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px; }

.maps-side-panel-contents-information__summary {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ffffff; }
  .maps-side-panel-contents-information__summary-item {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    font-style: italic; }

.maps-side-panel-contents-information-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ffffff; }
  .maps-side-panel-contents-information-item__marker {
    position: relative; }
    .maps-side-panel-contents-information-item__marker-numeric-indicator {
      position: absolute;
      top: 7px;
      left: 15px;
      width: 20px;
      height: 20px;
      font-size: 13px;
      border-radius: 100px;
      text-align: center;
      line-height: 20px;
      font-weight: 800;
      color: #ffffff; }
  .maps-side-panel-contents-information-item__details {
    padding-left: 15px; }
    .maps-side-panel-contents-information-item__details-title {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 800;
      color: #ffffff; }
    .maps-side-panel-contents-information-item__details-distance {
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      color: #ffffff; }
    .maps-side-panel-contents-information-item__details-units {
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      color: #ffffff; }

.maps-pagination {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ffffff; }
  .maps-pagination__buttons {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .maps-pagination__buttons-item {
      margin-right: 10px; }
      .maps-pagination__buttons-item:last-child {
        margin-right: 0; }
  .maps-pagination__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .maps-pagination__list-item {
      display: inline-block !important;
      border: 1px solid #ffffff;
      border-radius: 3px;
      min-width: 35px;
      height: 35px;
      font-size: 15px;
      line-height: 35px;
      text-align: center;
      font-weight: 800;
      color: #ffffff;
      margin-right: 5px;
      margin-bottom: 5px;
      margin-top: 5px; }
      .maps-pagination__list-item:last-child {
        margin-right: 0; }
      .maps-pagination__list-item--active {
        background: #16a6cf; }
      .maps-pagination__list-item-icon {
        border: 1px solid #ffffff;
        display: inline-block;
        margin-bottom: 0;
        top: 4px;
        position: relative;
        width: 37px;
        height: 36px;
        border-radius: 3px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .maps-pagination__list-item-icon--previous {
          transform: rotate(90deg);
          margin-right: 7px; }
          .maps-pagination__list-item-icon--previous svg {
            fill: #ffffff;
            width: 16px;
            height: 36px;
            left: 8px;
            position: absolute; }
        .maps-pagination__list-item-icon--next {
          transform: rotate(-90deg);
          margin-left: 7px; }
          .maps-pagination__list-item-icon--next svg {
            fill: #ffffff;
            width: 16px;
            height: 36px;
            left: 8px;
            position: absolute; }

.maps-filter-tabs {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ffffff; }
  .maps-filter-tabs__list {
    display: -ms-flexbox;
    display: flex; }
    .maps-filter-tabs__list-item {
      display: inline-block;
      padding: 10px;
      border: 2px solid #ffffff;
      color: #16a6cf;
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-right: 8px;
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      cursor: pointer; }
      @media screen and (min-width: 959px) {
        .maps-filter-tabs__list-item {
          font-size: 15px; } }
      .maps-filter-tabs__list-item:last-child {
        margin-right: 0; }
      .maps-filter-tabs__list-item.active {
        background: #16a6cf;
        color: #ffffff; }

.maps-route-details__heading {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ffffff; }

.maps-route-details-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ffffff; }
  .maps-route-details-overview__marker {
    position: relative; }
    .maps-route-details-overview__marker-numeric-indicator {
      position: absolute;
      top: 7px;
      left: 15px;
      width: 20px;
      height: 20px;
      font-size: 13px;
      border-radius: 100px;
      text-align: center;
      line-height: 20px;
      font-weight: 800;
      color: #ffffff; }
  .maps-route-details-overview__details {
    padding-left: 15px; }
    .maps-route-details-overview__details-title {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 800;
      color: #ffffff; }
    .maps-route-details-overview__details-distance {
      margin-bottom: 5px;
      font-size: 15px;
      font-weight: 400;
      color: #ffffff; }
      .maps-route-details-overview__details-distance:last-child {
        margin-bottom: 0; }
    .maps-route-details-overview__details-units {
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      color: #ffffff; }

.maps-route-details-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #ffffff;
  margin-top: 30px; }
  .maps-route-details-summary__item-heading {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #ffffff; }
  .maps-route-details-summary__item-detail {
    font-size: 15px;
    line-height: 21px;
    color: #ffffff; }
  .maps-route-details-summary__item--type {
    width: 50%; }
  .maps-route-details-summary__item--terrain {
    width: 50%; }
  .maps-route-details-summary__item--description {
    width: 100%;
    margin-top: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word; }

.maps-route-details-user {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ffffff; }
  .maps-route-details-user__avatar {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: #ffffff;
    border: none; }
  .maps-route-details-user__username {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #ffffff; }
    .maps-route-details-user__username strong {
      font-weight: 800; }
  .maps-route-details-user__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .maps-route-details-user__actions-item {
      color: #16a6cf;
      font-size: 15px;
      font-weight: 700; }
      .maps-route-details-user__actions-item i {
        display: none; }
      .maps-route-details-user__actions-item.busy i {
        display: inline-block;
        font-size: 15px; }
      .maps-route-details-user__actions-item:first-child {
        border-right: 2px solid #16a6cf;
        padding-right: 10px;
        margin-right: 10px; }

.maps-route-details-actions__item {
  height: 18px;
  padding-left: 25px;
  margin-top: 15px;
  font-size: 15px;
  color: #16a6cf; }
  .maps-route-details-actions__item:first-child {
    margin-top: 0; }
  .maps-route-details-actions__item--favourite {
    padding-top: 3px;
    padding-left: 0; }
    .maps-route-details-actions__item--favourite svg {
      fill: #16a6cf;
      width: 12px;
      height: 12px;
      margin-right: 7px; }
    .maps-route-details-actions__item--favourite.active {
      color: #f5386e; }
      .maps-route-details-actions__item--favourite.active svg {
        fill: #f5386e; }
  .maps-route-details-actions__item--clone {
    display: none;
    padding-top: 1px;
    background: url("../images/maps/icon--clone.388d2a35aa6c.png") 0 0 no-repeat; }
    @media screen and (min-width: 959px) {
      .maps-route-details-actions__item--clone {
        display: block; } }
  .maps-route-details-actions__item--completed {
    display: none;
    background: url("../images/maps/icon--completed.7dee2a6216f7.png") 0 0 no-repeat; }
    @media screen and (min-width: 959px) {
      .maps-route-details-actions__item--completed {
        display: block; } }

.maps-route-details-owner-actions {
  display: none;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ffffff; }
  @media screen and (min-width: 959px) {
    .maps-route-details-owner-actions {
      display: block; } }
  .maps-route-details-owner-actions__action {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 15px; }
    .maps-route-details-owner-actions__action:last-child {
      margin-bottom: 0; }

.favourite-icon svg {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px; }

.maps-filters-form {
  width: 88vw;
  background: #333333;
  position: absolute;
  z-index: 1000005 !important;
  top: 75px !important;
  padding: 20px 30px 60px;
  overflow: auto; }
  @media screen and (min-width: 959px) {
    .maps-filters-form {
      width: 380px; } }
  .maps-filters-form__heading {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ffffff; }
  .maps-filters-form .form__single-field {
    margin-top: 0 !important;
    margin-bottom: 20px; }
  .maps-filters-form .form__single-input {
    margin: 0 !important; }
  .maps-filters-form .form__single-label {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
    display: block; }
  .maps-filters-form .form__custom-label {
    color: #ffffff;
    font-size: 15px;
    display: block; }
  .maps-filters-form .form__custom-disance {
    display: -ms-flexbox;
    display: flex; }
    .maps-filters-form .form__custom-disance .form__single-field {
      max-width: 50%; }
      .maps-filters-form .form__custom-disance .form__single-field:first-child {
        margin-right: 20px; }
  .maps-filters-form .filter-bar-form__checkbox-label:before {
    margin-left: 0 !important; }
  .maps-filters-form .filter-bar-form__checkbox-label span {
    color: #ffffff;
    font-size: 15px; }
  .maps-filters-form__actions {
    text-align: center; }
    .maps-filters-form__actions a {
      font-size: 15px;
      color: #16a6cf; }
  .maps-filters-form .form__button {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%; }
  .maps-filters-form .form__custom-disance-units {
    display: inline-block;
    margin-top: 10px; }
    .maps-filters-form .form__custom-disance-units span {
      font-size: 12px;
      padding: 3px 5px;
      display: inline-block;
      border: 1px solid #ffffff; }
      .maps-filters-form .form__custom-disance-units span.active {
        background: #16a6cf; }

.maps-route-details-breakdown {
  position: absolute;
  top: 100px !important;
  right: 100px !important;
  display: none; }
  .maps-route-details-breakdown-eleveation {
    margin-top: 5px;
    background: rgba(51, 51, 51, 0.9) url("../images/maps/icon--show-eleveation.faf5ce5afa7b.png") no-repeat 15px 10px;
    border: none;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    text-align: left;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 700; }

.maps-route-details-breakdown-items {
  background: rgba(51, 51, 51, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 15px; }
  .maps-route-details-breakdown-items-item {
    text-align: center;
    margin-right: 20px; }
    .maps-route-details-breakdown-items-item:last-child {
      margin-right: 0; }
    .maps-route-details-breakdown-items-item__value {
      font-size: 34px;
      margin-bottom: 5px;
      color: #ffffff; }
    .maps-route-details-breakdown-items-item__label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: 700;
      font-size: 12px;
      color: #ffffff; }
      .maps-route-details-breakdown-items-item__label span {
        padding: 5px 8px; }
      .maps-route-details-breakdown-items-item__label--switch span {
        display: inline-block;
        border: 1px solid #ffffff;
        margin-right: 5px;
        font-weight: 700;
        font-size: 12px; }
        .maps-route-details-breakdown-items-item__label--switch span:last-child {
          margin-right: 0; }
        .maps-route-details-breakdown-items-item__label--switch span.active {
          background: #16a6cf;
          border: none; }

.numeric-pane-open {
  display: none;
  visibility: hidden; }
  @media screen and (min-width: 959px) {
    .numeric-pane-open {
      display: none;
      visibility: visible; } }

.maps-eleveation-chart {
  right: 100px !important;
  background: rgba(51, 51, 51, 0.9);
  color: #ffffff;
  width: 400px;
  height: 265px;
  padding: 15px;
  text-align: center; }
  .maps-eleveation-chart__heading {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }
  .maps-eleveation-chart__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px; }
    .maps-eleveation-chart__close svg {
      fill: #ffffff;
      width: 15px;
      height: 15px; }

.maps-cancel-dialog {
  text-align: center; }
  .maps-cancel-dialog__heading {
    margin-bottom: 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700; }
  .maps-cancel-dialog__subheading {
    font-size: 18px;
    color: #ffffff; }
  .maps-cancel-dialog__actions {
    margin-top: 30px; }
    .maps-cancel-dialog__actions-cancel {
      background: #16a6cf; }
      .maps-cancel-dialog__actions-cancel:hover {
        background: #1494b8; }

.maps-secondary-navigation {
  display: none; }
  @media screen and (min-width: 959px) {
    .maps-secondary-navigation {
      position: absolute !important;
      display: block;
      height: 80px;
      background: #030303;
      width: 100%;
      z-index: 1; } }

.maps-secondary-navigation-add-marker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 80px; }
  .maps-secondary-navigation-add-marker__instruction {
    display: none; }
    @media screen and (min-width: 959px) {
      .maps-secondary-navigation-add-marker__instruction {
        display: block;
        font-weight: 500;
        color: #ffffff;
        font-size: 16px; } }
  .maps-secondary-navigation-add-marker__actions {
    display: -ms-flexbox;
    display: flex; }
    .maps-secondary-navigation-add-marker__actions-save svg {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px;
      fill: #ffffff; }
    .maps-secondary-navigation-add-marker__actions-cancel {
      background: none; }
      .maps-secondary-navigation-add-marker__actions-cancel svg {
        position: relative;
        top: 1px;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        fill: #ffffff; }

.maps-secondary-navigation-add-route-controls {
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .maps-secondary-navigation-add-route-controls__item {
    margin-right: 15px; }
    .maps-secondary-navigation-add-route-controls__item:last-child {
      margin-right: 0; }
    .maps-secondary-navigation-add-route-controls__item ul {
      border: 1px solid #ffffff;
      border-radius: 5px;
      padding: 10px; }
    .maps-secondary-navigation-add-route-controls__item-action {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      margin-right: 10px;
      cursor: pointer;
      text-align: center; }
      .maps-secondary-navigation-add-route-controls__item-action:last-child {
        margin-right: 0; }
      .maps-secondary-navigation-add-route-controls__item-action--undo {
        width: 35px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--undo svg {
          width: 25px; }
        .maps-secondary-navigation-add-route-controls__item-action--undo.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--redo {
        width: 35px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--redo svg {
          width: 25px; }
        .maps-secondary-navigation-add-route-controls__item-action--redo.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--waypoints {
        width: 70px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--waypoints svg {
          width: 64px;
          height: 30px; }
        .maps-secondary-navigation-add-route-controls__item-action--waypoints.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--snap {
        width: 32px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--snap svg {
          width: 32px;
          height: 30px; }
        .maps-secondary-navigation-add-route-controls__item-action--snap.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--unsnap {
        width: 50px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--unsnap svg {
          width: 32px;
          height: 30px; }
        .maps-secondary-navigation-add-route-controls__item-action--unsnap.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--loop {
        width: 35px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--loop svg {
          width: 32px;
          height: 30px; }
        .maps-secondary-navigation-add-route-controls__item-action--loop.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--out-and-back {
        width: 90px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--out-and-back svg {
          width: 90px;
          height: 30px; }
        .maps-secondary-navigation-add-route-controls__item-action--out-and-back.active {
          color: #f5386e;
          fill: #f5386e; }
      .maps-secondary-navigation-add-route-controls__item-action--clear {
        width: 40px;
        fill: #ffffff; }
        .maps-secondary-navigation-add-route-controls__item-action--clear svg {
          width: 35px;
          height: 30px; }
        .maps-secondary-navigation-add-route-controls__item-action--clear.active {
          color: #f5386e;
          fill: #f5386e; }

.maps-secondary-navigation-upload-gpx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 80px; }
  .maps-secondary-navigation-upload-gpx__instruction {
    display: none; }
    @media screen and (min-width: 959px) {
      .maps-secondary-navigation-upload-gpx__instruction {
        display: block;
        font-weight: 500;
        color: #ffffff;
        font-size: 16px; } }
  .maps-secondary-navigation-upload-gpx__actions {
    display: -ms-flexbox;
    display: flex; }
    .maps-secondary-navigation-upload-gpx__actions-save svg {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px;
      fill: #ffffff; }
    .maps-secondary-navigation-upload-gpx__actions-cancel {
      background: none;
      margin-left: 1rem; }
      .maps-secondary-navigation-upload-gpx__actions-cancel svg {
        position: relative;
        top: 1px;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        fill: #ffffff; }

.maps-secondary-navigation-add-route {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 80px; }
  .maps-secondary-navigation-add-route__instruction {
    display: none; }
    @media screen and (min-width: 959px) {
      .maps-secondary-navigation-add-route__instruction {
        display: block;
        font-weight: 500;
        color: #ffffff;
        font-size: 16px; } }
  .maps-secondary-navigation-add-route__actions {
    display: -ms-flexbox;
    display: flex; }
    .maps-secondary-navigation-add-route__actions-save svg {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px;
      fill: #ffffff; }
    .maps-secondary-navigation-add-route__actions-cancel {
      background: none;
      margin-left: 1rem; }
      .maps-secondary-navigation-add-route__actions-cancel svg {
        position: relative;
        top: 1px;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        fill: #ffffff; }

.maps-secondary-navigation-forms {
  padding-top: 100px; }
  .maps-secondary-navigation-forms__header {
    display: none; }
    @media screen and (min-width: 959px) {
      .maps-secondary-navigation-forms__header {
        position: absolute !important;
        display: block;
        height: 80px;
        background: #030303;
        width: 100%;
        z-index: 1;
        left: 0; } }

.maps-secondary-navigation-forms-header__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 80px; }
  .maps-secondary-navigation-forms-header__actions-previous {
    background: #16a6cf; }
    .maps-secondary-navigation-forms-header__actions-previous:hover {
      background: #1494b8; }
    .maps-secondary-navigation-forms-header__actions-previous svg {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px;
      fill: #ffffff; }
  .maps-secondary-navigation-forms-header__actions-cancel {
    background: none;
    margin-left: 1rem; }
    .maps-secondary-navigation-forms-header__actions-cancel svg {
      position: relative;
      top: 1px;
      width: 15px;
      height: 15px;
      margin-right: 5px;
      fill: #ffffff; }

.maps-secondary-navigation-forms-form {
  width: 380px; }
  .maps-secondary-navigation-forms-form input[type="text"], .maps-secondary-navigation-forms-form select, .maps-secondary-navigation-forms-form textarea {
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #424242; }
  .maps-secondary-navigation-forms-form__heading {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px; }
  .maps-secondary-navigation-forms-form .form__single-field {
    margin-bottom: 20px; }
  .maps-secondary-navigation-forms-form .form__single-input {
    font-size: 15px;
    font-weight: 500; }
  .maps-secondary-navigation-forms-form .form__single-label {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500; }
  .maps-secondary-navigation-forms-form .checkbox {
    display: none; }
    .maps-secondary-navigation-forms-form .checkbox-label {
      padding: 0.8em 0;
      display: block; }
      .maps-secondary-navigation-forms-form .checkbox-label:before {
        font-family: "iconFont";
        content: "";
        color: transparent;
        margin-left: 0;
        background: #f1f2f4;
        border: 1px solid #ccd0cf;
        padding: 3px;
        margin-right: 1em;
        border-radius: 3px;
        float: left; }
      .maps-secondary-navigation-forms-form .checkbox-label span {
        font-size: 15px;
        color: #ffffff;
        float: left;
        width: 70%;
        line-height: 20px;
        font-weight: 500; }
    .maps-secondary-navigation-forms-form .checkbox:checked + .checkbox-label:before {
      color: #ffffff;
      background: #16a6cf;
      border: 1px solid #16a6cf; }
  .maps-secondary-navigation-forms-form__actions {
    margin-top: 20px; }
    .maps-secondary-navigation-forms-form__actions-save svg {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px;
      fill: #ffffff; }

.gm-style {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif !important; }
