body {
	color: #333;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size: 12.96px;
	line-height: 16pt;
}

legend {
	color: #333;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size: 12.96px;
	line-height: 16pt;
	border: none;
	margin-bottom: 5px;
	font-weight: bold;
}
label {
	margin-left: 5px;
	vertical-align: middle;
	font-weight: normal;
}

h1 { text-transform: uppercase; font-size: 18pt; }
h2 {
	text-transform: uppercase;
	font-size: 16pt;
}
h3 {
	text-transform: uppercase;
	font-size: 14pt;
}

.header {
	background-image: url(../media/header-bg.jpg);
	background-color: black;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.header img {
		margin-bottom: 20px;
	}

.footer {
	margin-top: 50px;
	border-top: solid 1px #E5E5E5;
	background-color: #f4f3f3;
	padding: 50px 0 50px 0;
	text-align: center;
}

.icon-menu {
	margin: 0;
	padding: 0;
	display: none;
}

	.icon-menu li {
		display: inline-block;
		margin-left: 8px;
		margin-right: 8px;
	}

.custom {
	margin-top: 20px;
}

.image-title {
	display: none;
}

.section {
	margin: 0;
	padding: 30px 0 30px 0;
}

.welcome {
	
}

.locations, .careerarc {
	background-color: #f4f3f3;
}
.section h1, .panel h2 { margin: 0; padding: 0; }

.locations ul { padding: 0; margin: 0; list-style: none; }
.locations ul li ul { display: none; }
.locations ul li ul li { list-style: disc; margin: 0 0 0 25px; }

.markets .container ul { padding: 0; margin: 0; list-style: none; }
.markets .container ul li { margin-bottom: 10px;; }
.markets .container img { max-width: 100%; }

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


#PercentComplete { margin-top: 10px; }

.job-tile, .all-jobs {
	border: solid 1px #eee;
	background-color: #f7f7f7;
	padding: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.job-tile a {
	font-weight: bold;
}
.all-jobs h2 {
	margin: 0 0 10px 0;
}
.all-jobs a { text-align: center; text-align: center; margin: 10px 0 10px 0; }

.location-list {
	line-height: 200%;
}

.eeo img { float: left; margin: 5px 10px 0 0; }
.recent-jobs ul { list-style: none; margin: 0; padding: 0; line-height: 200%; }

.page-numbers {

}

.search-results-sidebar {
	float: right;
	background-color: #f7f7f7;
	padding: 10px;
	line-height: 20px;
	border: solid 1px #eee;
}

	.search-results-sidebar a {
		background-color: #FDB91E;
		display: block;
		padding: 10px;
		margin: 20px 10px 10px 10px;
		color: black;
		text-decoration: none;
		text-align: center;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 1px 1px 5px #888888;
		width: 100px;
	}

	.search-results-sidebar h2 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 12pt;
	}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	/*.header img {
		height: 50px;
		margin-bottom: 5px;
	}*/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.header img {
	
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

