body, nav, ul, li, a  {margin: 0 auto; padding: 0;}
body {font-family: :"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}


.nav-wrapper {
background-color: #B4D570;
position: fixed;
top: 0px;
margin: 0px auto;
width: 100%;
z-index: 999;
box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}

.map .nav-wrapper{
position:inherit;
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    background: #97D354;
}

.nav-wrapper .container-callout {
    background-color: #008851;
	text-align:center;
}

.nav-wrapper .container-callout p{
    color: #fff;
    display: inline-block;
    margin: 0px;
    height: auto;
    line-height: inherit;
    font-size: 13px;
    padding: 6px;
}

.nav-wrapper .container-callout p a{
color:#fff;
text-decoration:underline;
}

.toggleMenu {
    display:  none;
    background: #B4D570;
    padding: 10px 0px;
    color: #fff;
    width:100%;
}

.toggleMenu:hover{
	color:#fff;
	background: #B4D570;
	text-decoration:none;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#B4D570;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 17px 15px;
    color:#fff;
    font-size:14px;
    /*-webkit-transition: .3s;
	transition: .3s;*/
}

.nav a:hover{
	background: #C0E07E;
	color:#fff;
	text-decoration:none;
}

.nav a.nav-parent:hover{
	background: #B4D570;
}

.nav li li a:hover{
background: #C0E07E;
}
.nav li:hover{
	background: #B4D570;
}

.nav li {
    position: relative;
    text-align:center;
}

.nav li.last a {
	border-radius:0px 0px 4px 4px;
}
.nav > li {
    float: left;
    xborder-top: 1px solid #fff;
}
.nav > li > .parent {
    xbackground-image: url("../images/downArrow.png");
    xbackground-repeat: no-repeat;
    xbackground-position: right;
}
.nav > li > a {
    display: block;
    
}
.nav li ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 6px 6px rgba(0,0,0,.2);
	width: auto;
	z-index:9999;
}
.nav > li.hover > ul {
    left: 0;
}


.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #B4D570;
    xbackground:#ACCA6D;
    position: relative;
    z-index:100;
    min-width:200px;
    font-size:14px;
    padding:15px 15px;
}

.nav li.menu-about li a {
	min-width: 160px;
}

.nav li li a:hover {
    xcolor:#00ab4e;
}

.nav li li li a {
    background:#249578;
    z-index:200;
    xborder-top: 1px solid #1d7a62;
}

#cnt-logo {
margin-right: 50px;
}

#cnt-logo img{
padding:12px 0px 0px 10px;
height:25px;
border: 0;
}

.cnt-nav img{
border:0;
}

#cnt-logo a {
	padding: 0px;
	display: inherit;
	outline:none;
}

.nav #cnt-logo, #cnt-logo a:hover {
background-color:inherit;
outline:none;
}

.nav li.cnt-nav{
float:right;
}

.nav li.cnt-nav a{
xpadding-right: 59px;
xbackground: url(http://dev.htaindex.cnt.org/images/cnt-logo-reverse-sm.png) 100% 4px no-repeat;
}

.nav li.cnt-nav a.cnt{
padding: 0px;
padding-top: 7px;
height: 44px;
}



.nav li.cnt-nav ul{
 width:9em;
 box-shadow: none;
}


.nav li.cnt-nav ul li{
float:right;
background-color:none;
right:40px;
}

.nav li.cnt-nav ul li a{
min-width:180px;
background:none;
background-color:#B4D570;
}

.nav li.cnt-nav ul li a:hover{
color:#fff;
	background: #C0E07E !important;
}

.map .nav a{
color: #fff;
height: 19px;
font-size: 14px;
}


.nav li.menu-about:hover ul {
xleft: -140px;
}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        xborder-top:1px solid #fff;
    }
    .nav > li > .parent {
        background-position: 90% 50%;
        background-image: url("../images/moreArrow.png");
    	background-repeat: no-repeat;
    }
    .nav li li .parent {
        background-image: url("../images/moreArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    
    .nav a {
    padding: 15px 0px;
    color:#fff;
    font-size:14px;
    }
    #cnt-logo {
    display:none;
    visibility:hidden;
    }
    
    

}

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

.nav li.cnt-nav{
	display:none;
	}
}

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

.nav li  ul {
    box-shadow: none;
	width: auto;
}
	
}

