/**Widescreens*/


@media (max-width: 767px) {
#form_view th, #form_view table, #form_view td, #form_view tr {
    width: 100%; display:block;clear:both;
}
#footer .row > div {
    margin-top: 15px;
}
}


a {
	color: #73000a;

}

a:hover, a:focus {
	color: #818701;
}



.header-inner {
	background: #73000a;
	border-bottom: 40px #fff solid;
}


.header-inner img {
	max-width: 205px;
}


/*Search Results title adjustment font size */
#search_results .job-item h3 {
    font-size: 17px;
    width: 300px;
}


/* footer updates */
#footer {
	background-color: #fff;
	color: #000;
	font-family: Open Sans, sans-serif;
}

.imgFooter {
  padding: 20px;
  max-width: 60%;
}


/* nav bar fix */

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #fff;
	border-bottom: 2px solid #ddd;
}

.navBG ul#navLinks li a, .navBG ul#customnav li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #fff;
	border-color: inherit;
	/* border-image: none; */
	/* border-radius: 0; */
	/* border-right: 1px solid #e6e6e6; */
	border-style: none;
	/* border-width: medium 1px 1px; */
	box-shadow: 1px 1px 1px #ffffff;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 8px 15px;
	position: relative;
	text-shadow: none;
	transition: .2s linear;
    background: url("https://pa-hrsuite-production.s3.amazonaws.com/2997/docs/828.png") 0 0 repeat, -webkit-linear-gradient(top left,rgb(60,60,60) 0%,rgb(130,130,130) 100%);
}

.navBG ul#navLinks li a:hover {
    color: #b6bf00;
	background: url("https://pa-hrsuite-production.s3.amazonaws.com/2997/docs/828.png") 0 0 repeat, -webkit-linear-gradient(top left,rgb(60,60,60) 0%,rgb(130,130,130) 100%);
}

#pages_index ul#navLinks li a[href="/"], #postings_search ul#navLinks li a[href="/postings/search"], #users_new ul#navLinks li a[href="/user/new"], #sessions_new ul#navLinks li a[href="/login"] {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 2px solid #73000a;
    color: #73000a;
    font-weight: bold;
    margin: 0 -1px 0 0;
}


/* search results */
.btn-primary, #go_commit_top, #go_commit_bottom, .new_user input[name="commit"], .job-actions a[href^="/postings"], .job-actions a[href^="/pools"], form[action="/position_descriptions/search"] input[name="commit"], form[action="/postings/search"] input[name="commit"], form[action="/titles/search"] input[name="commit"] {

	color: #fff;
	background-color: #73000a;
	border-color: #fff;
	font-weight: 700;
	transition: .2s linear !important;
}

.btn:hover, .btn:focus, .btn.focus {
	
	color: #818701 !important;
	background-color: #DADADA !important;
	border-color: #fff;
}

