
    #header{
        display: grid;  
        grid-template-columns:1fr 10px 1fr;
        grid-template-rows: 2.75em;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color:#fff;
            cursor: default;
    margin: 0;
    
    }
    
@media only screen and (min-width: 1024px) {
    #header{
        grid-template-columns:1fr 900px 1fr;
        grid-template-rows: 3.75em;
height: 3.75em;
line-height: 3.75em;    
    } 
}

 /**/


@media screen and (max-width: 736px) {
    #header {
        height: 2.75em;
        line-height: 2.75em;
    }
}

.topAddress {
    margin-left: 1rem;
    font-size: 0.8rem;
}

#header a {
    border-bottom: 0;
    color: inherit;
}



#header > nav {
    width: 900px;
z-index: 1;
text-align: right;
white-space: nowrap;
}

#header > nav ul {
list-style: none;
margin: 0em 1em 0 0;
padding-left: 0;
}

#header > nav ul li {
display: inline-block;
font-weight: 500;
letter-spacing: 0.1rem;
margin-left: 0.5rem;
padding-left: 0;
text-transform: uppercase;
line-height:2rem;
}
 
#header > nav ul li a {
display: inline-block;
padding: 0.5rem 1rem;
}

#header > nav ul li a[href="#menu"] {
text-decoration: none;
    font-size: 1rem;
}

#header > nav ul li a[href="#menu"]:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

#header > nav ul li a[href="#menu"]:before {
content: '\f0c9';
float: right;
margin-left: 0.75em;
color:var(--grey-color);
}

#header > nav ul li a:hover {
background-color: rgba(255, 255, 255, 0.05);
border-radius: 4px;
}

.hide{
    display:none;
}
@media screen and (max-width: 1024px) {
#header {
margin: 0 ;

}

#header > .logo span {
    top: -0.05em;
}
}

@media screen and (max-width: 736px) {
.hide{ display:none;}
 
}

@media screen and (max-width: 480px) {
.hide{ display:none;}
.topAddress{font-size: 0.8rem;}

#header {
height: 48px;
line-height: 44px;
margin: 0;
padding: 0 1.25rem;
}

#header > .logo {
    font-size: 0.8rem;
}
 

#header > nav {
    font-size: 0.8rem;
}

#header > nav ul {
margin: 0;
}

#header > nav ul li a {
padding: 0;
}

#header > nav ul li a:hover {
        background-color: transparent;
}

}

/* Menu */

	.page {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}

	#menu {
		background-color: #d5c19a;
		color: rgb(0, 0, 0);
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		box-shadow: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3rem 2rem;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 22rem;
		z-index: 10002;
	}

		#menu input, #menu select, #menu textarea {
			color: #ffffff;
		}

		#menu a {
			color: #ffffff;
		}

		#menu strong, #menu b {
			color: #ffffff;
		}

		#menu h1, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6 {
			color: #ffffff;
		}

		#menu blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#menu code {
			background: rgba(255, 255, 255, 0.05);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#menu hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#menu input[type="submit"],
		#menu input[type="reset"],
		#menu input[type="button"],
		#menu button,
		#menu .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
			color: #ffffff !important;
		}

			#menu input[type="submit"]:hover,
			#menu input[type="reset"]:hover,
			#menu input[type="button"]:hover,
			#menu button:hover,
			#menu .button:hover {
				background-color: rgba(255, 255, 255, 0.05);
			}

			#menu input[type="submit"]:active,
			#menu input[type="reset"]:active,
			#menu input[type="button"]:active,
			#menu button:active,
			#menu .button:active {
				background-color: rgba(255, 255, 255, 0.1);
			}

			#menu input[type="submit"].special,
			#menu input[type="reset"].special,
			#menu input[type="button"].special,
			#menu button.special,
			#menu .button.special {
				box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.1);
				background-color: #ca2838;
				color: #ffffff !important;
			}

				#menu input[type="submit"].special:hover,
				#menu input[type="reset"].special:hover,
				#menu input[type="button"].special:hover,
				#menu button.special:hover,
				#menu .button.special:hover {
					background-color: #6cbfc4;
				}

				#menu input[type="submit"].special:active,
				#menu input[type="reset"].special:active,
				#menu input[type="button"].special:active,
				#menu button.special:active,
				#menu .button.special:active {
					background-color: #7cc8cd;
				}

		#menu > ul {
			margin: 0 0 1em 0;
		}

			#menu > ul.links {
				list-style: none;
				padding: 0;
			}

				#menu > ul.links > li {
					padding: 0;
                                        list-style-type: circle!important;
                                        color:black;
				}

					#menu > ul.links > li > a:not(.button) {
						border: 0;
						border-top: solid 1px rgba(255, 255, 255, 0.25);
						color: inherit;
						display: block;
						line-height: 3.5rem;
						text-decoration: none;
					}

					#menu > ul.links > li > .button {
						display: block;
						margin: 0.5em 0 0 0;
					}

					#menu > ul.links > li:first-child > a:not(.button) {
						border-top: 0 !important;
					}

		#menu .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: rgba(255, 255, 255, 0.5);
			cursor: pointer;
			display: block;
			height: 3.25em;
			line-height: 3.25em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}

			#menu .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#menu .close:before {
				content: '\f00d';
				font-size: 1.25em;
			}

			#menu .close:hover {
				color: #ffffff;
			}

			@media screen and (max-width: 736px) {

				#menu .close {
					height: 4em;
					line-height: 4em;
				}

			}

		@media screen and (max-width: 736px) {

			#menu {
				padding: 2.5em 1.75em;
			}

		}

	body.is-menu-visible #page-wrapper {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		cursor: default;
		opacity: 0.25;
	}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 0 2em 0.25em rgba(0, 0, 0, 0.1);
		visibility: visible;
	}


#headerx{
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;

background-color: #ffffff;
height: 3.75em;
line-height: 3.75em;
    overflow: hidden;
}

#header nav {
/*-moz-flex: 0;
-webkit-flex: 0;
-ms-flex: 0;
flex: 0;*/
padding: 0;
cursor: default;
background-color:var(--blue-bg-color);
box-shadow: 0 0 12px 5px #000000;

height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
        justify-content: center;
}

#header nav > ul {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: -moz-flex-end;
-webkit-justify-content: -webkit-flex-end;
-ms-justify-content: -ms-flex-end;
justify-content: flex-end;
list-style: none;
margin: 0;
padding: 0;
flex-direction: row;
    align-content: center;
    align-items: center;
}

#header nav > ul > li {
/* border-left: solid 1px #f4f4f4; */
display: flex;
margin: 0;
padding: 0;
position: relative;
justify-content: center;
    flex-direction: column;
    /* flex-wrap: nowrap; */
    align-items: center;
        height: 3rem;
        border:1px solid #000;
            border: 1px solid #00000000;
}
.highlight{
    border:1px solid #000!important;
}
#header nav > ul > li > ul {
display: none;
}

#header nav > ul > li > a {
border-bottom: 0;
color: var(--white-color);
display: block;
font-size: 0.8em;
font-weight: 900;
letter-spacing: 0.075em;
padding: 0 1.0625em;
text-decoration: none;
text-transform: uppercase;
    text-align: center;
        line-height: 1rem;
        transition: color 0.5s;
}
#header nav > ul > li > a:hover{
    color: #000!important;
}
#header nav > ul > li > a.dropdown {
text-decoration: none;
}

#header nav > ul > li > a.dropdown:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

#header nav > ul > li > a.dropdown:before {
content: '\f107';
color: #fff;
margin-right: 0.5em;
}

#header nav > ul > li.active > a {
color: #000;
}

#header nav > ul > li.active > a:before {
color: #000;
}

#header nav > ul > li:first-child {
border-left: 0;
}

#header .navPanelToggle {
display: none;
}

@media screen and (max-width: 1024px) {

#header nav {
display: none;
}

#header .navPanelToggle {
text-decoration: none;
position: absolute;
display: block;
top: 0;
right: 0;
height: 100%;
font-size: 1em;
font-weight: 900;
letter-spacing: 0.075em;
text-decoration: none;
text-transform: uppercase;
color: var(--font-color);
padding: 0 2.0625em;
border: 0;
}

#header .navPanelToggle:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

#header .navPanelToggle:before {
content: '\f0c9';
margin-right: 0.75em;
}

}

@media screen and (max-width: 736px) {

body {
padding-top: 2.75em;
}

#header {
height: 2.75em;
line-height: 2.75em;
}


#header .navPanelToggle {
padding: 0 1.5625em;
}

}

.dropotron {
background: #ffffff;

 
list-style: none;
margin-top: calc(-1em - 1px);
margin-left: -1px;
min-width: 13em;
padding: 1em 0;
border: solid 1px #dbdbdb;
}

.dropotron li {
padding: 0;
}

.dropotron li a {
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
border: 0;
box-shadow: inset 0 1px 0 0 #f4f4f4;
color: inherit;
display: block;
line-height: 2.5em;
padding: 0 1.25em;
}

.dropotron li:first-child > a {
box-shadow: none;
}

.dropotron li.active > a, .dropotron li:hover > a {
color:var(--white-color) !important;

}

.dropotron.level-0 {
font-size: 0.9em;
margin-top: 1em;
margin-left: 0;
}

.dropotron.level-0:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
content: '';
display: block;
height: 0.75em;
position: absolute;
left: 50%;
top: -0.375em;
width: 0.75em;
margin-left: -0.375em;
box-shadow: inset 1px 1px 0 0 #dbdbdb;
box-shadow: -1px -1px 2px 0 #dbdbdb;
}
/* Nav */


#navPanel {
-moz-transform: translateX(22em);
-webkit-transform: translateX(22em);
-ms-transform: translateX(22em);
transform: translateX(22em);
-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
transition: transform 0.5s ease, visibility 0.5s;
-webkit-overflow-scrolling: touch;
background: var(--second-bg-color);
color: var(--font-color);
height: 100%;
max-width: 80%;
overflow-y: auto;
padding: 2.75em;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 22em;
z-index: 10002;
box-shadow: -2px 0px 16px #000;
}

#navPanel .link {
border: 0;
border-top: solid 1px #f4f4f4;
color: inherit !important;
display: block;
font-size: 0.9em;
padding: 0.75em 0;
}

#navPanel .link:first-child {
border-top: 0;
}

#navPanel .link.depth-0 {
color: inherit !important;
}

#navPanel .link .indent-1 {
display: inline-block;
width: 1.25em;
}

#navPanel .link .indent-2 {
display: inline-block;
width: 2.5em;
}

#navPanel .link .indent-3 {
display: inline-block;
width: 3.75em;
}

#navPanel .link .indent-4 {
display: inline-block;
width: 5em;
}

#navPanel .link .indent-5 {
display: inline-block;
width: 6.25em;
}

#navPanel .close {
text-decoration: none;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
-webkit-tap-highlight-color: transparent;
border: 0;
color: #aaaaaa;
cursor: pointer;
display: block;
height: 3.25em;
line-height: 3.25em;
padding-right: 1.25em;
position: absolute;
right: 0;
text-align: right;
top: 0;
vertical-align: middle;
width: 7em;
}

#navPanel .close:before {
content: "";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

#navPanel .close:before {
font-size: 1.25em;
}

#navPanel .close:hover {
color: #ffffff;
}

@media screen and (max-width: 736px) {

#navPanel .close {
height: 4em;
line-height: 4em;
}

}

@media screen and (max-width: 980px) {

#navPanel {
padding: 2.75em 2em;
}

}

@media screen and (max-width: 980px) {

#navPanel {
padding: 2em 2em;
}

}

body.is-menu-visible #wrapper:before {
-moz-pointer-events: auto;
-webkit-pointer-events: auto;
-ms-pointer-events: auto;
pointer-events: auto;
opacity: 0.75;
visibility: visible;
}

body.is-menu-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
visibility: visible;
}

#nav ul li{
white-space: nowrap;
} 