@font-face {
  font-family: 'MellowBold';
  src: url('font/CoreMellow65Bold/font.woff2') format('woff2'),
       url('font/CoreMellow65Bold/font.woff') format('woff') /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'Mellow';
  src: url('font/CoreMellow45Regular/font.woff2') format('woff2'),
       url('font/CoreMellow45Regular/font.woff') format('woff') /* Pretty Modern Browsers */
}

html {
  box-sizing: border-box;
  font-size: 131.25%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  height: 100%;
}

.card-location-detail .read-more{
    font-family: "Mellow","calibri",Arial,sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.25;
    margin-bottom: 1.14286rem;
    font-size: .85714rem;
    line-height: 1.14286rem;
    margin-bottom: 0;

    transition: .25s ease-out;
    border-bottom: 2px solid rgba(230,0,126,0.1);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(230, 0, 126, 0.1);
}

.read-more:hover{
  border-color: #e6007e;
  color: #e6007e;
}


h2{
  font-family: MellowBold, sans-serif;
  color: #233588;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
}

h4{
  font-family: Mellow, sans-serif;
  font-size: .85714rem;
  color: #e6007e;
  font-weight: 500;
  margin-bottom: .57143rem;
}

a{
  text-decoration: none;
}

.heading a{
  color: #233588;
}

.meta-item-key{
  display: none;
}

.meta .meta-item address, .meta .meta-item.meta-item-address-info {
  margin-bottom: 0;
  text-transform: none;
}

.meta .meta-item .location-street-address {
  display: block;
}

.meta .meta-item address, .meta .meta-item dd, .meta .meta-item.meta-item-time, .meta .meta-item span {
  font-family: "calibri",Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}

.meta-item {
  color: #56577d;
  font-size: .7619rem;
  text-transform: none;
  margin: 0;
}

.meta-item a {
  color: #56577d;
}

.meta .meta-item a {
  transition: .25s ease-out;
  text-decoration: none;
}

.meta .meta-item a:hover, .meta .meta-item a:focus {
  color: #e6007e;
}

.card-location-detail .meta {
  margin-bottom: .57143rem;
}

.card-location-detail {
  margin-bottom: 1.42857rem;
}

.show-for-sr{
  display: none;
}

.icon{
  width: 20px;
  height: 20px;
  margin: 0 .57143rem -.2rem 0;
  display: inline-block;
}

.location-email-address::before{
  content: '\A';
  white-space: pre;
}

.location-telephone-number .icon{
  background-image: url(../images/icon_call.svg);
}

.location-email-address .icon{
  background-image: url(../images/icon_mail.svg);
}

/* .meta .meta-item address span .icon::before {
  position: relative;
  margin-right: .57143rem;
  color: #a5aecd;
  font-size: .7619rem;
} */

#mainmap { 
  /* height: 550px;
  max-width: 1024px; */
  height: 100%;
  width: 100%;
  margin: 0 auto; 
}

/* custom infobox */
.mytextbox {
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  max-width: 450px;
  border: 2px solid rgba(0,0,0,0.2);
  z-index: 10;
  white-space: break-spaces;
  margin-bottom: 0;
}

.mytextbox h4{
  margin-bottom: 0;
}

.mytextbox:empty {
  display: none;
}

.mytextbox p{
  font-family: "calibri",Arial,sans-serif;
  font-size: .65rem;
  /* margin: .2em 0 .5em 0; */
}

/* override */
.leaflet-bottom{
  z-index: 790;
}

.legend {
  line-height: 45px;
  color: #555;
  padding: 7px 7px 0 7px;
  border-radius: 5px;
  border: 2px solid rgba(0,0,0,0.2);
  background-color: rgba(255,255,255);
}

.legend img{
  position: relative;
  float: left;
  padding-right: 7px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 8px;
  opacity: 0.7;
}

.card-location-detail .read-more, .card-location-detail .component-latest-blog-posts .button-go-to-page a, .component-latest-blog-posts .button-go-to-page .card-location-detail a, .card-location-detail .component-latest-news-items .button-go-to-page a, .component-latest-news-items .button-go-to-page .card-location-detail a {
  color: #e6007e;
  font-weight: 500;
}

.controlheader{
  font-family: 'MellowBold', sans-serif;
  font-size: .85714rem;
  color: #233588;
  font-weight: 500;
}

.leaflet-touch .leaflet-control-layers-toggle{
  background-image: url(../images/menu.png);
  width: 60px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/menu-2x.png);
  background-size: 50px;
}

.TLLogo {
  position: absolute;
  left: 50px;
  top: 12px;
}