.wpel-icon-right i.wpel-icon.dashicons-before {
  white-space: nowrap;
}

a[target='_blank']:after {
  font-family: dashicons;  
	content: "\f504";
	vertical-align: top;
	margin-left: 3px;
	white-space: nowrap;
}

#menu-social-1 a[target="_blank"]::after,
.social-links a[target="_blank"]::after,
.wp-block-social-links a[target="_blank"]::after {
  display: none;
}

/* Custom Map Homepage Mods */

@media only screen and (min-width: 954px) {
.page-id-48016 #page #content,
.page-id-48085 #page #content {
    margin-top: -70px;
  }
}

.page-id-48016 .main #post-48016 #breadcrumb-menu-main-menu-1, .menu-breadcrumb, #post-48016 .entry-header h1 {
  display: none;
}

.page-id-48085 .main #post-48085 #breadcrumb-menu-main-menu-1, .menu-breadcrumb, #post-48085 .entry-header h1 {
  display: none;
}

.page-id-48016 .featured-content__general:nth-child(2n) {
  background: rgba(255, 255, 255);
	margin-top: -150px;
}
.page-id-48085 .featured-content__general:nth-child(2n) {
  background: rgba(255, 255, 255);
	margin-top: -150px;
}

.page-id-48016 .featured-news-home .post-list .post-thumbnail + .content-wrapper .entry-header {
	padding-left: 0;
}

.page-id-48085 .featured-news-home .post-list .post-thumbnail + .content-wrapper .entry-header {
	padding-left: 0;
}

.page-id-48016 .featured-news-home .entry-footer,
.page-id-48085 .featured-news-home .entry-footer {
  display: none;
}


/* Custom Map Styling Mods */
.wp-block-citris-interactive-map__map-point-content a.button {
  background: #fff !important;
  border-color: #fff !important;
  color: #004a7c !important;
}
.wp-block-citris-interactive-map__map-point-content a.button:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.wp-block-citris-interactive-map__map-point-pin {
  z-index: 2;
}
.wp-block-citris-interactive-map__map-point-name:hover {
  background: #3182CE;
  color: #fff;
	border-color: #3182CE;
}
.wp-block-citris-interactive-map__content-hr {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width: 1119px) {
  .wp-block-citris-interactive-map__content--main {
    grid-template-columns: 1fr !important;
  }
}