.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: 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: 20px;
}
#map-canvas {
  width: 100%;
  height: 900px;
}
.legend-wrapper {
  background-color: #54565b;
  position: absolute;
  width: 246px;
  height: 463px;
  border: 3px solid #ffffff;
  top: 120px;
  left: 5%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0px;
}
.legend {
  width: 100%;
  margin: 0 auto;
  font-size: .7em;
  font-family: 'Open Sans', sans-serif;
}
.legend a {
  background: transparent;
  display: block;
  padding: 6px;
  text-decoration: none;
  color: #ffffff!important;
  text-align: left;
  position: relative;
  z-index: 11;
  height: 46px;
  /*width: 232px;*/
  border-bottom: 3px solid #ffffff;
}
.legend a .list-text {
  line-height: 100%;
  margin-top: -10px;
}
.legend .dot {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 29px;
  margin-right: 5px;
  margin-bottom: -10px;
}
.local-beaches:hover {
  background-color: #f9a64a!important;
  color: #ffffff!important;
}
.local-beaches.active {
  background-color: #f9a64a!important;
  color: #ffffff!important;
}
.dining:hover {
  background-color: #3cb878!important;
  color: #ffffff!important;
}
.dining.active {
  background-color: #3cb878!important;
  color: #ffffff!important;
}
.shopping:hover {
  background-color: #f433ab!important;
  color: #ffffff!important;
}
.shopping.active {
  background-color: #f433ab!important;
  color: #ffffff!important;
}
.the-waterfront:hover {
  background-color: #006e90!important;
  color: #ffffff!important;
}
.the-waterfront.active {
  background-color: #006e90!important;
  color: #ffffff!important;
}
.the-new-sarasota:hover {
  background-color: #a2bff8!important;
  color: #ffffff!important;
}
.the-new-sarasota.active {
  background-color: #a2bff8!important;
  color: #ffffff!important;
}
.arts-entertainment:hover {
  background-color: #874f9b!important;
  color: #ffffff!important;
}
.arts-entertainment.active {
  background-color: #874f9b!important;
  color: #ffffff!important;
}
.suncoast:hover {
  background-color: #fabc3c!important;
  color: #ffffff!important;
}
.suncoast.active {
  background-color: #fabc3c!important;
  color: #ffffff!important;
}
.golf:hover {
  background-color: #229ec2!important;
  color: #ffffff!important;
}
.golf.active {
  background-color: #229ec2!important;
  color: #ffffff!important;
}
.travel-education:hover {
  background-color: #a57548!important;
  color: #ffffff!important;
}
.travel-education.active {
  background-color: #a57548!important;
  color: #ffffff!important;
}
.services:hover {
  background-color: #e62f54!important;
  color: #ffffff!important;
}
.services.active {
  background-color: #e62f54!important;
  color: #ffffff!important;
}
.map-info {
  background: rgba(255, 255, 255, 0.7);
  color: #707070;
  padding: 4px;
  width: 275px;
  height: 60%;
  position: absolute;
  top: 6%;
  right: 6%;
  border: 1px solid #c5c5c5;
}
.map-info h2 {
  margin: 0 auto 5px;
  min-height: 40px;
  background: #063c4a;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 5px;
}
.map-info span.local-beaches {
  height: 40px;
  padding: 5px;
  text-align: left;
  background: #f9a64a;
}
.map-info h2.local-beaches {
  background: #f9a64a;
}
.map-info h2.local-beaches:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.the-new-sarasota {
  background: #a2bff8;
}
.map-info h2.the-new-sarasota:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.dining {
  background: #3cb878;
}
.map-info h2.dining:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.shopping {
  background: #f433ab;
}
.map-info h2.shopping:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.the-waterfront {
  background: #006e90;
}
.map-info h2.the-waterfront:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.arts-entertainment {
  background: #874f9b;
}
.map-info h2.arts-entertainment:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.suncoast {
  background: #fabc3c;
}
.map-info h2.suncoast:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.golf {
  background: #229ec2;
}
.map-info h2.golf:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: -1px;
  margin-top: -5px;
}
.map-info h2.travel-education {
  background: #a57548;
}
.map-info h2.travel-education:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
.map-info h2.services {
  background: #e62f54;
}
.map-info h2.services:after {
  content: "";
  display: block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
/*
 *  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: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #b0ab90), color-stop(0.72, #c8c4ae), color-stop(0.88, #e8e5d6));
}
.locations {
  height: 89%;
  overflow-y: scroll;
  position: relative;
}
.loc {
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  border-bottom: 1px solid #585656;
  width: 100%;
  height: auto;
  text-align: left;
}
.loc h3 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1em;
  color: #707070;
  line-height: 100%;
}
.loc p {
  padding: 0;
  margin: 3px 0;
  font-size: .8em;
}
.p {
    line-height: 135%!important;
}
.loc a {
  color: #5fc2ac;
  text-transform: capitalize;
  text-decoration: none;
}
.loc a:hover {
  color: #707070;
}
.loc:hover {
  background: #ced7ef;
}
.loc.directions {
  height: 255px;
}
.title {
  padding: 5px;
  color: #FFFFFF;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
}
.title-wrapper {
  height: 40px;
  padding: 5px;
  text-align: left;
}
.map-active {
  background: #ced7ef;
}
.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-height: 1080px) {
  #map-canvas {
    width: 100%;
    height: 600px;
  }

  .map-info-wrapper {
    height: 440px;
    top: 40px;
  }

  .legend .dot {
    padding-top: 0px;
  }

  .map-info {
    height: 78%;
  }

}
@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: absolute;
    width: 100%;
    height: 176px;
    border: 1px solid #585656;
    top: 577px;
    left: 0;
    display: inline;
    padding: 5px;
    margin: 0 auto;
    background-color: #54565b;
  }
  .legend {
    border-left: 0 solid #585656;
    border-top: 0 solid #585656;
    border-right: 0 solid #585656;
    width: 100%;
    display: inline !important;
  }
  .legend a {
    height: 29px!important;
    width: 47%!important;
    padding: 0!important;
    display: block!important;
    text-align: center!important;
    float: left!important;
    line-height: 100%!important;
    margin-right: 2px;
    margin-bottom: 4px;
  }
  .legend a .list-text {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .map-info {
    width: 100%;
    height: 474px;
    position: relative;
    margin-top: 154px;
    right: 0;
  }
  #map-canvas {
    height: 600px;
  }
   .legend .dot.local-beaches {
    color: #1490dc;
    border-top: 0px!important;
  }

  .legend a .dot.local-beaches {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.dining {
    color:#77c933;
    border-top: 0px!important;
  }

  .legend a .dot.dining {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.shopping {
    color:#77c933;
    border-top: 0px!important;
  }

  .legend a .dot.shopping {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.the-waterfront {
    color:#77c933;
    border-top: 0px!important;
  }

  .legend a .dot.the-waterfront {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.the-new-sarasota {
    color: #f753d4;
    border-top: 0px!important;
  }

  .legend a .dot.the-new-sarasota {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.arts-entertainment {
    color:#ffbb3c;
    border-top: 0px!important;
  }

  .legend a .dot.arts-entertainment {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.suncoast {
    color: #c8d039;
    border-top: 0px!important;
  }
  
  .legend a .dot.suncoast {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.golf {
    color:#47d4cf;
    border-top: 0px!important;
  }
  
  .legend a .dot.golf {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.travel-education {
    color:#c74de2;
    border-top: 0px!important;
  }
  
  .legend a .dot.travel-education {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.services {
    color:#fb5c67;
    border-top: 0px!important;
  }
  
  .legend a .dot.services {
    color: #fff;
    border: 0px !important;
  }

  .local-beaches {
    border: 2px solid #f9a64a !important;
  }

  .dining {
    border: 2px solid #3cb878 !important;
  }

  .shopping {
    border: 2px solid #f433ab !important;
  }

  .the-waterfront {
    border: 2px solid #006e90 !important;
  }

  .the-new-sarasota {
    border: 2px solid #a2bff8 !important;
  }

  .arts-entertainment {
    border: 2px solid #874f9b !important;
  }

  .suncoast {
    border: 2px solid #fabc3c !important;
  }

  .golf {
    border: 2px solid #229ec2 !important;
  }

  .travel-education {
    border: 2px solid #a57548 !important;
  }

  .services {
    border: 2px solid #e62f54 !important;
  }

}

@media only screen and (max-width: 480px) {
  #map-canvas {
    height: 400px;
  }
  .legend-wrapper {
    top: 402px;
    width: 100%;
    height: 154px!important;
  }
  .legend {
    top: 20px;
    font-size: .5em;
  }

  .legend .dot {
    display: inline!important;
  }

  .legend a {
    background: transparent;
    text-decoration: none;
    text-align: center!important;
    position: relative;
    z-index: 11;
    height: 24px!important;
    float: left!important;
    display: block!important;
    width: 47%!important;
    line-height: 100%!important;
    margin-right: 2px;
    margin-bottom: 4px;
  }

  h2 {
    font-size: 1.2em!important;
    font-weight: bold;
    margin-right: 0;
  }

  .map-info {
    display: none!important;
  }

  .map-info-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    top: 136px;
    right: 0;
  }

  .footer-wrapper {
    margin-top: 200px!important;
  }

   .legend .dot.local-beaches {
    width: 6%;
    height: 60px;
    color: #1490dc;
    border-top: 0px!important;
  }

  .legend a .dot.local-beaches {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.dining {
    width: 6%;
    height:60px;
    color:#77c933;
    border-top: 0px!important;
  }

  .legend a .dot.dining {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.shopping {
    width: 6%;
    height:60px;
    color:#77c933;
    border-top: 0px!important;
  }

  .legend a .dot.shopping {
    color: #fff;
    border: 0px !important;
  }

  .legend a .list-text {
    letter-spacing: 1px;
    line-height: 20px;
  }

  .legend .dot.the-waterfront {
    width: 6%;
    height:60px;
    color:#77c933;
    border-top: 0px!important;
  }

  .legend a .dot.the-waterfront {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.the-new-sarasota {
    width: 6%;
    height: 60px;
    color: #f753d4;
    border-top: 0px!important;
  }

  .legend a .dot.the-new-sarasota {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.arts-entertainment {
    width: 14%;
    height:60px;
    color:#ffbb3c;
    border-top: 0px!important;
  }

  .legend a .dot.arts-entertainment {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.suncoast {
    width: 14%;
    height:60px;
    color: #c8d039;
    border-top: 0px!important;
  }
  
  .legend a .dot.suncoast {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.golf {
    width:14%;
    height:60px;
    color:#47d4cf;
    border-top: 0px!important;
  }
  
  .legend a .dot.golf {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.travel-education {
    width: 10%;
    height:60px;
    color:#c74de2;
    border-top: 0px!important;
  }
  
  .legend a .dot.travel-education {
    color: #fff;
    border: 0px !important;
  }

  .legend .dot.services {
    width: 6%;
    height:60px;
    color:#fb5c67;
    border-top: 0px!important;
  }
  
  .legend a .dot.services {
    color: #fff;
    border: 0px !important;
  }

  .local-beaches {
    border: 2px solid #f9a64a !important;
  }

  .shopping {
    border: 2px solid #f433ab !important;
  }

  .dining {
    border: 2px solid #3cb878 !important;
  }  

  .the-waterfront {
    border: 2px solid #006e90 !important;
  }

  .the-new-sarasota {
    border: 2px solid #a2bff8 !important;
  }

  .arts-entertainment {
    border: 2px solid #874f9b !important;
  }

  .suncoast {
    border: 2px solid #fabc3c !important;
  }

  .golf {
    border: 2px solid #229ec2 !important;
  }

  .travel-education {
    border: 2px solid #a57548 !important;
  }

  .services {
    border: 2px solid #e62f54 !important;
  }


}
