﻿/* Site Navigation */

@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

#nav {
    float: right;
    position: relative;
    top: 18px;
}

#dnn_pnav li {
    position: relative;
    list-style: none;
    margin: 0;
    width: 195px;
}
#jama li {
    position: relative;
    list-style: none;
    margin: 0;
    width: 255px;
}

    #dnn_pnav li ul {
        margin-left: 0;
    }

#dnn_pnav > li {
    float: left;
    height: 49px;
    padding-top: 5px;
    margin-right: 2px;
    background: #dedcd8;
    border-bottom: 1px solid #fff;
}

#jama > li {
    float: left;
    height: 49px;
    padding-top: 5px;
    margin-right: 2px;
    background: #dedcd8;
    border-bottom: 1px solid #fff;
}

.active {
    background: 404e65;
	
}

.active a {
color: #fff;

}
    #dnn_pnav > li > a, #dnn_pnav > li > span {
        display: block;
        padding: 15px 0 5px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

    #dnn_pnav > li > span {
        cursor: default;
    }

    #dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
        color: #3B96B6;
    }

        #dnn_pnav > li:hover > a:active {
            color: #3B96B6;
        }

    #dnn_pnav > li:hover > span {
        color: #3B96B6;
    }

    /* Secondary level */
    #dnn_pnav > li ul { /* Styles for all sub levels */
        display: none;
        position: absolute;
        z-index: 2;
        width: 225px;
        padding: 0;
        background: #F5F7F7;
        border: 1px solid #cbcbcb;
        /* CSS3 */
        border-radius: 0px;
        /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-animation-duration: .25s;
        -webkit-animation-delay: .2s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .25s;
        -moz-animation-delay: .2s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .25s;
        -ms-animation-delay: .2s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .25s;
        animation-delay: .2s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }

#dnn_pnav li:hover > ul {
    display: block;
}

#dnn_pnav > li > ul { /* styles specific to secondary level */
    top: 35px;
    left: 0;
    padding: 15px 5px;
}

    #dnn_pnav > li > ul:after {
        position: absolute;
        top: -15px;
        left: 20px;
        content: '';
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent; /* left arrow slant */
        border-right: 15px solid transparent; /* right arrow slant */
        border-bottom: 15px solid #F5F7F7; /* bottom, add background color here */
        font-size: 0px;
        line-height: 0px;
    }

#dnn_pnav > li ul a, #dnn_pnav > li ul span {
    display: block;
    padding: 3px 15px;
    color: #3B9FBF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

#dnn_pnav > li ul span {
    color: #666;
    cursor: default;
}

#dnn_pnav ul li:last-child > a {
}

#dnn_pnav > li > ul li:hover > a {
    color: #D00 !important;
    background: #F5F7F7;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14pt;
  position: relative;
}
#cssmenu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#cssmenu a {
  line-height: 1.3;
}
/*#cssmenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(menu_images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300; 
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
*/
#cssmenu > ul > li {
  background: #dedcd8;
    /*padding-left: 25px;*/
  padding-top: 15px;
  /*padding-bottom: 25px;*/
  margin: 0 0 1px 0;

/*  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
*/}
#cssmenu > ul > li:hover {
  background: #414f65;
/*  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
*/}

#cssmenu > ul > li:hover a:hover {
  color: #FFF;
}

#cssmenu > ul > li > a {
  font-size: 14pt;
  left: 20px;
  display: block;
  /*background: url(menu_images/pattern.png) top left repeat;*/
  color: #111111;
  /*border: 1px solid #ba2f14;*/
  border-top: none;
  text-align: left;
  line-height: 22pt;
  padding-bottom: 15px;
  padding-right: 25px;
  /*text-shadow: 0 -1px 1px #751d0c;*/
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color: #FFF;
}
#cssmenu > ul > li.active {
  border-bottom: none;
  background: #404e65;
  
}

#cssmenu > ul > li.active > a {
	color: #FFF;
}

#cssmenu > ul > li.has-sub > a span {
  /*background: url(menu_images/icon_plus.png) 96% center no-repeat;*/
}
#cssmenu > ul > li.has-sub.active >  a  {
  /*background: url(menu_images/icon_minus.png) 96% center no-repeat;*/
  color: #FFF !important;

}

#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
  /*padding-left: -25px;*/
}
#cssmenu ul ul li {
  padding: 0;
  
  border-top: none;
  background: #bfc1c2;

  padding-left: 25px;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;

/*  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
*/}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  /*padding: 10px 10px 10px 25px;*/
  display: block; 
    color: #585b5c;
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: normal;
}
#cssmenu ul ul a:before {
  /*content: '\00BB';*/
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover, a.active{
  color: #414f65 !important;
  font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
  }
  
  #cssmenu ul ul a:active{
  color: #414f65 !important;
  font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
  }
  
  
  @media (min-width:979px){
  #cssmenu {
  }
}
@media (max-width:979px){
  #cssmenu {
  }
}
@media (max-width: 767px) {
  #cssmenu {
  width: 100%;
  }
  
  #cssmenu > ul > li > a {
  
	margin: auto auto;
	}
}

.ancSideNavPhone {
display:none !important;	width: 100%;
}

.dropdown-menu>li>a {
 color: #7B96C1;
     overflow: wrap;

    white-space: pre-wrap !important;
    
    white-space: -moz-pre-wrap !important;
    
    white-space: -pre-wrap !important;



}

.dropdown-menu>li>a:hover {
color: #FFF;
}
  
