/* Encorp Pacific (Canada) 2024 Site Design - Opportunities (Jobs) Page CSS */
/* Last Updated: 2024.10.10 ET */

@import url('encp_boilerplate.css');

h4 {
	border-bottom: none;
	padding-left: 20px;
}

h3#se38,
h3#se39,
h3#se40 {
	max-width: 650px;
	color: white;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 0.8em 15px 0.6em;
	margin-bottom: 1em;
}

h3#se38 { background-color: rgb(255,159,0); }
h3#se39 { background-color: rgb(0,53,173); }
h3#se40 { background-color: rgb(102,155,63); }

div.opp_intro {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 756px;
	padding: 0px;
	margin-bottom: 20px;
}

div.opp_intro::before {
	content: ' ';
	position: absolute;
	top: 14px;
	bottom: 0px;
	left: 0px;
	right: 76px;
	background-color: rgb(206,218,237);
	padding: 20px;
	border-radius: 30px;
	z-index: -1;
}

div.opp_intro_content {
	background: url('../images/encp_bkgd_opp-intro.png') no-repeat right top;
	min-height: 170px;
	padding: 40px 110px 14px 30px;
	margin: 0px;
}

div.program_info {
	max-width: 680px;
	padding: 3px 3px 0px 3px;
}

.accordian {
	max-width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.accordian ul {
	margin-left: 0em;
	padding-left: 0em;
}

.accordian li {
	list-style-type: none;
	margin-bottom: 0em;
}

.even,
.odd {
	font-weight: bold;
	height: 27px;
	padding-left: 30px;
	background: url(../images/slider_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 5px;
}

.even:hover,
.odd:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}

.opportunity_list_item {
	background: url(../images/opportunities_list_style.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 12px;
}

.opportunity_list_item a {
	font-weight: bold;
	color: rgb(0,53,173);
	text-decoration: none;
}

.opportunity_list_item a:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}

a.top_anchor,
a.top_anchor:visited {
	display: block;
	max-width: 660px;
	padding-right: 20px;
	background-image: url(../images/to_top.jpg);
	background-position: right 5px;
	background-repeat: no-repeat;
	color: black;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	margin: -20px auto 20px 0px;
}

a.top_anchor:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}

div.opp_navigation {
	padding-left: 25px;
}

a.opp_button_beverage {
	width: 200px;
	height: 90px;
	display: inline-block;
	background: url(../images/encp_button_opportunities_bev.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-right: 5px;
}

a.opp_button_beverage:hover {
	background-position: 0px -90px;
}

a.opp_button_milk {
	width: 205px;
	height: 107px;
	display: inline-block;
	background: url(../images/milk_button_background.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left: 2px;
}

a.opp_button_milk:hover {
	background-position: 0px -96px;
}

a.opp_button_electronics {
	width: 200px;
	height: 90px;
	display: inline-block;
	background: url(../images/encp_button_opportunities_elec.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-right: 5px;
}

a.opp_button_electronics:hover {
	background-position: 0px -90px;
}

.listcount {
	color: rgb(0,53,173);
}

.itemdate {
	font-weight: normal;
	white-space: nowrap;
}

table.jobinfo {
	border-spacing: 0;
	margin-bottom: 1rem;
}
