@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

#Content {
	width: 100%;
}

#Content .job-offer {
	font-family: "Raleway",'Arial', serif;
	margin-bottom: 20px;
	box-shadow: 0 0 13px #A4A4A4;
	color: #545454;
}

#Content .job-offer .hidden-details {
	display: none;
}

#Content .job-offer .banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 368px;
}

#Content .job-offer h2.title {
	color: #fff;
	background: #015396;
	font-family: inherit;
	font-size: 30px;
	margin: 0;
	padding: 20px 30px 15px;
	text-transform: uppercase;
}

#Content .job-offer .details {
	padding: 30px 30px 0;
}

#Content .job-offer .details ul {
	padding: 0;
	list-style: none;
}

#Content .job-offer .details li {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}

#Content .job-offer .description {
	font-size: 14px;
	padding: 10px 30px 30px;
}

#Content .job-offer .description p strong {
	font-size: 15px;
} 

#Content .job-offer .description ul {
	list-style: none;
	padding-left: 0;
}

#Content .job-offer .description ul li {
	position: relative;
	padding-left: 15px;
}

#Content .job-offer .description ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	background-color: #015396;
	border-radius: 50%;
}

#Content .job-offer footer {
	background: #015396;
	padding: 15px 30px;
}

#Content .job-offer footer ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
	list-style: none;
	font-size: 21px;
	padding-left: 0;
	margin-bottom: 0;
}

#Content .job-offer footer ul li {
	width: 40%;
	text-align: right;
}

#Content .job-offer footer ul li > a {
	color: #fff;
}

#Content .job-offer footer ul li.slogan {
	padding-top: 100px;
	text-align: left;
	background: url('../images/logo.png') no-repeat;
	background-size: auto 95px;
}