.mapp-layout {
	border: none;
	max-width: none;
	min-width: 200px;
	opacity: 1 !important;
	padding: 0px !important;
	background-color: transparent;
}

.mapp-spinner-overlay {
    align-items: center;
    background-color: var(--color-white);
    justify-content: center;
    opacity: 1;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

.mapp-key .is-layout-flex {
	gap: 10px;
}

.mapp-key-row.is-layout-flex {
	gap: 2rem;
}

.mapp-key {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.page-template-page-national .wp-block-separator.has-text-color.has-dark-green-color {
	background-color: transparent !important;
	border-bottom: 2px solid var(--national-dark-green) !important;
	padding: 0 !important;
	margin: var(--two-spacer) 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.page-template-page-national b, .page-template-page-national strong {
    font-family: var(--font-family-sans-serif-bold);
}

.page-template-page-national h4 strong {
    font-size: 20px;
	line-height: 1.3;
}

.page-template-page-national p {
	line-height: 1.4;
}

.page-template-page-national .mapp-spinner-overlay {
    background-color: var(--light-gray);
}

.page-template-page-national .deep-level-entry-content p, .entry-content p:not(.event-block *), .entry-content ul {
	font-family: var(--font-family-sans-serif-light);
}

.page-template-page-national h1,
.page-template-page-national h2,
.page-template-page-national h3,
.page-template-page-national h4,
.page-template-page-national h5,
.page-template-page-national h6 {
    font-family: var(--font-family-sans-serif-light);
}

.page-template-page-national h2 {
	font-size: 40px !important;
	line-height: 1.2 !important;
	letter-spacing: -2%;
}

.page-template-page-national .wp-block-buttons a {
	font-family: var(--font-family-sans-serif-light);
	border: 1px solid currentColor;
}

.page-template-page-national .national-logo-text {
    font-family: var(--font-family-sans-serif-headings);
	font-size: 30px;
}

.page-template-page-national {
    overflow-x: hidden;
}

.page-template-page-national {
    overflow-x: hidden;
}

.page-template-page-national .page-links a {
    color: var(--color-black);
	text-decoration: underline !important;
	text-decoration-color: var(--national-dark-green) !important;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}

.page-template-page-national .national-header {
	padding-left: 0;
	padding-right: 0;
}


.mapp-layout.aligncenter {
	text-align: left;
}

.mapp-layout, .mapp-layout .marker-cluster span {
	box-sizing: border-box;
	color: var(--color-white);
	font-family: var(--font-family-sans-serif-bold);
	font-size: 12px;
	font-weight: normal;
}

.mapp-layout, .mapp-layout * {
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	font-size: 13px;
}

.mapp-canvas {
	user-select: none;
}

.mapp-wrapper {
	min-height: 50px;
	position: relative;
}

.mapp-content {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.mapp-main {
	display: flex;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.mapp-content .mapp-main .mapp-canvas img {
	border: none;
	max-width: none;
	padding: 0;
}

.mapp-hidden {
	display: none;
}

.mapp-canvas-panel {
	flex: 1;
	height: 100%;
	margin: 0px;
	overflow: hidden !important;
	padding: 0px !important;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.mapp-canvas {
	height: 100%;
	word-wrap: normal;
}

.mapp-canvas img {
	background: none;
	box-shadow: none !important;
	border-radius: 0px !important;
	visibility: inherit !important;
	opacity: .8;
}

.leaflet-container .leaflet-control-attribution * {
	font-size: 8px;
}


.leaflet-popup-close-button {
	box-shadow: none !important;
	text-decoration: none !important;
}

a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	text-decoration: none !important;
}

.mapp-content .mapp-spinner-overlay {
	align-items: center;
	justify-content: center;
	opacity: 0.8;
	padding: 10px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10001;
}

.mapp-content .mapp-spinner {
	background: transparent url(../img/loading.gif) no-repeat center center;
	background-size: 64px;
	display: inline-block;
	height: 64px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10002;
	width: 64px;
}

.mapp-google-geolocate-wrapper {
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
	border-radius: 4px;
	position: absolute;
	bottom: 120px; right: 10px;

}

.mapp-google .mapp-geolocate-control {
	background-color: white;
	background: white url('../icons/location.svg') no-repeat center center;
	background-size: 18px 18px;
	height: 40px;
	width: 40px;
}

.mapp-leaflet-geolocate-wrapper {
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	position: absolute;
	bottom: 120px; right: 10px;
	z-index: 1000;
}

.mapp-leaflet-geolocate-wrapper .mapp-geolocate-control {
	background-color: white;
	background: white url('../icons/location.svg') no-repeat center center;
	background-size: 18px 18px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.mapp-leaflet-geolocate-wrapper .mapp-geolocate-control:hover {
	background-color: #f4f4f4;
}

.mapp-spinner {
    background: transparent url(../img/loading.gif) no-repeat center center;
    background-size: 64px;
    display: inline-block;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
    width: 64px;
}

.leaflet-container {
    background: transparent;
}

.mapp-sidebar {
	background-color: transparent;
	border-right: none;
	display: flex;
	flex-direction: column;
	max-width: 55%;
	position: relative;
	transition-property: all;
	transition-duration: .1s;
	width: 0;
}

.mapp-sidebar.mapp-sidebar-open {
	width: 300px;
}

.mapp-sidebar-toggle {
	align-items: center;
	background-color: var(--color-black);
	border: none;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	margin: auto;
	position: absolute;
	top: 0; left: 100%; bottom: 0;
	width: 24px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 997;
}

.mapp-sidebar-toggle::before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid var(--color-white);
	content: '';
}

.mapp-sidebar-open .mapp-sidebar-toggle::before {
	width: 0;
	height: 0;
	border-left: none;
	border-right: 6px solid var(--color-white);
}

.mapp-sidebar.mapp-sidebar-inline  {
	border: none;
	border-top: 1px solid lightgray;
	max-width: none;
	width: auto;
}

.mapp-sidebar-inline .mapp-sidebar-toggle {
	display: none;
}

.mapp-sidebar-inline .mapp-directions {
	max-width: none;
	width: auto;
}

.mapp-sidebar-inline .mapp-list {
	display: flex;
	flex: none;
	flex-direction: column;
	max-height: 350px;
	max-width: none;
	overflow: auto;
	width: auto;
}

.mapp-list {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.mapp-list .mapp-list-header {
	border: 1px solid var(--color-gray);
    background: var(--color-lightestgray);
    font-family: var(--font-family-sans-serif-bold);
    margin-bottom: 0;
	margin-right: 1rem;
    border-radius: 50px;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    text-align: center;
}

.mapp-list .mapp-items {
	padding: 1rem 1rem 1rem 0;
}

.mapp-list-count {
	text-align: center;
	font-size: 1rem;
	padding: 0rem;
}

.mapp-list .mapp-items {
	flex: 1;
	overflow: auto;
}

.mapp-list .mapp-item {
	align-items: center;
	border-bottom: none;
	display: flex;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px;
	margin-bottom: .5rem;
}

.marker-cluster-large {
    background-color: rgba(255, 0, 0, 0.3);
}

.mapp-list .mapp-item.mapp-selected {
	background-color: var(--color-black);
	color: var(--color-white);
}

.mapp-list .mapp-item.mapp-selected:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.mapp-list .mapp-item:hover {
	background-color: #eaeaea;
}

.mapp-list .mapp-info {
	flex: 1;
}

.mapp-list .mapp-info .mapp-template {
	align-items: center;
	display: flex;
}

.mapp-list .mapp-title {
	font-family: var(--font-family-sans-serif-bold);
	flex: 1;
}

.mapp-list .mapp-item .mapp-icon {
	border: none;                   
	max-width: 32px !important; 	
	max-height: 32px;
	margin: 0 5px;
	padding: 0;                     
}

.mapp-list-footer {
	border-top: 1px solid var(--color-black);
	display: flex;
	justify-content: center;
	padding: 10px;
}

.mapp-list .mapp-dir-wrapper {
	margin-top: 10px;
}

.mapp-list .mapp-dir {
	color: #4272db;
	cursor: pointer;
	white-space: nowrap;
}

.mapp-paginate-button {
	align-items: center;
	background-color: var(--color-white);
	border: 1px solid var(--color-black);
	border-radius: 5px;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 25px;
	justify-content: center;
	margin: 0 2px;
	width: 20px;
}

.mapp-paginate-button.mapp-disabled {
	color: #aaa;
}

.mapp-paginate-count {
	display: inline-block;
	min-width: 60px;
	text-align: center;
}

.mapp-header {
	align-items: center;
	background-color: transparent;
	border-bottom: none;
	display: flex;
	gap: 1rem;
	min-height: 45px;
	padding: 0 !important;
	margin-bottom: 1rem;
}

.mapp-search-container {
	display: flex;
	flex: 1;
	padding: 1rem 0rem;
	position: relative;
}

.mapp-search::after {
  content: '';
  background-color: var(--color-white);
  background-image: url('../icons/search.svg');
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0px;
  top: -4px;
}

.mapp-autocomplete {
	align-items: center;
	display: flex;
	flex: 1;
}

.mapp-autocomplete-wrapper {
	display: flex;
	flex: 1;
	height: 100%;
	position: relative;
}

.mapp-autocomplete input.mapp-places {
	background-color: var(--color-lightestgray) !important;
	border: none;
	border-bottom: none; 
	box-shadow: none ;
	color: black ;
	flex: 1;
	font-size: 1rem;
	font-family: var(--font-family-sans-serif-bold);
	font-weight: normal;
	height: auto;
	line-height: 100%;
	margin: 0 ;
	padding: .75rem 1.5rem .75rem 1rem;
	vertical-align: middle;
	border-radius: 8px;
	width: 100%;
}

.page-template-page-national .mapp-autocomplete input.mapp-places {
	background-color: var(--national-green) !important;
}

.mapp-autocomplete input.mapp-places:focus {
	outline: transparent;
}

.mapp-edit .mapp-autocomplete input.mapp-places {
	height: 37px;
}

.mapp-autocomplete-list {
	background-color: white;
	border: 1px solid var(--color-black);
	box-shadow: 0px 1px 2px transparent;
	cursor: pointer;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 10000;
	font-size: 1rem;
}

.mapp-autocomplete-item {
	background-color: inherit;
	border-bottom: 1px solid var(--color-black);
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	color: inherit;
	cursor: inherit;
	font: inherit;
	margin: 0;
	padding: 8px;
}

.mapp-autocomplete-item:last-child {
	border-bottom: none;
}

.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
	background-color: var(--color-black);
	color: var(--color-white);
}

.mapp-autocomplete-item {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.mapp-filters {
	display: flex;
}

.mapp-filters-spinner {
	background: transparent url(../img/loading.gif) no-repeat center center;
	height: 24px;
	width: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

.mapp-filter {
	display: flex;
	flex-direction: column;
}

.mapp-filter-button {
	align-items: center;
	display: flex;
	height: 45px;
	justify-content: center;
}

.mapp-filter-dropdown {
	background-color: white;
	display: none;
	flex-direction: column;
}

.mapp-filter-open .mapp-filter-dropdown {
	display: flex;
}

.mapp-filter-values {
	line-height: normal;
	min-width: 100%;
	overflow: auto;
	padding: 5px 10px;
}

.mapp-filter-toolbar {
	align-items: center;
	border-top: 1px solid lightgray;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.mapp-filter-toolbar .mapp-filter-count {
	display: none;
}

.mapp-filter-values .mapp-filter-label {
	font-weight: normal;
	padding: 10px 0;
	font-size: .8rem;
	letter-spacing: 2px;
	font-family: var(--font-family-sans-serif-bold);
	text-transform: uppercase;
	white-space: nowrap;
}

.mapp-filter-values label {
	align-items: center;
	color: #666;
	display: flex;
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 10px;
}

.mapp-filter-values label:hover {
	color: #000;
	cursor: pointer;
}

.mapp-filter-values img.mapp-icon {
	display: inline;
	margin-right: 5px;
}

.mapp-content .mapp-filters .mapp-filter-values input[type="text"] {
	border: 1px solid gray;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	margin: initial;
	max-width: none;
	outline: none;
	padding: 5px;
}

.mapp-content .mapp-filters .mapp-filter-values input[type="radio"], .mapp-filter-values input[type="checkbox"] {
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	margin: initial;
	margin-right: 10px;
	outline: none;
}

.mapp-content .mapp-filters .mapp-filter-values select {
	border: 1px solid gray;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	margin: initial;
	max-width: none;
	outline: none;
	padding: 5px;
	width: 100%;
}

.mapp-header .mapp-filter {
	margin-right: 0px;
}

.mapp-header .mapp-filter .mapp-filter-dropdown {
	background-color: white;
	border: none;
	max-height: calc(100% - 45px);
	height: 100%;
	position: absolute;
	top: 60px;
	right: 0;

	z-index: 10000;
}

.mapp-sidebar .mapp-filters {
	border-bottom: 1px solid lightgray;
	flex-direction: column;
	overflow: hidden;
	z-index: 1003;
}

.mapp-sidebar .mapp-filter-button {
	border: none;
	border-bottom: 1px solid lightgray;
}

.mapp-sidebar .mapp-filter-dropdown {
	border-bottom: 1px solid lightgray;
}

.mapp-sidebar .mapp-filter-all .mapp-filter-dropdown {
	line-height: normal;
	padding: 5px;
	position: absolute;
	top: 35px; bottom: 0; right: 0; left: 0;
	z-index: 10000;
}

.mapp-ib-wrapper {
	bottom: 0;
	display: flex;
	left: 0;
	max-height: 60%;
	max-width: 275px;
	overflow: hidden;
	position: absolute;
}

.mapp-ib-content {
	display: flex;
	flex-direction: column;
	line-height: 0;
	overflow: hidden;
	z-index: 1005;
}

.mapp-ib-content .mapp-ib-flip {
	flex-direction: column-reverse;
}

:fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }

.mapp-ib {
	background-color: white;
	border: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	line-height: normal;
	outline: none;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px;
	box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}


.mapp-ib-tip {
	display: flex;
	flex: 0 0 auto;
	left: 50%;
	position: relative;
	top: -1px;
	width: 0;
}

.mapp-ib-tip:before {
	border: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: none;
	content: "";
	left: -10px;
	position: relative;
	width: 0;
}

.mapp-ib-flip .mapp-ib-tip {
	transform: rotate(180deg);
}

.mapp-ib-dark .mapp-ib {
	background-color: black;
	border: 5px solid white;
	color: white;
}

.mapp-ib-dark .mapp-ib-tip {
	height: 10px;
}

.mapp-ib-dark .mapp-ib-tip:before, .mapp-ib-dark .mapp-ib-tip:after {
	border: 15px solid transparent;
}

.mapp-ib-dark .mapp-ib-tip:before {
	border-top: 15px solid white;
	border-bottom: none;
	left: -15px;
	top: -4px;
}

.mapp-ib-dark .mapp-ib-tip:after {
	border: 10px solid transparent;
	border-top: 10px solid black;
	border-bottom: none;
	content: "";
	left: -10px;
	position: absolute;
	top: -6px
}

.mapp-ib-light .mapp-ib {
	background-color: white;
	box-shadow: 10px 10px 0px rgb(0 0 0 / 40%);
	border: 5px solid black;
	color: black;
}

.mapp-ib-light .mapp-ib-tip {
	height: 10px;
}

.mapp-ib-light .mapp-ib-tip:before, .mapp-ib-light .mapp-ib-tip:after {
	border: 15px solid transparent;
}

.mapp-ib-light .mapp-ib-tip:before {
	border-top: 15px solid black;
	border-bottom: none;
	left: -15px;
	top: -4px;
}

.mapp-ib-light .mapp-ib-tip:after {
	border: 10px solid transparent;
	border-top: 10px solid white;
	border-bottom: none;
	content: "";
	left: -10px;
	position: absolute;
	top: -6px
}

.mapp-iw {
	display: flex;
	flex-direction: column;
	min-width: 200px;
	overflow: hidden;
}

.mapp-ib .mapp-iw * {
	font-size: 12px;
	font-family: var(--font-family-monospace);
}

.mapp-content .mapp-iw * {
	line-height: normal;
}

.mapp-iw p {
	margin: 0 !important;
	padding: 0;
}

.mapp-iw iframe {
	max-height: 100%;
	max-width: 100%;
}

.mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
	border: none !important;
	box-shadow: none !important;
	color: var(--color-black) !important;
	font-weight: normal;
	font-family: var(--font-family-sans-serif-bold);
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

.mapp-iw .mapp-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 100px;
	overflow: hidden;
	padding: 0;
}

.mapp-iw .mapp-info .mapp-template {
	align-items: start;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
}

.mapp-iw .mapp-title {
	font-family: var(--font-family-sans-serif-bold);
	font-size: 1rem;
	font-weight: normal;
    padding-bottom: 2px;
}

.mapp-iw .mapp-title a {
	font-family: var(--font-family-sans-serif-bold);
	font-size: 1.1rem;
}

.mapp-iw .mapp-more a {
	font-family: var(--font-family-sans-serif-bold);
	font-size: .9rem;
	background-color: var(--color-black) !important;
	color: var(--color-white) !important;
	padding: .25rem .5rem;
	border-radius: 50px;
}

.mapp-iw .mapp-more a:hover {
	background-color: var(--orange) !important;
}


.mapp-iw .mapp-more {
	margin: 10px 0;
}


.mapp-iw .mapp-body {
	flex: 1;
	overflow: auto;
	overflow-wrap: break-word;
	padding-top: 10px;
}

.mapp-iw .mapp-dir-wrapper {
	margin-top: 10px;
}

.mapp-iw .mapp-dir {
	color: #4272db;
	cursor: pointer;
	padding-top: 10px;
	white-space: nowrap;
}

.mapp-ie .mapp-iw {
	display: block;
	overflow: auto;
}

.mapp-ie .mapp-iw .mapp-body {
	flex: none;
	overflow: none;
}

.mapp-iw .mapp-thumbnail {
	cursor: pointer;
}

.mapp-thumbnail {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.mapp-thumbnail img {
	display: inline-block;
	object-fit: cover;
}

.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
	align-items: center;
	background-color: white;
	border: 1px solid gray;
	border-radius: 40px;
	color: black;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 24px;
	justify-content: center;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
	opacity: 1.0;
}

.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; }

.mapp-iw.mapp-thumb-top .mapp-thumbnail {
	text-align: center;
}

.mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
	min-width: 100%;
	width: 0;
}

.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
	align-items: flex-start;
	max-width: 100px;
}

.mapp-iw.mapp-thumb-left .mapp-info {
	min-height: 100%;
	min-width: 150px;
	padding-left: 0px;
}

.mapp-iw.mapp-thumb-left {
	flex-direction: row;
}

.mapp-iw.mapp-thumb-right {
	flex-direction: row-reverse;
}

.mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
	height: 100%;
	width: 100%;
}

.mapp-list.mapp-thumb-top .mapp-item {
	display: block;
	padding: 10px;
}

.mapp-list.mapp-thumb-top .mapp-thumbnail {
	height: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.mapp-list.mapp-thumb-left .mapp-thumbnail {
	height: 100px !important;
	width: 100px !important;
	margin-right: 10px;
}

.mapp-list.mapp-thumb-left .mapp-item {
	align-items: start;
}

.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
	flex-direction: row-reverse;
}

.mapp-list.mapp-thumb-right .mapp-item {
	align-items: start;
	flex-direction: row-reverse;
}

.mapp-list.mapp-thumb-right .mapp-thumbnail {
	height: 100px !important;
	width: 100px !important;
	margin-left: 10px;
}

@keyframes floatdown {
	from { margin-top: 0 }
	to { margin-top: 5px }
}

@keyframes floatup {
	from { margin-top: 0 }
	to { margin-top: -5px }
}

.mapp-ib-wrapper.mapp-ib-float {
	animation: floatup 0.4s forwards;
}

.mapp-ib-wrapper.mapp-ib-flip.mapp-ib-float {
	animation: floatdown 0.4s forwards;
}

.mapp-mini .mapp-main {
	flex-direction: column-reverse;
}

.mapp-mini .mapp-sidebar {
	bottom: 0;
	height: 0;
	left: 0;
	max-width: none;
	position: absolute;
	right: 0;
	transition-property : all;
	transition-duration: .3s;
	width: auto;
	z-index: 10000;
}

.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
	height: 100%;
}

.mapp-view-list, .mapp-view-map {
	justify-content: center;
	align-items: center;
}

.mapp-view-list img, .mapp-view-map img {
	height: 16px !important;
	margin-right: 5px;
}

.mapp-mini .mapp-directions {
	max-width: none;
	width: auto;
}

.mapp-footer {
	background-color: #f5f5f5;
	border-top: 1px solid lightgray;
}

.mapp-marker {
	cursor: pointer;
	filter: none !important;
	position: absolute;
	touch-action: none;
}

.mapp-marker img:nth-child(2) {
	height: 50%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.mapp-marker img {
	transform-origin: 50% 100%;
	transition: transform .2s;
	opacity: .8;
	width: 100%;
}

.mapp-marker img:focus-visible {
	outline: none !important;
}

.mapp-marker-scale img {
	transform-origin: 50% 100%;
	transform: scale(1.2);
	opacity: 1;
	perspective: 1001px;
}

img.mapp-marker:hover {
	transform-origin: 50% 100%;
	transform: scale(1.2);
	opacity: 1;
	perspective: 1001px;
}

.mapp-marker-scale img:nth-child(2) {
	transform: translate(-50%, -50%) scale(1.5);
}

.mapp-marker-circle {
	overflow: visible !important;
}

.mapp-marker-circle::before {
	background-color: rgba(255,255,255,0.7);
	border: 3px solid white;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	left: -25%;
	top: -25%;
	width: 150%;
	height: 150%;
	position: absolute;
	z-index: -1;
}

.mapp-directions {
	background-color: white;
	max-width: 50%;
	overflow: auto;
	padding: 10px;
	position: relative;
	width: 300px;
}

.mapp-directions input {
	border: 1px solid gray;
	padding: 3px;
}


.mapp-directions .mapp-dir-toolbar {
	margin-top: 10px;
}

.mapp-directions .mapp-dir-from, .mapp-directions .mapp-dir-to {
	width: 80% ;
	line-height: normal ;
}

.mapp-directions .mapp-dir-from {
	margin-bottom: 10px;
}

.mapp-directions .mapp-dir-arrows {
	background: transparent url('../images/directions.png') no-repeat center center;
	background-position: -10px -489px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px; left: 5px;
	vertical-align: middle;
	width: 10px;
}

.mapp-menu-toggle {
	background: white url('../images/menu-2x.png') no-repeat center center;
	background-size: 24px 24px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	color: #777;
	cursor: pointer;
	height: 40px;
	outline: none;
	outline: none;
	position: absolute;
	top: 10px; left: 10px; bottom: 0; right: 0;
	width: 40px;
	z-index: 997;
}

.mapp-menu {
	background-color: white;
	border: 1px solid lightgray;
	color: #606060;
	cursor: default;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: 5px 0 5px 0;
	position: absolute;
	top: 50px; left: 10px;
	width: 150px;
	z-index: 1010;
}

.mapp-menu-items {
	flex: 1;
}

.mapp-menu-item {
	cursor: pointer;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
}

.mapp-menu-item:hover {
	background-color: #eaeaea;
	color: black;
}
.mapp-menu-item.mapp-active {
	background-color: #eaeaea;
	color: black;
	font-weight: bold;
}

.mapp-menu-separator {
	padding: 0;
	border-bottom: 1px solid lightgray;
}

.mapp-menu-footer{
	padding: 5px 10px;
	text-align: right;
}

.mapp-menu-help:hover {
	opacity: 1;
}


body.mapp-modal-noscroll {
	overflow-y: hidden;
}

.mapp-modal {
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 100000;
}

.mapp-modal-title {
	margin-bottom: 15px;
}

.mapp-modal-content {
	background-color: white;
	box-shadow: 5px 5px 10px #888;
	box-sizing: content-box;
	display: flex;
	height: 80vh;
	max-height: 900px;
	max-width: 1024px;
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	z-index: 1;
}

.mapp-modal-template {
	display: flex;
	flex-direction: row;
}

.mapp-modal-featured {
	max-width: 40%;
}

.mapp-modal-featured img {
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
	max-width: none !important;
}

.mapp-modal-article {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: auto;
	padding: 30px;
}

.mapp-modal-meta {
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 50px;
}

.mapp-modal-focus {
	outline: none;
}

.mapp-modal-backdrop {
	background-color: black;
	opacity: 0.6;
	height: 100vh;
	width: 100vw;
	user-select: none;
}

.mapp-modal-close {
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	text-align: center;
	top: 5px; right: -40px;
	z-index: 1;
}

.mapp-modal-close:hover {
	color: black;
}

.mapp-modal-spinner-wrapper {
  transform: translate(-200%, -200%);
  width: 5px;
  height: 5px;
}

.mapp-modal-spinner {
	background: transparent url(../img/loading.gif) no-repeat center center;
	height: 40px;
	width: 40px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	top: 50%; left: 50%;
}

.mapp-iframe-container {
	border: 1px solid lightgray;
}

.mapp-iframe-wrapper { position: relative; }


.mapp-iframe {
	border: none;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	z-index: 1;
}

.mapp-iframe-html { height: 100%; }

.mapp-iframe-body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.mapp-iframe-content { height: 100%; }

.mapp-iframe-content * {
	box-sizing: border-box;
	color: black;
	font-family: inherit;
	font-size: 13px;
}

.marker-cluster-small {
    background-color: rgba(0, 0, 0, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(0, 0, 0, 0.6);
}

.marker-cluster-large {
    background-color: rgba(0, 0, 0, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(0, 0, 0, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(0, 0, 0, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(0, 0, 0, 0.6);
}

.mapp-errors-overlay {
	background-color: black;
	opacity: 0.7;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 1100;
}

.mapp-errors {
	background-color: white;
	border: 2px solid gray;
	color: black !important;
	overflow: auto;
	padding: 10px;
	position: absolute;
	top: 10%; left: 10%; bottom: 10%; right: 10%;
	z-index: 1101;
}

.mapp-errors * {
	font-size: 14px !important;
}
.mapp-errors-header {
	font-size: 18px !important;
	font-weight: bold !important;
	margin-bottom: 15px;
	text-align: center;
}

.mapp-errors-section {
	margin: 5px 0;
}

.mapp-errors-title {
	display: inline-block;
	border-bottom: 2px solid red;
	font-weight: 600 !important;
	margin: 10px 0;
}

.mapp-errors-toolbar {
	text-align: center;
}

.mapp-errors-apikey {
	background-color: #007CBA;
	border: 1px solid gray;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
}

.mapp-errors-apikey:hover {
	background-color: #006ba1;
}

.mapp-errors-apikey:active {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0;
}



.mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }

.mapp-close {
	color: gray;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0px; right: 0px;
	width: 20px;
	z-index: 1;
}

.mapp-close:after {
	content: "x";
}

.mapp-close:hover {
	color: black;
}

img.mapp-icon, .mapp-icon img {
	box-shadow: none !important;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
	height: 32px;
	width: 32px;
	vertical-align: middle;
}


*[data-mapp-action] {
	cursor: pointer;
}

.mapp-max {
	width: 100%;
}

.mapp-caret:after {
	content: "";
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	border-bottom: none;
	margin-left: 5px;
	vertical-align: middle;
}

.mapp-button, .mapp-link-button, .mapp-submit-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	line-height: normal;
	padding: 10px;
	text-transform: none;
	white-space: nowrap;
}

.mapp-submit-button img {
	background: url("../icons/navbar-toggler.svg") no-repeat center center;
}

.mapp-submit-button img::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url("../icons/navbar-toggler.svg") no-repeat center center;
}

.mapp-link-button {
	color: var(--color-black);
}

.mapp-button {
	background-color: var(--color-black);
	color: var(--color-white);
	border: none;
	border-radius: 8px;
	font-size: 1.25rem;
	font-family: var(--font-family-sans-serif-bold) !important;
	font-weight: normal;
	padding: 1rem 1rem 1rem 1.25rem;
	text-transform: none !important;
}

.leaflet-touch .leaflet-control-attribution {
	display: none;
}

.mapp-button:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.mapp-dropdown-content {
    background-color: var(--color-white);
    border: none;
    margin-top: 16px;
}

.mapp-submit-button {
	background-color: var(--color-black);
	border: 2px solid var(--color-black);
	color: var(--color-white);
	font-family: var(--font-family-sans-serif-bold);
}

.back-to-uhab {
	background-color: var(--color-white);
	color: var(--orange) !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-family: var(--font-family-sans-serif-headings);
	display: inline-flex;
	max-height: 45px;
	font-size: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	align-items: center;
	justify-content: center;
}

.back-to-uhab:hover {
	color: var(--color-white) !important;
	background-color: var(--orange);
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.back-to-uhab {
		position: absolute;
		top: 0;
		right: 1.25rem;
		min-height: 45px;
	}
}

.mapp-filter-label {
    font-weight: normal;
	font-family: var(--font-family-sans-serif-bold);
    text-transform: uppercase;
	letter-spacing: 2px;
}

.mapp-submit-button:hover {
	background-color: var(--color-black);
}

.mapp-button-disabled  {
	color: #aaa
}

.mapp-button-busy:after {
	background: transparent url(../img/loading.gif) no-repeat center center;
	background-size: 20px 20px;
	content: '';
	height: 20px;
	margin-left: 10px;
	opacity: 0.5;
	width: 20px;
}

.mapp-button-caret:after {
	content: '';
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	border-bottom: none;
	margin-left: 10px;
}

.mapp-button-disabled.mapp-button-caret:after {
	border-top: 5px solid #aaa;
}
