/* INCLUDES
********************/

/* RESETS
********************/
a {
	color: #006461;
	text-decoration: underline;
}
dl dd,
dl dt {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	padding: 0;
	color: #105d8b;
	font: 600 14px/18px OpenSans;
}
h1 {
	font: 600 24px/30px OpenSans;
}
h2 {
	color: #018581;
	font: bold 14px/18px OpenSans;
}
img {
	display: block;
	border: none;
}
p,
ul,
ol,
blockquote {
	margin: 0 0 15px;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
button,
input[type="button"],
input[type="submit"] {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
}
table {
	margin-bottom: 15px;
}
fieldset {
    border:0px;
    padding:0px;
}

/* GLOBAL
********************/
.cf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.alignleft,
.alignright,
.aligncenter {
	float: left;
	margin: 0 10px 5px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.alignright {
	float: right;
	margin: 0 0 5px 10px;
}
.aligncenter {
	float: none;
	margin: 0 auto;
}

.alignleft.no-border,
.alignright.no-border {
	padding: 0px;
	border: 0px;
}

.hiddenSR {
    display: none;
}

/* OBJECTS
********************/
.accordion {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 10px;
}
.accordion > li {
	border-bottom: 1px solid #ccc;
}
.accordion > li:last-child {
	border: none;
}
.accordion > li > .title {
	display: block;
	height: 18px;
	padding: 11px 20px;
	position: relative;
	color: inherit;
	font: 600 14px/18px OpenSans;
	text-decoration: inherit;
	-webkit-transition:
		color 0.2s,
		background 0.2s;
	transition: 
		color 0.2s,
		background 0.2s;
}
.accordion > li.active > .title {
	background: #00726f;
	color: #fff;
}
.accordion > li > .title:before {
	content: "+";
	position: absolute;
	right: 15px;
	color: #AF3501;
	font: 24px/18px icons;
	-webkit-transition:
		color 0.2s,
		background 0.2s;
	transition: 
		color 0.2s,
		background 0.2s;
}
.accordion > li.active > .title:before {
	content: "-";
	color: #fff;

}
.accordion > li > .body {
	height: 0;
	padding: 0 20px;
	background: #f0f7f7;
	overflow: hidden;
}
.accordion > li.active > .body {
	height: auto;
	padding: 10px 20px;
}
.accordion > li.active > .body > :last-child {
	margin-bottom: 0;
}
.accordion-sublist > li h3 { 
	margin-bottom: 5px; 
}
.accordion-sublist > li ul { 
	margin-top: 10px; 
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	background: -webkit-linear-gradient(#c43d03, #bb3c05);
	background: linear-gradient(#c43d03, #bb3c05);
	border-radius: 5px;
	border: 1px solid #af3501;
	box-shadow: inset 0 1px 3px rgba(255, 215, 166, 0.43);
	color: #fff;
	cursor: pointer;
	font: bold 14px/18px OpenSans;
	text-align: center;
	text-decoration: none;
}
.media > .img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.media > .body {
	overflow: hidden;
}
.more {
	color: #a33100;
	font-weight: bold;
	text-decoration: underline;
}
.notice {
	padding: 10px;
	border: 2px solid #e4e4e4;
	border-radius: 5px;
}
.notice h2 {
	font: bold 18px/22px OpenSans;
}
.notice .body > :last-child {
	margin-bottom: 0;
}
.ico-list {
	margin: 0 0 25px;
}
.ico-list > li {
	margin: 0 0 26px 24px;
}
.ico-list > li:last-child {
	margin: 0 0 0 24px;
}
.ico-list > li a {
	display: block;
	min-height: 18px;
	padding: 6px 10px 6px 34px;
	position: relative;
	background: #00726f;
	border: 1px solid #027571;
	border-radius: 5px;
	color: #fff;
	font: bold 14px/18px OpenSans;
	text-decoration: none;
}

.ico-list > li a:before {
	content: attr(data-ico);
	display: block;
	width: 46px;
	height: 32px;
	padding: 7px 0;
	position: absolute;
	top: -9px;
	left: -25px;
	background: #c53d02;
	border: 1px solid #c53d02;
	border-radius: 50%;
	font: 30px/32px icons;
	text-align: center;
}

.bullet-list.multicol {
	-moz-columns: 3;
	-webkit-columns: 3;
	columns: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
.bullet-list > li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	position: relative;
}
.bullet-list > li:before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
.bullet-list.multicol > li {
	display: inline-block;
	width: 100%;
}
.bullet-list.links > li:before {
	color: #019893;
}
.overview {
	margin: 0;
}
.overview > li {
	float: left;
	width: 260px;
	margin: 0 0 25px 25px;
}
.overview > li:nth-child(3n+1) {
	clear: both;
	margin: 0 0 25px;
}
.overview > li .img {
	margin: 0 0 15px;
}
.overview > li .body {
	overflow: visible;
}
.overview h2 {
	font: bold 18px/22px OpenSans;
}
.overview h2 a {
	text-decoration: inherit;
}
.customSelect {
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	padding: 5px;
}
.customSelectInner {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/customSelect-arrow.png) no-repeat right;
}


/* CMS Classes
********************/
.cms ul {
	overflow: auto;
}
.cms ul > li {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style.png) no-repeat 0 6px;
	padding-left: 10px;
	margin-bottom: 8px;
}
.cms ul > li > ul {
	margin-top:5px;
	margin-bottom: 0;
}
.cms ul > li > ul > li {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style-subitem.png) no-repeat 0 6px;
}

.cms ul > li > ul > li > ul {
	margin: 10px 0 0;
}
.cms ol {
	list-style: decimal;
	margin-left:20px;
}

.cms .dual-column { clear:both; }
.cms .dual-column ul { float:left; }
.cms .dual-column ul.first{ margin-right:20px; }

.cms table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}
.cms table thead td,
.cms table thead th {
	background: #f0f7f7;
	color: #000909;
	border-left: 0px;
	border-right: 0px;
	padding: 10px;
	font-weight:bold;
	vertical-align: top;
}

.cms table tbody td {
	border: 1px solid #cccccc;
	padding: 10px;
	vertical-align: top;
}
.cms table tbody td p {
	margin-bottom:0px;
}
.cms .wp-caption {
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
.cms .wp-caption img {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.cms .wp-caption .wp-caption-text {
	font-size: 12px;
}
/* LAYOUT
********************/
html,
body {
	height: 100%;
}
body {
	min-width: 1020px;
	margin: 0;
	padding: 0;
	font: 14px/18px OpenSans;
    background-color: #ffffff;
    color: #333;
	background:
		-webkit-linear-gradient(#00726f 43px, #076c6a 44px) no-repeat,
		-webkit-linear-gradient(0deg, rgba(26, 103, 149, 0.25), rgba(25, 103, 149, 0)) no-repeat,
		url(/wp-content/themes/hnhu/_common/images/header.png) no-repeat center 44px,
		-webkit-linear-gradient(#088a8e, #088a8e) no-repeat;
	background:
		-webkit-linear-gradient(#00726f 43px, #076c6a 44px) no-repeat,
		-webkit-linear-gradient(to right, rgba(26, 103, 149, 0.25), rgba(25, 103, 149, 0)) no-repeat,
		url(/wp-content/themes/hnhu/_common/images/header.png) no-repeat center 44px,
		-webkit-linear-gradient(#088a8e, #088a8e) no-repeat;
	background:
		linear-gradient(#00726f 43px, #076c6a 44px) no-repeat,
		linear-gradient(to right, rgba(26, 103, 149, 0.25), rgba(25, 103, 149, 0)) no-repeat,
		url(/wp-content/themes/hnhu/_common/images/header.png) no-repeat center 44px,
		linear-gradient(#088a8e, #088a8e) no-repeat;
	background-size:
		100% 44px,
		100% 392px,
		auto,
		100% 392px;
}
#outer {
	width: 100%;
	min-height: 100%;
	position: relative;
}
header.main {
	width: 1020px;
	margin: 0 auto;
	padding: 0 0 5px;
	margin-bottom: 	12px;
	position: relative;
	z-index: 100;
}
header.main .alert {
    width: 100%;
    height: 18px;
	background-color: red;
    display: inline-table;
    padding: 13px 0px;
    color: white;
}
header.main .alertMessage {
	padding: 0 13px;
    font: bold 16px OpenSans;
    margin: 0;
}
#clear-footer {
	height: 430px;
}
footer.main {
	width: 100%;
	height: 69px;
	padding: 3%;
	position: absolute;
	bottom: 0;
	background:
		url(/wp-content/themes/hnhu/_common/images/bg-footer.png) no-repeat center top,
		-webkit-linear-gradient(90deg, #00726f 43px, #078d89 44px) no-repeat center bottom,
		#038683;
	background:
		url(/wp-content/themes/hnhu/_common/images/bg-footer.png) no-repeat center top,
		-webkit-linear-gradient(to top, #00726f 43px, #078d89 44px) no-repeat center bottom,
		#038683;
	background:
		url(/wp-content/themes/hnhu/_common/images/bg-footer.png) no-repeat center top,
		linear-gradient(to top, #00726f 43px, #078d89 44px) no-repeat center bottom,
		#038683;
	background-size:
		auto,
		100% 44px;
	color: #fff;
}
footer.main > .content {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
}
#center {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-radius: 0 0 5px 5px;	
}
#center-shadow {
	width: 1080px;
	height: 200px;
	margin: 0 0 0 -540px;
	position: absolute;
	top: 392px;
	left: 50%;
	overflow: hidden;
}
#center-shadow:before,
#center-shadow:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 39px;
	border-radius: 0 30% / 0 20%;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);
	-ms-transform: skewX(5deg);
	-webkit-transform: skewX(5deg);
	transform: skewX(5deg);
}
#center-shadow:after {
	left: auto;
	right: 39px;
	border-radius: 30% 0 / 20% 0;
	-ms-transform: skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
}
@media all and (max-width: 1100px) {
	#center-shadow {
		display: none;
	}
}
#center.cols > .col {
	float: left;
}
#center.cols > .col.sidebar {
	width: 149px;
	padding: 46px 10px 10px;
}
#center.cols > .col.main {
	width: 830px;
	min-height: 360px;
	padding: 10px;
}
#center .cols > .col {
	float: left;
}
#center.cols > .col.fullwidth {
	width: 1000px;
}

/* HOMEPAGE */
.home header.main {
	/*height: 280px;*/
	padding: 0;
}
.home #center {
	width: 1020px;
	border: none;
}
.home #center:before {
	display: none;
}
#center .cols > .col.home-overview {
	width: 670px;
}
#center .cols > .col.home-sidebar {
	width: 330px;
	margin: 0 0 0 20px;
}
.home #clear-footer {
	height: 425px;
}

/* HEADER
********************/
header.main a {
	color: #fff;
}
#logo {
	display: block;
	float: left;
	width: 222px;
	margin: 50px 0 10px;
}
#logo-print {display:none;}
#logo img {
	width: 100%;
	height: 100%;
}
header.main .btn.health-care-professionals {
	float: right;
	margin: 6px 0;
	background: #006462;
	border: 1px solid #019893;
	box-shadow: none;
}
header.main .cta {
	clear: right;
	float: right;
	width: 250px;
	margin: 43px 0 0;
	color: #fff;
}

header.main .cta-social-media {
	text-align: right;
}
header.main .cta-social-media a {
	text-decoration: none;
	margin-right: 0.5rem;
}

header.main .cta-social-media .icon {
	fill: #fff;
	height: 48px;
	width: 48px;
}

header.main .cta h2 {
	margin: 0 0 5px;
	color: #033030;
	font: bold 14px/18px OpenSans;
}
header.main nav {
	clear: both;
	float: left;
	width: 948px;
	height: 45px;
	background: -webkit-linear-gradient(#018581, #027b78);
	background: linear-gradient(#018581, #027b78);
	border: 1px solid #0c8883;
	border-radius: 5px 0 0;
	box-shadow: inset 0 3px 3px rgba(28, 240, 234, 0.2);
}
header.main nav .btn.expand {
	display: none;
}
header.main nav .drop > ul.aux {
	height: 18px;
	padding: 13px 0;
	position: absolute;
	top: 0;
	left: 170px;
}
header.main .smc {
    line-height:44px;
    position:absolute;
    top:0;
    left:0;
    font-weight: normal;
    text-decoration: none;
}
header.main nav .drop > ul.aux > li {
	float: left;
	margin: 0 0 0 20px;
}
header.main nav .drop > ul.aux > li:first-child {
	margin: 0;
}
header.main nav .drop > ul.aux > li > a {
	font: bold 14px/18px OpenSans;
	text-decoration: none;
}
header.main nav .drop > ul.main {
	height: 45px;
	margin: 0;
	position: relative;
	z-index: 110;
}
header.main nav .drop > ul.main > li {
	float: left;
	position: relative;
	text-align: center;
}
header.main nav .drop > ul.main > li:before {
	content: "";
	display: block;
	width: 1px;
	height: 45px;
	position: absolute;
	top: 0;
	left: -1px;
	background: -webkit-linear-gradient(rgba(18, 142, 138, 0.04), rgba(18, 142, 138, 0.55));
	background: linear-gradient(rgba(18, 142, 138, 0.04), rgba(18, 142, 138, 0.55));
}
header.main nav .drop > ul.main > li:first-child:before {
	display: none;
}
header.main nav .drop > ul.main > li.subs ul.onscreen {
	left: 0;
}
header.main nav .drop > ul.main > li > a {
	display: block;
	height: 18px;
	padding: 14px 23px 13px;
	font: bold 15px/18px OpenSans;
	text-decoration: none;
	white-space: nowrap;
}
header.main nav .drop > ul.main > li:first-child > a {
	border-radius: 5px 0 0;
	overflow: hidden;
}
header.main nav .drop > ul.main > li:last-child > a {
	padding: 14px 22px 13px 23px;
}
header.main nav .drop > ul.main > li.active > a {
	background: -webkit-linear-gradient(#01807c, #045c5a);
	background: linear-gradient(#01807c, #045c5a);
	border-width: 1px 0;
}
header.main nav .drop > ul.main > li.health-topics > a {
	width: 100px;
}
header.main nav .drop > ul.main > li.news > a {
	width: 110px;
}
header.main nav .drop > ul.main > li.alerts-advisories > a {
	width: 141px;
}
header.main nav .drop > ul.main > li.clinics-classes > a {
	width: 122px;
}
header.main nav .drop > ul.main > li.reports-studies > a {
	width: 132px;
}
header.main nav .drop > ul.main > li.about > a {
	width: 68px;
}
header.main nav .drop > ul.main > li.subs ul {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 220px;
	margin: 0;
	position: absolute;
	left: -9999px;
	background: #f0f7f7;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
header.main nav .drop > ul.main > li.sub:focus {
	outline: inherit;
}
header.main nav .drop > ul.main > li.sub a:focus {
	outline: inherit;
}
header.main nav .drop > ul.main > li.subs:hover ul {
	left: -1px;
}
header.main nav .drop > ul.main > li:last-child.subs:hover ul {
	left: auto;
	right: -1px;
}
header.main nav .drop > ul.main > li.subs ul > li {
	border-top: 1px solid #cee4e4;
	border-bottom: 1px solid #fff;
}
header.main nav .drop > ul.main > li.subs ul > li:first-child {
	border-top: none;
}
header.main nav .drop > ul.main > li.subs ul > li:last-child {
	border-bottom: none;
}
header.main nav .drop > ul.main > li.subs ul > li > a {
	display: block;
	padding: 4px 23px;
	color: #019893;
	text-decoration: none;
}
header.main nav .drop > ul.main > li.subs ul > li:first-child > a {
	padding: 8px 23px 4px;
}
header.main nav .drop > ul.main > li.subs ul > li:last-child > a {
	padding: 4px 23px 8px;
}
header.main nav .drop .btn.close {
	display: none;
	float: right;
	background: #00726F;
	border: 1px solid #027571;
	box-shadow: none;
}
header.main .btn.search {
	float: left;
	width: 62px;
	height: 55px;
	margin: 0 0 -11px 6px;
	padding: 0;
	position: relative;
	top: -10px;
	background: -webkit-linear-gradient(#999, #7e7e7e);	
	background: linear-gradient(#999, #7e7e7e);
	border: 1px solid #666;
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	text-indent: -9999px;
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}
header.main .btn.search.expand {
	height: 61px;
}
header.main .btn.search:before {
	content: "s";
	width: 100%;
	height: 32px;
	padding: 15px 0 14px;
	position: absolute;
	top: 0;
	left: 0;
	font: 32px/32px icons;
	text-align: center;
	text-indent: 0;
}
header.main .btn.search:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #7d7d7d;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
header.main .btn.search.expand:after {
	opacity: 1;
}
#search {
	clear: both;
	height: 0;
	padding: 0 10px;
	background: -webkit-linear-gradient(#7d7d7d, #666);
	background: linear-gradient(#7d7d7d, #666);
	border: 0px solid #666;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	-webkit-transition:
		height 0.2s,
		padding 0.2s,
		border-width 0.2s;
	transition:
		height 0.2s,
		padding 0.2s,
		border-width 0.2s;
}

/* Google Custom Search */
#search .gsc-input-box {
	height: 34px;
}
#search .gsib_a {
	padding-top: 8px;
}
#search .gsst_a {
	padding-top: 12px;
}
#search .gsc-search-button gsc-search-button-v2 {
	padding: 9px 29px;
    margin: 0;
}

#search label { display: none; }
#search.expand {
	height: 34px;
	padding: 10px;
	border-width: 1px;
}
#search input[type="text"] {
	width: 350px;
	height: 18px;
	padding: 8px 5px;
	border: none;
}
#search button {
	margin: 0 10px;
	width: 206px;
}
#search .advanced { display: none; }
#search .filtering {
    display: inline-block;
    margin-left: 10px;
}
#search .filtering label {
    display: inline-block;
    color: #fff;
}
/* HOMEPAGE */
.home header.main .btn.search {
	height: 61px;
}
.home header.main .btn.search:after {
	opacity: 1;
}
.home #search {
	height: 34px;
	padding: 10px;
	border-width: 1px;
}

/* FOOTER
********************/
footer.main a {
	color: inherit;
}
footer.main h2,
footer.main h3 {
	color: inherit;
}
footer.main h2 {
	margin: 0 0 10px;
	font: bold 24px/30px OpenSans;
}
footer.main h3 {
	margin: 0;
}
footer.main .office-locations,
footer.main .office-hours {
	float: left;
	height: 272px;
	padding: 10px 0;
}
footer.main .office-locations {
	width: 670px;
}
footer.main .office-locations ul {
	margin: 0;
}
footer.main .office-locations ul > li {
	float: left;
	width: 325px;
	margin: 0 0 30px 20px;
}
footer.main .office-locations ul > li:nth-child(2n+1) {
	clear: left;
	margin: 0 0 30px;
}
footer.main .office-locations ul > li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
footer.main .office-locations .org {
	display: none;
}
footer.main .office-locations .adr {
	float: left;
	width: 155px;
}
footer.main .office-locations .street-address {
	white-space: nowrap;
}
footer.main .office-locations .map {
	white-space: nowrap;
}
footer.main .office-locations .call {
	float: left;
	width: 150px;
	margin: 0 0 0 20px;
}
footer.main .office-locations .type {
	display: none;
}
footer.main .office-locations .phone,
footer.main .office-locations .fax {
	position: relative;
	padding: 0 0 0 15px;
}
footer.main .office-locations .phone:before,
footer.main .office-locations .fax:before {
	content: "P: ";
	display: block;
	position: absolute;
	left: 0;
}
footer.main .office-locations .fax:before {
	content: "F: ";
}
footer.main .office-hours {
	width: 330px;
	margin: 0 0 0 20px;
}
footer.main nav {
	clear: both;
	height: 52px;
}
footer.main nav ul {
	height: 52px;
	margin: 0;
}
footer.main nav ul > li {
	float: left;
	margin: 0 0 0 60px;
}
footer.main nav ul > li:first-child {
	margin: 0;
}
footer.main nav ul > li:last-child,
footer.main nav ul > li:nth-child(2) {
	margin: 0 0 0 61px;
}
footer.main nav ul > li a {
	display: block;
	height: 18px;
	padding: 17px 0;
	font: bold 16px/18px OpenSans;
	text-decoration: none;
	white-space: nowrap;
}
footer.main nav ul > li.health-topics a {
	width: 107px;
}
footer.main nav ul > li.news a {
	width: 117px;
	text-align: center;
}
footer.main nav ul > li.alerts-advisories a {
	width: 150px;
}
footer.main nav ul > li.clinics-classes a {
	width: 130px;
}
footer.main nav ul > li.reports-studies a {
	width: 141px;
}
footer.main nav ul > li.about a {
	width: 73px;
}
footer.main .legal {
	height: 18px;
	padding: 13px 0;
	font: 14px/18px OpenSans;
}
footer.main .legal .copyright {
	float: left;
	margin: 0;
}
footer.main .legal .credits {
	float: right;
	margin: 0;
}

/* CENTER
********************/
/* sidebar */
#sidebar h1 {
	color: #105d8b;
	font: 600 18px/22px OpenSans;
}
#sidebar h2 {
	color: #105d8b;
	font: 600 18px/22px OpenSans;
}
#sidebar nav {
	margin: 0 0 30px;
}
#sidebar nav > ul {
	margin: 0 -10px;
	border-bottom: 1px solid #cee4e4;
}
#sidebar nav ul > li {
	border-top: 1px solid #cee4e4;
}
#sidebar nav ul > li a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}
#sidebar nav ul > li.active a {
	background: #fff;
}
#sidebar nav > ul > li > ul {
	margin-bottom:0px;
}
#sidebar nav > ul > li > ul > li {
	padding-left: 10px;
	/*background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style.png) no-repeat 5px 10px;*/
	border-top: 0px;
}
#sidebar .cta {
	margin: 0 -10px 30px;
	padding: 10px;
	/* border: 2px solid #04bcb6;
	border-width: 2px 0; */
}
#sidebar .cta h2 {
	margin: 0 0 10px;
	padding: 0 0 0 47px;
	position: relative;
	font: bold 14px/18px OpenSans;
}
#sidebar .cta h2:before {
	content: attr(data-ico);
	display: block;
	width: 38px;
	height: 24px;
	padding: 7px 0;
	position: absolute;
	top: 8px;
	left: 0;
	background: #AF3501;
	border: 1px solid #AF3501;
	border-radius: 50%;
	color: #fff;
	font: 24px/24px icons;
	text-align: center;
}

@document url("https://hnhu.org/health-topics/covid-19/") {
	div.cta {
		display: none;
	}	
}

#sidebar.news nav ul > li > a {
	float: left;
	width: 143px;
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar.news nav ul > li > a.no-items {
	padding-left: 26px;
}

li.cf.no-items {
	display: ;
}

#sidebar.news nav ul > li .state {
	display: block;
	width: 26px;
	height: 26px;
	padding: 0px;
}
#sidebar.news nav ul > li .state.expanded {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/collapse.png) no-repeat 7px 7px;
	text-indent: -9999px;
}
#sidebar.news nav ul > li .state.collapsed {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/expand.png) no-repeat 7px 7px;
	text-indent: -9999px;
}
#sidebar.news nav > ul > li > ul {
	clear: both;
	margin-left: 26px;
	margin-right: 0px;
	width: 143px;
}
#sidebar.news nav > ul > li > ul > li {
	/*background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style.png) no-repeat 0px 10px;*/
}
#sidebar.news nav > ul > li > ul > li a {
	width: 133px;
}

/* main column */
#bc {
	/* height: 18px; */
	color: #4e4e4e;
	font: 12px/18px OpenSans;
}
#bc > li {
	float: left;
}
#bc > li:before {
	content: ">";
	display: inline-block;
	margin: 0 3px;
}
#bc > li:first-child:before {
	display: none;
}
#bc > li a {
	color: inherit;
	text-decoration: underline;
}
#bc > li:last-child a {
	text-decoration: none;
}
#center header h2 {
	margin: -10px 0 10px;
	font: bold 18px/22px OpenSans;
}

/* HOMEPAGE */
/* sidebar */
.home-news {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: #f0f7f7;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.home-news h2 {
	color: #1a6795;
	font: 600 24px/30px OpenSans;
}
.home-news h2 a {
	color: inherit;
	text-decoration: inherit;
}
.home-news h3 {
	color: #ea8e1e;
}
.home-news h3 a {
	color: #b13602;
}
.home-news ol > li {
	margin: 0 0 20px;
}
.home-news ol > li:last-child {
	margin: 0;
}

/* main column */
#promo {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 398px;
	margin: 0 0 22px;
	position: relative;
	background: #fff;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#promo .slides {
	width: 100%;
	height: 100%;
	position: relative;
}
#promo .slides > li {
	float: left;
	width: 1020px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	overflow: hidden;
}
#promo .slides > li:first-child {
	left: 0;
}
#promo .slides > li .img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#promo .slides > li .content {
	width: 355px;
	height: 283px;
	padding: 40px 615px 75px 50px;
	position: relative;
}
#promo .slides > li .content h1 {
	margin: 0;
	font: bold 30px/32px OpenSans;
}
#promo .slides > li .content h2 {
	margin: 0 0 15px;
	font: 24px/30px OpenSans;
}
#promo .slides > li .content p {
	margin: 0 0 10px;
}
#promo .slides > li .content .btn {
	margin: 10px 0;
}
#promo .paging {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 34px 50px;
	font: 0/0 OpenSans;
}
#promo .paging > li {
	display: inline-block;
	margin: 0 0 0 12px;
}
#promo .paging > li:first-child {
	margin: 0;
}
#promo .paging > li a {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 3px solid #1a6795;
	border-radius: 50%;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#promo .paging > li.active a {
	background: #c53d02;
}
#promo .controls {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 50px 34px 0;
}
#promo .controls > li.pause-play a {
	display: block;
	text-indent:-9999px;
	outline: none;
}
#promo .controls > li.pause-play a.pause {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-pause.png) no-repeat;
	width: 40px;
	height: 40px;
}
#promo .controls > li.pause-play a.play {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-play.png) no-repeat;
	width: 40px;
	height: 40px;

}

.home-features {
	width: 100%;
	height: 146px;
	margin: 0 0 25px;
	position: relative;
	overflow: hidden;
}
.home-features .slides {
	width: 100%;
	position: relative;
	margin: 0;
}
.home-features .slides > li {
	float: left;
	width: 288px;
	height: 114px;
	margin: 10px 10px;
	padding: 15px;
	position: relative;
	background: #f0f7f7;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.home-features .controls {
	width: 100%;
	height: 0;
	position: absolute;
	top: 62px;
}
.home-features .controls > li.prev {
	float: left;
}
.home-features .controls > li.next {
	float: right;
}
.home-features .controls > li a {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	background: #c53d02;
	border: 1px solid #a33201;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	font: 11px/18px icons;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}
.home-features .controls > li a:before {
	content: "<";
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 18px;
	padding: 1px 3px 1px 0;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}
.home-features .controls > li.next a:before {
	content: ">";
	padding: 1px 0 1px 3px;
}
.col.home-overview h2 {
	margin: 0 0 5px;
	color: #1a6795;
	font: 600 24px/30px OpenSans;
}
.col.home-overview .feature {
	margin: 0 0 35px;
}
.col.home-overview .feature .bullet-list {
	margin: 35px 0;
}

/* ABOUT US - BOARD OF HEALTH */
.overview.board-of-health > li {
	width: 320px;
}
.overview.board-of-health > li,
.overview.board-of-health > li:nth-child(3n+1) {
	clear: none;
	margin: 0 0 25px 20px;
}
.overview.board-of-health > li:nth-child(2n+1) {
	clear: both;
	margin: 0 0 25px;
}
.overview.board-of-health > li .img {
	margin: 0 15px 0 0;
}
.overview.board-of-health > li .body {
	overflow: hidden;
}
.overview.board-of-health > li .body h2 {
	margin: 0;
	font: bold 14px/18px OpenSans;
}
.overview.board-of-health > li .body .title {
	font: bold 14px/18px OpenSans;
}

/* ABOUT US - ABOUT US */
.about-columns .image-column {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.about-columns .content-column {
	width: 660px;
	float: left;
}
.about-columns .image-column li {
	border: 1px solid #c3c3c3;
	border-radius: 12px;
	background: #fff;
	padding: 4px;
	margin-bottom: 20px;
    overflow: hidden;
}
.about-columns .image-column img { border-radius: 12px; }

/* ABOUT US - HNHU STAFF */
.staff-members > li {
	float: left;
	width: 320px;
	height:auto;
	margin-right: 33px;
	margin-bottom: 19px;
}
.staff-members > li:nth-child(2n+1) { clear: left; }
.staff-members > li:nth-child(2n+2) { clear: right; }
.staff-members > li .thb {
	float: left;
	border: 1px solid #c3c3c3;
	width: 102px;
	padding: 4px;
	background: #fff;
	border-radius: 8px;
	margin-right: 17px;
}
.staff-members > li .thb img { border-radius: 8px; }
.staff-members > li .content {
	float: left;
	width: 191px;
}
.staff-members > li h3 {
	color: #333333;
	margin-bottom: 0px;
}
.staff-members > li .email {
	display: block;
	color: #ea8e1e;
	margin-bottom: 10px;
}
.staff-members > li p { margin-bottom: 0px; }

/* Board of Health */
#board-of-health .board-info {
	float: right;
	width: 320px;
	margin-left: 15px;
}

/* REPORTS AND STUDIES */
#reports-and-studies{ margin-bottom: 20px; }
#reports-and-studies .col-left {
	float: left;
	width: 490px;
	border-right: 1px solid #dedede;
	padding-right:10px;
}
#reports-and-studies .col-right {
	float: left;
	width: 316px;
	border-left: 1px solid #ededed;
	padding-left: 10px;
	margin-left: -1px;
}
#reports-and-studies ul.health-status-reports{ margin-top:10px; }
#reports-and-studies ul.health-status-reports > li h3 { font-weight: normal; }
#reports-and-studies .manuals-and-plans{ margin-bottom: 10px; }
#reports-and-studies .manuals-and-plans .thb {
	float: left;
	border: 1px solid #c3c3c3;
	padding: 4px;
	border-radius: 6px;
	margin-right: 15px;
}
#reports-and-studies .manuals-and-plans .content {
	float: left;
	width: 206px;
}
#reports-and-studies .manuals-and-plans .content ul > li {
	background: url("/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style.png") no-repeat scroll 0px 6px transparent;
	padding-left: 10px;
	margin-bottom: 5px;
}
.reports-overview > li ul li {
	background: url("/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style.png") no-repeat scroll 0px 6px transparent;
	padding-left: 10px;
	margin-bottom: 5px;
}
/* REPORTS AND STUDIES - MANUALS */
#manual-type-list .manual-list > li .thb {
	float: left;
	border: 1px solid #c3c3c3;
	padding: 4px;
	border-radius: 6px;
	margin-right: 15px;
}
#manual-type-list .manual-list > li .content {
	float: left;
	width: 720px;
}
#manual-type-list .manual-list > li .content h3 { 
	font-weight: normal; 
	margin-bottom: 5px;
}
#manual-type-list .manual-list > li .content .sub-manuals > li {
	background: url("/https/hnhu.org/wp-content/themes/hnhu/_common/images/list-style.png") no-repeat scroll 0px 6px transparent;
	padding-left: 10px;
}
#manual-type-list .manual-list > li .content .sub-manuals > li h3 { margin-bottom: 5px; }
/* REPORTS AND STUDIES - REPORTS */

/* REPORTS AND STUDIES - PLANS/TOOLKITS */
#plans > li,
#toolkits > li { 
	margin-bottom: 20px; 
}

#plans > li .thb,
#toolkits > li .thb {
	float: left;
	border: 1px solid #c3c3c3;
	padding: 4px;
	border-radius: 6px;
	margin-right: 15px;
}
#plans > li .content,
#toolkits > li .content {
	float: left;
	width: 720px;
}
#car-seat-clinics-overview #car-seat-clinic-search-excerpt h3 {
	color: #333333;
	font: bold 14px/18px OpenSans;
	margin-bottom: 5px;
}

/* CLINICS - CAR SEAT CLINICS */
#car-seat-clinics #car-seat-clinic-search label {
    display: block;
	color: #333333;
	font: bold 14px/18px OpenSans;
    margin-bottom: 5px;
}
#car-seat-clinics #car-seat-clinic-search #car-seat-clinic-selector,
#car-seat-clinics-overview #car-seat-clinic-search-excerpt #car-seat-clinic-selector {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 218px;
	padding: 5px;
}
#car-seat-clinics #car-seat-clinic-search .btn {
	display: block;
	margin-top: 8px;
}
#car-seat-clinics .area { 
	clear: both; 
	display: none; 
}
#car-seat-clinics .area.visible{ display: block; }
#car-seat-clinics .area h2 { font: bold 18px/22px OpenSans; }
#car-seat-clinics .area .table-wrapper {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 1px;
	margin-bottom: 20px;
}
#car-seat-clinics .area table {
	width: 100%;
	padding:1px;
	border-collapse: collapse;
}
#car-seat-clinics .area table th {
	background: #f0f7f7;
	color: #018581;
	padding: 10px;
	text-align: left;
}
#car-seat-clinics .area table td {
	border: 1px solid #cccccc;
	padding: 10px;
	vertical-align: top;
}
#car-seat-clinics .area table td.location{ width: 216px; }
#car-seat-clinics .area table td.date { width: 198px; }
#car-seat-clinics .area table td.time { width: 158px; }
#car-seat-clinics .area table td.phone { width: 167px; }
#car-seat-clinics .area table tr td:first-child { border-left: 0px; } 
#car-seat-clinics .area table tr td:last-child { border-right: 0px; }
#car-seat-clinics .area table tr:last-child td { border-bottom:0px; }
#car-seat-clinics table.mobile{display:none;}

/* Prenatal Classes */
#prenatal .table-wrapper {
	border: 1px solid #cccccc;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom:25px;
}
#prenatal .table-wrapper table {
	border-collapse: collapse;
	width: 100%;
	border-radius: 5px;
}
#prenatal .table-wrapper table thead tr td {
	background: #f0f7f7;
	border: 1px solid #cccccc;
	padding: 10px;
}
#prenatal .table-wrapper table thead tr td h2 {
	font: bold 18px/22px OpenSans;
	margin-bottom: 0px;
}
#prenatal .table-wrapper table thead tr td p { margin-bottom: 0px; }
#prenatal .table-wrapper table thead tr:first-child td { 
	border-top:0px; 
	border-radius: 5px 5px 0 0;
}
#prenatal .table-wrapper table thead tr td:first-child{ border-left:0px; }
#prenatal .table-wrapper table thead tr td:last-child { border-right:0px; }
#prenatal .table-wrapper table thead tr td h3 {
	color: #018581;
	font-weight: bold;
	margin-bottom:0px;
}
#prenatal .table-wrapper table tbody tr:last-child td { border-bottom:0px; }
#prenatal .table-wrapper table tbody tr:last-child td.class { border-radius: 0 0 0 5px; }
#prenatal .table-wrapper table tbody tr:last-child td.sessions { border-radius: 0 0 5px 0; }
#prenatal .table-wrapper table tbody tr td {
	border: 1px solid #cccccc;
	padding: 10px;
	vertical-align: top;
}
#prenatal .table-wrapper table tbody tr td p { margin-bottom:0px; }
#prenatal .table-wrapper table tbody tr td.class {
	width: 292px;
	border-left: 0px;
}
#prenatal .table-wrapper table tbody tr td.sessions {
	width: 495px; 
	padding: 0px;
}
#prenatal .table-wrapper table tbody tr td.sessions tr td {
	border-left: 0px;
	border-right: 0px;
}
#prenatal .table-wrapper table tbody tr td.sessions tr:first-child td { border-top: 0px; }
#prenatal .table-wrapper table tbody tr td.sessions tr:last-child td { border-bottom: 0px; }
#prenatal .table-wrapper table tbody tr:last-child td.sessions td:last-child { border-radius: 0 0 5px 0; }

/* Well Baby Dropins */
#well-baby-dropins table { width: auto; }
#well-baby-dropins table td.date { width: 153px; }
#well-baby-dropins table td.location { width: 263px; }

/* Food Handlers Course */
.food-handler-course { margin-bottom:20px; }
.food-handler-course h2 { font: bold 18px/22px OpenSans; }
.food-handler-course table .location{ width:328px; }
.food-handler-course table .date { width: 194px; }
.food-handler-course table .time { width: 241px; }
.food-handler-course table.mobile { display:none; }

/* Dental */
.cms .dental-information {
	overflow: auto;
}
.cms .dental-information > li {
	clear: both;
	float: none;
	padding: 0;
	margin-bottom: 20px;
}
.cms .dental-information > li .body {
	padding-bottom: 4px;
	overflow: auto;
}


/* NEWS - OVERVIEW */
.news-overview {
	border-top: 1px solid #018581;
}
.news-overview > li {
	border-bottom: 1px solid #018581;
	padding: 20px 0 5px;
}
.news-overview > li .media .body > h2 {
	margin: 0;
}
.news-overview > li .media .body > h2 a {
	color: #b13602;
}
.news-overview > li .media .body .meta {
	font-size: 12px;
	margin-bottom: 5px;
}
.news-overview > li .media .body .meta > li {
	float: left;
	position: relative;
	padding-left: 5px;
}
.news-overview > li .media .body .meta > li:before {
	content: "|";
	display: block;
	float: left;
	padding-right:5px;
}
.news-overview > li .media .body .meta > li:first-child:before {
	content: "";
	padding-right:0;
}
.news-overview > li .media .body .meta > li:first-child{ padding-left:0px; }
.news-overview > li .excerpt {
	clear: both;
}
.news-overview article .ico-category{
	display:block;
	float: left;
	width: 39px;
	height: 39px;
	margin-right: 10px;
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-uncategorized.png) no-repeat;
}
.news-overview article .ico-category.dental-health { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-dental.png) no-repeat; }
.news-overview article .ico-category.alcohol-and-other-drugs { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-alcohol.png) no-repeat; }
.news-overview article .ico-category.beauty-and-body-art { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-body-art.png) no-repeat; }
.news-overview article .ico-category.diseases { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-diseases.png) no-repeat; }
.news-overview article .ico-category.emergency-preparedness { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-emergency.png) no-repeat; }
.news-overview article .ico-category.environment { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-environment.png) no-repeat; }
.news-overview article .ico-category.food-safety { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-food-safety.png) no-repeat; }
.news-overview article .ico-category.healthy-eating-and-nutrition{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-healthy-eating.png) no-repeat; }
.news-overview article .ico-category.immunization{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-immunization.png) no-repeat; }
.news-overview article .ico-category.infection-control{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-infection-control.png) no-repeat; }
.news-overview article .ico-category.parenting-pregnancy{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-pregnancy.png) no-repeat; }
.news-overview article .ico-category.physical-activity{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-physical-activity.png) no-repeat; }
.news-overview article .ico-category.safety{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-safety.png) no-repeat; }
.news-overview article .ico-category.sexual-health{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-sexual-health.png) no-repeat; }
.news-overview article .ico-category.tobacco{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-tobacco.png) no-repeat; }
.news-overview article .ico-category.workplace-health{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-workplace-health.png) no-repeat; }
.page-numbers > li {
	float: left;
	margin: 0 0 0 5px;
}

.meta .category a {
	color: #b13602;
}

.page-numbers > li a,
.page-numbers > li span {
	background: #f0f7f7;
	border: 1px solid #1a6795;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
}
.page-numbers > li .current {
	background: #1a6795;
	border: 1px solid #1a6795;
	color: #fefefe;
}
.page-numbers > li .dots {
	background: none;
	border: none;
	color: #04bcb6;
}

/* NEWS - SINGLE */
.single header > h2 {
	color: #105d8b;
	margin-bottom: 0 !important;
}
.single header .ico-category-large {
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	margin-right:10px;
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-uncategorized-large.png) no-repeat;
}
.single header .ico-category-large.dental-health { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-dental-large.png) no-repeat; }
.single header .ico-category-large.alcohol-and-other-drugs { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-alcohol-large.png) no-repeat; }
.single header .ico-category-large.beauty-and-body-art { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-body-art-large.png) no-repeat; }
.single header .ico-category-large.diseases { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-diseases-large.png) no-repeat; }
.single header .ico-category-large.emergency-preparedness { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-emergency-large.png) no-repeat; }
.single header .ico-category-large.environment { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-environment-large.png) no-repeat; }
.single header .ico-category-large.food-safety { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-food-safety-large.png) no-repeat; }
.single header .ico-category-large.healthy-eating-and-nutrition{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-healthy-eating-large.png) no-repeat; }
.single header .ico-category-large.immunization{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-immunization-large.png) no-repeat; }
.single header .ico-category-large.infection-control{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-infection-control-large.png) no-repeat; }
.single header .ico-category-large.parenting-pregnancy{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-pregnancy-large.png) no-repeat; }
.single header .ico-category-large.physical-activity{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-physical-activity-large.png) no-repeat; }
.single header .ico-category-large.safety{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-safety-large.png) no-repeat; }
.single header .ico-category-large.sexual-health{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-sexual-health-large.png) no-repeat; }
.single header .ico-category-large.tobacco{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-tobacco-large.png) no-repeat; }
.single header .ico-category-large.workplace-health{ background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/ico-workplace-health-large.png) no-repeat; }

.single .meta {
	font-size: 12px;
	margin-bottom: 15px;
}
.single .meta time {
	display: block;
	margin-bottom: 10px;
}
.single .meta > li {
	float: left;
	position: relative;
	padding-left: 5px;
}
.single .meta > li:before {
	content: "|";
	display: block;
	float: left;
	padding-right: 5px;
}
.single .meta > li:first-child {
	padding-left: 0px;
}
.single .meta > li:first-child:before {
	content: "";
	padding-right:0px;
}



.single .social > li {
	float: left;
	margin-left: 10px;
}
.single .social > li:first-child {
	margin-left: 0;
}
.single .media-contact > h3 {
	color: #04bcb6;
}
.single .page-numbers {
	margin-top: 30px;
}
.single .page-numbers > .prev {
	float: left;
}
.single .page-numbers > .next {
	float: right;
}

/* Dead Bird Alert */
.found-dead-bird {
	float: left;
	width: 435px;
}
.cms .found-dead-bird > li {
	clear: both;
	margin-bottom: 20px;
	padding: 0;
}
.cms .bird-notice {
	float: right;
	margin-left: 25px;
	width: 318px;
	padding: 20px;
	background: #f0f7f7;
}

/* Food Alerts */
.alert-search-form { margin-bottom: 20px; }
.alert-search-form label {
    display: block;
	color: #333333;
	font: bold 14px/18px OpenSans;
	margin-bottom: 9px;
}
.alert-search-form input[type="text"] {
	display: block;
	border-left: 1px solid #04bdb7;
	border-right: 1px solid #04bdb7;
	border-top: 2px solid #79dcd9;
	border-bottom: 2px solid #79dcd9;
	height: 16px;
	width: 208px;
	padding: 5px;
	margin-bottom: 8px;
	outline: none;
}
.alert-search-form select {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 106px;
	height:30px;
	padding: 5px;
}
/* Air Quality Alerts */
.air-quality-alerts-form { 
	margin-bottom: 20px;
}
.air-quality-alerts-form label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.air-quality-alerts-form select {
	display: block;
	clear: both;
	margin-bottom: 8px;
	border-top: 2px solid #8ae0dd;
	border-bottom: 2px solid #8ae0dd;
	border-left: 1px solid #04bdb7;
	border-right: 1px solid #04bdb7;
	width: 212px;
	height: 30px;
	padding: 5px;	
}
/* Weather Alerts */
.feed.weather > li {
	background: none;
	padding-left: 0px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 18px;
}
.feed.weather > li a {
	color: #ea8e1e;
	font-weight: bold;
}
.feed.weather > li .date {
	font-size: 12px;
	margin-top: 5px;
}
/* CONTACT */
#gform_1 {
	margin-bottom: 25px;
}
#gform_1 .validation_error {
	color: red;
	margin-bottom: 10px;
}
#gform_1 .gform_fields > li {
	background: none;
	float: left;
	margin-left: 18px;
	padding: 0;
}
#gform_1 .gform_fields > li#field_1_6,
#gform_1 .gform_fields > li#field_1_7{ display: none; }
#gform_1 .gform_fields > li#field_1_1,
#gform_1 .gform_fields > li#field_1_3,
#gform_1 .gform_fields > li#field_1_5{ margin-left:0px; }

#gform_1 .gform_fields > li#field_1_3 { clear: left; }
#gform_1 .gform_fields > li .validation_message { color: red; }
#gform_1 .gform_fields label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
} 
#gform_1 .gform_fields > li input,
#gform_1 .gform_fields > li textarea {
	border: 1px solid #04bdb7;
	padding: 5px;
	width: 394px;
	height: 30px;
}
#gform_1 .gform_fields > li textarea {
	resize: vertical;
	width: 818px;
	min-height: 175px;
}
#gform_1 input[type="submit"] {
	display: inline-block;
	padding: 6px 22px;
	background: -webkit-linear-gradient(#c43d03, #bb3c05);
	background: linear-gradient(#c43d03, #bb3c05);
	border-radius: 5px;
	border: 1px solid #d9831b;
	box-shadow: inset 0 3px 3px rgba(255, 215, 166, 0.43);
	color: #fff;
	cursor: pointer;
	font: bold 14px/18px OpenSans;
	text-align: center;
	text-decoration: none;
/*
	display: inline-block;
	padding: 6px 12px;
	background: -webkit-linear-gradient(#c43d03, #bb3c05);
	background: linear-gradient(#c43d03, #bb3c05);
	border-radius: 5px;
	border: 1px solid #af3501;
	box-shadow: inset 0 1px 3px rgba(255, 215, 166, 0.43);
	color: #fff;
	cursor: pointer;
	font: bold 14px/18px OpenSans;
	text-align: center;
	text-decoration: none;
*/
}
.contact-tables {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-top: 10px;
}
.contact-tables .left-tables {
	width: 416px;
	float: left;
	margin-right: 22px;
}
.contact-tables .right-tables {
	width: 370px;
	float: left;
}
/* Contact Sidebar */
#sidebar .location-list > li {
	margin-bottom: 20px;
}
#sidebar .location-list > li h2 {
	color: #333333;
	font: 600 14px/18px OpenSans;
	margin-bottom: 5px;
}
#sidebar .location-list > li .thb.map {
	display: block;
	background: #ffffff;
	padding: 4px;
	border: 1px solid #c3c3c3;
	border-radius: 12px;
	margin-bottom: 5px;
	cursor: pointer;
}
#sidebar .location-list > li .thb.map img { border-radius: 8px; }
#sidebar .location-list > li .description {
	font-size:13px;
	margin-bottom: 10px;
}
#sidebar .location-list > li .description .map { display: block; }
#sidebar .location-list > li .contact-information {
	font-size:13px;
	border-collapse: collapse;
}
#sidebar .location-list > li .contact-information th,
#sidebar .location-list > li .contact-information td {
	vertical-align: top;
	font-weight: normal;
}
#sidebar .location-list > li .contact-information th { padding-right:5px; }

#sidebar .location-list > li .contact-information > li span {margin-left:5px;}


/* Tick Results */
#tickform label {
    display: block;
	color: #333333;
	font: bold 14px/18px OpenSans;
    margin-bottom: 10px;
}
#tickform input[type="text"] {
	display: block;
	border-left: 1px solid #04bdb7;
	border-right: 1px solid #04bdb7;
	border-top: 2px solid #79dcd9;
	border-bottom: 2px solid #79dcd9;
	height: 16px;
	width: 208px;
	padding: 5px;
	margin-bottom: 8px;
	outline: none;
}
#tickform input[type="submit"] {
	outline: none;
}

/* Certificate Form */
#certificate-form {
	margin-bottom: 20px;
}
#certificate-form h2 {
	font-size: 18px;
}
#certificate-form label {
    display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
    margin-bottom: 10px;
}
#certificate-form input[type="text"] {
	display: block;
	border-left: 1px solid #04bdb7;
	border-right: 1px solid #04bdb7;
	border-top: 2px solid #79dcd9;
	border-bottom: 2px solid #79dcd9;
	height: 16px;
	width: 208px;
	padding: 5px;
	margin-bottom: 8px;
	outline: none;
}
#certificate-form input[type="submit"] {
	margin-bottom:10px;
	outline: none;
}
#certificate-form .results p { margin-bottom: 5px; }
#certificate-form .results .more {
	color: #b13602;
	font-weight: bold;
}
#certificate-form .validation {
	color: red;
}

/* Form File List */
#form-file-list > li{ margin-bottom: 20px; }
#form-file-list > li .left {
	float: left;
	width: 140px;
	border: 1px solid #c3c3c3;
	border-radius: 6px;
	padding: 4px;
	background: #fff;
	margin-right: 20px;
}
#form-file-list > li .left img { width:140px; height: 140px; border-radius: 6px; display: block; }
#form-file-list > li .right {
	float: left;
	width: 660px;
}
#form-file-list > li .right ul.file-list > li {
	padding-left: 33px;
	margin-bottom: 10px;
}
#form-file-list > li .right ul.file-list > li.file-pdf {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/pdf-bullet.png) no-repeat;
}
#form-file-list > li .right ul.file-list > li.file-link {
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/link-bullet.png) no-repeat;
}
#form-file-list > li a { line-height: 24px; }
/* Immunization Reporting Form */
.gf_page_steps .gf_step_active{font-weight:bold;}
#immunization-reporting .steps {
	display: block;
	width: 100%;
	height: 86px;
	margin: 0 auto;
}
#immunization-reporting .steps.step-one { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/step1.png) top center no-repeat; }
#immunization-reporting .steps.step-two { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/step2.png) top center no-repeat; }
#immunization-reporting .steps.step-three { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/step3.png) top center no-repeat; }
#immunization-reporting .steps.step-four { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/step4.png) top center no-repeat; }
#immunization-reporting .steps.step-five { background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/step5.png) top center no-repeat; }
#immunization-reporting .steps > a {
	float:left;
	color: #333333;
	display: block;
	font: bold 12px/16px OpenSans;
	text-decoration: none;
	padding-top: 50px;
	text-align:center;
}
#immunization-reporting .steps > .first { width: 170px; }
#immunization-reporting .steps > .second { width: 150px; }
#immunization-reporting .steps > .third { width: 190px; }
#immunization-reporting .steps > .fourth { width: 140px; } 
#immunization-reporting .steps > .fifth { 
	padding-left: 20px;
	width: 150px;
}
#immunization-reporting .steps .mobile-label { display: none; }
#immunization-reporting .form { 
	float: left; 
	width: 480px;
	margin-right: 20px;
}
#immunization-reporting .notice-area {
	float: left; 
	width: 330px;
}
#immunization-reporting .notice-area .notice {
	border: 1px solid #cccccc;
	background: #f0f7f7;
	padding: 15px;
}
#immunization-reporting #immunization-report-form .form-step-label {
	font: bold 18px/22px OpenSans;
	margin-bottom: 0px;
}
#immunization-reporting #immunization-report-form legend {
	font: bold 14px/18px OpenSans;
	color: #018581;
    margin-bottom: 10px;

}
#immunization-reporting #immunization-report-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#immunization-reporting .form-fields > li { clear: both; margin-bottom: 10px; }
#immunization-reporting #immunization-report-form ul.immunizations .name { margin-bottom: 5px; }
#immunization-reporting #immunization-report-form ul.immunizations .name > label { display: none; }
#immunization-reporting #immunization-report-form ul.immunizations .name .option {
	clear: both;
}
#immunization-reporting #immunization-report-form ul.immunizations .name .option input { float:left; margin-right: 5px; }
#immunization-reporting #immunization-report-form ul.immunizations .name .option label { float:left; line-height: 20px; }

#immunization-reporting #immunization-report-form ul.immunizations .name.other { display:none; }
#immunization-reporting label {
	display: block;
	font: bold 14px/18px OpenSans;
	color: #333333;
	margin-bottom: 5px;
}
#immunization-reporting input[type="text"] {
	border-left: 1px solid #04bdb7;
	border-right: 1px solid #04bdb7;
	border-top: 2px solid #79dcd9;
	border-bottom: 2px solid #79dcd9;
	padding:5px;
	width: 468px;
}#immunization-reporting #first_student_gender input {
	float:left;
	margin-right: 5px;
}
#immunization-reporting #first_student_gender label {
	font-weight: normal;
	float: left;
	margin-right: 20px;
}
#immunization-reporting .form-fields > li.gender label { float: left; margin-right: 10px; }
#immunization-reporting .form-fields > li.gender #one_student_gender { float: left; }
#immunization-reporting .form-fields > li.gender #one_student_gender input[type="radio"] { float: left; }
#immunization-reporting .form-fields > li.gender #one_student_gender label { float: left; }
#immunization-reporting .form-fields > li.date-of-birth h3 {
    display: block;
    font: bold 14px/18px OpenSans;
    color: #333333;
    margin-bottom: 5px;
}
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li { float:left; }
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li.date-of-birth-year{ width: 106px; margin-right: 10px; }
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li.date-of-birth-year select {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 106px;
	height:30px;
	padding: 5px;
}
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li.date-of-birth-month{ width: 233px; margin-right: 10px; }
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li.date-of-birth-month select {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 233px;
	height:30px;
	padding: 5px;
}
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li.date-of-birth-day{ width: 119px; }
#immunization-reporting .form-fields > li.date-of-birth .birth-date-items > li.date-of-birth-day input {
	width:107px;
	height:16px;
}
#immunization-reporting .form-fields > li.school-type select,
#immunization-reporting .form-fields > li.school select {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 480px;
	height:30px;
	padding: 5px;
}
#immunization-reporting #immunization-report-form .form-fields > li .errors {
	clear: both;
	color: red;
}
#immunization-reporting #immunization-report-form .form-fields > li .errors ul { margin-bottom:0px; }

/* Immunizations - Step Three*/
#immunization-reporting .form-fields.immunizations > li {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #cdcdcd;
}
#immunization-reporting .form-fields.immunizations > li:first-child {
	border-top: 0px;
	padding-top: 0px;
}
#immunization-reporting .form-fields.immunizations > li .name select {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 480px;
	height:30px;
	padding: 5px;
}
#immunization-reporting .form-fields.immunizations > li .immunization-name { margin-bottom: 10px; }
#immunization-reporting .form-fields.immunizations > li .immunization-date > ul > li { float:left; }
#immunization-reporting .form-fields.immunizations > li > label { display: none; }
#immunization-reporting .form-fields.immunizations > li .year { 
	float: left;
	width: 106px;
	margin-right: 9px;
}
#immunization-reporting .form-fields.immunizations > li .year label { display: none; }
#immunization-reporting .form-fields.immunizations > li .year select { 
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 106px; 
	height: 30px;
	padding: 5px;
}
#immunization-reporting .form-fields.immunizations > li .month { 
	float: left; 
	width: 237px; 
	margin-right: 9px; 
}
#immunization-reporting .form-fields.immunizations > li .month label { display: none; }
#immunization-reporting .form-fields.immunizations > li .month select {
	display: block;
	margin-bottom: 8px;
	border-top:2px solid #8ae0dd;
	border-bottom:2px solid #8ae0dd;
	border-left:1px solid #04bdb7;
	border-right:1px solid #04bdb7;
	width: 237px; 
	height: 30px;
	padding: 5px;
}
#immunization-reporting .form-fields.immunizations > li .day { 
	float: left; 
	width: 119px; 
}
#immunization-reporting .form-fields.immunizations > li .day label { display: none; }
#immunization-reporting .form-fields.immunizations > li .day input { 
	width:107px; 
	height:16px; 
}
#immunization-reporting .form-fields.immunizations > li ul { clear: both; }
#immunization-reporting .form-fields.immunizations > li ul li { color: red; }
#immunization-reporting .btn.add-another-immunization {
	float: right;
	padding: 3px 12px;
	line-height: 25px;
	margin-bottom:20px;
}
#immunization-reporting .btn.add-another-immunization .ico-add {
	float: left;
	background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/add-immunization.png) no-repeat;
	display:block;
	width: 25px;
	height: 25px;
	margin-right:10px;
}
#immunization-reporting .progress-buttons > li {
	float: left;
	margin-right: 10px;
}
#immunization-reporting .form-fields.immunizations > li .remove-another-immunization{
	float: right;
	display: block;
	clear: both;
}
/* Health Topics */
#health-topic-filters {
	clear: both;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}
#health-topic-filters .letter-filters { float:left; }
#health-topic-filters .letter-filters > li {
	float: left;
	margin-right: 5px;
}
#health-topic-filters .letter-filters > li a {
	color: #333333;
	text-decoration: none;
}
#health-topic-filters .letter-filters > li.active a { color: #ea8e1e; }
#health-topic-filters .letter-filters > li:not(:first-child):before {
	content: "|";
	display: inline-block;
	margin-right: 5px;
}
#health-topic-filters .health-topic-search {
	clear: both;
	margin-bottom: 20px;
}
#health-topic-filters .health-topic-search label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#health-topic-filters .health-topic-search input[type="text"] {
	width: 208px;
	height: 16px;
	padding: 5px;
	border-right: 1px solid #04bdb7;
	border-left: 1px solid #04bdb7;
	border-top: 2px solid #79dcd9;
	border-bottom: 2px solid #79dcd9;
	outline: none;
	margin-bottom: 5px;
}
#health-topic-filters .health-topic-search input[type="submit"] {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#health-topic-filters .order-filters {
	float: right;
}
#health-topic-filters .order-filters .btn-filter {
	background: #ffd466;
	border: 1px solid #d57e06;
	color: #333333;
	border-radius: 5px;
	padding: 3px 7px;
}
#health-topic-filters .order-filters .btn-filter.active {
	background: #ea8e1e;
	border:1px solid #da851e;
	color: #ffffff;
}

#health-topics-a-z > li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

header.has-featured-image img {
	max-width: 100%;
	height: auto;
}

header.has-featured-image h1 {
	background-color: #038683;
	color: #fff;
	padding: 16px;
}

/* Air Quality Report */
#air-quality-report #current-air-quality {
	float: left;
	padding: 14px 17px;
	border: 2px solid #e7e7e7;
	border-radius: 8px;
	width: 217px;
	margin-right: 21px;
}
#air-quality-report #current-air-quality table { border: 0px; }
#air-quality-report #current-air-quality table th { text-align: left; }
#air-quality-report #current-air-quality table td {
	border: 0px;
	padding: 2px 0px;
	text-align: left;
}
#air-quality-report #air-quality-legend {
	float: left;
	border: 2px solid #e7e7e7;
	border-radius: 8px;
	overflow: hidden;
}
#air-quality-report #air-quality-legend table {
	border:0px;
	border-radius: 8px;
	border-collapse: collapse;
	overflow: hidden;
}
#air-quality-report #air-quality-legend table .aqi { width:56px; }
#air-quality-report #air-quality-legend table .category { width: 135px; }
#air-quality-report #air-quality-legend table th {
	border: 1px solid #cccccc;
	border-top:0px;
	height: 28px;
	text-align: left;
	padding:0px 15px;
}
#air-quality-report #air-quality-legend table td {  padding:7px 15px; }
#air-quality-report #air-quality-legend table tr td:first-child,
#air-quality-report #air-quality-legend table tr th:first-child { border-left:0px; }
#air-quality-report #air-quality-legend table tr td:last-child,
#air-quality-report #air-quality-legend table tr th:last-child { border-right:0px;  }
#air-quality-report #air-quality-legend table tr:last-child td { border-bottom: 0px; }

/* Healthcare Professionals */
ul.more-links > li{
	float:left;
}
ul.more-links > li:not(:first-child):before {
	float:left;
	content: "|";
	display: block;
	position: relative;
	margin-left: 14px;
	margin-right: 14px;
}
/* Frontend Login */
#frontend-login {
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	display: inline-block;
	padding: 20px;
}
#frontend-login h2 {
	font-size: 18px;
}
#frontend-login label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
#frontend-login input[type="text"],
#frontend-login input[type="password"]  {
	border: 1px solid #04bdb7;
	width: 266px;
	height: 30px;
	padding: 5px;
	outline: none;
}
#frontend-login .login-remember {
	display: none;
}
#frontend-login input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    background: -webkit-linear-gradient(#c43d03, #bb3c05);
    background: linear-gradient(#c43d03, #bb3c05);
    border-radius: 5px;
    border: 1px solid #af3501;
    box-shadow: inset 0 1px 3px rgba(255, 215, 166, 0.43);
    color: #fff;
    cursor: pointer;
    font: bold 14px/18px OpenSans;
    text-align: center;
    text-decoration: none;
}


/* FOOTER - VIEW MAP */
#colorbox-map-canvas {
	width: 700px;
	height: 550px;
}

/* COLORBOX */
/* Color Box */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}*/
#colorbox{outline:0;overflow:none!important;}
/*
#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
*/
#cboxContent{background:#fff;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
/* #cboxLoadedContent{margin-bottom:28px;} */
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
/*
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
*/

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
/*
#cboxPrevious{position:absolute;background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
*/
#cboxPrevious:hover{background-position:-75px -25px;}
/*
#cboxNext{position:absolute;background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
*/
#cboxNext:hover{background-position:-50px -25px;}
/*
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
*/
#cboxClose:hover{background-position:-25px -25px;}

/* Custom Color Box Styles */
#cboxOverlay {
    opacity: 0.5;
    cursor: pointer;
    visibility: visible;
    background: #000;
}
#colorbox #cboxContent {
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #000000;
    padding:24px;

}
#colorbox #cboxContent #cboxLoadedContent {
}
#colorbox #cboxClose {
    position:absolute;
    top: -17px;
    right: -20px;
    background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/colorbox/colorbox-close.png) no-repeat;
    width: 42px;
    height: 43px;
    display: block;
    text-indent: -9999px;
    outline: none;
}
#colorbox #cboxPrevious {
    position:absolute;
    top:260px;
    left:-18px;
    background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/colorbox/colorbox-left-small.png) no-repeat;
    width:45px;
    height:46px;
}
#colorbox #cboxNext {
    position:absolute;
    top:260px;
    right:-26px;
    background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/colorbox/colorbox-right-small.png) no-repeat;
    width:45px;
    height:46px;
}
#colorbox #cboxCurrent{display:none!important;}


/* Research Institutes */
.overview > li.research-institute .colorbox-content {
	display: none;
}

/* Modal Slider */
#cboxLoadedContent .prev-slide {
    position:absolute;
    top:260px;
    left:-18px;
    background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/colorbox/colorbox-left-small.png) no-repeat;
    width:45px;
    height:46px;
    text-indent:-9999px;
    color:transparent;
    outline:none;
}
#cboxLoadedContent .next-slide {
    position:absolute;
    top:260px;
    right:-26px;
    background: url(/https/hnhu.org/wp-content/themes/hnhu/_common/images/colorbox/colorbox-right-small.png) no-repeat;
    width:45px;
    height:46px;
    text-indent:-9999px;
    color:transparent;
    outline:none;
}
#cboxLoadedContent .modalSlider{
    width:698px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}
#cboxLoadedContent .slides {
	position: relative!important;
}
#cboxLoadedContent .slides > li {
    float: left;
    width: 698px;
    /* min-height: 600px; */
}

#cboxLoadedContent .slides > li .cms {
	padding-bottom: 30px;
}

#cboxLoadedContent .slides > li .photo {
    position: absolute;
    right: 0;
    bottom: 0;
}
#cboxLoadedContent .slides > li .content {
    width: 698px;
    min-height: 600px;
    padding: 55px 455px 55px 90px;
    position: relative;
}
#cboxLoadedContent .slides > li .content h1 {
    margin: 0 0 25px;
    color: #3484b7;
    font: bold 30px/36px OpenSans;
}
#cboxLoadedContent .go-to {
	position: absolute;
	bottom: 10px;
    width: 698px;
    height: 46px;
    margin: 0;
    text-align: center;
}
#cboxLoadedContent .go-to > li {
    display: inline-block;
    margin: 0 0 0 6px;
}
#cboxLoadedContent .go-to > li:first-child {
    margin: 0;
}
#cboxLoadedContent .go-to > li a {
    display: block;
    background: #002c5b;
    color:#FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
    transition: background-color 0.3s;
    padding:5px 25px;
    text-decoration:none;
}
#cboxLoadedContent .go-to > li a.active {
    background: #3484b7;
}

#cboxLoadedContent .go-to > li.mcmaster {
	width: auto;
	text-align: center;
	height: 64px;
}
#cboxLoadedContent .go-to > li.mcmaster:first-child {
	margin-left: ;
	width: 175px !important;
}
#cboxLoadedContent .go-to > li.mcmaster a {
	height: 64px;
	padding: 5px 8px;
}

#cboxLoadedContent .slides > li .logo{float:left;width:273px;}
#cboxLoadedContent .slides > li .logo img {
    border:none;
    margin:0;
    border-radius:0px;
}
#cboxLoadedContent .slides > li img {
    border:none;
    margin:0;
    border-radius:0px;
}
#cboxLoadedContent .slides > li img.alignnone {
    box-shadow: none;
}
#cboxLoadedContent .slides > li img.alignright {
	border-radius: 5px 5px 5px 5px;
	margin: 0 0 5px 10px;
}
#cboxLoadedContent table {
	border-collapse:collapse;
}
#cboxLoadedContent table th {
	padding-right: 5px;
	font-weight: normal;
}
#cboxLoadedContent table td,
#cboxLoadedContent table th {
	vertical-align: top;
	text-align: left;
}

#infoWindowWidth {
	width: 250px;
}


/* Tick Report */
.tick-report {
	border-radius:5px;
	overflow:hidden;
	border: 1px solid #cccccc;
	margin-top:10px;
}
.tick-report table.mobile { display: none; }
.tick-report table {
	width: 100%;
	border-collapse:collapse;
	border-radius: 5px;
}
.tick-report table th,
.tick-report table td {
	border: 1px solid #cccccc;
}
.tick-report table thead th {
	background: #f0f7f7;
	text-align: left;
	padding: 14px 9px;
	border-top: 0px;
	border-left:0px;
	border-right:0px;
	font-weight:normal;
}
.tick-report table tbody tr:last-child td {
	border-bottom:0px;
}
.tick-report table tbody td:first-child,
.tick-report table tbody th:first-child {
	border-left: 0px;
}
.tick-report table tbody td:last-child,
.tick-report table tbody th:last-child {
	border-right: 0px;
}
.tick-report table thead th ul { margin-bottom:0px; }
.tick-report table tbody th,
.tick-report table tbody td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
}
.tick-report table tbody th h3 {
	color: #018581;
	margin-bottom: 0px;
}
.tick-report table tbody th p {
	margin-bottom: 0px;
}
.tick-report table tbody th.recommendation {
	width:276px;
}
.tick-report table tbody th.test-result {
	width:249px;
}
.tick-report table tbody th.post-result-recommendation {
	width:301px;
}


/* Event Calendar */
.tribe-events-calendar div[id*="tribe-events-event-"] {
	padding:3px;
}
.tribe-events-notices ul li {
	background: none;
}
#tribe-events-content h2.tribe-events-page-title { line-height: 30px; }
.tribe-events-sub-nav li.tribe-events-nav-next,
.tribe-events-sub-nav li.tribe-events-nav-previous {
	background: none;
	padding-left: 0px;
}

.tribe_events .tribe-events-single-section .tribe-events-meta-group {
	padding:0px;
}
.tribe-bar-filters {
	z-index: 10;
}
.tribe_events .tribe-events-single-section .tribe-events-meta-group dl dt { font-weight: bold; }


/* HEALTH TOPICS - SUB-TOPIC LIST */
.cms .subtopic-list > li {
	background: none;
	padding-left: 0;
	margin-bottom: 15px;
	clear: both;
}
.cms .subtopic-list > li h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.cms .subtopic-list > li h2 a {
	text-decoration: none;
}
.cms .subtopic-list > li > a {
	color: #ea8e1e;
}

.cms .subtopic-list > li.has-thumbnail {
	min-height: 85px;
}

.cms .subtopic-list > li.has-thumbnail img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* Health Care Professionals */
.health-care-professionals #frontend-login {
    float: right;
}
.health-care-professionals .protected-content {
    float: right;
}

/* CUSTOM CSS */
/*Push immunization bullet points over*/
.imm_text_indent {
	padding-left: 10px;
}

.gsection_title {
	text-indent: 10px;
}

/*Create left and right columns*/
#imm_left_col {
	float: left;
}

#imm_right_col {
	float: right;
}

/*.cms ul > li {
	background: none;
}*/

/*Swiftype Customization*/
.st-ui-type-heading {
	font-size: 16px!important;
}