#map {
  padding: 140px 0 0;
  transition: height 0.25s ease; }
  @media (max-width: 1199.98px) {
    #map {
      padding-top: 0; } }
  @media (min-width: 992px) {
    #map_holder, #map_inner {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100% !important;
      max-width: 100%; } }
  #map_inner {
    padding-top: 30px; }
    @media (max-width: 991.98px) {
      #map_inner {
        background-color: #f5f5f5; } }
  #map_holder {
    flex-direction: column; }
  #map_access {
    display: flex !important;
    right: unset !important;
    gap: 15px 30px;
    width: 100%;
    padding-top: 30px;
    top: -120px !important;
    max-width: calc(100% - (80px * 2)) !important; }
    @media (min-width: 1600px) {
      #map_access {
        max-width: calc(100% - (120px * 2)) !important; } }
    @media (min-width: 992px) {
      #map_access {
        border-top: 1px solid #000; } }
    @media (max-width: 1199.98px) {
      #map_access {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        padding-bottom: 30px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #map_access {
        max-width: calc(100% - (60px * 2)) !important;
        left: 60px; } }
    @media (max-width: 767.98px) {
      #map_access {
        max-width: calc(100% - (30px * 2)) !important;
        left: 30px; } }
    .world #map_access {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      @media (max-width: 1199.98px) {
        .world #map_access {
          flex-direction: column-reverse; } }
    @media (max-width: 1199.98px) {
      .country #map_access {
        flex-direction: column; } }
    #map_access .select-wrapper {
      position: relative; }
      body.loading #map_access .select-wrapper {
        display: none !important; }
      #map_access .select-wrapper:after {
        content: "\f115";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        position: absolute;
        right: 30px;
        top: 50%;
        translate: 0 -50%;
        font-size: 16px;
        pointer-events: none; }
    #map_access .select-custom {
      position: relative;
      display: flex;
      flex-direction: column; }
      #map_access .select-custom label {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1.66px;
        display: block;
        margin-bottom: 15px; }
      #map_access .select-custom-button {
        color: #006ff0;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        position: relative;
        text-align: left;
        padding: 0 28px;
        height: 44px;
        border: none;
        border-radius: 25px;
        transition: 0.25s ease;
        background-color: #EBEDED;
        min-width: 100%;
        z-index: 1; }
        #map_access .select-custom-button {
          font-size: 16px; }
        @media (min-width: 575px) {
          #map_access .select-custom-button {
            font-size: calc(16px + 2 * (100vw - 575px) / 1825); } }
        @media (min-width: 2400px) {
          #map_access .select-custom-button {
            font-size: 18px; } }
        @media (min-width: 992px) {
          #map_access .select-custom-button {
            min-width: 296px; } }
        #map_access .select-custom-button:after {
          content: "\f115";
          font-family: "icons" !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: 30px;
          top: 50%;
          translate: 0 -50%;
          transition: 0.25s ease; }
        #map_access .select-custom-button.open:after {
          rotate: 180deg; }
      #map_access .select-custom-options {
        color: #006ff0;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        flex-direction: column;
        position: absolute;
        top: 100%;
        width: 100%;
        display: none;
        background-color: #fff;
        box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
        left: 0;
        padding: 0;
        max-height: 350px;
        overflow: auto; }
        #map_access .select-custom-options.open {
          display: flex;
          animation-name: fadeInDown;
          animation-duration: 0.25s;
          animation-fill-mode: both;
          animation-timing-function: ease;
          pointer-events: unset;
          z-index: 1;
          visibility: visible; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
        #map_access .select-custom-options span {
          cursor: pointer;
          text-decoration-thickness: 3px;
          text-decoration-color: transparent;
          text-underline-offset: 5px;
          text-decoration-line: underline;
          transition: 0.25s ease-in-out;
          padding: 10px;
          font-size: 14px;
          height: 41px; }
          #map_access .select-custom-options span:hover, #map_access .select-custom-options span:focus {
            background-color: #006ff0;
            color: #fff; }
    #map_access select {
      display: none; }
  #map_zoom {
    top: unset !important;
    bottom: 0 !important;
    left: 30px !important;
    right: unset !important; }
    #map_zoom svg path:nth-of-type(1), #map_zoom svg path:nth-of-type(3) {
      fill: #000;
      stroke: #000;
      fill-opacity: 1 !important; }
    #map_zoom svg path:nth-of-type(2), #map_zoom svg path:nth-of-type(4) {
      fill: #fff;
      stroke: #fff;
      fill-opacity: 1 !important; }
  #map.world .select-custom-container-1 {
    display: none; }
    #map.world .select-custom-container-1 span {
      display: none; }
  #map.country:not(.map-state-zoomed) .sm_location {
    display: none; }
  #map.country.map-state-zoomed #map_zoom {
    z-index: 9999 !important; }
  #map.country .select-custom-container-1 {
    z-index: 1; }
  #map.country .select-custom-container-2 {
    display: none; }
    #map.country .select-custom-container-2 span {
      display: none; }

.map-header {
  padding-left: 80px;
  padding-right: 80px;
  background-color: #fff;
  position: sticky;
  top: 110px;
  z-index: 100;
  padding-bottom: 5px; }
  @media (min-width: 1600px) {
    .map-header {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .map-header {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 767.98px) {
    .map-header {
      padding-left: 30px;
      padding-right: 30px; } }
  .user-logged-in .map-header {
    top: 80px; }
  @media (max-width: 1199.98px) {
    .map-header {
      top: 65px; } }
  .map-header .back {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration-color: #000 !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-decoration-line: underline;
    background: none;
    border: none;
    transition: 0.25s ease-in-out;
    padding: 0; }
    .map-header .back:before {
      content: "\f109";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      padding-right: 8px;
      left: 0;
      transition: 0.25s ease-in-out; }
    .map-header .back:not(.loading):hover, .map-header .back:not(.loading):focus {
      text-decoration-color: #FFD20A;
      text-decoration-thickness: 5px; }
      .map-header .back:not(.loading):hover:before, .map-header .back:not(.loading):focus:before {
        left: -8px; }
    .map-header .back.loading:before {
      content: '';
      background: url("/themes/custom/stanley_default/images/spinner.svg") no-repeat;
      background-size: contain;
      width: 28.4333px;
      height: 16px; }
    .map-header .back img {
      width: 25px; }
  .map-header.hide {
    visibility: hidden; }
    @media (max-width: 1199.98px) {
      .map-header.hide {
        display: none; } }

.map-selects {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 17px;
  padding-top: 17px;
  width: 100%;
  border-top: 1px solid #000; }
  @media (min-width: 1600px) {
    .map-selects {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .map-selects {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 767.98px) {
    .map-selects {
      margin-left: 30px;
      margin-right: 30px; } }

.map-filter {
  flex-direction: column; }
  .map-filter label {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.663px;
    text-transform: uppercase; }
  .map-filter:not(.hidden) {
    display: flex; }

.map-popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-color: #EBEDED;
  padding: 30px;
  z-index: 1000;
  opacity: 0; }
  .map-popup {
    font-size: 16px; }
  @media (min-width: 575px) {
    .map-popup {
      font-size: calc(16px + 8 * (100vw - 575px) / 1825); } }
  @media (min-width: 2400px) {
    .map-popup {
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    .map-popup {
      right: 30px;
      left: unset; } }
  .map-popup.show {
    opacity: 1; }
  .map-popup .tt_name_sm {
    font-weight: 700; }
  .map-popup .tt_custom_sm {
    font-size: 16px; }

.block-zensource-maps {
  max-width: 100%; }

#tt_sm_map {
  visibility: hidden;
  opacity: 0; }

.xmark_sm {
  display: none; }

.block-field-blocknodedojo-tier-pagebody {
  padding-left: 80px;
  padding-right: 80px; }
  @media (min-width: 1600px) {
    .block-field-blocknodedojo-tier-pagebody {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-field-blocknodedojo-tier-pagebody {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 767.98px) {
    .block-field-blocknodedojo-tier-pagebody {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .block-field-blocknodedojo-tier-pagebody {
      max-width: 60%;
      padding-right: 0 !important; } }

body.loading:before {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

body.loading:after {
  content: '';
  background-image: url("../../../images/loader.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 75px;
  height: 75px;
  translate: -50% -50%; }

body.loading #map_access .select-custom {
  display: none !important; }
/*# sourceMappingURL=map.css.map */
