#evo-static-map-wrapper {
  height: 250px;
  min-width: 250px;
}
#evo-static-map-wrapper:focus,#evo-static-map-wrapper:focused {
 border:1px solid #004f8e;
}


/* HIDE COORDINATES IN FOOTER */

.view-office-locations-map .views-field-field-latitude {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.view-office-locations-map .views-field-field-longitude {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}


/** HIDE CONGRESSIONAL DISTRICT INFO **/


/* #block-views-block-congressional-district-block-1 {} */

div[id*="block-views-block-congressional-district-block"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.apple-btn-link {
  background: url('../assets/applemapsopen.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.google-btn-link {
  background: url('../assets/googlemapsopen.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.apple-btn-link,
.google-btn-link {
  padding: 0;
  width: 80px;
  height: 28px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.open-in-other-maps-wrapper {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin-top: 5px;
  margin-bottom: 2px;
}

.apple-maps-wrapper {
  margin-right: 5px;
}

.apple-btn-link:hover,
.google-btn-link:hover {
  border: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}


/* TEMP FOOTER COLOR CHANGE */

.pr-footer {
  color: #575757 !important;
  background-color: #e6e6e6 !important;
}

.evo-map-view-office-locations>.view-rows {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  background: #f7f7f7;
  padding: 1em;
  flex-wrap: wrap;
}

.evo-map-views-row {
  margin-right: 3em;
}

.evo-map-view-office-locations .views-field-field-city {
  float: left;
  margin-right: 4px;
  position: relative;
}

.evo-map-view-office-locations .views-field-field-city>.field-content::after {
  content: ",";
  position: relative;
}

.evo-map-view-office-locations .views-field-field-state {
  float: left;
  margin-right: 5px;
  position: relative;
}

.apple-maps-wrapper,
.google-maps-wrapper {
  cursor: pointer;
}

.evo-map-views-row {
  min-width: 18%;
}

.apple-maps-wrapper .evo-map-tooltip,
.google-maps-wrapper .evo-map-tooltip {
  position: absolute;
  background: #f5f5f5;
  width: 300px;
  height: auto;
  z-index: 999;
  font-size: 13px;
  line-height: 1.4;
  padding: 1em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: translateY(5px);
  display: none;
}

.apple-maps-wrapper:hover .evo-map-tooltip {
  display: block;
}

.google-maps-wrapper:hover .evo-map-tooltip {
  display: block;
}

.evo-map-views-row .views-field-field-evo-phone .field-content::before {
  content: 'Phone: ';
  display: inline-block;
  margin-right: 3px;
}

.evo-map-views-row .views-field-field-evo-fax .field-content::before {
  content: 'Fax: ';
  display: inline-block;
  margin-right: 3px;
}

.view-office-locations-map .address {
  margin-bottom: 0;
}

.view-office-locations-map .country {
  display: none;
}

.evo-map-views-row {
  flex-wrap: wrap;
  flex: 1;
}

.evo-map-views-row>div {
  width: 100%;
}

.evo-map-view-office-locations .view-content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.evo-map-view-office-locations .view-content footer {
  width: 100%;
  margin-top: 1em;
}

#toolbar-administration .toolbar-menu-administration a:visited,
#toolbar-administration .toolbar-menu-administration a:active {
  color: #f5f5f5 !important;
}

#toolbar-administration .toolbar-menu-administration a {
  color: #fff !important;
}

.evo-map-settings-image {
  background: url('../css/images/evo_map_banner.png');
  background-size: cover;
  width: 100%;
  height: 180px;
  margin-bottom: 1em;
  border: 1px solid #c0c0c0;
  background-position-y: 57%;
  background-position-x: center;
}

#evo-map-settings {
  background: #f5f5f5;
  padding: 25px;
}

#evo-map-settings fieldset:not(.fieldgroup) {
  background-color: #fff;
}

.evo-office-locations-map-block {
  width: 100%;
  margin-bottom: 1rem;
}

div[class*="--tcmapblock"] {
  width: 100%;
}

.evo-map-view-office-locations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evo-map-view-office-locations>div {
  flex: 1;
}

.evo-map-views-row p {
  margin-bottom: 0;
}

.apple-google-btns {
  display: flex;
  margin-bottom: 5px;
}

div[class*="block--views-block--office-locations-block"] {
  margin-top: 2em;
  margin-bottom: -2em;
}

.map-loading-status {
  position: absolute;
  z-index: 999;
  padding: 10px 20px;
  font-weight: bold;
}

div[class*='evo-map-coordinates-view-block'] {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

div[class*='evo-map-coordinates-view-block']>div>div {
  display: flex;
  flex-wrap: wrap;
}

div[class*='evo-map-coordinates-view-block'] footer,
div[class*='views-block--evo-office-locations-block'] footer {
  width: 100%;
}

.evo-map-row {
  flex: 1;
  width: auto;
}

#evo-static-map-wrapper {
  margin-top: 1em;
}

.evo-map-office-coordinates-wrapper {
  position: absolute;
  font-size: 1px;
  opacity: 0;
  height: 0;
}


/* .evo-line2-populated::before {
    position: relative;
    content: ",";
    left: -1%;
} */

.apple-google-maps-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 5px;
}

.evo-map-office-info-wrapper {
  padding: 5px;
}

#coord-loader {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 1em;
  opacity: 0;
  pointer-events: none;
}

details[id*="group-administrative-field"] {
  position: relative;
}

#coord-loader>p {
  position: absolute;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  align-self: center;
  justify-self: center;
  align-items: center;
  font-weight: bold;
  font-size: 1em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  bottom: -10px;
}

#coord-loader>p:first-of-type {
  bottom: 15px !important;
  height: auto;
  top: 50px;
}

#gen-coord-btn {
  background: transparent;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  color: #0074bd;
  text-transform: uppercase;
}

#gen-coord-btn:hover {
  text-decoration: underline;
  opacity: 0.8;
}

#gen-coord-btn {
  background: linear-gradient(#f4f4f1, #eeeded);
  border: 1px solid #b8b8b8;
  font-weight: bold;
  text-transform: none;
  color: #444;
  font-size: 1.1em;
  margin-left: 20px;
  margin-bottom: 20px;
}

#gen-coord-btn:hover,
#gen-coord-btn:focus {
  background: linear-gradient(white, #eeeded);
  border: 1px solid #008ee6;
  text-decoration: none;
}

#gen-coord-btn.gen-coord-disabled,
#gen-coord-btn:hover.gen-coord-disabled {
  opacity: 0.5;
  border: 1px solid #444;
  background: linear-gradient(#f4f4f1, #eeeded);
}

#gen-coord-btn.gen-coord-enabled {
  opacity: 1.0;
}

.view-evo-map-coordinates-view {
  width: 100%;
}

.view-evo-map-coordinates-view .view-content {
  display: flex;
  flex-wrap: wrap;
}

div[class*="evo-map-coordinates-view-block"] * {
  font-family: Open Sans, arial, sans-serif;
}

div[class*="evo-map-coordinates-view-block"] a,
div[class*="evo-map-coordinates-view-block"] a.link {
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}

.evo-map-override-img {
  object-fit: cover;
}

div[class*="evo-office-locations-block"]>div>div {
  display: flex;
  flex-wrap: wrap;
}

div[class*="evo-office-locations-block"]>div>div .views-row {
  flex: 1;
  width: auto;
  padding: 0.5em;
  display: inline-block;
}

.office-ssdd-token,
.evo-dc-token {
  opacity: 0;
  display: block;
  height: 0;
  position: absolute;
  z-index: -99999;
  pointer-events: none;
}

.evo-views-row-container {
  width: 100%;
}


/** DC MAP **/

#evo-dc-office-map-wrapper {
  height: 300px;
}

/** 508 FIXES **/

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
	font-size: 1.375rem;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	font: bold 1.1rem 'Lucida Console', Monaco, monospace;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
	font-size: 0.6875rem;
}

.leaflet-container {
	font: 0.75rem/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-touch .leaflet-bar a {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
}


/* #gen-coord-btn {
    display: none;
} */

@media all and (max-width: 1000px) {
  .evo-map-views-row,
  div[class*="evo-office-locations-block"]>div>div .views-row {
    margin-bottom: 1.5em;
    flex: auto;
  }
  .evo-map-tooltip {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  div[class*="evo-map-coordinates-view-block"]>div>div {
    display: block;
  }
  div[class*="evo-office-locations-block"]>div>div {
    display: block;
  }
  .views-row.evo-map-row {
    float: left;
    width: auto;
    max-width: 250px;
  }
  div[class*="evo-office-locations-block"]>div>div .views-row {
    float: left;
    width: auto;
    max-widtH: 250px;
  }
}

.evo-view-evo-office-locations, .evo-views-row-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
