/* banner image */

.hero {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero__search {
	background-color: rgba(255,255,255,0.91) !important;
}

.brand__img {
	max-width: 140%;
	width: 140%;
}

/* carousel captions */
.carousel-caption {
	background: rgba(0,0,0,0.3);
}

/* topnav */

.top-nav-link {
	color: #000000;
	font-weight: bold;
	padding:3.2rem 0;
	text-align: center;
}

.top-nav-link.active {
	color: #000000;
	padding:3.2rem 0;
	font-weight: bold;
	box-shadow: inset 0px -0.375rem 0px 0px #dbb521;
}

.top-nav-link:hover, .top-nav-link:focus {
	color: #000000;
	padding:3.2rem 0;
	box-shadow: inset 0px -0.375rem 0px 0px #dbb521;
}

.nav-submenu__item-link:hover, .nav-submenu__item-link dropdown-item:focus  {
	color: #000000;
	background-color: #dbb521;
	border-color: #dbb521;
}

/* find a record box */
.hero__adv-link-container a {
	font-weight: bold;
}

.btn-primary, .discoverysearch .SearchButton, :first-child.AdvancedSearchToolButton, :first-child.AdvancedSearchButton,  #showcase .showcase__item-link, .PagerBarControl ul li a {
	background-color: #dbb521 !important;
	border-color: #dbb521 !important;
	font-weight: bold;
	color: #000000;
}

.btn-primary:hover, .discoverysearch:hover .SearchButton:hover, :first-child.AdvancedSearchToolButton:hover, :first-child.AdvancedSearchButton:hover, #showcase .showcase__item-link:hover, .PagerBarControl ul li a {
	background-color: #dbb521 !important;
	border-color: #dbb521 !important; 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* hide youtube text from homepage */
.content-section.social-content {
	display: none;
}

.skipsidebar {
	display: none;
}

/* hide map and address */

#ctl00_main_contactMap, #ctl00_main_address {
	display:none;
}
