body.active-map #main-wrap:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.tx-fagpinpointmaterial.map-wrapper {
  margin: 0 -15px;
  height: 100%;
}
@media (max-width: 991px) {
  .tx-fagpinpointmaterial.map-wrapper {
    overflow: hidden;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial {
  padding: 15px 15px 0;
  margin-top: -150px;
  margin-bottom: -5px;
  position: relative;
}
@media (min-width: 768px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial {
    margin-bottom: -200px;
    padding-top: 180px;
    overflow: scroll;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .map {
  position: relative;
  margin: 0 -15px;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .map svg {
  height: 1036.78px;
  width: 128%;
}
@media (max-width: 991px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .map svg {
    width: 200%;
    position: relative;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .map svg g {
  pointer-events: visible;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .map svg g.active {
  display: contents;
  fill: #ffffff;
  filter: url(/#dropshadow);
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location.category-active {
  opacity: 1;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .map-tooltip {
  position: absolute;
  cursor: pointer;
  font-weight: bold;
  top: -45px;
  left: -15px;
  color: #009ee0;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 0px 5px 10px;
  z-index: 99;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .map-tooltip:after {
  content: "";
  position: relative;
  top: 32px;
  right: calc(100% - 20px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .marker {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble {
  pointer-events: none;
  display: none;
  position: absolute;
  z-index: 2;
  text-align: center;
}
@media (max-width: 991px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble {
    right: 5px;
    top: -165px;
    width: 280px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble {
    right: -25px;
    top: -305px;
    width: 420px;
    height: 325px;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top .close {
  display: none;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top .h3 {
  margin: 0;
}
@media (min-width: 992px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top .h3.small {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 2px;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top .h1.center {
  margin: 0;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top .h1.center:after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top .h1.center.small {
    font-size: 22px;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul {
  margin-top: 25px;
  margin-bottom: 0;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-phone,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-location,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-clock {
  pointer-events: all;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-phone img,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-location img,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-clock img {
  width: 55px;
  height: 55px;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-phone:not(.active) img.on,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-location:not(.active) img.on,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-clock:not(.active) img.on {
  display: none;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-phone:not(.active) img.off,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-location:not(.active) img.off,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-clock:not(.active) img.off {
  display: block;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-phone.active img.on,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-location.active img.on,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-clock.active img.on {
  display: block;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-phone.active img.off,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-location.active img.off,
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .top ul .item-clock.active img.off {
  display: none;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .bottom {
  font-size: 15px;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .bottom .h3 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble .bottom {
    display: none;
  }
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .pin-list > .location > .bubble.bubble-active {
  display: block;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .marker svg path {
  fill: #97d045;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial [data-red="1"].marker svg path {
  fill: #cc1111;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial [data-category="26"] .marker svg path {
  fill: #009ee0;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .location .marker {
  pointer-events: none;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial .location.category-active .marker {
  pointer-events: auto;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial [data-category="25"] .marker svg path {
  fill: #97d045;
}
.tx-fagpinpointmaterial.map-wrapper .pinpointmaterial #bubble {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial #bubble img {
    width: 310px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .tx-fagpinpointmaterial.map-wrapper .pinpointmaterial #bubble img {
    width: 450px;
    height: auto;
  }
}
.tx-fagpinpointmaterial .categories {
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 0 15px;
  top: 70px;
}
@media (max-width: 767px) {
  .tx-fagpinpointmaterial .categories {
    top: 0;
  }
}
.tx-fagpinpointmaterial .categories .title {
  color: #404347;
  margin-bottom: 54px;
}
.tx-fagpinpointmaterial .categories .form-group {
  margin-bottom: 0;
}
.tx-fagpinpointmaterial .categories .form-group label {
  cursor: pointer;
}
.tx-fagpinpointmaterial .categories .form-group label input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.tx-fagpinpointmaterial .categories .form-group label span {
  color: #404347;
  letter-spacing: 1.9px;
  font-family: "HelveticaNeueCondensedBold";
  font-size: 20px;
  line-height: 2.15;
  text-transform: uppercase;
}
.tx-fagpinpointmaterial .categories .form-group label .dummy-checkbox {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  border: 1px solid;
  border-color: #404347;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.tx-fagpinpointmaterial .categories .form-group.active label span {
  color: #009ee0;
}
.tx-fagpinpointmaterial .categories .form-group.active label .dummy-checkbox {
  background-color: #009ee0;
  border-color: #009ee0;
}
@media (max-width: 767px) {
  .tx-fagpinpointmaterial .categories {
    width: 100vw;
    padding: 20px 30px;
  }
}
.tx-fagpinpointmaterial ul.mobile-map-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
  bottom: 65px;
}
.tx-fagpinpointmaterial ul.mobile-map-nav > li {
  padding: 0 12px;
  display: inline-block;
  cursor: pointer;
}
.tx-fagpinpointmaterial ul.mobile-map-nav > li svg > g {
  stroke: #404347;
}
.tx-fagpinpointmaterial {
  /*
	g:hover {
		fill: #FFFFFF;
		filter: url(#dropshadow);
	}
	*/
}
.tx-fagpinpointmaterial .not-clickable {
  pointer-events: none;
}
.tx-fagpinpointmaterial g {
  pointer-events: visible;
  transition: all 0.15s ease;
  fill: transparent;
  filter: none;
}
.tx-fagpinpointmaterial .mobile-content-wrapper {
  position: fixed;
  display: none;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active {
  display: block;
  bottom: 0;
  width: 100vw;
  height: 410px;
  margin: 0 -15px;
  text-align: center;
  z-index: 2;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active img.mobile-location-heading {
  width: 100vw;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: calc(250px  - 45px);
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content {
  padding: 30px;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top {
  position: absolute;
  z-index: 2;
  bottom: calc(250px  - 20px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 360px) {
  .tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top {
    height: 128px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  .tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top {
    height: 145px;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top {
    height: 160px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top {
    height: 180px;
  }
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top .close {
  display: block !important;
  right: 27px;
  margin: 0 auto;
  position: fixed;
  top: 85px;
  width: 26px;
  height: 26px;
  opacity: 1;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top .close g {
  fill: #fff;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top h3,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top .h3 {
  margin-bottom: 0;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top h1,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top .h1 {
  margin-top: 12px;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top h1:after,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top .h1:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons {
  position: fixed;
  bottom: 150px;
  width: 100%;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-phone,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-location,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-clock {
  cursor: pointer;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-phone img,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-location img,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-clock img {
  width: 75px;
  height: auto;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-phone:not(.active) img.on,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-location:not(.active) img.on,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-clock:not(.active) img.on {
  display: none;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-phone:not(.active) img.off,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-location:not(.active) img.off,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-clock:not(.active) img.off {
  display: block;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-phone.active img.on,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-location.active img.on,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-clock.active img.on {
  display: block;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-phone.active img.off,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-location.active img.off,
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .top ul.list-icons .item-clock.active img.off {
  display: none;
}
.tx-fagpinpointmaterial .mobile-content-wrapper.active .content .bubble .bottom {
  display: block !important;
  position: absolute;
  bottom: 0;
  height: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #ffffff;
  padding-top: 65px;
}
.fag-video-element-container .lightbox-mode {
  z-index: 1;
}
