/* Unmodified code we received from Valentina from T4 */
.map-tool {
  width: 100%;
  max-width: 77em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2em; }
  @media (min-width: 800px) {
    .map-tool {
      padding: 0 0 0 0; } }
  .map-tool #map-box {
    height: 22.5em;
    width: 100%; }
    @media (min-width: 500px) {
      .map-tool #map-box {
        height: 25em; } }
    @media (min-width: 800px) {
      .map-tool #map-box {
        height: 100%;
        min-height: 53em; } }
  .map-tool .silc-grid__col {
    margin-bottom: 0; }
  .map-tool #map-info-box {
    width: 100%;
    height: 100%;
    background-color: #ebebeb; }
    .map-tool #map-info-box .interior-binder {
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 1em 1.5em 2em 1.5em; }
      .map-tool #map-info-box .interior-binder .single-location {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 1.5em;
        position: relative; }
        .map-tool #map-info-box .interior-binder .single-location.activated .right-side {
          color: #cd5932; }
          .map-tool #map-info-box .interior-binder .single-location.activated .right-side a {
            color: #cd5932; }
        .map-tool #map-info-box .interior-binder .single-location.activated svg path {
          fill: #cd5932 !important; }
        .map-tool #map-info-box .interior-binder .single-location:hover {
          cursor: pointer; }
          .map-tool #map-info-box .interior-binder .single-location:hover .right-side {
            color: #cd5932; }
            .map-tool #map-info-box .interior-binder .single-location:hover .right-side a {
              color: #cd5932; }
          .map-tool #map-info-box .interior-binder .single-location:hover svg path {
            fill: #cd5932 !important; }
        .map-tool #map-info-box .interior-binder .single-location .svg-hold {
          position: absolute;
          left: 0;
          top: 0;
          width: 1.5em;
          height: 100%; }
          .map-tool #map-info-box .interior-binder .single-location .svg-hold svg {
            width: 60%;
            height: auto;
            display: block;
            margin-right: auto;
            margin-left: auto;
            margin-top: 0.15em; }
            .map-tool #map-info-box .interior-binder .single-location .svg-hold svg path {
              fill: #367c99; }
        .map-tool #map-info-box .interior-binder .single-location .right-side {
          font-size: 0.7em;
          margin-bottom: 0.5em;
          color: #254a54; }
          @media (min-width: 500px) {
            .map-tool #map-info-box .interior-binder .single-location .right-side {
              min-height: 12em; } }
          .map-tool #map-info-box .interior-binder .single-location .right-side a {
            color: #cd5932;
            font-weight: 500;
            text-decoration: none; }
            .map-tool #map-info-box .interior-binder .single-location .right-side a:hover {
              text-decoration: underline; }
      .map-tool #map-info-box .interior-binder .pagination {
        width: 100%;
        position: relative;
        height: 2em;
        margin-top: 0.5em; }
        .map-tool #map-info-box .interior-binder .pagination #previous {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          left: 25%;
          right: 0;
          width: 2em;
          height: 2em; }
          .map-tool #map-info-box .interior-binder .pagination #previous.no-previous {
            opacity: 0.3;
            pointer-events: none; }
          @media (min-width: 800px) {
            .map-tool #map-info-box .interior-binder .pagination #previous {
              left: 35%; } }
        .map-tool #map-info-box .interior-binder .pagination #next {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          right: 25%;
          left: auto;
          width: 2em;
          height: 2em; }
          .map-tool #map-info-box .interior-binder .pagination #next.no-next {
            opacity: 0.3;
            pointer-events: none; }
          @media (min-width: 800px) {
            .map-tool #map-info-box .interior-binder .pagination #next {
              right: 35%; } }
      .map-tool #map-info-box .interior-binder .select-container {
        position: relative;
        margin-bottom: 1em;
        font-size: 1.1em;
        margin-right: auto;
        margin-left: auto; }
        @media (min-width: 600px) {
          .map-tool #map-info-box .interior-binder .select-container {
            font-size: 1em; } }
        .map-tool #map-info-box .interior-binder .select-container .select-indicator {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 2.5em;
          background-color: #254a54;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          border-left: 0.75em solid #fff;
          pointer-events: none;
          -webkit-perspective: 1px;
                  perspective: 1px;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box; }
          .map-tool #map-info-box .interior-binder .select-container .select-indicator:before {
            content: "";
            width: 50%;
            height: 50%;
            position: absolute;
            top: 25%;
            left: 50%;
            width: 0.2em;
            background-color: #fff;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
          .map-tool #map-info-box .interior-binder .select-container .select-indicator:after {
            content: "";
            width: 50%;
            height: 50%;
            position: absolute;
            top: 25%;
            left: 50%;
            width: 0.2em;
            background-color: #fff;
            -webkit-transform: translateX(-50%) rotate(90deg);
                    transform: translateX(-50%) rotate(90deg); }
        .map-tool #map-info-box .interior-binder .select-container select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          color: #254a54;
          width: 100%;
          padding: 0.75em;
          font-size: 1em;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: none;
          padding-right: 2.5em;
          background-color: #fff; }
      .map-tool #map-info-box .interior-binder h2 {
        text-transform: uppercase;
        color: #367c99;
        font-family: "myriad-pro", myriad, sans-serif;
        font-size: 1.5em;
        margin-top: 0.5em;
        margin-bottom: 0.75em; }
        @media (min-width: 500px) {
          .map-tool #map-info-box .interior-binder h2 {
            font-size: 2em; } }
      .map-tool #map-info-box .interior-binder .silc-grid {
        width: 100%; }
        .map-tool #map-info-box .interior-binder .silc-grid .silc-grid__col {
          padding-left: 20px;
          margin-bottom: 0; }

.gm-style .gm-style-iw {
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  overflow: visible !important; }
  .gm-style .gm-style-iw > div {
    overflow: visible !important; }
    .gm-style .gm-style-iw > div > div {
      overflow: visible !important; }
  .gm-style .gm-style-iw .map-balloon {
    position: relative;
    margin-top: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0.2rem 40px; }
    .gm-style .gm-style-iw .map-balloon .extra-info {
      width: 100%;
      height: 9em;
      overflow: hidden;
      overflow-y: scroll !important;
      border-top: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      z-index: 200;
      scroll-behavior: smooth; }
      .gm-style .gm-style-iw .map-balloon .extra-info .loc {
        margin: 0.2em 0;
        padding: 0.3em 0; }
    .gm-style .gm-style-iw .map-balloon:after {
      content: "";
      position: absolute;
      width: 17px;
      height: 2px;
      left: calc(50% + 27px);
      bottom: -18px;
      background-color: #fff;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 101; }
    .gm-style .gm-style-iw .map-balloon h3 {
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: 500; }
    .gm-style .gm-style-iw .map-balloon p {
      margin-bottom: 4px; }
      .gm-style .gm-style-iw .map-balloon p a {
        position: relative;
        z-index: 200; }
      .gm-style .gm-style-iw .map-balloon p:last-child {
        margin-bottom: 0; }

.map-directory {
  width: 100%;
  max-width: 77em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 800px) {
    .map-directory {
      padding: 0 0 0 0; } }
  .map-directory .location-title {
    font-weight: bold;
    line-height: 1.3; }
  .map-directory .silc-grid__col {
    margin: 0; }
  .map-directory #map-directory-map {
    height: 25em;
    width: 100%; }
    @media (min-width: 800px) {
      .map-directory #map-directory-map {
        height: 100%;
        min-height: 32.5em; } }
  .map-directory .map-directory-views-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #367c99; }
  .map-directory .map-directory-view {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #748e9c;
    cursor: pointer;
    -webkit-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out; }
    .map-directory .map-directory-view:hover, .map-directory .map-directory-view.is-active {
      color: #002539; }
    @media (min-width: 800px) {
      .map-directory .map-directory-view {
        font-size: 1.2rem; } }
  .map-directory .map-directory-main {
    padding-top: 0.5rem; }
  .map-directory .single-location {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
    padding-bottom: 0.75rem; }
    .map-directory .single-location.activated .right-side {
      color: #cd5932; }
      .map-directory .single-location.activated .right-side a {
        color: #cd5932; }
    .map-directory .single-location.activated svg path {
      fill: #cd5932 !important; }
    .map-directory .single-location:hover {
      cursor: pointer; }
      .map-directory .single-location:hover .right-side {
        color: #cd5932; }
        .map-directory .single-location:hover .right-side a {
          color: #cd5932; }
      .map-directory .single-location:hover svg path {
        fill: #cd5932 !important; }
    .map-directory .single-location .svg-hold {
      position: absolute;
      left: 0;
      top: 0;
      width: 1.5em;
      height: 100%; }
      .map-directory .single-location .svg-hold svg {
        width: 0.95rem;
        height: 1.5rem;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0.15em; }
        .map-directory .single-location .svg-hold svg path {
          fill: #367c99; }
    .map-directory .single-location .right-side {
      font-size: 0.7em;
      color: #254a54; }
      .map-directory .single-location .right-side a {
        color: #254a54;
        font-weight: 500;
        text-decoration: none; }
  .map-directory .map-directory-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ebebeb;
    z-index: 1; }
    .map-directory .map-directory-loading .shade {
      position: absolute;
      background: #ebebeb; }
    .map-directory .map-directory-loading .square {
      background: #c7531e; }
  .map-directory .map-directory-panel {
    background-color: #ebebeb;
    padding: 1em 1.5em 2em 1.5em;
    width: 100%;
    height: 100%;
    position: relative; }
  .map-directory .map-directory-categories-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .map-directory .map-directory-categories-list li {
      border-bottom: 1px solid #367c99;
      color: #002539;
      cursor: pointer;
      padding-bottom: 0.5rem;
      -webkit-transition: 0.3s color ease-in-out;
      transition: 0.3s color ease-in-out;
      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; }
      .map-directory .map-directory-categories-list li:hover {
        color: #367c99; }
  .map-directory .map-directory-viewport {
    overflow: hidden; }
  .map-directory .map-directory-view-compartment {
    width: 200%;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative; }
    .map-directory .map-directory-view-compartment.is-active {
      margin-left: -100%; }
      .map-directory .map-directory-view-compartment.is-active .map-directory-view-category-menu {
        opacity: 0; }
      .map-directory .map-directory-view-compartment.is-active .map-directory-view-category-results {
        opacity: 1; }
  .map-directory .map-directory-view-category-menu {
    width: 50%;
    float: left;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .map-directory .map-directory-view-category-results {
    width: 50%;
    float: right;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; }
  .map-directory .map-directory-view-results-back {
    cursor: pointer; }
    .map-directory .map-directory-view-results-back svg {
      margin-right: 0.25em;
      height: 15px; }
  .map-directory .pagination {
    position: relative;
    min-height: 2.5rem;
    margin-top: 1rem; }
    .map-directory .pagination .disable {
      opacity: 0.3;
      pointer-events: none; }
  .map-directory .prev-next--next {
    right: auto;
    left: 4.5rem; }