.section-header-employment {
    background: url(/staticfiles/lop/assets/images/employment-opportunities-bg.jpg) center center no-repeat;    
	margin-top: -25px;
}

#top_right {
	padding: 12px 18px 10px 20px;
	margin-top: 17px;
	background-color: #dbe5f1;
}

#competency-profile h1 {
  font-size: 1.7em;
  font-weight: 600;
  margin: 0;
}

#competency-profile h2 {
  font-size: 1.5em;
  font-weight: 600;
}

#competency-profile h3 {
  font-size: 1.2em;
  font-weight: 600;
}

#employment-main-content hr  {
    border-style: solid;
    border-color: #303030;
    border-width: 1px 0 0 0;
}

#employment-main-content  .headingCenter2 {
  text-align: center;
  margin-bottom: 5px;
  line-height: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

#employment-main-content  .headingCenter3   {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
  line-height: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.JobTitle {
  font-size: 60%;
  font-weight: 600;
  text-transform: uppercase;
}

.JobTitleDetail {
  font-size: 60%;
}

.JobTitleDepartment {
  font-size: 60%;
  font-weight: 500;
}

.JobDetail {
	padding: 20px 0 20px 0;
}

.postingCenter  {
	text-align: center;
	font-size: 1.1em;
}

.JobPostings
{
    padding: 10px 20px 30px 20px;
}

.JobPostingDetail
{
    padding: 10px 20px 30px 20px;
}

.styled_tables {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.styled_tables table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
}

.styled_tables table th {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid white;
	background-color: #b8cce4;
	color: #000000;
	margin: 0px;
	padding: 5px 5px 5px 10px; 
	text-align: left;
}

.styled_tables table td {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid white;
	background-color: #dbe5f1;
	margin: 0px;
	padding: 0px; /* 0px 10px 5px 15 */
	vertical-align: top;
}


.styled_tables table ol {
	margin: 0px 10px 10px 25px;
	padding: 10px 5px 10px 25px;
}

.styled_tables p {
	padding: 10px;
	margin: 0px;
	text-align: left;
	line-height:120%;
}

.align_right  {
	text-align: right;
}

.postingUpdated {
  color: #cc0000;
  font-weight: 500;
  text-transform: uppercase;
}

.light-box-profiles{background:#f6f9fe;padding:30px;margin-bottom:20px;min-height:300px}
.box-icon{text-align:center;padding-top:10px;padding-bottom:10px}

@media (min-width: 992px){
.light-box-profiles{min-height:275px}
.box-icon{text-align:center;padding-top:10px}
}