/* !COLOURS
ORANGE		DF8C19;
PURPLE		6C169D;
BEIGE		ddd7ac

DARK GREY	4d4d4f;
NAVY		06357A;
LT GREY	    E4E4E5;
MID GREY	BDBDBA;
TEAL		69C9D1;
*/
body,
#block-system-main-menu,
#block-phc-phc-footer .navigation p {
	font-family: 'Source Sans Pro',sans-serif;
}

h1,h2,h3,h4,h5,h6,
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	font-weight: 600;
}

#main h2, .region-content h2.block-title, .region-sidebar-first h2.block-title,
h2.block-title {
	letter-spacing: 1px;
}

#header-wrapper {
	z-index: 99;
}
#header-bg {
	padding-bottom: 82px;
	z-index: 95;
	position: relative;
}
@media only screen and (min-width: 1010px) {
	body.front #header #header-bg {
		padding-bottom: 565px;
	}
}
#main-wrapper {
	z-index: 95;
}
a {
  transition: color .25s ease-in-out, background .25s ease-in-out;
}

small {
  font-size: 85%;
}
table small {
  font-size: 75%;
}

hr {
  border: none;
  border-top: 1px solid #06357A;
  margin: 2em 0;
}


/*! ====== DROP DOWN MENU */
#block-system-main-menu .block-content {
	font-size: 21px;
}
body.menu-length-long #block-system-main-menu .block-content {
	font-size: 19px;
}
@media only screen and (max-width: 1040px) {
	body.menu-length-long #block-system-main-menu .block-content {
		font-size: 16px;
	}
}
@media only screen and (max-width: 840px) {
	#header #block-system-main-menu {
		padding: 0 !important;
		min-height: 60px !important;
	}
	body.menu-length-long #block-system-main-menu .block-content {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	#header #block-system-main-menu {
		padding: 0 !important;
		min-height: 60px !important;
	}
	body.menu-length-long #block-system-main-menu .block-content {
		font-size: 14px;
	}
}

body.not-front #header-wrapper {
  max-width: 1010px;
  margin: auto;
}
#header-wrapper a#logo,
#header a#logo {
	z-index: 99;
}
#header-wrapper .region-header,
#header .region-header {
	z-index: 98;
	min-height: 60px;
	background: #fff;
}
#header .header-image-name-slogan {
	z-index: 97;
}

#block-system-main-menu {
	overflow: visible;
	float: none;
	font-weight: 700;
}

#header-wrapper #block-system-main-menu,
#header #block-system-main-menu {
	padding: 10px;
}
#block-system-main-menu ul.menu {
	text-align: left;
}
body.front #block-system-main-menu ul.menu {
	text-align: center;
}

#block-system-main-menu .block-content ul.menu li + li {
	margin-left: 10px;
}
@media only screen and (max-width: 768px) {
	#block-system-main-menu .block-content ul.menu li + li {
		margin-left: 2px;
	}
}

#block-system-main-menu .block-content ul.menu li.expanded > a {
	padding-right: 20px;
	position: relative;
	/*background: url(img/chevron-down.png) right center no-repeat;
	background-size: 10px 6px;*/
}
#block-system-main-menu .block-content ul.menu li.expanded:hover > a {
	/*background-image: url(img/chevron-up.png);*/
}


#block-system-main-menu .block-content ul.menu li.expanded > a:after {
	content:'';
	background:blue url(img/chevron-down.png);
	position: absolute;
	right: 0;
	top: 45%;
	display: block;
	width: 10px;
	height: 6px;
	background-size: 10px 6px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#block-system-main-menu .block-content ul.menu li.expanded:hover > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


#block-system-main-menu .block-content ul.menu ul {
	text-align: left;
	background: #fff;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);
	font-weight: 400;
	box-shadow: 0 0 1px rgba(100,100,100,.5);
	padding: 30px;
	min-width: 300px;
}

#block-system-main-menu .block-content ul.menu li.first ul {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}


body.menu-length-medium #block-system-main-menu .block-content ul.menu ul {
	font-size: 90%;
}

#block-system-main-menu .block-content ul.menu li.last {
	margin-right: 20px;
}
#block-system-main-menu .block-content ul.menu li.last ul {
	-webkit-transform: translateX(-75%);
	-moz-transform: translateX(-75%);
	-ms-transform: translateX(-75%);
	transform: translateX(-75%);
}
#block-system-main-menu .block-content ul.menu ul li {
	display: block;
	letter-spacing: 1px;
}
#block-system-main-menu .block-content ul.menu ul li + li {
	margin-left: 0;
	margin-top: 1em;
}

#block-system-main-menu ul.menu ul.menu a {
	text-transform: uppercase;
}
#block-system-main-menu ul.menu ul.menu a:hover {
	color: #DF8C19;
}
#block-system-main-menu .block-content ul li:hover ul {
	left: 0;
}

#block-system-main-menu .block-content ul.menu ul a {
	padding: 0;
}

#name-and-slogan,
body.front #name-and-slogan {
	position: absolute;
	bottom: 0px;
	z-index: 97;
}
body.not-front #name-and-slogan {
	display: none;
}


/*! ====== BIG BUTTON */
.sidebar .block.blank,
.sidebar .block.button {
	background: none;
	padding: 0;
}

.sidebar .block.button .block-content a,
a.button.big {
	font-size: 18px;
	border-radius: 20px;
	padding: 10px;
	margin: auto;
	-webkit-transition: all .15s;
	transition: all .15s;
	position: relative;
	z-index: 2;
	line-height: 1.15;
}

a.button.big.red,
.sidebar .block.button a.button.big.red,
.sidebar .block.button.red .block-content a {
	background: #e03112;
}
a.button.big.navy,
.sidebar .block.button a.button.big.navy,
.sidebar .block.button.navy .block-content a {
	background: #06357A;
}
a.button.big.purple,
.sidebar .block.button a.button.big.purple,
.sidebar .block.button.purple .block-content a {
	background: #6C169D;
}
a.button.big.grey,
.sidebar .block.button a.button.big.grey,
.sidebar .block.button.grey .block-content a {
	background: #4d4d4f;
}
a.button.big.orange,
.sidebar .block.button a.button.big.orange,
.sidebar .block.button.orange .block-content a {
	background: #DF8C19;
}
.sidebar .block.button .block-content a:before,
a.button.big:before {
	content:'';
	display: block;
	height: 100%;
	width: 0;
	background: #69C9D1;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: -1;
}
.sidebar .block.button .block-content a:hover:before,
a.button.big:hover:before {
	width: 100%;
}

.sidebar .block.button {
	display: block;
}
.sidebar .block.button .block-content a {
	display: block;
	text-align: center;
}
.sidebar .block.blank p + p {
	margin-top: 1.5em;
}
.sidebar .block.blank p a,
.sidebar .block.blank p a:visited {
	color: #4d4d4f;
}
.sidebar .block.blank p a:hover {
	color: #06357A;
}




/*! ====== QUICKLINKS */
#main .block-phc h2 {
	font-weight: 700;
}
.block-phc .block-content ul,
.sidebar .block-phc .block-content ul {
	font-weight: 700;
	text-transform: uppercase;
}
.block-phc .block-content ul li a,
.sidebar .block-phc .block-content ul li a {
	display: block;
	position: relative;
	padding-right: 2em;
}
.block-phc .block-content ul li + li,
.sidebar .block-phc .block-content ul li + li {
	margin-top: .5em;
}
.block-phc .block-content ul li a,
.sidebar .block-phc .block-content ul li a {
	background-image: none !important;
	padding-right: 2em !important;
}
.block-phc .block-content ul li a:after,
.sidebar .block-phc .block-content ul li a:after {
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.block-phc .block-content ul li a:hover:after,
.sidebar .block-phc .block-content ul li a:hover:after {
	right: 3px;
}



/*! ====== MISC */
body .node-unpublished {
  background: #fcfcfc;
  border-top: 5px solid #AD0000;
}
body .node-unpublished .unpublished {
  margin: 1em 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #AD0000;
}
div.block.block-menu-block .block-content {
	font-size: 1em;
}

#block-phc-phc-landingpage .depth-2 .view-mode-grid h2 a,
#block-phc-phc-landingpage .depth-2 .node-teaser h2 a {
	border-right-width: .4em;
}

#block-phc-phc-child-pages h2.node-title,
#block-phc-phc-landingpage h2.node-title {
	font-size: 130%;
}

.tabs:after {
  content:'';
  clear: both;
  display:block;
}

p,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

.field * + h2,
.field * + h3,
.field * + h4,
* + p,
* + ol,
* + ul {
	margin-top: 1em;
}
.block-content-bg + p,
.block-content-bg + ol,
.block-content-bg + ul {
  margin-top: 0;
}

.field-name-body > .field-items > .field-item > h2,
.field-name-body h2, .field-name-body h3, .field-name-body h4 {
    margin: 0 0 .75em 0;
}

.field-name-body > .field-items > .field-item > * + h2,
.field-name-body * + h2, .field-name-body * + h3, .field-name-body * + h4 {
    margin: 1.5em 0 .75em 0;
}


/*! ====== FORMS */
input.button.nice {
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: 700;
}
h1#page-title {
  clear: both;
}

.tabs.nice dd {
  margin: .5em 0 1em;
}
.tabs.nice:after {
  content:'';
  clear:both;
  display: block;
}


.view-id-page_updates .views-row {
  margin: .5em 0 0;
}
.view-id-page_updates .views-field-title {
  font-weight: 600;
}
.view-id-page_updates .views-field-changed {
  font-size: 90%;
}

/*
BLUE #1A4696
ORANGE #BF6516
RED #AD0000
PINK #FDC4C4
GREY 1 #F2F2F2 (header behind copy)
GREY 2 #E7E7E7 (e.g. malicious box background)
GREY 2 #484848 (body copy, some box backgrounds, footer background)
*/

.action-links {
  clear: both;
}
.action-links:after {
  content:'';
  display: block;
  clear: both;
}
.action-links a[href$="/clone/confirm"] {
  display: inline-block;
  padding: 1em 2em;
  background: #1A4696;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  float: right;
}

.node--bulletin.field-name-body {
  color: #1A4696;
  font-weight: bold;
  font-size: 1.15em;
}

.button.more {
  background: #1A4696;
  display: inline-block;
  margin: 2em 0 0;
  text-transform: uppercase;
  color: #fff;
}
.button.more:hover {
  background: #BF6516;
}


/*! ====== BULLETINS */
.field-name-field-urgent-news {
  margin: 50px 0;
  background: #FDC4C4;
  color: #111;
}

.field-name-field-situation-update {
  margin: 50px 0;
  background: #E7E7E7;
}
.special .field-name-field-situation-update {
  background: #fff;
}

.field-name-field-urgent-news .field-label,
.field-name-field-situation-update .field-label {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}

.field-name-field-urgent-news .field-item,
.field-name-field-situation-update .field-item {
  padding: 20px;
}
.special .field-name-field-situation-update .field-item {
  padding: 20px 0;
}

.field-name-field-urgent-news .field-label {
  background: #AD0000;
}
.field-name-field-situation-update .field-label {
  background: #1A4696;
}

.field-name-field-footer,
.field-name-field-articles > .field-items > .field-item {
  margin: 2em 0;
  border-top: 1px solid #1A4696;
  padding-top: 2em;
}
.submitted a {
  color: #06357A;
  text-decoration: underline;
}
.field-name-field-articles .submitted {
  display: none;
}


#content .field-name-field-urgent-news a {
  display: block;
  padding: 1em;
  text-align: center;
  background: #AD0000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 2em 0 0;
  font-weight: bold;
}

#content .field-name-field-urgent-news a:visited {
  color: #fff;
}

#content .field-name-field-situation-update p a {
  font-weight: bold;
  color: #1A4696;
}
#content .field-name-field-situation-update p a:visited {
  color: #1A4696;
}

.view-whats-new .attachment .views-row {
  margin: .5em 0 0;
}

#block-views-back-to-bulletin-block {
  margin: 50px 0;
}
#block-views-back-to-bulletin-block a {
  color: #06357A;
  text-decoration: underline;
}

#block-views-page-updated-block {
  margin: 4em 0 0;
}


/* DAILY STATS */
body .node-daily-statistics.node-unpublished,
.node-daily-statistics {
  /*background: rgba(221,215,172,.5);
  background: #3ba8d3;
  color: #fff;*/
  background: #fff;
  margin: 2em 0;
}

.node-daily-statistics .field-name-body {
  margin: 0 0 1.5em;
  font-weight: 600;
  padding: 15px;
}
.field-group-div {
  border-top: 1px solid #ddd7ac;
  border-top: 1px solid #2781a4;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .75em;
}
.field-group-div:first-child {
  border-top: none;
  margin-top: 0;
}
.field-group-div h3 {
  width: 100%;
  font-size: 1.1em;
  text-transform: uppercase;
  clear: both;
  font-weight: bold;
  margin: 0;/*1em 16px .5em;*/
  color: #fff;
  background: #2781a4;
  padding: 16px;
}
.node-daily-statistics .field-type-number-integer {
  width: 100%;
  display: table;
  display: flex;
  justify-content: space-between;
  /*min-width: 50%;
  margin: .5em 0;
  border-bottom: 1px solid #BDBDBA;*/
}
.field-group-div .field-type-number-integer:nth-child(even) {
  /*background: #E4E4E5;
  background: rgba(221,215,172,.5);
  background: #2781a4;*/
}
.field-name-field-disclaimer {
  font-size: 90%;
  margin: 2em 0 0;
  font-style: italic;
}
@media (min-width: 1000px) {
  .node-daily-statistics .field-type-number-integer {
    width: 50%;
    /*float: left;*/
  }
  .field-group-div .field-type-number-integer:nth-child(odd) {
    /*clear: right;*/
  }
  .field-group-div .field-type-number-integer:nth-child(even) {
    background: none;
    /*clear: left;*/
  }

  .field-group-div .field-type-number-integer:nth-child(4),
  .field-group-div .field-type-number-integer:nth-child(5) {
    /*background: #E4E4E5;
    background: rgba(221,215,172,.5);*/
    background: #59b1d4;
  }
}
.node-daily-statistics .field-type-number-integer .field-label {
  /*display: table-cell;
  width: 12em;*/
  padding: .5em .5em .5em 1em;
  font-weight: 600;
  box-sizing: border-box;
  width: 75%;

}
.node-daily-statistics .field-type-number-integer .field-items {
  /*display: table-cell;*/
  padding: .5em 1em .5em .5em;
  text-align: right;
  width: 25%;
  box-sizing: border-box;
}


.search-form input[type="search"] {
  font: inherit;
  max-width: 50%;

}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}


.search-results h3 a {
  color: #DF8C19;
}
.search-results h3 a:hover {
  color: #1A4696;
}

.field-type-tablefield {
  color: #484848;
}
@media (max-width: 600px) {
  .field-type-tablefield {
    font-size: 13px;
  }
}

.field-type-tablefield table {
  width: 100%;
}
.field-type-tablefield th,
.field-type-tablefield td {
  padding: .3em .5em .3em .25em;
  border-bottom: 1px solid #3ba8d3;
}

.field-type-tablefield td.vch.icu,
.field-type-tablefield td.sph.icu {
  padding-left: 1.25em;
}
.field-type-tablefield td.vch.ventilator,
.field-type-tablefield td.sph.ventilator {
  padding-left: 2em;
}
.field-type-tablefield th {
  background: #59b1d4;
  font-size: 1em;
  font-weight: bold;
}

.field-type-tablefield th.r {
  text-align: right;
}
.field-type-tablefield thead th {
  background: #2781a4;
  color: #fff;
  text-align: right;
  font-size: 85%;
}

.field-type-tablefield td.col_2,
.field-type-tablefield td.col_3,
.field-type-tablefield td.col_4,
.field-type-tablefield td.col_5,
.field-type-tablefield td.col_6,
.field-type-tablefield td.col_7 {
  text-align: right;
}

.field-type-tablefield th.bc {
  background: #a4d287;
}
.field-type-tablefield td.bc {
  background: #d2e8c3;
  border-left: 1px solid #3ba8d3;
}
.field-type-tablefield th.bc,
.field-type-tablefield td.bc {
  border-left: 1px solid #a4d287;
  border-bottom: 1px solid #a4d287;
}
.field-type-tablefield td.bc.empty {
  background: #f1f9ed;
  background: #a4d287;
}
.field-type-tablefield td.bc:first-child {
  border-left: none;
}

.field-type-tablefield th.vch {
  background: #79c5d4;
}
.field-type-tablefield td.vch {
  background: #bce2ea;
  border-left: 1px solid #3ba8d3;
}

.field-type-tablefield th.vch,
.field-type-tablefield td.vch {
  border-bottom: 1px solid #79c5d4;
  border-left: 1px solid #79c5d4;
}
.field-type-tablefield td.vch.empty {
  background: #ebf6f9;
  background: #79c5d4;
}

.field-type-tablefield th.sph {
  background: #f8da79;
  border-left: 1px solid #3ba8d3;
}
.field-type-tablefield th.sph:first-child,
.field-type-tablefield th.sph:nth-child(2),
.field-type-tablefield th.sph[rowspan] {
  border-left: none;
}
.field-type-tablefield td.sph {
  background: #fbe7a6;
  border-left: 1px solid #3ba8d3;
  border-left: 1px solid #f8da79;
  border-bottom: 1px solid #f8da79;
}

.field-type-tablefield th.sph,
.field-type-tablefield td.sph {
  border-left: 1px solid #f8da79;
  border-bottom: 1px solid #f8da79;
}
.field-type-tablefield td.sph.empty {
  background: #fef8e5;
  background: #f8da79;
}
.Xfield-type-tablefield tbody td.empty {
  background: silver;
  background: #3ba8d3;
}

.field-type-tablefield tbody th,
.field-type-tablefield tbody th ~ td {
  border-top: 3px solid #fff;
}

.more-link {
  margin: 2em 0 0;
  font-size: 85%;
  text-transform: uppercase;
  font-weight: 500;
}
