<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =Reset
 -------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #FFFFFF;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

*:before, *:after {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
/*CUSTOM STYLE
 =================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.map-content-block  p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}
.list-content p{
	padding-right: 35px;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
        position: relative;
        top: 0;
        bottom: 0;
        overflow: hidden;
}
.main-header {
	color: #fff;
	float: left;
	
	background: #e51937;
	line-height: 66px;
	/*width: 91.323210412147505%;
	padding: 0 4.3383947939262475%;*/
	width:100%;
	
}
.main-header h2 {
        padding:0 20px;
	color: #fff;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}
.map-content-block h5 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.map-content-block h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	float: left;
        padding: 0 20px;
}
#choose-care-center {
	float: left;
	
	background: #e51937;
	line-height: 49px;
	position: relative;
	/*width: 91.323210412147505%;
	padding: 0 4.3383947939262475%;*/
	cursor: pointer;
	width:100%;
}
#choose-care-center span {
	display: inline-block;
	height: 49px;
	position: absolute;
	right: 0;
	width: 40px;
}
#choose-care-center span {
	background: url("../images/choose-close.png") no-repeat center center;
}
#choose-care-center.list-open span {
	background: url("../images/choose-open.png") no-repeat center center;
}
.list-header {
	float: left;
	/*width: 91.323210412147505%;
	padding: 15px 4.3383947939262475%;*/
	position: relative;
	width: 100%;
	padding: 15px 20px;
	cursor: pointer;
}
.list-header h5 {
	float: left;
	color:#4c5a52;
}
.list-header span {
    padding:15px 20px;
    display: inline-block;
}
.list-header .ui-icon {
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    width: 60px;
    top: 0;
    padding: 0;
}
.list-header.collapse-open {
	background: #e0e980;
	
}
.list-header.collapse-close {
	background: #ecf3ca;
	border-bottom:1px solid #a2a2a2;
}
.list-header.collapse-open span {
	background: url("../images/close-arrow.png") no-repeat center center;
}
.list-header.collapse-close span {
	background: url("../images/open-arrow.png") no-repeat center center;
}
.list-content{
    float: left;
    width: 100%;
    padding: 20px;
    background: #f4f4f4;
    position: relative;
}
.list-content a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e51937;
    line-height: 22px;
}
.list-content address{
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 32px;
	font-style: inherit;
	margin-bottom: 10px;
}
.list-content li{
	margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 32px;
}

.map-area {
    width: 100%;
    height: 430px;
    position: relative;
    float:left;
}
#map {
    
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    bottom:0;
}

.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:16px;
 position:relative;

  background:#e51937;
  padding:0 4px;
  width: 263px;
  margin-top: -70px;
  height: 144px;
  padding: 15px;
}
.more-link{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/more-bak.png") no-repeat right bottom;
	height: 81px;
	width: 81px;
}
.more-link span{
	margin-top: 50px;
	margin-right: 8px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	float: right;
	text-decoration: none;
	text-transform: capitalize;
}
.overlay address{
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-style: inherit;
	text-align: left;
}
.map-content-block .overlay h5{
	text-align: left;
	margin-bottom: 5px;
}
.map-content-block{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.scroll-pane
{
	width: 100%;
	
	overflow: auto;
	float: left;
}
.care-center-list{

	width: 100%;
	height: 252px;
	overflow: hidden;
	float: left;
	/*display: none;*/
	position: absolute;
	top:430px;
}
.care-center-list .jspVerticalBar{
	width: 12px;
        right: 0;
}
.care-center-list .jspPane{
	
}
.care-center-list ul{
	border-top:4px solid #e0e980;
	display: inline-block;
	width: 100%;
	

	float: left;
	background: #fff;
        min-height: 248px;
}
.care-center-list ul li{
	list-style: none;
	display: block;
}
.care-center-list ul li a{
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #595959 !important;
	text-decoration: none;
	padding: 15px 20px;
        display: block;
}
.care-center-list ul li:hover{
	background: #e0e980;
}
.care-center-list ul li:hover a{
	font-weight: 600;
}
.map-details{
	display: none;
}
.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
    background-color: #e51937;
    border-radius: 0;
    box-shadow: none;
    min-width: 267px;
}
.leaflet-popup-tip-container {
    display:none;
}
.leaflet-popup-content p {
    color: #fff;
}
.marker-title p {
    font-weight: 700;
}
.marker-description p {
    font-size: 14px;
}
.leaflet-container a,.leaflet-container a:hover, .leaflet-container a:active, .leaflet-container a:visited {
    color:#fff;
}
.leaflet-bottom, .leaflet-top {
    z-index: 0;
}
.ui-accordion h3 {
    background: #ecf3ca;
    border-bottom: 1px solid #a2a2a2;
    float: left;
    color: #4c5a52;
    padding: 0;
} 
.ui-accordion h3.ui-state-active {
    background: #e0e980;
    border-bottom: none;
}


.ui-icon {
    background: url("../images/open-arrow.png") no-repeat center center;
}
.ui-icon-triangle-1-s {
    background: url("../images/close-arrow.png") no-repeat center center;
}
.care-center-list .jspContainer {
    padding: 0 0;
    width:auto !important;
    position: absolute;
    right: 33px;
    left: 33px;
}
.care-center-list .jspPane {
    width: 100% !important;
    display: table;
    
}
/*.map-details .jspVerticalBar{
        right: 0;
        width: 13px;
}*/

.col-sm-1 {
    width:8%;
    display:inline-block;
}
.col-sm-2 {
    width:15%;
    display:inline-block;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.col-sm-3 {
    width:25%;
    display:inline-block;
}
.col-sm-4 {
    width:33%;
    display:inline-block;
}
.col-sm-5 {
    width:41%;
    display:inline-block;
}
.col-sm-6 {
    width:50%;
    display:inline-block;
    padding-right: 5px !important;
}
.col-sm-7 {
    width:58.33%;
    display:inline-block;
}
.col-sm-8 {
    width:66.66%;
    display:inline-block;
}
.col-sm-9 {
    width:75%;
    display:inline-block;
}
.col-sm-10 {
    width:83.33%;
    display:inline-block;
}
.col-sm-11 {
    width:91.66%;
    display:inline-block;
}
.col-sm-12 {
    width:100%;
    display:inline-block;
}

.table-cell {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
.centered-cell {
    text-align: center;
}
.title-row {
    font-weight: bold;
}
.map-content-block p.cell-subtitle {
    font-size: 14px;
    color: #555555;
}
.table-row {
    padding:20px;
    display: table-row;
}

.table-row:nth-child(even){
    background-color: #dfdfdf;
}
.measures-content {
    padding:0;
}
.measures-content p{
    padding:10px 20px;
}
.table-row p {
    padding:0;
}
.measures-table {
    display:table;
}
.table-row  .col-sm-2:last-child {
    padding-right: 20px !important;
}
.main-details {
    float: left;
    width: 100%;
}
.details-title {
    line-height: 48px;
    text-align: center;
    border-bottom: 2px solid #e51937;
    color: #e51937;
}
.address-cont {
    text-align: center;
    padding: 20px;
}
.address-cont a, .address-cont a:hover, .address-cont a:active, .address-cont a:visited {
    color:#e51937;
    color: #e51937;
    text-decoration: none;
}
.address-cont a:hover {
    text-decoration: underline;
}
.accordion-content ul {
    padding: 20px;
    padding-right: 40px;
}
.marker-cluster-small {
	background: transparent !important;
}
.marker-cluster-small div {
	background-color: #ff9933 !important;
}</pre></body></html>