@charset "utf-8";
/* CSS Document */

body, nav, ul, li, a  {margin: 0; padding: 0;}
.container .nav li a {
	font-family: 'Covered By Your Grace', cursive;
	text-transform:uppercase; 
	font-size: 1.4em;
	color: #1d126c;
}

a {text-decoration: none;}

.container {
    width: 100%;
	text-align:left;

}

           .container nav {
                position: fixed;
                width: 100%;
                top: 0;
                transition: all 0.5s ease;
				margin: 0 auto;
				max-width: 965px;		
            } 
			
            nav.hidden {
                transform: translate3d(0,-100%,0); 
            }

			
.toggleMenu {
    display:  none;
    background: #c4c4c4;
    padding: 10px 15px;
    color: #333;
	font-weight:600;
	font-size:1.8em;
	width:100%;
	background-image:
}

a.toggleMenu {color:#333;}

.nav {
    list-style: none;
     *zoom: 1;
     background:#C4C4C4;
	  background: #999 ;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
}
.nav a {
    padding: 10px 15px;
    color:#333;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("/nav_menu/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li li > .parent {
    background-image: url("/nav_menu/images/downArrow_drk.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #92aad5;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
	color:#333;
	font-family: 'Open Sans', sans-serif !important;
	font-size:1em !important;
}

.nav li li li a {
    background:#EEEEEE;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.camp_nav {	
	background: #999;
 width:9em;
	}
	
.camp_label {
	position:relative;
	left:-9999px;
    overflow: hidden;
    white-space: nowrap;
}

.header-logo img {width:100%;}

.header-logo {
	max-width:393px;
	min-width: 292px;
	float:left;
}

.search_box { 
	width:40%;
	max-width:450px;
	float:right;
	margin-top:1em;
}

@media screen and (max-width: 800px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
  
    .nav > li > .parent {
   background-image: none; 
  }
    .nav li .more {
        background-image: url("/nav_menu/images/downArrow_drk.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        float: right;
      	width: 20%;
    		border-left: 1px solid rgba(255,255,255,.3);
    		padding: 8px 15px;
    		margin: 2px 5px 2px 0px;
        cursor: pointer;
    		z-index: 200;
        position: relative;
    }
  .nav li .more:before {
  content: "";
  background: rgba(0,0,0,.3);
  width: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
  }
  
.nav { background-image:none; }
  
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.container { 
	overflow:hidden; 
	position: -webkit-sticky; 
	position:sticky;
	top:0;	
	z-index:100;
}

.camp_nav {	
	background:none;
	width:15em;
	}
	
.camp_label {
	position:relative;
	left:0;
}

.nav > li li > .parent {
	background-image:none;
}

	
.search_box {display:none;}
.mobile_search_box {display: block; position: absolute; top:0; right:0; margin:10px;z-index: 100;}

}
	
@media screen and (max-width: 550px) {
	.header-logo {width:100%;}
	.header-button{width:100%;}
}

