nav {
	margin-top: 120px;
}
nav > strong {
	color: #0060a1;
}
#bd-submenu {
	display: none;
}
#bd-search {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 25px 35px;
	background: url(../images/bg_jobseeker.jpg) no-repeat #073470;
}
#bd-search > h1 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #fff;
	text-transform: none;
}
#bd-search > h2 {
	display: none;
}
#bd-search > dl {
	display: inline-block;
	width: calc(100% - 205px);
}
#bd-search > dl > dd {
	display: inline-block;
	width: calc((100% / 3) - 6px);
	margin-top: 15px;
	margin-right: 3px;
	position: relative;
	vertical-align: top;
}
#bd-search > dl > dd:nth-child(4), #bd-search > dl > dd:nth-child(5), #bd-search > dl > dd:nth-child(6) {
	display: none;
}
#bd-search > dl > dd > * {
	width: 100%;
	background-color: #eef3f7;
}
#bd-search > dl > dd > div {
	height: 30px;
	line-height: 30px;
	padding: 0 30px 0 15px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(../images/point_01.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
}
#bd-search > dl > dd > ul {
	display: none;
	position: absolute;
	z-index: 14000;
	top: 45px;
	width: 250px;
	border-radius: 5px;
	border: 2px solid #6babd7;
	box-shadow: 1px 1px 5px #999;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}
#bd-search > dl > dd > ul::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	top: -10px;
	left: 20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eef3f7;
}
#bd-search > dl > dd > ul::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	top: -13px;
	left: 18px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #6babd7;
}
#bd-search > dl > dd > ul > li {
	padding: 5px 5px 5px 25px;
}
#bd-search > dl > dd > ul > li > label > input {
	vertical-align: top;
	margin-top: 3px;
}
#bd-search > dl > dd > ul > li > label > a {
	float: right;
}
#bd-search > dl > dd > ul > li > label > span {
	display: inline-block;
	width: calc(100% - 30px);
}
#bd-search > dl > dd > ul > li:first-child {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #6babd7;
}
#bd-search > dl > dd > ul > li:first-child > label {
	font-weight: bold;
}
#bd-search > div {
	display: inline-block;
	width: 200px;
	margin-top: 15px;
	vertical-align: top;
}
#bd-search > div > a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	vertical-align: top;
}
#bd-search > div > a.more, #bd-search > div > a.fewer {
	width: 70px;
	background: #6babd7;
}
#bd-search > div > a.fewer {
	display: none;
}
#bd-search > div > a.cancel {
	display: none;
	width: 120px;
	background: #999;
}
#bd-search > div > a.submit {
	width: 120px;
	margin-left: 7px;
	background: #3883b6;
}
#bd-search > div > a.submit::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/btn_search.png);
}
#bd-content {
	margin: 0 35px;
}
#bd-content > dl {
	float: left;
	width: 350px;
	min-height: 1000px;
	border-right: 10px solid #cde6f6;
}
#bd-content > dl > dd {
	border-bottom: 1px solid #eaeaea;
}
#bd-content > dl > dd > a {
	display: block;
	padding: 10px;
	color: #0060a1;
}
#bd-content > dl > dd > a.selected {
	color: #fff;
	background: #073470;
}
#bd-content > dl > dd > a > ul {
	color: #666;
	padding-left: 20px;
}
#bd-content > dl > dd > a > ul > li {
	display: none;
}
#bd-content > dl > dd > a > i {
	display: inline-block;
	padding-left: 20px;
	font-size: 13px;
	color: #868686;
	background-position: left center;
	background-repeat: no-repeat;
}
#bd-content > dl > dd > a > i.location {
	background-image: url(../images/icon_location.png);
}
#bd-content > dl > dd > a > i.date {
	background-image: url(../images/icon_date.png);
}
#bd-content > iframe {
	float: right;
	width: calc(100% - 385px);
	min-height: 1000px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-submenu {
	display: block;
}
#bd-search {
	position: relative;
	padding: 1px 10px;
	background-image: none;
}
#bd-search > h1 {
	display: none;
}
#bd-search > h2 {
	display: block;
	text-align: center;
}
#bd-search > h2 > a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-left: 7px;
}
#bd-search > h2 > a::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/btn_search.png);
}
#bd-search > dl {
	display: none;
	width: 100%;
}
#bd-search > dl > dd {
	display: block;
	width: 100%;
	margin-right: 0;
}
#bd-search > dl > dd:nth-child(4), #bd-search > dl > dd:nth-child(5), #bd-search > dl > dd:nth-child(6) {
	display: block !important;
}
#bd-search > dl > dd > * {
	width: 100%;
	background-color: #eef3f7;
}
#bd-search > dl > dd > ul {
	width: 100%;
}
#bd-search > div {
	display: none;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
#bd-search > div > a.cancel {
	display: inline-block;
}
#bd-search > div > a.more, #bd-search > div > a.fewer {
	display: none !important;
}
#bd-search.selected > h2 {
	display: none;
}
#bd-search.selected > dl, #bd-search.selected > div {
	display: block;
}
#bd-content {
	margin: 0;
	min-height: 500px;
}
#bd-content > dl, #bd-content > iframe {
	float: none;
	width: 100%;
	min-height: inherit;
	border-right: none;
}
#bd-content > dl > dd > a > ul > li {
	display: list-item;
}
#bd-content > iframe {
	display: none;
	height: 1000px;
}
#bd-content.selected > dl {
	display: none;
}
#bd-content.selected > iframe {
	display: block;
}
}
