.btn.email{position:relative;}
.btn.email ul {
    position: absolute;
    min-width: 95px;
    width: auto;
    height: auto;
    border: solid 1px #999;
    background-color: #eee;
    list-style: none;
    white-space: nowrap;
    text-align: left;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.56);
    z-index: 999;
	display:none;
}
#cnt-quick-links .btn.email ul li{
    display: block !important;
    background-image: none;
	width:100%;
	margin:0 !important;
}
#cnt-quick-links .btn.email ul li a {
    margin: 0.2em;
    padding: 0.25em 1.2em;
    line-height: 1.2em;
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Open Sans';
}
#cnt-quick-links .btn.email ul li:hover > a{
	background-color: #fff;
    color: #1a1a1a;
}

#cnt-search, section, div{
    -moz-transform:unset;
}
#cnt-quick-links .btn.email:focus-within > ul,
#cnt-quick-links .btn.email:hover > ul {
	display: block;
}

#cnt-quick-links .btn.email:hover > ul.hide-by-esc {
    display: none;
}
.mnubtn:focus {
  outline: 2px solid black;
}
.section-brand.cnt-wrapper, .cover > header .cnt-wrapper{
	display: flex;
}
#hdrr {
    float: right;
    /* margin-top: 27px; */
}
.national-emblem, .dst {
	float: right;
	padding-left: 30px;
	/* margin-top: 18px; */
	display: unset;
}
.national-emblem img{
	height: 90px;
}
.dst img{
	height: 90px;
}
div#bottom-header {
    /* background: url(../backgrounds/nav_bg.png) center top; */
	background: #EEEEEE;
	background: linear-gradient(90deg,rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%);
	position: relative;
}
div#bottom-header::before{
	content: '';
	position: absolute;
}
#cnt-search{
    display: block !important;
    opacity: 1 !important;
}

div#hdrrr {
    display: flex;
    justify-content: end;
    align-items: center;
}
.serach-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    max-height: 50px;
    background: #fff;
    border: 1px solid #dadce0;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    border-radius: 26px;
    width: 550px;
    padding: 0 15px;
    padding-right: 0px;
}
input.searchvalue {
    width: 350px;
    height: 40px;
    border: 0 !important;
	outline: 0;
	flex:1;
}
button.searchbtn{
    height: 40px;
	border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
}
#cnt-search{
	flex:7;
}
#cnt-quick-links{
	flex:3;
}
#cnt-quick-links, .search-form{
	display: flex;
    justify-content: end;
}
input.searchvalue{
	border-left: 1px solid #bbb;
}

li.skip_to_main a {
    background: #79931f;
    color: #fff !important;
}



@media (max-width: 768px) {
	.brand-header {
        display: flex;
        flex-direction: column;
        align-items: center;
		position: relative;
    }

    .snb-logo-wrapper {
		display: flex;
        order: 2;
        text-align: center;
    }

    .national-emblem.dst {
        order: 1;
        text-align: center;
        margin-bottom: 10px;
		padding-left: 0;
    }
	#snb-logo,.dst img {
		height: 60px !important;
	}
	h1.pgtitle{
		font-size: 1.25rem !important;
		margin-top: 0;
	}
	h2.pgtitle{
		font-size: 0.8rem !important;
	}
    .cnt-mnubtn {
		position: absolute !important;
		right: 0;
		top: 16px;
        grid-area: mnubtn;
        position: relative;
        display: block;
        width: clamp(16px, 6vw, 24px);
        height: clamp(16px, 6vw, 24px);
    }
	div#hdrrr{
		flex-direction: column;
	}
	.serach-wrapper{
		width: 75%;
	}
	.search-form{
		justify-content: center;
	}
}
    table.gsc-search-box td.gsc-input{
        padding-right: 0 !important;
    }
    .gsc-search-button-v2{
        background: rgb(96, 187, 205) url(../backgrounds/noise-blue.png);
    }
    .gsc-search-button-v2 {
        background: rgb(96, 187, 205) url(../backgrounds/noise-blue.png);
        margin-left: 0;
        padding: 8px 27px;
        border-color: transparent;
        border-radius: 0;
        cursor: pointer;
    }
    
    
     nav li:focus-within > ul {
	display: block;
	}
	/* .userway_buttons_wrapper{
			top:13px ;
		}
	@media (max-width: 400px) {
		.userway_buttons_wrapper{
			top:100px ;
		}
	} */
	/* nav ul ul {
  display: none;
  position: absolute;
  background: #eee;
} */