/* fast find button updates */
.fast-find ul li a {
	color: #ffffff;
	background-color: #000000;
	font-size: 13.5pt;
	text-align: left;
	font-weight: 700;
	box-shadow: inherit;
}

.fast-find ul li a:hover, .fast-find ul li a:active {
	background: #BA0C2F;
	transition: .2s linear;
}

/*navbar fix */
.navBG ul#navLinks li a:hover {
	color: #ba0c2f;
}

.navBG ul#navLinks > li > a:hover, .navBG ul#customnav > li > a:hover, .navBG ul#navLinks > li > a:focus, .navBG ul#customnav > li > a:focus {
	background-color: #eeeeee;
	text-decoration: none;
	color: #ba0c2f;
}

/*image box styles */

section.section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1):hover {
	color: #ffffff;
	text-decoration: underline;
}

section.section:nth-child(3) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1):hover {
	color: #ffffff;
	text-decoration: underline;
}

div.block:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {
	color: #ffffff;
	text-decoration: underline;
}

div.block:nth-child(1) > div:nth-child(2) > a:nth-child(1):hover {
	color: #ffffff;
	text-decoration: underline;
}


/*text boxes */

.text-box-one {
	background-color: rgba(158, 162, 162, 0.75);
}

.text-box-two {
	background-color: rgba(158, 162, 162, 0.75);
}

.text-box-three {
	background-color: rgba(158, 162, 162, 0.75);
}

.text-box-four {
    
	background-color: rgba(158, 162, 162, 0.75);
}

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



/*footer updates */
#footer div.col-lg-4:nth-child(1)  {
display:none;
}

#footer div.col-lg-4:nth-child(3)  {
display:none;
}

#footer div.col-lg-4:nth-child(2) {
    width: 100%;
}

