@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rancho&family=Rosario:ital,wght@0,300..700;1,300..700&display=swap');


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.drop-shadow {
  position: relative;
  float: left;
  width: 40%;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -mox-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
  border-radius: 0 0 120px 120px / 0 0 6px 6px;
}
.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -mox-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -mox-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
}
.curved.v2:before {
  right: 0;
}
.curved.h1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.curved.h2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.rotated {
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-family: "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.map-area {
  position: relative;
  margin-top: 0;
}
#map-canvas {
  width: 100%;
  height: 800px;
}
.legend-wrapper {
  background: rgba(255,255,255,.85);
  position: absolute;
  width: 300px;
  height: 530px;
  top: 10%;
  left: 10%;
  display: block;
  padding: 5px;
}
.legend {
  width: 95%;
  margin: 0 auto;
  font-size: .70em;
  font-family:"Noto Sans", sans-serif;
  position:absolute;
  top:30px;
  left:20px;
}
.legend a {
  background: transparent;
  display: block;
  padding: 6px;
  text-decoration: none;
  text-align: left;
  position: relative;
  z-index: 11;
  height: 44px;
  width: 90%;
  color: #000000;
}
.legend a:hover {
/*  background: #eae6df; */
color: #00459b;
}
.legend a.active {
 /* background: #eae6df; */
}
.legend a .list-text {
  line-height: 100%;
  margin-top: -10px;
}
.legend .dot {
	position: relative;
    display: inline-block;
    padding: 0;
    width: 25px;
    height: 31px;
    margin-right: 5px;
    margin-bottom: -10px;
}
.legend .dot.parks-recreations {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/parks-recreations.png") no-repeat center center;
}
.legend .dot.shopping {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/shopping.png") no-repeat center center;
}
.legend .dot.dining {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/dining.png") no-repeat center center;
}
.legend .dot.sports-entertainment {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/sports-entertainment.png") no-repeat center center;
}
.legend .dot.arts-culture {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/arts-culture.png") no-repeat center center;
}
.legend .dot.boating-fishing-marinas {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/boating-fishing-marinas.png") no-repeat center center;
}
.legend .dot.golf {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/golf.png") no-repeat center center;
}
.legend .dot.airport-travel {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/airport-travel.png") no-repeat center center;
}
.legend .dot.worship {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/worship.png") no-repeat center center;
}
.legend .dot.schools {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/schools.png") no-repeat center center;
}
.legend .dot.services {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/services.png") no-repeat center center;
}
.legend .dot.medical-healthcare {
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/medical-healthcare.png") no-repeat center center;
}
.map-info {
  background: rgba(255, 255, 255, 0.7);
  color: #707070;
  width: 300px;
  height: 70%;
  position: absolute;
  top: 10%;
  right: 1%;
  border: 1px solid #c5c5c5;
}
.map-info h2 {
  margin: 0 auto 5px;
  min-height: 40px;
  background: #063c4a;
  font-family: "Noto Sans", sans-serif;
  padding: 10px 5px;
}
.map-info span.parks-recreations {
  height: 40px;
  padding: 5px;
  text-align: left;
  background: url("/wp-content/themes/TributaryFull2025/interactive-map/images/map/nav-icons/title-parks-recreations.png") no-repeat center right #6587d9;
}
.map-info h2.parks-recreations {
  background: #578bc6;
}

.map-info h2.dining {
  background: #eca957;
}

.map-info h2.dining {
  background: #eca957;
}

.map-info h2.worship {
  background: #7233c1;
}

.map-info h2.schools {
  background: #4073c2;
}

.map-info h2.shopping {
  background: #df76a8;
}
.map-info h2.sports-entertainment {
  background: #87cdf2;
}

.map-info h2.arts-culture {
  background: #9e68a4;
}

.map-info h2.boating-fishing-marinas {
  background: #f7d994;
}

.map-info h2.airport-travel {
  background: #9f7d58;
}

.map-info h2.golf {
  background: #63b57d;
}

.map-info h2.medical-healthcare {
  background: #d93731;
}

/*
 *  SCROOLL - STYLE 7
 */
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eae6df;
  border-radius: 3px;
}
#style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #eae6df;
}
#style-7::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #425d8a), color-stop(0.72, #bdcfee), color-stop(0.88, #bdcfee));
}
.locations {
  height: 95%;
  overflow-y: scroll;
  position: relative;
}
.loc {
  padding: 20px 10px;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  border-top:0;
  border-left:0;
  border-right:0;
  background:rgba(255, 255, 255, 0.6);
}
.loc h3 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: .8em!important;
  text-align:left!important;
  color: #0d5d8e!important;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 115%;
  font-family: 'Poppins', sans-serif!important;
}
.loc p {
  padding: 0;
  margin: 3px 0;
  font-size: .7em!important;
  line-height:115%!important;
  font-family: 'Poppins', sans-serif!important;
}
.loc a {
  color: #779b49!important;
  text-transform: uppercase;
  text-decoration: none!important;
  line-height:115%!important;
  font-family: 'Poppins', sans-serif!important;
}
.loc a:hover {
  color: #000;
}
.loc:hover {
  background: #f3e5c6;
}
.loc.directions {
  height: 255px;

}
.title {
  color: #FFFFFF;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  text-align:center;
}


.map-active {
  background: #f3e5c6;
}

.gm-style-iw {
  min-width: 238px;
  min-height: 125px;
  top: 0!important;
  left: 0!important;
  padding: 10px!important;
  color: #707070 !important;
}

@media only screen and (max-width: 1024px) {
  .legend-wrapper {
    left: 2%;
  }
  .map-info {
    position: absolute;
    top: 10%;
    right: 1%;
  }
}

@media only screen and (max-width: 780px) {
  .legend-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 5px;
    margin: 0 auto;
    background: #999!important;
  }

  .legend {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    width: 100%;
    display: inline !important;
    top: 0;
    left: 2px;

  }

  .legend a {
    background: transparent;
    display: inline;
    padding: 6px;
    text-decoration: none;
    color: #707070;
    text-align: left;
    position: relative;
    z-index: 11;
    height: 44px;
    width: 232px;
    border-bottom: 0px solid #585656;
  }

.legend .dot {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 25px;
    height: 41px;
    margin-right: -9px;
    margin-bottom: 0;
    transform: scale(0.7);
}

  .legend a .list-text {
    display: none !important;
  }
  .map-info {
    width: 100%;
    height: 260px;
    position: relative;
    top: 0;
    right: 0;
  }
  .map-info h2 {
      margin: 0 auto 5px;
      min-height: 53px;
      background: #063c4a;
      font-family: "Noto Sans", sans-serif;
      padding: 10px 5px;
  }
  #map-canvas {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  #map-canvas {
    height: 313px;
  }


}
