@charset "utf-8";
/* CSS Document */


#top-search {
	top: -190px;
}
#search-box {
	padding-bottom: 0;
	top: -180px;
}
#g-notice-desktop {
	padding: 5px;
	font-size: 13px;
	text-align: center;
	white-space: normal;
	line-height: 18px;
}
#g-notice-mobile {
	text-align: center;
	color: #fff;
	position: relative;
	padding: 5px;
	font-size: 13px;
	display: none;
}

.sticky #top-search #g-notice-desktop {
    display: none;
}

.sticky #search-box {
    padding: 5px 0;
}

.sticky #top-search button {
	top: 14px;
}

.ribbon-notice {
	clear: both;
}
.sticky .ribbon-notice {
	display: none;
}
.ribbon-notice-mobile {
	display: none;
}

@media screen and (max-width: 740px) {
#pre-header {
	height: 267px;
}
#header {
	height: 225px;
}
#top-search {
	top: -165px;
}
#search-box h2 {
	display: none;
}
#top-search button {
	top: 27px;
}
.sticky #top-search button {
	top: 13px !important
}		
}

@media screen and (max-width: 470px) {
#top-nav {
	height: 50px;
	border-top: 0;
	border-bottom: 3px solid rgb(124, 36, 25);
	position: relative;
	top: auto;
	left: 0;
	right: 0;
	z-index: 1000;
}
#pre-header {
	position: fixed;
	z-index: 9999999;
	height: 50px !important;
}
#g-notice-mobile {
	display: block;
}
#g-notice-desktop {
	display: none;
}
.ribbon-notice-mobile {
	display: none;
}
#wrap {
    margin-top: 90px !important;
}
#top-search {
	top: 45px;
	z-index: 9999999;
	display: block;
}
.sticky #top-search {
	display: none;
}
#search-box {
    padding: 3px 0 5px 0;
}
#top-search button {
	top: 13px;
}
.autocomplete-suggestions {
	z-index: 9999999 !important;
}
}

#responsiveNav {
    z-index: 99999999;
}