#map .sr-only { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
#map .label-font { font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #000; }

/* Base Style */
#map { font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; }
#map:focus { outline: none; }
#map .key { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; padding: 0 8px; }
#map .key p { display: flex; align-items: center; margin: 0; }
#map .t-ip, #map .t-v, #map .t-h, #map .t-m { width: 22px; height: 22px; display: inline-block; margin-right: 8px; background: url(in-person-sm.svg) }
#map .t-v { background: url(virtual-sm.svg) }
#map .t-h { background: url(hybrid-sm.svg) }
#map .customSelector { position: absolute; top: 20px; left: 50%; width: 350px; transform: translateX(-50%); height: auto; z-index: 2; font-weight: 400; font-size: 12px; pointer-events: auto; }
#map .techWrapper { background: #000; color: #eee; padding: 18px; }
#map select { width: 100%; }

/* CSS styles used by community slider */
#map #communitiesMap { position: relative; width: 100%; height: 480px; }
#map .hide { opacity: 0; pointer-events: none; }
#map .customInfobox { position: relative; width: 100%; height: auto; padding: 0; background-color: #000; box-sizing: border-box; color: #fff; font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; font-size: 0.875rem; pointer-events: auto; overflow: hidden; }
#map .customInfobox .title { font-size: 16px; font-size: 1rem; font-weight: 600; margin-bottom: 5px; }
#map .customInfobox a { color: #3aa0fa; }
#map .customInfobox p { margin-top: 0; }
#map .customInfobox .info ul { list-style-type: none; padding: 0; margin: 0; }
#map .customInfobox .info ul li { margin-bottom: 2px; }
#map .customInfobox .info ul li span { width: 100px; display: inline-block; color: #d2d2d2; font-weight: 600; text-transform: uppercase; }
#map .customInfobox .info ul li:last-of-type { margin-bottom: 0; }
#map .selectWrapper { display: none; padding: 10px 20px; background-color: #000000; }
#map .selectWrapper label { display: inline-block; width: 96px; padding-right: 10px; font-weight: 400; font-size: 14px; font-size: 0.875rem; text-transform: uppercase; }
#map .selectWrapper .select2-container--default { width: -webkit-calc(100% - 110px) !important; width: -moz-calc(100% - 110px) !important; width: calc(100% - 110px) !important; }
#map .select2-results__option { border-bottom: 1px solid #2f2f2f; font-size: 14px; }
#map .select2-results__option:last-child { border: none; }
#map .communityList { display: none; padding: 0 20px 15px; background-color: #2f2f2f; }
#map .communityList h3 { margin: 0; padding: 15px 95px 15px 0; color: #82c856; font-weight: 600; font-size: 16px; }
#map .communityList table { width: 100%; padding-top: 10px }
#map .communityList th { padding: 0; text-align: left; line-height: 19.2px; line-height: 1.2rem; }
#map .communityList th { width: 45%; color: #82c856; font-weight: 300; }
#map .communityList td { width: 65%; font-weight: 300; }
#map .communityItem { display: none; }
#map .communityList .slick-slide { outline: none; }
#map .communityList .slick-prev,
#map .communityList .slick-next { width: 15px; height: 20px; right: 85px; top: 15px; padding-top: 20px; border: none; background-color: #2f2f2f; outline: none; position: absolute; overflow: hidden; z-index: 50; }
#map .communityList .slick-next { right: 20px; }
#map .communityList .slick-prev:before,
#map .communityList .slick-next:before { content: ""; height: 20px; left: 0; top: 0; font-family: MWF-FLUENT-ICONS; color: #ffffff; position: absolute; }
#map .communityList .slick-next:before { content: ""; }
#map .communityList .custom_paging { position: absolute; top: 14px; right: 35px; display: block; width: 50px; height: 21px; margin: 0; padding: 0; white-space: nowrap; background-color: #2f2f2f; color: #d2d2d2; font-weight: 600; list-style: none; text-align: center; }
#map .communityList .custom_paging li { display: none; }
#map .communityList .custom_paging li.slick-active { display: block; }
#map .communityList .custom_paging li:only-child { display: none; }

/* Desktop Style */
@media (min-width: 768px) {
	#map #communitiesMap { width: 100%; height: 100%; z-index: 1; min-height: 800px; }
	#map .customInfobox { position: absolute; top: 100px; left: 100px; width: 350px; height: auto; z-index: 2; font-weight: 400; font-size: 14px; pointer-events: auto; border-radius: 10px; }
	#map .selectWrapper label { display: inline-block; width: 96px; padding-right: 10px; font-weight: 400; font-size: 14px; font-size: 0.875rem; text-transform: uppercase; }
	#map .selectWrapper select,
	#map .selectWrapper option { width: 200px; }
}

/* MWF Select */
#map .select2 { position: relative; display: inline-block; width: 100% !important; min-height: 2.5rem; padding: 0.375rem 0.75rem; line-height: 1.5; color: #fff; background-color: #2f2f2f; border-radius: 10px; }
#map .select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; font-weight: 600; }
#map .select2-container--default .select2-selection--single { background: transparent; border: 0; border-radius: 0; color: #fff; }
#map .select2-container--default.select2-container--focus { outline: 0.1875rem dotted #ccc; outline-offset: -0.375rem; }
#map .select2-selection.select2-selection--single { outline: none; }
#map .slick-slide { overflow: hidden; }
.select2-dropdown.select2-dropdown--below { background-color: #171717; border: 0; border-radius: 10px; overflow: hidden; }
.select2-dropdown.select2-dropdown--below li { font-size: 14px; }
.select2-container--default .select2-results > .select2-results__options { background: #171717; color: #fff; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; }
.select2-container--default .select2-selection--single .select2-selection__arrow::After { display: block; pointer-events: none; content: ""; color: #fff; font-family: MWF-FLUENT-ICONS; position: absolute; line-height: 1; top: 50%; margin-top: -0.5em; height: 1em; right: 0.875rem; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #3aa0fa; color: #000000; font-weight: 600; }
.select2-container--default .select2-results__option--selectable { background-color: #171717; }
