@charset "UTF-8";
#geoMap-wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden; }

#geoMap {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  border: 3px solid #262525; }

#geoMap img {
  max-width: inherit; }

#geoMap-loading-overlay {
  position: absolute;
  z-index: 21;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  font-family: sans-serif;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px; }

#geoMap-loading-overlay small {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.7em;
  color: white; }

#geoMap-loading-overlay span {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 51px;
  left: 57px; }

.donotDisplay {
  display: none !important; }

#geoMap-loading-overlay span:after {
  width: 80px;
  height: 80px;
  border-radius: 70px;
  position: absolute;
  left: -37px;
  top: -37px;
  border: 2px solid #ED1C24;
  content: "";
  -webkit-animation: ping 1s infinite linear;
          animation: ping 1s infinite linear; }

#geoMap-loading-overlay span:before {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  position: absolute;
  left: -32px;
  top: -32px;
  border: 2px dashed #ED1C24;
  content: "";
  -webkit-animation: ping2 1s infinite linear;
          animation: ping2 1s infinite linear; }

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
    opacity: 0; }
  40% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1; }
  80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ping {
  0% {
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
    opacity: 0; }
  40% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1; }
  80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes ping2 {
  0%, 30% {
    -webkit-transform: scale(0.05) rotate(0deg);
            transform: scale(0.05) rotate(0deg);
    opacity: 0; }
  40% {
    -webkit-transform: scale(0.5) rotate(20deg);
            transform: scale(0.5) rotate(20deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
    opacity: 0; } }
@keyframes ping2 {
  0%, 30% {
    -webkit-transform: scale(0.05) rotate(0deg);
            transform: scale(0.05) rotate(0deg);
    opacity: 0; }
  40% {
    -webkit-transform: scale(0.5) rotate(20deg);
            transform: scale(0.5) rotate(20deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
    opacity: 0; } }
.cluster img {
  width: 60px;
  height: 60px; }

.cluster div {
  color: #5b7304 !important;
  font-size: 1.35em !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  letter-spacing: -0.05em;
  margin-left: 0px;
  margin-top: 1px; }

#geoMap-options-geolocation {
  color: white;
  display: inline-block;
  float: right;
  width: 39px;
  height: 39px;
  padding-top: 7px;
  text-align: center;
  margin-left: 5px;
  transition: 0.2s all;
  cursor: pointer; }

#geoMap-options-geolocation:hover {
  background: rgba(255, 255, 255, 0.2); }

.searchActive #geoMap-options-geolocation:before {
  content: "" !important; }

#geoMap-options-geolocation.active:before {
  content: "" !important;
  width: 14px !important;
  -webkit-animation: loop 1s linear infinite;
          animation: loop 1s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
#geoMap-options {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 25;
  background: rgba(38, 37, 37, 0.82);
  -webkit-backdrop-filter: blur(10px);
  padding: 5px;
  border-radius: 1px;
  transition: 0.2s all; }

#geoMap-options.vanished {
  opacity: 0; }

#geoMap-options-search-form {
  background: none;
  border: none;
  display: inline-block;
  padding: 10px;
  color: white;
  transition: 0.35s all;
  font-family: "PT Sans", sans-serif;
  width: 150px;
  box-sizing: border-box;
  border-radius: 0; }

#geoMap-options-search-form:focus, .searchActive #geoMap-options-search-form {
  outline: 0;
  background: white;
  color: #262525;
  width: 220px; }

#geoMap-search-results {
  background: rgba(38, 37, 37, 0.85);
  -webkit-backdrop-filter: blur(15px);
  position: absolute;
  top: 61px;
  right: 10px;
  z-index: 23;
  border-radius: 1px;
  transition: 0.2s all;
  width: 273px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s all;
  transition-timing-function: cubic-bezier(0.055, 0.6, 0.22, 0.99); }

#geoMap-search-results.vanished {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  pointer-events: none; }

#geoMap-search-results-geocoder, #geoMap-search-results-none {
  font-family: "PT Sans", sans-serif;
  font-size: 0.9em;
  padding: 10px 15px; }

#geoMap-search-results-geocoder span.icon-map-marker, #geoMap-search-results-none span.icon-ban {
  margin-right: 7px; }

#geoMap-search-results-fts ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#geoMap-search-results-fts ul li {
  padding: 0;
  margin: 0; }

#geoMap-search-results-fts ul li a {
  display: block;
  transition: 0.13s all;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  line-height: 1.3em; }

#geoMap-search-results-fts ul li a:hover, #geoMap-search-results-fts ul li.active a {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9); }

.geoMap-search-result-fts-navigation {
  font-family: "PT Sans", sans-serif;
  line-height: 1.3em;
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  cursor: pointer; }

.geoMap-search-result-fts-navigation-prev, .geoMap-search-result-fts-navigation-next {
  width: 50%;
  padding: 10px 15px;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.2s all; }
  .geoMap-search-result-fts-navigation-prev i, .geoMap-search-result-fts-navigation-next i {
    font-size: 0.8em;
    opacity: 0.4;
    transition: 0.2s all; }
  .geoMap-search-result-fts-navigation-prev:hover, .geoMap-search-result-fts-navigation-next:hover {
    background: rgba(255, 255, 255, 0.1); }
    .geoMap-search-result-fts-navigation-prev:hover i, .geoMap-search-result-fts-navigation-next:hover i {
      opacity: 0.8; }

.geoMap-search-result-fts-navigation-prev {
  text-align: left; }

.geoMap-info-box {
  width: 250px; }

.geoMap-search-result-fts-meta {
  font-size: 0.8em;
  opacity: 0.8;
  display: inline-block; }

.geoMap-search-result-fts-premium {
  font-size: 0.7em;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  background: #ED1C24;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  padding: 1px 6px 0px;
  line-height: 1.5em;
  border-radius: 3px;
  margin-left: 10px; }

.geoMap-info-box-content-wrapper {
  background: rgba(255, 255, 255, 0.99);
  font-family: "PT Sans", sans-serif;
  padding: 13px 15px 25px 15px;
  border-radius: 4px;
  -webkit-animation: geoMap-info-box-buildin 0.3s;
          animation: geoMap-info-box-buildin 0.3s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

@-webkit-keyframes geoMap-info-box-buildin {
  0% {
    opacity: 0.3;
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes geoMap-info-box-buildin {
  0% {
    opacity: 0.3;
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }
.geoMap-info-box-content {
  line-height: 1.1em; }

.geoMap-info-box-title {
  font-size: 1.35em;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 4px;
  margin-right: 25px; }

.geoMap-info-box-premium .geoMap-info-box-title {
  color: #ED1C24; }

.geoMap-info-box-courses span {
  background: rgba(0, 0, 0, 0.05);
  padding: 3px 6px 2px;
  border-radius: 2px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  margin-right: 5px;
  margin-top: 6px;
  display: inline-block; }

.geoMap-info-box-premium-badge {
  color: white;
  background: #ED1C24 !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }

.geoMap-info-box-courses span:last-child {
  margin-right: 0px; }

.geoMap-info-box-background {
  background: white;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.99);
  position: relative;
  pointer-events: none; }

.geoMap-info-box-icon, .geoMap-info-box-loading-icon {
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  top: -14px;
  left: 14px;
  position: absolute; }

.geoMap-info-box-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
  opacity: 0.7;
  transition: 0.2s all;
  -webkit-animation: geoMap-info-box-close-buildin 0.4s;
          animation: geoMap-info-box-close-buildin 0.4s; }

@-webkit-keyframes geoMap-info-box-close-buildin {
  0%, 40% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@keyframes geoMap-info-box-close-buildin {
  0%, 40% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
.geoMap-info-box-close:hover {
  opacity: 0.9; }

.geoMap-info-box-close:before {
  transition: 0.2s all; }

.geoMap-info-box-close:hover:before {
  -webkit-transform: scale(1.2) translateY(0px);
          transform: scale(1.2) translateY(0px); }

.geoMap-info-box-leadover {
  padding: 5px 5px 2px;
  background: #ED1C24;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 8px;
  cursor: pointer !important;
  transition: 0.2s all;
  border-bottom: 2px solid transparent; }
  .geoMap-info-box-leadover:hover {
    border-bottom: 2px solid #68080c; }

.geoMap-info-box-loading {
  width: 60px; }
  .geoMap-info-box-loading .geoMap-info-box-close {
    display: none; }

.geoMap-info-box-loading-wrapper {
  background: white;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  -webkit-animation: geoMap-marker-loading-build-in 0.2s;
          animation: geoMap-marker-loading-build-in 0.2s; }

.geoMap-info-box-loading-animation {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  left: 5px;
  border-radius: 25px;
  border: 1px solid #ED1C24;
  -webkit-animation: geoMap-marker-loading-animation 2s infinite linear;
          animation: geoMap-marker-loading-animation 2s infinite linear;
  opacity: 0.6; }

.geoMap-info-box-loading-animation:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: white; }

@-webkit-keyframes geoMap-marker-loading-build-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes geoMap-marker-loading-build-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes geoMap-marker-loading-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes geoMap-marker-loading-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.geoMap-info-box-loading-icon {
  top: 14px; }

#geoMap-search-result-toggle {
  background: rgba(38, 37, 37, 0.85);
  -webkit-backdrop-filter: blur(15px);
  text-align: center;
  height: 30px;
  padding-top: 3px;
  display: none;
  transition: 0.2s all; }

#geoMap-search-result-toggle-icon {
  display: block;
  transition: 0.2s all; }

#geoMap-search-result-toggle:hover, #geoMap-search-result-toggle:active {
  background: #262525; }

@media all and (max-width: 520px) {
  #geoMap-options {
    top: auto;
    bottom: 30px; }

  #geoMap-wrapper {
    height: 85vh; }

  #geoMap-options-search-form {
    width: 196px; }

  #geoMap-options-search-form:focus, .searchActive #geoMap-options-search-form {
    width: 196px; }

  #geoMap-search-results {
    top: auto;
    bottom: 81px;
    -webkit-backdrop-filter: blur(0px); }

  #geoMap-search-results.vanished {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }

  #geoMap-search-result-toggle {
    display: block; }

  #geoMap-options-search-form {
    font-size: 16px; }

  #geoMap-search-results-geocoder, #geoMap-search-results-fts {
    transition: 0.3s all; }

  .temporarilyHidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    bottom: 115px !important;
    background: rgba(38, 37, 37, 0) !important; }
    .temporarilyHidden #geoMap-search-results-geocoder, .temporarilyHidden #geoMap-search-results-fts {
      opacity: 0; }
    .temporarilyHidden #geoMap-search-result-toggle-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }
@media all and (max-height: 570px) {
  #geoMap-search-results {
    font-size: 0.95em;
    line-height: 1.35em; }

  #geoMap-search-results-fts ul li a {
    padding: 8px 15px; }

  #geoMap-search-result-toggle {
    padding-top: 9px; } }
@media all and (max-height: 520px) {
  #geoMap-search-results {
    font-size: 0.8em;
    line-height: 1.3em; }

  #geoMap-search-results-fts ul li a {
    padding: 7px 15px; }

  #geoMap-search-result-toggle {
    padding-top: 9px; } }
@media all and (max-height: 480px) {
  #geoMap-search-results {
    font-size: 0.8em;
    line-height: 1.1em; }

  #geoMap-search-results-fts ul li a {
    padding: 5px 15px; }

  #geoMap-search-result-toggle {
    padding-top: 9px; } }
#geoMap-data-source-notice {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 0.9em;
  line-height: 1.4em;
  padding-top: 15px;
  font-family: PT Sans, sans-serif;
  text-align: right; }

#geoMap-data-source-notice img {
  float: right;
  margin-left: 15px;
  margin-top: -15px; }
