div {
  display: block;
}
.jlo-animate-out-before,
.jlo-animate-out-after {
  transition: opacity 500ms ease-in;
}
.jlo-animate-in-before,
.jlo-animate-in-after {
  transition: opacity 500ms ease-out;
}
.jlo-animate-out-before {
  opacity: 1;
}
.jlo-animate-out-after {
  opacity: 0;
}
.jlo-animate-in-before {
  opacity: 0;
}
.jlo-animate-in-after {
  opacity: 1;
}
/*# sourceMappingURL=build/assets/scripts/map_tdaf/style.css.map */
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.ca-map-legend {
  padding-left: 20px;
}
@media (min-width: 960px) {
  .ca-map-legend {
    padding-left: 320px;
  }
}
.ca-map-legend ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.ca-map-legend ul li {
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .ca-map-legend ul li {
    float: left;
    margin-right: 20px;
  }
}
.ca-map-legend ul li img {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.jlo-animate-out-before,
.jlo-animate-out-after {
  transition: opacity 500ms ease-in;
}
.jlo-animate-in-before,
.jlo-animate-in-after {
  transition: opacity 500ms ease-out;
}
.jlo-animate-out-before {
  opacity: 1;
}
.jlo-animate-out-after {
  opacity: 0;
}
.jlo-animate-in-before {
  opacity: 0;
}
.jlo-animate-in-after {
  opacity: 1;
}
.ca-map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 80vh;
  max-height: 900px;
}
.ca-map {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ca-map * {
  outline: 0;
  line-height: 1.5em;
  font-size: 17px;
}
.ca-map div,
.ca-map form,
.ca-map label {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ca-map button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
.ca-map button:after {
  background: transparent;
}
.ca-map .no-results {
  padding: 20px;
  font-size: 16px;
}
.ca-map .SumoSelect {
  width: 100%;
}
.ca-map .SumoSelect * {
  border: none !important;
}
.ca-map .SumoSelect > .CaptionCont span:after {
  display: none;
}
.ca-map .SelectBox {
  padding: 0 15px;
  border: 0;
}
.ca-map .SumoSelect > .CaptionCont {
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 1px !important;
  height: 50px;
}
.ca-map .SumoSelect > .CaptionCont > span {
  font-size: 17px;
  font-weight: normal;
  color: #242424;
  line-height: 50px;
}
.ca-map .SumoSelect.open .search-txt {
  font-size: 16px;
  color: #242424;
  line-height: 50px;
  padding: 0 12px 0 40px;
  font-weight: normal;
  box-shadow: none !important;
}
.ca-map .SumoSelect.open > .optWrapper {
  top: 50px;
  box-shadow: none;
  border-radius: 1px !important;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.ca-map .SumoSelect > .optWrapper.selall > .options {
  border-radius: 1px !important;
}
.ca-map .SumoSelect > .optWrapper > .options li.opt {
  padding: 8px 12px 8px 12px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 0px !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
  margin-bottom: -1px;
}
.ca-map .SumoSelect > .optWrapper > .options li.opt label,
.ca-map .SumoSelect > .CaptionCont,
.ca-map .SumoSelect .select-all > label {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}
.ca-map .SumoSelect > .optWrapper > .options li.opt label:hover {
  text-decoration: underline;
}
.ca-map .SumoSelect > .optWrapper > .options li.opt.selected label {
  font-weight: 600;
}
.ca-map .SumoSelect .select-all {
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 26px;
  font-size: 16px;
  color: #a48941;
}
.ca-map .SumoSelect .select-all label,
.ca-map .SumoSelect .select-all span {
  color: #a48941;
}
.ca-map .SumoSelect .select-all > label {
  font-weight: 400;
  color: #242424;
  text-decoration: underline;
}
.ca-map .SumoSelect .select-all > label:hover {
  text-decoration: none;
}
.ca-map .SumoSelect .select-all {
  border-top: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-left: 12px;
  font-style: normal;
}
.ca-map .SumoSelect .select-all:hover {
  background: #f1f1f1;
}
.ca-map .SumoSelect .select-all + .options {
  margin-top: -1px;
}
.ca-map .SumoSelect .select-all > span {
  display: none;
}
.ca-map .SumoSelect .select-all > span i {
  display: none;
}
.ca-map .SumoSelect * {
  border-radius: 3 !important;
}
.ca-map .SumoSelect > .optWrapper > .options li.opt:hover {
  background: #f1f1f1;
}
.ca-map .SumoSelect > .CaptionCont > span.placeholder {
  color: #999999;
  font-style: normal;
}
.ca-map .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  width: 18px;
  height: 18px;
}
.ca-map .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.ca-map .SumoSelect .select-all.selected > span i,
.ca-map .SumoSelect .select-all.partial > span i {
  background-color: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-image: url('../../images/map_tdaf/tick.svg');
}
.ca-map .SumoSelect .select-all {
  height: auto;
}
.ca-map .SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 40px;
  cursor: pointer;
}
.ca-map .SumoSelect > .optWrapper.multiple > .options li.opt.selected {
  font-weight: 400;
}
.ca-map .SumoSelect .no-match {
  font-size: 16px;
  color: #242424;
  padding: 8px 12px;
  border-top: 1px solid #e6e6e6 !important;
}
.ca-map .ca-map .SumoSelect .no-match em {
  font-size: 16px;
}
.ca-map .ca-map-sidebar {
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 500ms ease-in-out;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.ca-map .ca-map-sidebar .ca-map-entity-close {
  display: none;
}
.ca-map .ca-map-sidebar .ca-map-entity-close-x {
  display: block;
  border-right: 1px solid #fff;
}
.ca-map .ca-map-sidebar .ca-map-sidebar-toggle {
  display: block;
  border: 0;
  background: #712355;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-indent: -9999em;
}
.ca-map .ca-map-sidebar .ca-map-sidebar-toggle:before,
.ca-map .ca-map-sidebar .ca-map-sidebar-toggle:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-image: url('../../images/map_tdaf/arrow_small.svg');
  transform: rotate(180deg);
}
.ca-map .ca-map-sidebar .ca-map-sidebar-toggle:before {
  display: block;
  transform: rotate(180deg);
}
.ca-map .ca-map-sidebar .ca-map-sidebar-toggle:after {
  transform: rotate(0deg);
  display: none;
}
.ca-map .ca-map-sidebar.visible {
  transform: translateX(0%);
}
.ca-map .ca-map-sidebar.visible .ca-map-sidebar-toggle:before {
  display: none;
}
.ca-map .ca-map-sidebar.visible .ca-map-sidebar-toggle:after {
  display: block;
}
.ca-map .ca-map-gmap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ca-map .ca-map-filter {
  height: 300px;
  background: #712355;
  padding: 20px 20px 20px 20px;
}
.ca-map .ca-map-filter .form-element {
  position: relative;
  margin-bottom: 20px;
}
.ca-map .ca-map-filter .border-radius-2 {
  border-radius: 1px;
  overflow: hidden;
}
.ca-map .ca-map-filter select {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 20px;
}
.ca-map .ca-map-filter .SumoSelect {
  margin-bottom: 0px;
}
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label {
  width: 50px;
}
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label:before {
  display: none;
}
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label > i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0;
  width: auto;
  height: auto;
  background-image: none;
}
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label > i:before,
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label > i:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  transform: rotate(270deg);
}
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label > i:before {
  opacity: 1;
  background-image: url('../../images/map_tdaf/arrow_small_brown.svg');
  transform: rotate(-90deg);
  background-size: 20%;
}
.ca-map .ca-map-filter .SumoSelect > .CaptionCont > label > i:after {
  display: none;
  opacity: 1;
}
.ca-map .ca-map-filter .SumoSelect.open > .CaptionCont > label > i:before {
  display: none;
}
.ca-map .ca-map-filter .SumoSelect.open > .CaptionCont > label > i:after {
  display: block;
}
.ca-map .ca-map-filter .SumoSelect.open .search::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-image: url('../../images/map_tdaf/search.svg');
}
.ca-map .ca-map-filter .ca-map-input {
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
  border: none;
  width: 230px;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.ca-map .ca-map-filter button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #242424;
  color: #fff;
  text-transform: uppercase;
  text-indent: -9999em;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-image: url('../../images/map_tdaf/search.svg');
}
.ca-map .ca-map-filter button:hover {
  background-color: #013871;
}
.ca-map .ca-map-entities,
.ca-map .ca-map-entity {
  position: absolute;
  top: 300px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 0px;
}
.ca-map .ca-map-entities .entity-group {
  color: #242424;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px 0 10px;
  margin: 0 20px 10px;
  border-bottom: 1px solid #dddddd;
}
.ca-map .ca-map-entities .entity {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0px 40px 20px 20px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.ca-map .ca-map-entities .entity .entity-title {
  color: #242424;
  font-weight: bold;
  white-space: normal;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
.ca-map .ca-map-entities .entity .entity-location {
  color: #a48941;
  font-weight: bold;
  text-transform: uppercase;
}
.ca-map .ca-map-entities .entity:after {
  position: absolute;
  content: '';
  left: auto;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-image: url('../../images/map_tdaf/tdaf/link.svg');
  transform: translateY(-50%) rotate(0deg);
  display: block;
}
.ca-map .ca-map-entity {
  top: 0;
  overflow-x: visible;
  overflow-y: visible;
}
.ca-map .ca-map-entity .entity-image {
  width: 100%;
  height: auto;
  max-height: 320px;
}
.ca-map .ca-map-entity.jlo-animate-out-before,
.ca-map .ca-map-entity.jlo-animate-out-after {
  transition: transform 500ms ease-in-out;
  opacity: 1;
}
.ca-map .ca-map-entity.jlo-animate-in-before,
.ca-map .ca-map-entity.jlo-animate-in-after {
  transition: transform 500ms ease-in-out;
  opacity: 1;
}
.ca-map .ca-map-entity.jlo-animate-out-before {
  transform: translate(0, 0);
  opacity: 1;
}
.ca-map .ca-map-entity.jlo-animate-out-after {
  transform: translate(0, 100%);
  opacity: 1;
}
.ca-map .ca-map-entity.jlo-animate-in-before {
  transform: translate(0, 100%);
  opacity: 1;
}
.ca-map .ca-map-entity.jlo-animate-in-after {
  transform: translate(0, 0%);
  opacity: 1;
}
.ca-map .ca-map-entity a {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.ca-map .ca-map-entity .ca-map-entity-close {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  overflow: hidden;
  background-color: #712355;
}
.ca-map .ca-map-entity .ca-map-entity-close:before,
.ca-map .ca-map-entity .ca-map-entity-close:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.ca-map .ca-map-entity .ca-map-entity-close:before {
  opacity: 1;
  background-image: url('../../images/map_tdaf/list.svg');
}
.ca-map .ca-map-entity .ca-map-entity-close:after {
  display: none;
  opacity: 1;
}
.ca-map .ca-map-entity .ca-map-entity-close-x {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
  text-indent: 0;
  overflow: hidden;
  background-color: #712355;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  text-align: left;
  padding-left: 60px;
  text-transform: uppercase;
}
.ca-map .ca-map-entity .ca-map-entity-close-x:before,
.ca-map .ca-map-entity .ca-map-entity-close-x:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.ca-map .ca-map-entity .ca-map-entity-close-x:before {
  opacity: 1;
  background-image: url('../../images/map_tdaf/tdaf/link_white.svg');
  transform: rotate(180deg);
  width: 60px;
}
.ca-map .ca-map-entity .ca-map-entity-close-x:after {
  display: none;
  opacity: 1;
}
.ca-map .ca-map-entity .entity-header {
  height: 180px;
  background: #fff;
  color: #fff;
  padding: 70px 20px 50px;
  box-sizing: border-box;
  text-align: center;
}
.ca-map .ca-map-entity .entity-header .entity-title {
  font-size: 17px;
  line-height: 24px;
  color: #242424;
  font-weight: bold;
}
.ca-map .ca-map-entity .entity-header .entity-location {
  color: #a48941;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.ca-map .ca-map-detail {
  overflow-x: hidden;
  overflow-y: auto;
  top: 170px;
  bottom: 0;
  position: absolute;
}
.ca-map .ca-map-detail .entity-contact {
  padding: 20px 20px;
  color: #242424;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}
.ca-map .ca-map-detail .entity-description {
  padding: 20px;
}
.ca-map .ca-map-detail .entity-links-headline,
.ca-map .ca-map-detail .entity-details-headline {
  padding: 0 20px;
  font-size: 18px;
  background-color: #f2f5f8;
  line-height: 45px;
  color: #013870;
}
.ca-map .ca-map-detail .entity-link {
  display: block;
  width: 100%;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  position: relative;
  color: #242424;
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
}
.ca-map .ca-map-detail .entity-link:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}
.ca-map .ca-map-detail .entity-link:after {
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-image: url('../../images/map_tdaf/tdaf/link.svg');
}
.ca-map .ca-map-infobox-wrap {
  transform: translateZ(0px) translate(-50%, -25px) !important;
  /*
  &:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 56, 113, 0);
	border-right-color: #013871;
	border-width: 25px;
	margin-top: -25px;
  }
  */
}
.ca-map .ca-map-infobox-wrap .ca-map-infobox {
  background: #712355;
  color: #fff;
  padding: 10px 25px;
  max-width: 320px;
  min-width: 250px;
  min-height: 50px;
  text-align: center;
  position: relative;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column-reverse;
}
.ca-map .ca-map-infobox-wrap .ca-map-infobox button {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  white-space: normal;
}
.ca-map .ca-map-infobox-wrap .ca-map-infobox .ca-map-infobox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  overflow: hidden;
}
.ca-map .ca-map-infobox-wrap .ca-map-infobox .ca-map-infobox-close:before,
.ca-map .ca-map-infobox-wrap .ca-map-infobox .ca-map-infobox-close:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.ca-map .ca-map-infobox-wrap .ca-map-infobox .ca-map-infobox-close:before {
  opacity: 1;
  background-image: url('../../images/map_tdaf/close-white.svg');
}
.ca-map .ca-map-infobox-wrap .ca-map-infobox .ca-map-infobox-close:after {
  opacity: 1;
  background-image: url('../../images/map_tdaf/close-white.svg');
}
@media screen and (max-width: 480px) {
  .ca-map .ca-map-sidebar {
    width: 280px;
  }
}
.ca-map .ca-map-entity .entity-header {
  height: auto;
  padding-bottom: 0;
}
.ca-map .ca-map-entity .entity-header .entity-title {
  padding-bottom: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  line-height: 24px;
  max-height: 48px;
}
@media screen and (max-height: 599px) {
  .ca-map .ca-map-entity .entity-header .entity-title {
    line-height: 1.5em;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-height: 600px) {
  .ca-map .ca-map-entity .entity-header .entity-title {
    max-height: 4.5em;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-height: 750px) {
  .ca-map .ca-map-detail {
    position: revert;
  }
}
@media screen and (max-height: 950px) {
  .ca-map .ca-map-detail .entity-description {
    padding-bottom: 0;
    padding-top: 3px;
    overflow: hidden;
    line-height: 1.5em;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  .ca-map .ca-map-detail .entity-link {
    padding-top: 5px;
  }
}
@media screen and (max-height: 499px) {
  .ca-map .ca-map-detail .entity-description {
    display: none;
  }
}
@media screen and (min-height: 500px) and (max-height: 599px) {
  .ca-map .ca-map-detail .entity-description {
    max-height: 3em;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-height: 600px) and (max-height: 749px) {
  .ca-map .ca-map-detail .entity-description {
    max-height: 6em;
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-height: 750px) and (max-height: 849px) {
  .ca-map .ca-map-detail .entity-description {
    max-height: 9em;
    -webkit-line-clamp: 6;
  }
}
@media screen and (min-height: 850px) and (max-height: 950px) {
  .ca-map .ca-map-detail .entity-description {
    max-height: 12em;
    -webkit-line-clamp: 8;
  }
}
/*# sourceMappingURL=build/assets/scripts/map_tdaf/style.css.map */