img,
#binge,
#drug,
#admissions {
	max-width: 100%;
}

/* - - - - - - - - - - - - FONTS - - - - - - - - - - - - */

/* MONITOR MEDIUM */

.mhg-we-stats-p,
.mhg-we-case-study-p,
.mhg-section-select .see,
.mhg-archive-title,
.mhg-report-read-more,
.mhg-dc-cta span a {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
}

.mhg-conversation,
.twitter,
.explore,
#data-section {
	font-family: "MonitorMedium", sans-serif;
}

/* MONITOR BOLD */

.mhg-header-title,
.mhg-intro-title,
#data-section h4,
.mhg-the-report-header {
	font-family: "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* HEROIC CONDENSED LIGHT SC (FAKE) */

.mhg-we-stat-box .title,
.mhg-we-stat-x p,
#data-section h3 {
	font-family: "HeroicCondensedLight", sans-serif;
	text-transform: uppercase;
}

/* HEROIC CONDENSED BOOK SC (FAKE) */

.mhg-section-select,
.we-val-label,
.mhg-we-footer h4,
.mhg-we-stats-bottom h4,
.mhg-nav-menu .title,
.mhg-report-copy .title,
.mhg-dc-cta p,
.mhg-download-centre-link .title,
.mhg-the-report-title-box {
	font-family: "HeroicCondensedBook", sans-serif;
	text-transform: uppercase;
}

/* HEROIC CONDENSED MEDIUM SC (FAKE) */

.mhg-we-stat-label,
.mhg-header-title span,
.mhg-the-report-header span {
	font-family: "HeroicCondensedMedium", sans-serif;
	text-transform: uppercase;
}

/* HEROIC CONDENSED BOLD SC (FAKE) */

.mhg-we-stat-value,
.mhg-introduction {
	font-family: "HeroicCondensedMedium", sans-serif;
	text-transform: uppercase;
}

/* - - - - - - - - - - - - MAIN NAV - - - - - - - - - - - - */

.mhg-nav {
	background: #000;
	color: #fff;
	text-align: center;
}
/* .nav-open  */.mhg-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top .125s ease-out;
	-moz-transition: top .125s ease-out;
	-o-transition: top .125s ease-out;
	transition: top .125s ease-out;
}

.nav-up .mhg-nav {
	top: -70px;
}
.mhg-nav-toggle {
	width: 40px;
	height: 35px;
	padding-top: 5px;
	background: url(../img/bg-transparent.png);
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	float: left;
	position: relative;
	z-index: 999;
	margin: 16px 0 0;
	left: -5px;
}
.mhg-nav-toggle b {
	display: block;
	width: 25px;
	height: 2px;
	margin: 5px auto;
	background: #fff;
}
.mhg-nav-toggle span {
	position: absolute;
	top: 13px;
	left: 44px;
	text-transform: uppercase;
	font: .75em "MonitorMedium", sans-serif;
}
.mhg-nav-toggle .hamburger {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
.mhg-nav-toggle .close {
	width: 25px;
	height: 25px;
	background: url(../img/nav-close.png) no-repeat center center;
	background-size: 19px 19px;
	position: absolute;
	top: 5px;
	left: 8px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
.nav-open .mhg-nav-toggle .hamburger {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.nav-open .mhg-nav-toggle .close {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mhg-header-title {
	height: 37px;
	padding: 16px 0 17px;
	font-size: .625em;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
.nav-open .mhg-header-title {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mhg-header-title span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 8px;
	border: 2px solid #fff;
	margin-right: 1em;
	font-size: 1.4em;
}
.mhg-header-title p {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
.mhg-nav-menu {
	position: fixed;
	top: -9999em;
	left: -9999em;
	background: #EFEEEA;
	-webkit-transform: scale(.95);
	-webkit-transition: -webkit-transform .25s ease-out;
	-webkit-transform-origin: center top;
	-moz-transform: scale(.95);
	-moz-transition: -moz-transform .25s ease-out;
	-moz-transform-origin: center top;
	-o-transform: scale(.95);
	-o-transition: -o-transform .25s ease-out;
	-o-transform-origin: center top;
	transform: scale(.95);
	transition: transform .25s ease-out;
	transform-origin: center top;
}
.nav-open .mhg-nav-menu {
	top: 70px;
	right: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* .nav-open  */#mhg-wrapper {
	padding-top: 70px;
}
.nav-tall .mhg-nav-menu {
	bottom: 0;
}

/* - - - - - - - - - - - - NAV MENU - - - - - - - - - - - - */

.mhg-nav-themes {
	width: 66.6666666666%;
	float: left;
}
.mhg-nav-themes ul {
	overflow: hidden;
	margin-left: -13px;
}
.mhg-nav-themes li {
	width: 50%;
	float: left;
}
.mhg-nav-extra {
	width: 33.3333333333%;
	float: left;
}
.mhg-nav-extra ul {
	overflow: hidden;
	margin-right: -13px;
}
.mhg-nav-extra li {
	width: 100%;
	float: left;
}
.mhg-archive {
	background: #878888;
	overflow: hidden;
}
.mhg-archive-title {
	clear: both;
	color: #fff;
	padding: 30px 0 12px;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 1px;
}
.mhg-nav-inner {
	max-width: 964px;
	margin: 0 auto;
	padding: 26px 26px 52px;
	overflow: hidden;
}
.mhg-nav-menu li > div {
	position: relative;
	margin: 13px;
	height: 89px;
}
.mhg-nav-menu .title {
	/* font-size: 1.875em; */
	font-size: 1.75em;
	position: relative;
	padding: 18px 0 4px;
}
.mhg-nav-menu .label {
	font-size: .875em;
	position: relative;
	padding: 0 0 14px;
}
.mhg-nav-menu li a {
	display: block;
	background: url(../img/bg-transparent.png);
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}
.mhg-nav-commissioning > div {
	background: #17564B url(../img/landing-nav-commissioning.png) no-repeat center;
}
.mhg-nav-commissioning .label {
	color: #30B460;
}
.mhg-nav-drug > div {
	background: #F2C117;
}
.mhg-nav-drug .label {
	color: #000;
}
.mhg-nav-drug b,
.mhg-nav-drug i {
	display: block;
	width: 43px;
	height: 76px;
	background: url(../img/landing-nav-drugs.png) no-repeat right 0;
	position: absolute;
	top: 0;
	left: 0;
}
.mhg-nav-drug i {
	background-position: 0 0;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.mhg-nav-mortality > div {
	background: #EE453B;
}
.mhg-nav-mortality .title {
	color: #000;
}
.mhg-nav-mortality span {
	display: block;
	background: url(../img/landing-nav-mortality.png);
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 60%;
}
.mhg-nav-weekend > div {
	background: #278BCB;
}
.mhg-nav-weekend span {
	display: block;
	width: 30px;
	height: 29px;
	background: url(../img/landing-nav-weekend.png) no-repeat center;
	position: absolute;
	top: 8px;
	right: 8px;
}
.mhg-nav-report > div {
	background: #fff;
	color: #000;
}
.mhg-nav-report .title {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 12px 0;
	padding: 0 8px;
	border: 2px solid #000;
}
.mhg-nav-downloads > div {
	background: #E3E2DB;
	color: #000;
	overflow: hidden;
}
.mhg-nav-downloads .title {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 14px 0;
	padding: 2px 10px;
	background: #000;
	color: #fff;
	position: relative;
}
.mhg-nav-downloads .title:before,
.mhg-nav-downloads .title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 100%;
}
.mhg-nav-downloads .title:after {
	left: auto;
	right: 100%;
}

.mhg-archive ul {
	max-width: 964px;
	margin: 0 auto;
	text-align: left;
}
.mhg-archive li > div {
	color: #fff;
	text-align: center;
}
.mhg-nav-archive-2012 span {
	display: block;
	width: 37px;
	height: 42px;
	background: url(../img/landing-archive-2012-logo.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -21px;
}
.mhg-nav-archive-2012 > div {
	height: auto;
}
.mhg-nav-archive-2012 .title {
	padding: 16px 0;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
}
.mhg-nav-archive-2012:hover .title {
	color: #000;
}

/* - - - - - - - - - - - - LANDING PAGE - - - - - - - - - - - - */

.mhg-introduction {
	text-align: center;
	font-size: 2.25em;
	background: #EFEEEA;
	padding-top: 65px;
}
.mhg-logo {
	width: 215px;
	height: 50px;
	background: url(../img/landing-logo.png) no-repeat center;
	text-indent: -9999em;
	margin: 0 auto;
	padding: 6.016597510373% 0 4.356846473029%;
}
.mhg-intro-boxed {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 10px 24px;
	border: 2px solid #000;
}
.mhg-intro-title {
	padding: 20px 0 50px;
	font-size: 0.444em;
	line-height: 22px;
	font-weight: bold;
}
.mhg-section-select {
	background: #EFEEEA;
	padding: 0px 0 60px;
}
.mhg-section-select p {
	font-size: 3.75em;
	text-align: center;
	max-width: 798px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.mhg-section-select ul {
	margin: 0 -13px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.mhg-section-select ul li {
	position: relative;
	width: 50%;
	padding-bottom: 30%;
	float: left;
}
.mhg-section-select ul li > div {
	position: absolute;
	top: 13px;
	right: 13px;
	bottom: 13px;
	left: 13px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	background-size: 100%;
}
.mhg-section-select ul li > div:after {
	content: '';
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	height: 100%;
}
.hov-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mhg-s-text {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 10%;
	white-space: normal;
}
.mhg-s-commissioning > div {
	background: #17564B url(../img/landing-commissioning.png) no-repeat center;
}
.mhg-s-drug > div {
	background: #F2C117;
}
.mhg-s-drug b,
.mhg-s-drug i {
	display: block;
	width: 100px;
	height: 173px;
	background: url(../img/landing-drugs.png) no-repeat right 0;
	position: absolute;
	top: 12px;
	left: 0;
}
.mhg-s-drug i {
	background-position: 0 0;
	top: auto;
	left: auto;
	bottom: 18px;
	right: 0;
}
.mhg-s-mortality > div {
	background: #EE453B;
	color: #000;
}
.mhg-s-mortality span {
	display: block;
	background: url(../img/landing-mortality.png);
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 55%;
}
.mhg-s-weekend > div {
	background: #278BCB;
}
.mhg-s-weekend span {
	display: block;
	width: 66px;
	height: 66px;
	background: url(../img/landing-x.png) no-repeat center;
	position: absolute;
	top: 12px;
	right: 12px;
}
.mhg-section-select .title {
	font-size: 3.75em;
	line-height: 0.9;
	position: relative;
}
.mhg-section-select .see {
	font-size: .75em;
	padding-top: 12px;
	position: relative;
}
.mhg-s-commissioning .see {
	color: #30B460;
}
.mhg-s-weekend .see {
	color: #fff;
}
.mhg-s-drug .see, .mhg-s-mortality .see, .mhg-s-drug .title {
	color: #000;
}

.mhg-section-select li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg-transparent.png);
	background: rgba(0, 0, 0, 0);
	text-indent: -9999em;
}

.mhg-s-weekend .see,
.mhg-s-commissioning .see,
.mhg-s-weekend span,
.mhg-s-mortality span,
.mhg-s-drug b,
.mhg-s-drug i,
.mhg-s-text,
.hov-overlay,
.mhg-section-select ul li > div {
	-webkit-transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	   -moz-transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	     -o-transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	        transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.mhg-section-select ul li > div:hover .hov-overlay {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.mhg-s-commissioning > div:hover .mhg-s-text,
.mhg-s-weekend > div:hover .mhg-s-text,
.mhg-s-commissioning > div:hover .see,
.mhg-s-weekend > div:hover .see {
	color: #000;
}
.mhg-s-commissioning > div:hover {
	background-size: 95%;
}
.mhg-s-drug > div:hover b {
	left: -15px;
}
.mhg-s-drug > div:hover i {
	right: -15px;
}
.mhg-s-mortality > div:hover span {
	top: 80%;
}
.mhg-s-weekend > div:hover span {
	top: 25px;
	right: 25px;
}

/* - - - - - - - - - - - - LANDING FOOTER - - - - - - - - - - - - */

.mhg-conversation {
	background: #EFEEEA;
	padding: 64px 0;
	overflow: hidden;
	text-align: center;
}
.mhg-conversation .mhg-hashtag {
	text-align: center;
	margin-bottom: 1em;
}
.conversation-feed p {
	float: left;
	width: 29.333%;
	margin: 2%;
	text-align: left;
}

.mhg-read-more {
	background: #fff;
	padding: 64px 0;
	overflow: hidden;
}
.mhg-report-cover {
	width: 43%;
	float: left;
}
.mhg-report-cover > div {
	margin: 0 14px;
}
.mhg-report-cover img {
	display: block;
	border: 1px solid #000;
	margin: 0 auto;
}
.mhg-report-copy {
	margin-left: 43%;
	max-width: 466px;
}
.mhg-report-copy .title {
	font-size: 2em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-bottom: 32px;
	padding: 8px 32px;
	border: 2px solid #000;
}
.mhg-report-copy h3 {
	margin-bottom: 0.75em;
}
.mhg-report-copy p {
	margin: 1em 0;
	line-height: 1.5;
	font-family: "LyonTextRegular", Georgia, serif;
	font-size: 16px;
}
.mhg-report-read-more {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border: 1px solid #278BCB;
	text-decoration: none;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.mhg-report-read-more span {
	position: relative;
	bottom: 3px;
	left: 3px;
	margin: -1px;
	display: block;
	background: #278BCB;
	color: #FFF;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 13px;
	-webkit-transition: background .15s ease-out;
	-moz-transition: background .15s ease-out;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out;
}

.mhg-report-read-more:hover {
	border-color: #227AB2;
}

.mhg-report-read-more:hover span {
	background-color: #227AB2;
}

.mhg-report-read-more:active span {
	bottom: 2px;
	left: 2px;
}

.mhg-download-centre-link {
	clear: both;
	background: #EFEEEA;
	padding: 84px 0 64px;
	overflow: hidden;
}
.mhg-conversation .title, .mhg-download-centre-link .title, .mhg-read-more .title {
	text-align: center;
	border-top: 2px solid #000;
	font-size: 2em;
	line-height: 1;
	position: relative;
	padding-bottom: 32px;
}

.mhg-download-centre-link .title:before,
.mhg-download-centre-link .title:after,
.mhg-read-more .title:before,
.mhg-read-more .title:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	top: -2px;
	left: 100%;
}
.mhg-download-centre-link .title:after,
.mhg-read-more .title:after {
	left: auto;
	right: 100%;
}
.mhg-download-centre-link .title span,
.mhg-read-more .title span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 14px 16px 12px;
	background: #000;
	color: #fff;
	position: relative;
	top: -0.95em;
}
.mhg-download-centre-link ul {
	overflow: hidden;
	text-align: center;
}
.mhg-download-centre-link li {
	width: 25%;
	float: left;
}
.mhg-download-centre-link li > div {
	margin: 0 13px;
}
.mhg-download-centre-link li img {
	border: 1px solid #000;
	display: block;
	margin: 0 auto;
}
.mhg-dc-cta {
	position: relative;
	margin-top: 48px;
}
.mhg-trusts-of-the-year .mhg-dc-cta {
	margin-top: 0;
}
.mhg-dc-cta p {
	font-size: 42px;
	text-align: center;
	color: #000;
}
.mhg-trusts-of-the-year .mhg-dc-cta p.mhg-serif {
	max-width: 600px;
	margin: 1em auto;
}
.mhg-dc-cta span {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.mhg-dc-cta span a {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border: 1px solid #278BCB;
	text-decoration: none;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.mhg-dc-cta span a span {
	position: relative;
	bottom: 3px;
	left: 3px;
	margin: -1px;
	display: block;
	background: #278BCB;
	color: #FFF;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 13px;
	-webkit-transition: background .15s ease-out;
	-moz-transition: background .15s ease-out;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out;
}

.mhg-dc-cta span a:hover {
	border-color: #227AB2;
}

.mhg-dc-cta span a:hover span {
	background-color: #227AB2;
}

.mhg-dc-cta span a:active span {
	bottom: 2px;
	left: 2px;
}

/* TRUSTS OF THE YEAR */

.mhg-download-centre-link.mhg-trusts-of-the-year {
	background: #0D466C;
}
.mhg-trusts-of-the-year .mhg-dc-cta p {
	color: #fff;
}
.mhg-trusts-of-the-year .title {
	border-color: #fff;
}
.mhg-trusts-of-the-year .title:before,
.mhg-trusts-of-the-year .title:after {
	background: #fff;
}
.mhg-trusts-of-the-year .title span {
	background: #fff;
	color: #0D466C;
}
.mhg-trusts-of-the-year .mhg-dc-cta span {
}
.mhg-trusts-of-the-year .mhg-dc-cta span a {
}

/* - - - - - - - - - - - - THE REPORT - - - - - - - - - - - - */

.mhg-the-report-header {
	text-align: center;
	padding: 64px 0;
	font-size: .875em;
}
.mhg-the-report-header span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 8px;
	margin-right: 12px;
	border: 2px solid #000;
	font-size: 1.71428571428571em;
	position: relative;
	top: 4px;
}
.mhg-the-report-body {
	background: #EFEEEA;
	padding: 64px 0;
}
.mhg-the-report-body .mhg-band-inner {
	max-width: 796px;
}
.mhg-the-report-body h3 {
	margin-bottom: 48px;
}
.mhg-the-report-title-box {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 12px 24px;
	margin-left: 12px;
	border: 2px solid #000;
	font-size: .875em;
}
.mhg-the-report-portrait {
	width: 20.603015075377%;
	float: left;
}
.mhg-the-report-article {
	margin-left: 20.603015075377%;
}
.mhg-the-report-article p {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 1em 0;
}

/* - - - - - - - - - - - - RESOLVE CONFLICTS IN DATA SECTION - - - - - - - - - - - - */

#data-section {
	background: #B5B6B2;
}
#data-section h4 {
	display: block;
	background: none;
	color: #fff;
	margin: 0;
	padding: 2px 0 0;
	font-size: .875em;
}
.location-manager {
	padding: 16px 0 64px;
}
.data-section {
	padding: 32px 0;
	background: #EFEEEA;
}
.chart-mortality-column-blanker {
	background: #EFEEEA;
}
#data-section .data-section h4 {
	color: #888989;
}
#data-section h3 {
	font-size: 2.875em;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}

/* - - - - - - - - - - - - MISC. - - - - - - - - - - - - */

.scrollto-data {
	border-bottom: 2px solid;
	font: bold 13px Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 60px;
}
.scrollto-data a {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border: 1px solid;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.scrollto-data span {
	display: block;
	position: relative;
	bottom: 3px;
	left: 3px;
	margin: -1px;
	padding: 15px 25px;
	-webkit-transition: background .15s ease-out;
	-moz-transition: background .15s ease-out;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out;
}
.commissioning .scrollto-data {
	border-color: #cacbc8;
}
.commissioning .scrollto-data a {
	border-color: #30b460;
}
.commissioning .scrollto-data span {
	background: #30b460;
	color: #fff;
}
.commissioning .scrollto-data a:hover {
	border-color: #29994F;
}
.commissioning .scrollto-data a:hover span {
	background: #29994F;
}

.alcohol .scrollto-data {
	border-color: #ee453b;
}
.alcohol .scrollto-data a {
	border-color: #ee453b;
}
.alcohol .scrollto-data span {
	background: #ee453b;
	color: #fff;
}
.alcohol .scrollto-data a:hover {
	border-color: #CC3936;
}
.alcohol .scrollto-data a:hover span {
	background: #CC3936;
}

.mortality .scrollto-data {
	border-color: #ee453b;
}
.mortality .scrollto-data a {
	border-color: #ee453b;
}
.mortality .scrollto-data span {
	background: #ee453b;
	color: #fff;
}
.mortality .scrollto-data a:hover {
	border-color: #CC3936;
}
.mortality .scrollto-data a:hover span {
	background: #CC3936;
}

.weekend .scrollto-data {
	border-color: #0D466C;
	margin-bottom: 56px;
}
.weekend .scrollto-data a {
	border-color: #0D466C;
}
.weekend .scrollto-data span {
	background: #0D466C;
	color: #fff;
}
.weekend .scrollto-data a:hover {
	border-color: #0A344C;
}
.weekend .scrollto-data a:hover span {
	background: #0A344C;
}








.load-tweets {
	display: none !important; /* TEMPORARY */
}

.explore .selected {
	color: #000;
}

.mhg-download-centre-link h3 {
	color: #000 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.download-section__inner p {
	font-size: .875em;
	margin-right: 22px;
	color: #fff;
}
.download-section--report .download-section__inner p {
	color: #000;
}

.mhg-methodologies {
	text-align: center;
}
.mhg-methodologies h3 {
	margin-bottom: 1em !important;
}
.mhg-methodologies .mhg-report-read-more {
	margin: 0 10px;
}

.mhg-report-footer {
	border-top: 1px solid #000;
	margin: 64px 0 0;
	padding: 64px 64px 0;
	overflow: hidden;
}
.mhg-report-footer-copy {
	text-align: center;
}
.mhg-report-footer-copy h3 {
	font-family: "HeroicCondensedBook", sans-serif;
	font-size: 2.625em;
	text-transform: uppercase;
	padding-top: 6.5%;
}

.mhg-data-section-title {
	border-top: 2px solid #fff;
	margin: 48px 0 0;
	text-align: center;
}
.mhg-data-section-title span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 14px 16px 12px;
	background: #fff;
	color: #044B6F;
	position: relative;
	top: -0.95em;
	font-family: "HeroicCondensedBook", sans-serif;
	text-transform: uppercase;
	font-size: 2em;
}

.mhg-footer-footer {
	background: #878888;
	color: #fff;
	padding: 32px 0;
	font-size: 0.75em;
}
.mhg-footer-footer > div {
	position: relative;
}
.mhg-footer-footer > div:after {
	content: "";
	display: block;
	width: 163px;
	height: 39px;
	background: url(../img/mhg-header-logo.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -20px;
}
.mhg-footer-footer a {
	text-transform: none;
	color: #fff;
}
.mhg-cookies {
	position: relative;
	cursor: default;
}
.mhg-cookies span {
	display: block;
	padding: 8px 12px;
	background: #000;
	position: absolute;
	top: -9999em;
	left: -9999em;
	margin-bottom: 8px;
	margin-left: -12px;
	white-space: nowrap;
}
.mhg-cookies:hover span {
	top: auto;
	left: 0;
	bottom: 100%;
}

.mhg-header-title {
	position: relative;
}

.mhg-header-logo {
	width: 163px;
	height: 39px;
	background: url(../img/mhg-header-logo.png) no-repeat center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -82px;
	-webkit-transition: opacity .125s linear;
	-moz-transition: opacity .125s linear;
	-o-transition: opacity .125s linear;
	transition: opacity .125s linear;
	cursor: pointer;
}
.nav-open .mhg-header-logo {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* - - - - - - - - - - - - SOCIAL - - - - - - - - - - - - */

.commissioning .share--block .social:after {
	border-top-color: #30b460;
}
.commissioning .share .social:after {
	border-right-color: #30b460;
}
.commissioning .share--block .social a,
.commissioning .share .social a {
	background: #30b460;
}
.commissioning .share .share-btn {
	border-color: #000;
}
.mortality .share--block {
	background: #ee453b;
}
#weekend-care .share--block .social:after {
	border-top-color: #0D466C;
}
#weekend-care .share--block .social a {
	background: #0D466C;
}



/* - - - - - - - - - - - - IE - - - - - - - - - - - - */

.ie .mhg-nav-toggle span,
.ie7 .mhg-nav-toggle span {
	top: 11px;
}
.ie7 .mhg-header-title {
	visibility: hidden;
}
.ie7.nav-open .mhg-header-title {
	visibility: visible;
}
.ie7.nav-open .mhg-header-logo {
	display: none;
}

/* - - - - - - - - - - - - MISC. - - - - - - - - - - - - */

.mhg-nav-home {
	text-align: center;
}
.mhg-nav-home a {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
}
.mhg-nav-home a span {
	text-indent: -9999em;
	display: block;
	width: 21px;
	height: 18px;
	background: url(../img/mhg-nav-home.png) no-repeat center;
}




/* - - - - - - - - - - - - Media Queries - - - - - - - - - - - - */

@media screen and (max-width: 800px) {
  .mhg-nav-inner, .mhg-archive ul {
    padding: 16px 26px;
  }
  .mhg-nav-themes, .mhg-nav-extra {
    width: 50%;
  }
  .mhg-nav-themes li {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
	.conversation-feed p {
		width: 100%;
		margin: 6% 2%;
	}
}

@media screen and (max-width: 550px) {
  /* Nav */
  .mhg-header-title span {
    display: block;
    max-width: 226px;
    margin: 0 auto;
  }
	.mhg-nav-toggle span {
		display: none;
	}
  .mhg-header-title p {
    display: block;
    padding: 13px 0;
  }
  .nav-open .mhg-header-title {
    height: 57px;
  }
  .nav-open .mhg-nav-menu {
    top: 90px;
  }

  .mhg-nav-themes, .mhg-nav-extra {
    width: 100%;
  }
  .mhg-archive li > div {
    margin: 13px 13px 13px 0;
  }
}

@media screen and (max-width: 450px) {

	/* Nav */

	.mhg-nav .mhg-band-inner {
		padding: 0 10px;
	}
	.mhg-nav-themes ul {
		margin-left: 0;
	}
	.mhg-nav-extra ul {
		margin-right: 0;
		margin-left: 0;
	}
	.mhg-nav-menu li > div {
		margin: 13px 0;
	}
	.nav-open .mhg-header-title {
		height: 37px;
	}
	.nav-open .mhg-nav-menu {
		top: 70px;
	}
	.mhg-header-title span {
		max-width: 196px;
		letter-spacing: 0;
		padding: 8px 0;
	}
	.mhg-header-title p {
		display: none;
	}
	.mhg-header-logo {
		left: auto;
		right: 0;
		background-size: 80%;
	}

	/* Landing */

	.mhg-conversation .title {
		padding-bottom: 0;
		border-top: 0;
	}
	.mhg-introduction {
		font-size: 1.5em;
	}
	.mhg-section-select .title {
		font-size: 2.25em;
	}
	.mhg-intro-title {
		padding: 20px 0;
	}
	.mhg-trusts-of-the-year .mhg-dc-cta p:first-child {
		font-size: 30px;
	}
	.mhg-dc-cta span a span {
		padding: 15px 25px;
	}

	/* Footer */
	.mhg-footer-footer {
		text-align: center;
		padding: 32px 0 96px;
	}
	.mhg-footer-footer > div:after {
		background: url(../img/mhg-header-logo.png) no-repeat center center;
		right: auto;
		left: 50%;
		margin-left: -82px;
		top: 400%;
	}
}

/* - - - - - - - - - - - - MISC. - - - - - - - - - - - - */

.dl-zip {
	text-align: center;
	position: relative;
	top: 64px;
}
.dlz-commissioning a {
	border-color: #30b460;
}
.dlz-commissioning span {
	background: #30b460;
}
.dlz-commissioning a:hover {
	border-color: #29994F;
}
.dlz-commissioning a:hover span {
	background: #29994F;
}

.dlz-alcohol a {
	border-color: #ee453b;
}
.dlz-alcohol span {
	background: #ee453b;
}
.dlz-alcohol a:hover {
	border-color: #CC3936;
}
.dlz-alcohol a:hover span {
	background: #CC3936;
}

.dlz-weekend a {
	border-color: #0D466C;
}
.dlz-weekend span {
	background: #0D466C;
}
.dlz-weekend a:hover {
	border-color: #0A344C;
}
.dlz-weekend a:hover span {
	background: #0A344C;
}

.dlz-mortality a {
	border-color: #000;
}
.dlz-mortality span {
	background: #000;
}
.dlz-mortality a:hover {
	border-color: #000;
}
.dlz-mortality a:hover span {
	background: #000;
}