﻿body {
	overflow-y: scroll;
}
body #s4-workspace {
	overflow: visible;
	width: 100% !important;
}
.WebPart-Zone-Box {
	display: block;
	width: 100%;
}

.Full-Width-WebPart-Zone {
	display: block;
	width: 100%;
}

.Full-Width-WebPart-Zone .ms-webpartzone-cell {
	margin-bottom: 0;
}

#s4-bodyContainer {
	padding-bottom: 0;
}

#sideNavBox {
	display: none;
}

#contentBox {
	margin-left: 0px!important;
	margin-right: 0px!important;
	min-width: 100px !important;
}

#s4-titlerow {
	display: none !important;
}

#contentRow {
	padding-top: 0!important;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-box {
	display: block;
	background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll center top;
}

.big-header-bg {
	background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 45% -43px;
}

.small-header-bg {
	background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -285px;
}

.headear-box {
}

.top-header-box {
	line-height: 39px;
	height: 39px !important;
}

.emergency-information:hover {
	text-decoration: none;
}

.header {
	box-sizing: border-box;
	display: block;
	min-height: 470px;
	padding: 35px 0 0px;
	width: 100%;
}

.header-bg-box {
}

.big-header-bg .inner-page-header-bg-box {
	background: rgba(0, 0, 0, 0) url("../images/header-image.png") no-repeat scroll 65px 100px;
	min-height: 400px;
}

.small-header-bg .inner-page-header-bg-box {
	background: 0 none;
}

.logo-box {
	display: inline-block;
	vertical-align: top;
	width: 37%;
}

.logo-box > img {
}

.buttonCurrentLocation{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;	
    background-color: #223d7e;
    color: white;
    width: 100%;
    margin: 10px 0px 0px 0px;
	padding: 10px 10px 12px 10px;    
	font-size:14px;
	font-family:Arial;​		
}

.buttonCurrentLocation:hover{
	 background-color: #3E61B3;
}

.imgGeolocation{
	position: relative;
	bottom: -2px;
	padding-right: 5px;
}

.search-hospital-box {
	display: inline-block;
	vertical-align: top;
	width: 62%;
}

.small-header-bg .search-hospital-box {
	display: none;
}

.small-header-bg .search-hospital-inputbox {
	display: inline-block;
	float: right;
	margin: 15px 5px auto 0;
	width: 57%;
}

.small-header-bg .search-hospital {
	display: block;
	float: right;
	margin: 0 auto;
	width: 370px;
}

.small-header-bg .header {
	min-height: 215px;
}

.header-text {
	display: block;
	width: 100%;
}

.header-text > h1 {
	color: #213d7e;
	display: block;
	font-size: 33px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 43px;
	font-family: Arial;
}

.header-text span {
	font-weight: normal;
}

.seperator-image {
	display: block;
	margin: 0 0 30px;
	width: 100%;
}

.seperator-image > img {
	margin-left: -55px;
}

.search-hospital-inputbox {
	display: inline-block;
	float: right;
	margin: 0 auto;
	width: 50%;
	position: relative;
}

.search-hospital {
	display: block;
	margin: 0 auto;
	width: 370px;
	left: 45px;
	position: absolute;
	top: 40px;
}

.search-hospital > input {
	box-sizing: border-box;
	display: block;
	height: 50px;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content-area-box {
}

.fixed-width-container {
	margin: 0 auto;
	width: 980px;
}

.wait-for-treatment-box {
	display: block;
}

.wait-for-treatment-text {
	color: #053d6e;
	display: block;
	font-size: 24px;
	margin: 10px 0;
}

.note-box {
	display: block;
	padding: 10px 0 20px;
}

.note {
	border: 1px solid #b91e3b;
	display: block;
	padding: 10px;
	background-color: #f8e8eb;
}

.note > span {
	color: #243d7d;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.note > p {
	color: #000000;
	display: block;
	font-size: 14px;
	margin: 5px 0;
	font-weight: bold;
	line-height: 16px;
}

.accordion-box {
}

.accordion, .accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion-section {
	margin-bottom: 1px;
}

.accordion {
	overflow: hidden;
	background: #f7f7f7;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

.accordion-header-box {
	background-color: #213d7e;
}

.accordion-section-title:link, .accordion-section-title:visited {
	width: 100%;
	padding: 15px 0;
	display: block;
	transition: all linear 0.15s;
	font-size: 16px;
	color: #ffffff;
}

.hospital-icon-box {
	display: table-cell;
	vertical-align: middle;
}

.hospital-icon-box > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
	border: 0 none;
	font-family: Arial;
	font-size: inherit;
	margin-left: 0;
	min-width: auto;
	padding: 0;
}

.hospital-icon-box > img {
	margin-bottom: 2px;
}

.related-hospital-icon-box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.hospital-detail {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	font-size: 14px;
}

.hospital-name {
	display: block;
	font-size: 24px;
	color: #fff!important;
	font-weight: normal!important;
}

.hospital-name > a:link, .hospital-name > a:visited {
	color: #ffffff;
}

.accordion-section-title.active, .accordion-section-title:hover {
	text-decoration: none;
}

.accordion-section-content {
	padding: 30px 0;
	display: none;
	background-color: #f2f1ed;
}

.all-hospital-detail-box {
}

.all-hospital-detail {
	display: table-cell;
	vertical-align: top;
	width: 495px;
}

.searched-hospital-detail {
}

.hospital-location-and-contact-box {
}

.hospital-location {
	display: block;
	margin-bottom: 10px;
}

.location-image-box {
	display: table-cell;
	vertical-align: top;
	width: 22px;
	text-align: center;
}

.location-name-box {
	color: #000000;
	display: table-cell;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	vertical-align: top;
	word-break: break-word;
}

.url {
	color: #223d7e;
	display: table-cell;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	vertical-align: top;
	word-break: break-word;
}

.hospital-contact-box {
	display: block;
	margin-bottom: 10px;
}

.hospital-url {
	display: block;
	margin-bottom: 10px;
}

.url-image-box {
	display: table-cell;
	vertical-align: top;
	width: 22px;
}

.hospital-note-box {
}

.hospital-note-text {
	display: block;
	font-size: 14px;
	margin: 15px 0 10px;
	color: #be3a50;
}

.hospital-note {
	border: 1px solid #ff0000;
	display: block;
	padding: 10px;
	background-color: #f8e8eb;
}

.hospital-note > span {
	color: #223d7e;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.hospital-note > p {
	color: #000000;
	display: block;
	font-size: 14px;
	margin: 5px 0;
	font-weight: bold;
	line-height: 16px;
}

.treatment-waiting-list-box {
	display: block;
	margin: 20px 0 0;
}

.treatment-waiting-list {
}

.treatment-waiting-list-item {
	display: block;
	border-top: 1px solid #cccccc;
	width: 100%;
}

.treatment-waiting-list-item .total-waiting-number > span {
	display: block;
	font-size: 24px;
	text-align: center;
}

.waiting-list {
	background-color: #223d7e;
	margin-bottom: 0;
	border: 0 none;
}

.waiting-list > .treatment-detail {
	padding: 15px 20px;
}

.treatment-detail {
	display: table-cell;
	vertical-align: top;
	width: 420px;
	box-sizing: border-box;
	padding: 10px 20px 10px 0;
}

.treatment-waiting-list-status-detail {
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	vertical-align: top;
	width: 100%;
	background-color: #ffffff;
}

.treatment-waiting-list-detail {
	box-sizing: border-box;
	display: table-cell;
	padding: 10px 20px;
	vertical-align: top;
	width: 420px;
}

.waiting-list > .treatment-waiting-list-detail > p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}

.treatment-waiting-list-status-detail > p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.treatment-waiting-list-result {
	margin-top: 25px;
	padding-left: 20px;
	background-color: #ffffff;
}

.treatment-waiting-list-result-item {
	border-top: 1px solid #cccccc;
	display: block;
	width: 100%;
}

.treatment-waiting-list-result-item:first-child {
	border-top: 0 none;
}

.treatment-detail > p {
	display: block;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}

.waiting-list > .treatment-detail > p {
	color: #ffffff;
	font-size: 14px;
}

.total-waiting-number {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: #e8e8e8;
}

.total-waiting-number > span {
	display: block;
	text-align: center;
	font-size: 16px;
}

.waiting-number {
	background-color: #b91e3b;
	position: relative;
}

.waiting-number:after {
	top: 34%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #b91e3b;
	border-width: 13px;
	margin-left: -26px;
}

.waiting-number > span {
	color: #ffffff;
}

.waiting-list-status {
	display: block;
}

.waiting-list-status > span {
	color: #b91e3b;
	display: table-cell;
	font-size: 12px;
	vertical-align: top;
}

.waiting-list-status > a:link, .waiting-list-status > a:visited {
	display: table-cell;
	font-size: 13px;
	padding-left: 10px;
	vertical-align: top;
	text-decoration: underline;
	color: #223d7e;
}

p.historical-data-note {
		display : block;
		color : #be3a50;
		font-size : 12px;
	}
	
.other-reporting-hospitals-box {
	padding-top: 25px;
	display: block;
	position: relative;
}

.other-reporting-hospitals-list {
	background-color: #ffffff;
}

.other-reporting-hospitals-list-item {
	display: block;
	margin-bottom: 1px;
	width: 100%;
}

.patients-waiting {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
}

.other-reporting-hospitals-header {
	background-color: #ffffff;
	padding-left: 20px;
	display: block;
	margin-bottom: 1px;
	width: 100%;
	margin-bottom: 0;
}

.other-reporting-hospitals-name-header-right {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	box-sizing: border-box;
	padding: 11px 20px;
	border-bottom: 1px solid #cccccc;
}

.other-reporting-hospitals-name-header {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
	box-sizing: border-box;
	padding: 11px 20px 11px 0;
	border-bottom: 1px solid #cccccc;
}

.other-reporting-hospitals-name-header > h3 {
	color: #000000;
	display: block;
	font-family: "Arial";
	font-size: 16px;
	margin: 0;
	font-weight: normal!important;
}

.patients-waiting-headear {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	box-sizing: border-box;
	padding: 11px 20px;
}

.patients-waiting-headear > span {
	display: block;
	font-size: 13px;
	line-height: 15px;
}

.other-reporting-hospitals-name {
	display: table-cell;
	vertical-align: top;
	width: 420px;
	box-sizing: border-box;
	padding: 10px 20px 10px 0;
}

.other-reporting-hospitals-name > a:link, .other-reporting-hospitals-name > a:visited {
	color: #223d7e;
	display: block;
	font-size: 14px;
}

.total-patients-waiting {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	box-sizing: border-box;
	padding: 10px 20px;
	background-color: #e8e8e8;
}

.total-patients-waiting > span {
	display: block;
	font-size: 16px;
	text-align: center;
	padding-right: 0px;
}

.other-linked-hospital-number {
	display: block;
	font-family: Arial;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
}

.searched-hospital-map {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	width: 485px;
}

#map {
	height: 556px;
	border: 3px solid #ffffff;
	box-sizing: border-box;
}

.mapZoomControl {
/*position: relative!important;*/
	right: 0;
	top: 0px!important;
	z-index: 0;
	height: 100%;
}

.mapZoomIcon div {
	background-color: #fff;
	border-radius: 2px;
	bottom: 167px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	padding: 2px;
	position: absolute;
	right: 9px;
	text-align: center;
}

.directionMapIcon div {
	background-color: #fff;
	border-radius: 2px;
	bottom: 126px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	padding: 2px;
	position: absolute;
	right: 9px;
	text-align: center;
}

.mapZoomIcon-without-direction div {
	bottom: 126px;
}

.footer-box {
}

.footer-section {
	display: block;
}

.emergency-sectioncol1 {
	background-color: #eae9e6;
	-webkit-box-shadow: 0 10px 35px -30px rgba(50, 50, 50, 0.75) inset;
	-moz-box-shadow: 0 10px 35px -30px rgba(50, 50, 50, 0.75) inset;
	-ms-box-shadow: 0 10px 35px -30px rgba(50, 50, 50, 0.75) inset;
	box-shadow: 0 10px 35px -30px rgba(50, 50, 50, 0.75) inset;
	display: block;
	vertical-align: middle;
	width: 100%;
	padding: 15px 0;
}

.emergency-contact-image {
	display: table-cell;
	vertical-align: top;
}

.emergency-contact-image > img {
}

.emergency-contact-detail-box {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.health-emergency {
	color: #223d7e;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 20px;
}

.remember-box {
	color: #000000;
	display: block;
	font-size: 14px;
}

.remember-box > span {
	color: #b4012e;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.emergency-sectionData {
	display: block;
	margin: 0 auto;
	width: 600px;
}

.emergency-sectioncol2 {
	display: block;
	background-color: #f2f1ed;
	vertical-align: middle;
	width: 100%;
}

.health-direct-box {
	display: block;
	width: 75%;
}

.health-direct-box p {
	display: block;
	margin: 10px 0;
	font-size: 15px;
	line-height: 20px;
}

.health-direct-text {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	font-size: 19px;
	font-weight: 600;
}

.health-direct-text span:first-child {
	color: #073a4b;
	display: inline-block;
}

.health-direct-text span:nth-child(2) {
	color: #e08019;
	display: inline-block;
}

.cell-no {
}

.hours24-7 {
	display: inline-block;
	margin-right: 30px;
}

.alternative-service-box {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.alternative-service-notice {
	display: block;
	width: 100%;
}

.alternative-services {
	display: block;
	width: 100%;
}

.alternative-services-item {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	width: 23%;
}

.alternative-services-item:last-child {
	margin-right: 0;
}

.footer-section-row2 {
	background-color: #f2f1ed;
	display: block;
}

.disclaimer-box {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 850px;
	padding: 25px 0;
}

.disclaimer-box p {
	display: block;
	margin: 0;
	font-size: 11px;
}

.footer-section-row3 {
	background: rgba(0,125,187,1);
	background: -moz-linear-gradient(top, rgba(0,125,187,1) 0%, rgba(13,91,165,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,125,187,1)), color-stop(100%, rgba(13,91,165,1)));
	background: -webkit-linear-gradient(top, rgba(0,125,187,1) 0%, rgba(13,91,165,1) 100%);
	background: -o-linear-gradient(top, rgba(0,125,187,1) 0%, rgba(13,91,165,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,125,187,1) 0%, rgba(13,91,165,1) 100%);
	background: linear-gradient(to bottom, rgba(0,125,187,1) 0%, rgba(13,91,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dbb', endColorstr='#0d5ba5', GradientType=0 );

	display: block;
	float: left;
	width: 100%;
	padding: 18px 0;
}

.social-other-link-box {
	display: inline-block;
	color: #ffffff;
	vertical-align: top;
	width: 59%;
}

.social-other-link-box li {
	float:left;
	line-height: 0.8em;
	margin-top: 7px;
}

.social-other-link-box li a {
	color: #ffffff;
	padding-right: 9px;
	padding-left: 9px;
}

.social-other-link-box li:first-child a {
	color: #ffffff;
	padding-right: 9px;
	padding-left: 0px;
}

.social-other-link-box li a[id*='Social'] {
	color: #ffffff;
	padding-right: 4px;
	padding-left: 4px;
}


.footer-other-links {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 50px;
	vertical-align: top;
	width: 100%;
}

.footer-other-links > nav {
	display: block;
	color: #ffffff;
}

.footer-other-links > nav > a:link, .footer-other-links > nav > a:visited {
	color: #ffffff;
	margin: 0 5px;
	line-height: 22px;
}

.social-links {
	display: inline-block;
	width: 180px;
	margin-left: 10px;
	margin-top: 32px;
}

.social-links > ul {
	display: block;
}

.social-links > ul > li {
	float: left;
	margin: 0 10px;
}

.social-links > ul > li > a {
	display: block;
	vertical-align: top;
}

.social-links > ul > li > a > img {
	display: block;
}

.footer-nav-box {
	display: inline-block;
	vertical-align: top;
}

.footer-nav-box > ul > li {
	display: inline-block;
	float:left;
	color: #ffffff;
}

.footer-nav-box > ul > li > a:link, .footer-nav-box > ul > li > a:visited {
	color: #ffffff;
	margin: 0 7px;
	line-height: 22px;
}

.footer-nav-box > ul > li:first-child > a:link {
	color: #ffffff;
	margin-left: 0px;
	margin-right: 7px;
	line-height: 22px;
}

.footer-nav-box > nav > a:last-child {
	margin-right: 0;
}



@-moz-document url-prefix() {
	#map {
		height: 563px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#map {
		height: 555px;
	}
}/*============================================ Media Query for Responsive View =========================================*/
@media screen and (max-width:479px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.small-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -260px;
	}

	.top-header-box {
		background: #153b84 url("../images/ribbon-bg.png") repeat-x scroll left top;
		display: block;
		height: 40px;
		line-height: 30px;
		text-align: center;
	}

	.top-header-box > .fixed-width-container {
		padding: 0 5px;
	}

	.top-header-content {
		margin: 0 auto;
		text-align: center;
		width: 299px;
	}

	.top-header-content > nav > a:link, .top-header-content > nav > a:visited {
		margin: 0;
       /*font-size: 11px;*/;
	}

	ul.a-z-box-toplink li:nth-child(3), ul.a-z-box-toplink li:nth-child(4) {display:none;} //LC
	
	.top-header-content > nav > .a-z-box-toplink a:link, .top-header-content > nav > .a-z-box-toplink a:visited {
		margin: 0;
	}

	.top-header-content > nav > a:nth-child(4) {
		display: inline-block;
	}

	.emergency-information {
		padding: 4px 3px;
	}

	.header {
		min-height: 230px;
	}

	.top-header-content .print-font-size-box {
		margin: 1px 0 0;
		display: none;
	}

	.logo-box {
		height: 45px;
		width: auto;
		margin-left: 4px;
	}

	.logo-box img {
		height: 45px;
		width: auto;
	}

	.small-header-bg .logo-box {
		height: 45px;
		width: auto;
		margin-left: 0px;
	}

	.small-header-bg .logo-box img {
		height: 45px;
		width: auto;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 45% -37px;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: -23px 184px;
		background-size: 330px auto;
		min-height: 420px;
		transform: rotate(-3deg);
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(3deg);
	}

	.header-bg-box {
		margin-left: 5px;
	}

	.small-header-bg .header-bg-box {
		margin-left: 0px;
	}

	.search-hospital-box {
		margin-left: 8px;
		width: 58%;
		float: right;
	}

	.header-text {
		width: 100%;
	}

	.header-text > h1 {
		font-size: 15px;
		margin: 0;
		font-weight: bold;
		line-height: 22px;
	}

	.seperator-image {
		display: none;
	}

	.search-hospital-inputbox {
		float: right;
		margin: 20px auto 0;
		width: 100%;
	}

	.search-hospital {
		margin: 0 auto;
		width: 100%;
		left: auto;
		top: auto;
	}

	.ui-widget-content {
		max-width: 91%;
	}

	.small-header-bg .header {
		min-height: 235px;
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 100%;
	}

	.small-header-bg .search-hospital {
		width: 100%;
	}

	.wait-for-treatment-text {
		font-size: 16px;
	}

	.note > p {
		font-size: 12px;
	}

	.hospital-icon-box {
		vertical-align: top;
	}

	.accordion-section:first-child .hospital-icon-box {
		vertical-align: bottom;
	}

	.hospital-icon-box > img {
		margin-top: 10px;
		margin-bottom: -2px;
	}

	.hospital-detail {
		font-size: 13px;
		line-height: 17px;
	}

	.hospital-name {
		font-size: 17px;
		margin-top: 10px;
	}

	.related-hospital-icon-box {
		display: table;
		padding-left: 0;
		vertical-align: top;
		margin-top: -20px;
	}

	.accordion-section-content {
		padding: 15px 0;
	}

	.all-hospital-detail-box {
		display: block;
		width: 100%;
	}

	.all-hospital-detail {
		display: table;
		width: 100%;
	}

	.location-name-box {
		line-height: 22px;
	}

	.waiting-list > .treatment-detail {
		padding: 15px;
	}

	.waiting-list > .treatment-detail > p {
		font-size: 15px;
	}

	.treatment-waiting-list-item {
		display: table;
	}

	.waiting-list-status > span {
		display: inline;
		font-size: 12px;
	}

	.waiting-list-status > a:link, .waiting-list-status > a:visited {
		display: inline;
		font-size: 12px;
	}

	.treatment-waiting-list-result-item {
		display: table;
	}

	.treatment-detail {
		padding: 15px 10px 15px 0;
		width: 100%;
		float: left;
	}

	.treatment-detail > p {
		font-size: 14px;
	}

	.total-waiting-number {
		width: 70px;
	}

	.other-reporting-hospitals-list-item {
		display: table;
	}

	.other-reporting-hospitals-name-header {
		padding: 10px 15px 10px 0;
		width: 100%;
		float: left;
	}

	.patients-waiting-headear {
		padding: 10px;
	}

	.other-reporting-hospitals-name {
		padding: 10px 10px 10px 0px;
		width: 100%;
		float: left;
	}

	.total-patients-waiting {
		padding: 10px;
		width: 70px;
	}

	.searched-hospital-map {
		display: table;
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
	}

	.searched-hospital-map > img {
		width: 100%;
	}

	.mapZoomIcon-without-direction {
		margin-top: -5px !important;
	}

	#directionMapIcon {
		margin-top: -25px !important;
	}

	.footer-section-row1 > .fixed-width-container {
		padding: 0;
	}

	.footer-section-row1 {
		padding: 0;
		background: 0 none;
	}

	.emergency-sectioncol1 {
		padding: 15px;
		box-sizing: border-box;
	}

	.health-emergency {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.remember-box {
		font-size: 14px;
	}

	.remember-box > span {
		font-size: 13px;
		font-weight: 600;
	}

	.emergency-sectionData {
		width: 100%;
	}

	.emergency-sectionData > div > p {
		margin: 0 0 15px!important;
	}

	.emergency-sectioncol2 {
		padding: 0px 15px 15px;
		box-sizing: border-box;
	}

	.health-direct-box {
		width: 100%;
		text-align: center;
	}

	.health-direct-box p {
		font-size: 14px;
	}

	.alternative-services-item {
		margin: 0 0 15px;
		width: 100%;
	}

	.cell-no {
		display: inline-block;
		margin-left: 10px;
	}

	.footer-section-row2 {
		display: block;
		width: 100%;
	}

	.disclaimer-box {
		width: 100%;
		padding: 15px 0;
	}

	.footer-section-row3 {
		height: auto;
		line-height: normal;
	}

	.social-other-link-box {
		display: block;
		float: none;
		width: 100%;
	}

	.footer-other-links {
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.social-links {
		margin: 0;
		padding: 0 0 10px;
		text-align: center;
		width: 100%;
	}

	.social-links li {
		display: inline-block;
		float: none!important;
	}

	.footer-nav-box {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}

	.footer-nav-box > nav > a:link, .footer-nav-box > nav > a:visited {
		display: inline-block;
		margin: 0 3px 5px;
	}
}

@media screen and (max-width:374px) {
	.hospital-icon-box > img {
		margin-top: -2px;
	}
}

@media screen and (max-width:767px) {
	.dnldReport, .last-divider {
		display: none;
	}

	.fixed-width-container {
		padding: 0 20px!important;
	}

	#map {
		height: 260px !important;
	}
}

@media screen and (min-width:375px) and (max-width:479px) {
	.related-hospital-icon-box {
		margin-top: -5px;
	}
}

@media screen and (min-width:405px) and (max-width:479px) {
	.search-hospital-box {
		width: 53%;
	}

	.header-text > h1 {
		font-size: 17px;
	}
}

@media screen and (min-width:480px) and (max-width:639px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.small-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -310px;
	}

	.header {
		min-height: 270px;
	}

	.top-header-box > .fixed-width-container {
		padding: 0 15px;
	}

	.logo-box img {
		height: 65px;
		width: auto;
	}
	
	.top-header-content > nav > a:link, .top-header-content > nav > a:visited {
/*font-size: 9.4px;*/
		margin: 0;
	}

	.top-header-content > nav > .a-z-box-toplink a:link, .top-header-content > nav > .a-z-box-toplink a:visited {
		margin: 0;
	}

	.top-header-content .print, .top-header-content .fontup, .top-header-content .fontdown {
/*width:8px;*/;
	}

	.logo-box {
		width: 30%;
		/*margin-left: 11px;*/
	}

	.small-header-bg .logo-box {
		margin-left: 0px;
	}

	.header-bg-box {
		margin-left: 4px;
	}

	.small-header-bg .header-bg-box {
		margin-left: 0px;
	}

	.search-hospital-box {
		margin-left: 15px;
		width: 64%;
		float: right;
	}

	.header-text {
		width: 100%;
	}

	.header-text > h1 {
		font-size: 22px;
		margin: 0;
		line-height: 32px;
	}

	.seperator-image {
		display: none;
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 49%;
	}

	.search-hospital-inputbox {
		float: right;
		margin: 20px auto 0;
		/*width: 56%;*/
		width: 100%;
	}

	.search-hospital {
		margin: 0 auto;
		/*width: 64%;
		margin-left: 36%;*/
		width: 100%;
		left: auto;
		top: auto;
	}

	.ui-widget-content {
		max-width: 52%;
	}

	.small-header-bg .header {
		min-height: 190px;
	}

	.small-header-bg .search-hospital {
		width: 100%;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -41px;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: -23px 154px;
		background-size: 366px auto;
		min-height: 420px;
		transform: rotate(-4deg);
		width: 100%;
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(4deg);
	}

	.wait-for-treatment-text {
		font-size: 16px;
	}

	.note > p {
		font-size: 12px;
	}

	.hospital-icon-box {
		vertical-align: bottom;
	}

	.related-hospital-icon-box {
		vertical-align: bottom;
	}

	.hospital-icon-box > img {
		margin-top: 10px;
	}

	.hospital-detail {
		line-height: 17px;
	}

	.hospital-name {
		margin-top: 10px;
		line-height: 28px;
	}

	.accordion-section-content {
		padding: 15px 0;
	}

	.all-hospital-detail-box {
		display: block;
		width: 100%;
	}

	.all-hospital-detail {
		display: table;
		width: 100%;
	}

	.location-name-box {
		line-height: 22px;
	}

	.treatment-waiting-list-item {
		display: table;
	}

	.waiting-list > .treatment-detail {
		padding: 15px;
	}

	.treatment-waiting-list-result-item {
		display: table;
	}

	.treatment-detail {
		padding: 15px 10px 15px 0;
		width: 100%;
		float: left;
	}

	.treatment-waiting-list-detail {
		float: left;
		width: 100%;
	}

	.total-waiting-number {
		width: 90px;
	}

	.other-reporting-hospitals-list-item {
		display: table;
	}

	.other-reporting-hospitals-name-header {
		padding: 10px 15px 10px 0;
		width: 79%;
	}

	.patients-waiting-headear {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.other-reporting-hospitals-name {
		padding: 10px 10px 10px 0px;
		width: 79%;
	}

	.total-patients-waiting {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.searched-hospital-map {
		display: table;
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
		margin: 0 auto;
	}

	.searched-hospital-map > img {
		width: 100%;
	}

	.mapZoomIcon-without-direction {
		margin-top: 140px !important;
	}

	#directionMapIcon {
		margin-top: -272px !important;
	}

	.footer-section-row1 > .fixed-width-container {
		padding: 0;
	}

	.footer-section-row1 {
		padding: 0;
		background: 0 none;
	}

	.emergency-sectioncol1 {
		padding: 15px;
		box-sizing: border-box;
	}

	.emergency-contact-image {
		text-align: right;
		width: 30%;
	}

	.emergency-contact-detail-box {
		text-align: left;
		width: 54%;
	}

	.health-emergency {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.remember-box {
		font-size: 14px;
	}

	.remember-box > span {
		font-size: 13px;
		font-weight: 600;
	}

	.emergency-sectionData {
		width: 100%;
	}

	.emergency-sectionData > div > p {
		margin: 15px 0 !important;
	}

	.emergency-sectioncol2 {
		padding: 0px 15px 15px;
		box-sizing: border-box;
	}

	.alternative-services-item {
		margin: 0 0 15px;
		width: 100%;
	}

	.health-direct-box {
		width: 100%;
		text-align: center;
	}

	.health-direct-box p {
		font-size: 14px;
	}

	.cell-no {
		display: inline-block;
		margin-left: 10px;
	}

	.footer-section-row2 {
		display: block;
		width: 100%;
	}

	.disclaimer-box {
		width: 100%;
		padding: 15px 0;
	}

	.footer-section-row3 {
		height: auto;
		line-height: normal;
	}

	.social-other-link-box {
		display: inline-block;
		float: none;
		width: 100%;
	}

	.footer-other-links {
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.social-links {
		margin: 0;
		padding: 0 0 10px;
		text-align: center;
		width: 100%;
	}

	.social-links li {
		display: inline-block;
		float: none!important;
	}

	.footer-nav-box {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}

	.footer-nav-box > nav > a:link, .footer-nav-box > nav > a:visited {
		margin: 0 3px;
	}
}

@media screen and (min-width:622px) and (max-width:639px) {
	.logo-box {
		width: 30%;
	}

	.search-hospital-box {
		width: 64%;
	}

	.search-hospital-inputbox {
		/*width: 50%;*/
		width: 63%;
	}

	.header-text > h1 {
		margin: 15px 0;
	}

	.search-hospital {
		top: 30px;		
		width: 100%;
		margin: 0px;
		/*left: auto;		*/
	}

	.small-header-bg .search-hospital {
		top: auto;
	}
}

@media screen and (min-width:640px) and (max-width:767px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.emergency-information {
		margin-right: 0!important;
	}

	.small-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -310px;
	}

	.header {
		min-height: 295px;
	}

	.logo-box {
		margin-left: 6px;
		width: 32%;
	}

	.small-header-bg .logo-box {
		margin-left: 0px;
	}

	.search-hospital-box {
		width: 63%;
	}

	.header-text {
		width: 100%;
	}

	.header-text > h1 {
		font-size: 30px;
		line-height: 39px;
	}

	.seperator-image {
		display: none;
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 49%;
	}

	.search-hospital-inputbox {
		float: right;
		margin: 20px auto 0;
		/*width: 48%;*/
		width: 65%;
	}

	.search-hospital {
		margin: 0 auto;
		width: 96%;
		left: auto;
		top: 15px;
	}

	.ui-widget-content {
		max-width: 52%;
	}

	.small-header-bg .header {
		min-height: 190px;
	}

	.small-header-bg .search-hospital {
		width: 100%;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -43px;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: 65px 155px;
		background-size: 366px auto;
		min-height: 420px;
		transform: rotate(-3deg);
		width: 100%;
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(3deg);
	}

	.wait-for-treatment-text {
		font-size: 16px;
	}

	.note > p {
		font-size: 12px;
	}

	.hospital-icon-box {
		vertical-align: bottom;
	}

	.related-hospital-icon-box {
		vertical-align: bottom;
	}

	.hospital-icon-box > img {
		margin-top: 10px;
		margin-bottom: -3px;
	}

	.related-hospital-icon-box > img {
		margin-bottom: -4px;
	}

	.hospital-detail {
		line-height: 17px;
	}

	.hospital-name {
		margin-top: 10px;
	}

	.accordion-section-content {
		padding: 15px 0;
	}

	.all-hospital-detail-box {
		display: block;
		width: 100%;
	}

	.all-hospital-detail {
		display: table;
		width: 100%;
	}

	.location-name-box {
		line-height: 22px;
	}

	.treatment-waiting-list-item {
		display: table;
	}

	.waiting-list > .treatment-detail {
		padding: 15px;
	}

	.treatment-waiting-list-result-item {
		display: table;
	}

	.treatment-detail {
		padding: 15px 10px 15px 0;
		width: 100%;
		float: left;
	}

	.treatment-waiting-list-detail {
		float: left;
		width: 100%;
	}

	.total-waiting-number {
		width: 90px;
	}

	.other-reporting-hospitals-list-item {
		display: table;
	}

	.other-reporting-hospitals-name-header {
		padding: 10px 15px 10px 0;
		width: 80%;
		float: left;
	}

	.patients-waiting-headear {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.other-reporting-hospitals-name {
		padding: 10px 10px 10px 0px;
		width: 80%;
		float: left;
	}

	.total-patients-waiting {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.searched-hospital-map {
		display: table;
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
		margin: 0 auto;
	}

	.searched-hospital-map > img {
		width: 100%;
	}

	#directionMapIcon {
		margin-top: 285px !important;
	}

	.footer-section-row1 > .fixed-width-container {
		padding: 0;
	}

	.footer-section-row1 {
		padding: 0;
		background: 0 none;
	}

	.emergency-sectioncol1 {
		padding: 15px;
		box-sizing: border-box;
	}

	.emergency-contact-image {
		text-align: right;
		width: 47%;
	}

	.emergency-contact-detail-box {
		text-align: left;
		width: 54%;
	}

	.emergency-sectionData {
		width: 100%;
	}

	.health-emergency {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.remember-box {
		font-size: 14px;
	}

	.remember-box > span {
		font-size: 13px;
		font-weight: 600;
	}

	.emergency-sectioncol2 {
		padding: 0 15px 15px;
		box-sizing: border-box;
	}

	.alternative-services-item {
		width: 47%;
	}

	.health-direct-box {
		width: 100%;
		text-align: center;
	}

	.health-direct-box p {
		font-size: 14px;
	}

	.cell-no {
		display: inline-block;
		margin-left: 10px;
	}

	.footer-section-row2 {
		display: block;
		width: 100%;
	}

	.disclaimer-box {
		width: 100%;
		padding: 15px 0;
	}

	.footer-section-row3 {
		height: auto;
		line-height: normal;
	}

	.social-other-link-box {
		display: block;
		float: none;
		width: 100%;
	}

	.footer-other-links {
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.social-links {
		margin: 0;
		padding: 0 0 10px;
		text-align: center;
		width: 100%;
	}

	.social-links li {
		display: inline-block;
		float: none!important;
	}

	.footer-nav-box {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}

	.footer-nav-box > nav > a:link, .footer-nav-box > nav > a:visited {
		margin: 0 3px;
	}
}

@media screen and (min-width:768px) and (max-width:799px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.small-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -310px;
	}

	.emergency-information {
		margin-right: 0!important;
	}

	.header {
		min-height: 295px;
	}

	.logo-box {
		margin-left: 6px;
	}

	.small-header-bg .logo-box {
		margin-left: 0px;
	}

	.search-hospital-box {
		width: 61%;
	}

	.header-text {
		width: 100%;
	}

	.header-text > h1 {
		margin: 0;
		font-size: 29px;
	}

	.seperator-image {
		display: none;
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 49%;
	}

	.search-hospital-inputbox {
		float: right;
		margin: 20px auto 0;
		width: 50%;
	}

	.buttonCurrentLocation{
		width: 86%;
		margin-left: 7%;			
	}
	
	.search-hospital {
		margin: 0 auto;
		width: 370px;
		left: auto;
		top: auto;
		right: 0;
	}

	.ui-widget-content {
		max-width: 52%;
	}

	.small-header-bg .header {
		min-height: 190px;
	}

	.small-header-bg .search-hospital {
		width: 100%;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -43px;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: 65px 108px;
		min-height: 420px;
		transform: rotate(-3deg);
		width: 100%;
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(3deg);
	}

	.accordion-section-content {
		padding: 15px 0;
	}

	.all-hospital-detail-box {
		display: block;
		width: 100%;
	}

	.all-hospital-detail {
		display: table;
		width: 100%;
	}

	.location-name-box {
		line-height: 22px;
	}

	.treatment-waiting-list-item {
		display: table;
	}

	.waiting-list > .treatment-detail {
		padding: 15px;
	}

	.treatment-waiting-list-result-item {
		display: table;
	}

	.treatment-detail {
		padding: 15px 10px 15px 0;
		width: 100%;
		float: left;
	}

	.treatment-waiting-list-detail {
		float: left;
		width: 100%;
	}

	.total-waiting-number {
		width: 90px;
	}

	.other-reporting-hospitals-list-item {
		display: table;
	}

	.other-reporting-hospitals-name-header {
		padding: 10px 15px 10px 0;
		width: 80%;
		float: left;
	}

	.patients-waiting-headear {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.other-reporting-hospitals-name {
		padding: 10px 10px 10px 0px;
		width: 80%;
		float: left;
	}

	.total-patients-waiting {
		padding: 10px;
		width: 47%;
		float: right;
	}

	.searched-hospital-map {
		display: table;
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
		margin: 0 auto;
	}

	#directionMapIcon {
		margin-top: 285px !important;
	}

	.emergency-sectioncol1 {
		padding: 15px;
		box-sizing: border-box;
	}

	.emergency-contact-detail-box {
		padding-left: 15px;
	}

	.health-emergency {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.emergency-sectioncol2 {
		padding: 0 15px 15px;
		box-sizing: border-box;
	}

	.alternative-services-item {
		width: 47%;
	}

	.health-direct-box {
		width: 100%;
	}

	.footer-section-row2 {
		display: block;
		width: 100%;
	}

	.disclaimer-box {
		width: 100%;
	}

	.footer-section-row3 {
		height: auto;
		line-height: normal;
	}

	.social-other-link-box {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-other-links {
		padding: 10px 0;
	}

	.social-links {
		margin: 10px 0;
	}

	.social-links li {
		display: inline-block;
		float: none!important;
	}

	.footer-nav-box {
		display: block;
		float: none;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.footer-nav-box > nav > a:link, .footer-nav-box > nav > a:visited {
		margin: 0 3px;
	}
}

@media screen and (min-width:800px) and (max-width:899px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.small-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -310px;
	}

	.emergency-information {
		margin-right: 0!important;
	}

	.header {
		min-height: 295px;
	}

	.logo-box {
		margin-left: 3px;
	}

	.small-header-bg .logo-box {
		margin-left: 0px;
	}

	.search-hospital-box {
		width: 61%;
	}

	.header-text {
		width: 100%;
	}

	.header-text > h1 {
		margin: 0;
		font-size: 30px;
	}

	.seperator-image {
		display: none;
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 49%;
	}

	.search-hospital-inputbox {
		float: right;
		margin: 20px auto 0;
		/*width: 42%;*/
		width: 50%;
	}

	.buttonCurrentLocation{
		width: 86%;
		margin-left: 7%;			
	}
	
	.search-hospital {
		margin: 0 auto;
		width: 96%;
		left: auto;
		top: 30px;
	}

	.ui-widget-content {
		max-width: 52%;
	}

	.small-header-bg .header {
		min-height: 190px;
	}

	.small-header-bg .search-hospital {
		top: auto;
		width: 100%;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -39px;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: 65px 112px;
		min-height: 420px;
		transform: rotate(-2deg);
		width: 100%;
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(2deg);
	}

	.accordion-section-content {
		padding: 15px 0;
	}

	.all-hospital-detail-box {
		display: block;
		width: 100%;
	}

	.all-hospital-detail {
		display: table;
		width: 100%;
	}

	.location-name-box {
		line-height: 22px;
	}

	.treatment-waiting-list-item {
		display: table;
	}

	.waiting-list > .treatment-detail {
		padding: 15px;
	}

	.treatment-waiting-list-result-item {
		display: table;
	}

	.treatment-detail {
		padding: 15px 10px 15px 0;
		width: 100%;
		float: left;
	}

	.treatment-waiting-list-detail {
		float: left;
		width: 100%;
	}

	.total-waiting-number {
		width: 90px;
	}

	.other-reporting-hospitals-list-item {
		display: table;
	}

	.other-reporting-hospitals-name-header {
		padding: 10px 15px 10px 0;
		width: 80%;
		float: left;
	}

	.patients-waiting-headear {
		padding: 10px;
		width: 47%;
		float: right;
	}

	.other-reporting-hospitals-name {
		padding: 10px 10px 10px 0px;
		width: 80%;
		float: left;
	}

	.total-patients-waiting {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.searched-hospital-map {
		display: table;
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
		margin: 0 auto;
	}

	#directionMapIcon {
		margin-top: 285px !important;
	}

	.emergency-contact-detail-box {
		padding-left: 15px;
	}

	.health-emergency {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.emergency-sectioncol2 {
		padding: 0 15px 15px;
		box-sizing: border-box;
	}

	.alternative-services-item {
		width: 47%;
	}

	.health-direct-box {
		width: 100%;
	}

	.cell-no {
		display: inline-block;
	}

	.footer-section-row2 {
		display: block;
		width: 100%;
	}

	.disclaimer-box {
		width: 100%;
	}

	.footer-section-row3 {
		height: auto;
		line-height: normal;
	}

	.social-other-link-box {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-other-links {
		padding: 10px 0;
	}

	.social-links {
		margin: 10px 0;
	}

	.social-links li {
		display: inline-block;
		float: none!important;
	}

	.footer-nav-box {
		display: block;
		float: none;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.footer-nav-box > nav > a:link, .footer-nav-box > nav > a:visited {
		margin: 0 3px;
	}
}

@media screen and (min-width:900px) and (max-width:979px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.small-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -310px;
	}

	.emergency-information {
		margin-right: 0!important;
	}

	.header {
		min-height: 295px;
	}

	.logo-box {
		margin-left: 3px;
		width: 30%;
	}

	.small-header-bg .logo-box {
		margin-left: 0px;
	}

	.search-hospital-box {
		width: 67%;
	}

	.header-text {
		width: 100%;
	}

	.header-text > h1 {
		margin: 0;
		font-size: 31px;
	}

	.header-text span {
		display: block;
	}

	.seperator-image {
		display: none;
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 49%;
	}

	.search-hospital-inputbox {
		float: right;
		margin: 20px auto 0;
		width: 45%;
	}

	.search-hospital {
		margin: 0 auto;
		width: 370px;
		float: left;
		left: auto;
		top: 25px;
		right: 0;
	}

	.ui-widget-content {
		max-width: 52%;
	}

	.small-header-bg .header {
		min-height: 190px;
	}

	.small-header-bg .search-hospital {
		top: auto;
		width: 100%;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -39px;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: 65px 110px;
		min-height: 420px;
		transform: rotate(-1deg);
		width: 100%;
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(1deg);
	}

	.accordion-section-content {
		padding: 15px 0;
	}

	.all-hospital-detail-box {
		display: block;
		width: 100%;
	}

	.all-hospital-detail {
		display: table;
		width: 100%;
	}

	.location-name-box {
		line-height: 22px;
	}

	.treatment-waiting-list-item {
		display: table;
	}

	.waiting-list > .treatment-detail {
		padding: 15px;
	}

	.treatment-waiting-list-result-item {
		display: table;
	}

	.treatment-detail {
		padding: 15px 10px 15px 0;
		width: 100%;
		float: left;
	}

	.treatment-waiting-list-detail {
		float: left;
		width: 100%;
	}

	.total-waiting-number {
		width: 90px;
	}

	.other-reporting-hospitals-list-item {
		display: table;
	}

	.other-reporting-hospitals-name-header {
		padding: 10px 15px 10px 0;
		width: 80%;
		float: left;
	}

	.patients-waiting-headear {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.other-reporting-hospitals-name {
		padding: 10px 10px 10px 0px;
		width: 80%;
		float: left;
	}

	.total-patients-waiting {
		padding: 10px;
		width: 90px;
		float: right;
	}

	.searched-hospital-map {
		display: table;
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
		margin: 0 auto;
	}

	#directionMapIcon {
		margin-top: 285px !important;
	}

	.emergency-contact-detail-box {
		padding-left: 15px;
	}

	.health-emergency {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.emergency-sectioncol2 {
		padding: 0 15px 15px;
		box-sizing: border-box;
	}

	.alternative-services-item {
		width: 23%;
	}

	.health-direct-box {
		width: 100%;
	}

	.health-direct-text span:nth-child(2) {
		margin-right: 5px;
	}

	.cell-no {
		display: inline-block;
	}

	.footer-section-row2 {
		display: block;
		width: 100%;
	}

	.disclaimer-box {
		width: 100%;
	}

	.footer-section-row3 {
		height: auto;
		line-height: normal;
	}

	.footer-other-links {
		padding: 10px 0;
	}

	.social-other-link-box {
		width: 57%;
	}

	.footer-other-links {
		width: 100%;
	}

	.social-links {
		margin: 10px 0;
	}

	.social-links li {
		display: inline-block;
		float: none!important;
	}

	.footer-nav-box {
		padding: 10px 0;
	}

	.footer-nav-box > nav > a:link, .footer-nav-box > nav > a:visited {
		margin: 0 3px;
	}
}

@media screen and (min-width:980px) and (max-width:1023px) {
	.fixed-width-container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	.emergency-information {
		margin-right: 0!important;
	}

	.logo-box {
		width: 30%;
	}

	.search-hospital-box {
/*float: right;*/
		width: 66%;
	}

	.big-header-bg .inner-page-header-bg-box {
		background-position: 65px 100px;
		min-height: 420px;
		transform: rotate(-0.8deg);
		width: 99%;
	}

	.big-header-bg .logo-box, .big-header-bg .search-hospital-box, .big-header-bg .search-hospital-inputbox {
		transform: rotate(0.8deg);
	}

	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: 25px 0 auto;
		width: 49%;
	}

	.small-header-bg .search-hospital {
		top: auto;
		right: 0;
		left: auto;
	}

	.emergency-sectioncol2 {
		padding: 0 15px 15px;
		box-sizing: border-box;
	}

	.alternative-services-item {
		width: 23%;
	}
}

@media screen and (min-width:1024px) {
	.small-header-bg .search-hospital-inputbox {
		display: inline-block;
		float: right;
		margin: -14px 5px auto 0;
		width: 42.3%;
	}
}

@media screen and (min-width:1280px) {
	.ui-widget-content {
		width: 359px !important;
	}

	/*.ui-menu {
		margin: 0px 0 0 !important;
	}*/ //LC
}

@media screen and (max-width:767px) {
	.big-header-bg .inner-page-header-bg-box {
		background: 0 none!important;
		min-height: 235px;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -260px;
	}
}

@media screen and (min-width:621px) and (max-width:767px) {
	.big-header-bg .inner-page-header-bg-box {
		background: 0 none!important;
		min-height: 235px;
	}

	.big-header-bg {
		background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 50% -260px;
	}

	.header-text > h1 {
		font-size: 20px;
		margin: 0px;
	}

	
	.search-hospital {
		margin: 0 auto;
		width: 64%;
		margin-left: 36%;
		/*width: 100%;*/
		left: auto;
		top: auto;
	}
	/*.search-hospital {
		top: 0px;
	}*/
}

@media screen and (min-width:320px) and (max-width:479px) {
	.a-z-box-toplink > li:last-child {
		float: right;
		/*margin-right: 95px!important;*/
	}

	.top-header-content .print-font-size-box {
		/*float: left;*/
		display: none
	}

	.top-header-content .a-z-box-toplink {
		display: list-item;
		width: auto;
	}

	/*.top-header-content .a-z-box-toplink li {
		margin: 10px 5px 5px;
	}*/
	
	li.downloadLi, li.lastDividerLi{
		display:none;
	}
}

@media screen and (min-width:480px) and (max-width:639px) {
	.top-header-content .a-z-box-toplink li {
		margin: 10px 5px 5px;
	}

	.top-header-content .a-z-box-toplink li:nth-last-child(2) {
		display: none;
	}

	.top-header-content .a-z-box-toplink li:nth-last-child(3) {
		display: none;
	}
}
@media screen and (min-width:320px) and (max-width:420px) {
.search-hospital > input {font-size: 11px;padding: 10px 5px;}
}