@charset "UTF-8";
/* CSS Document */

/* For Health Coach Job List Page */

.hc_joblist h3 {
	color: #f5942e;
}

.hc_joblist ul {
	padding-left: 0;
	margin: 0 0 15px;
}

.hc_joblist li {
	font-size: 1.1em;
	list-style-type: none;
	margin-bottom: 5px;
}

.hc_joblist li a {
	font-weight: bold;
	color: #2c353c;
	text-decoration-color: #f5942e;
}

/* Sidebar */

.hc_list li {
	line-height: 1.2;
	margin-bottom: 8px;
	padding: 4px;
}

body .hc_list ul li:first-child {
	background-color: #f6f5f3;
	font-weight: bold !important;
}