/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    color: #FFF;
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
    border-bottom: 1px solid #fff;
	text-decoration:none;
	font-weight:bold;
	 }
  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    background: #017bd6; /* Fallback IE 6-8 */
    background: rgba(0, 123, 214, .9);
	padding-left:30px;
	font-weight:normal !important;
	}
  .flexnav ul li ul li a {
     background: #0193ff; /* Fallback IE 6-8 */
    background: rgba(60, 147, 255, .9);
	padding-left:60px !important;
	}
  .flexnav ul li ul li ul li a {
    display: block;
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
	padding-left:60px !important;
	
	}
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
     background: #388ddd; /* Fallback IE 6-8 */
    background: rgba(56, 141, 221, .5);
    text-align: center;
	}
	
	.flexnav li ul li .touch-button {
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
	}
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 0.7em;
      font-size: 20px;
      color: #fff; 
	  }

.menu-button .touch-button  {
	display:none !important;
	
}

  
  
  
  
  
 /* Flexnav Base Styles */
.flexnav_sec {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .flexnav_sec.opacity {
    opacity: 0; }
  .flexnav_sec.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav_sec.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav_sec li {
    font-size: 100%;
    position: relative;
    overflow: hidden; 

	
	}
  .flexnav_sec li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    color: #FFF;
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
    border-bottom: 1px solid #fff;
	text-decoration:none;
	font-weight:bold;
    }
  .flexnav_sec li ul {
    width: 100%; }
    .flexnav_sec li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .flexnav_sec li ul.flexnav-show li {
    overflow: visible; }
  .flexnav_sec li ul li a {
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
	padding-left:30px;
	font-weight:normal !important;
	}
  .flexnav_sec ul li ul li a {
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
	padding-left:30px;
	font-weight:normal !important;
	}
  .flexnav_sec ul li ul li ul li a {
     background: #004e98; /* Fallback IE 6-8 */
    background: rgba(0, 78, 152, .9);
	padding-left:30px;
	font-weight:normal !important;
	}
  .flexnav_sec .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    display: inline-block;
     background: #388ddd; /* Fallback IE 6-8 */
    background: rgba(56, 141, 221, .5);
    text-align: center; 
    text-align: center; 
	}
    .flexnav_sec .touch-button:hover {
      cursor: pointer; }
    .flexnav_sec .touch-button .navicon {
      position: relative;
      top: 0.7em;
      font-size: 20px;
      color: #fff; 
	  }

.menu-button-sec {
  position: relative;
  display: block;
  padding: 15px;
  background: #ebedf1;
  color: #004e98;
  font-weight:bold;
  font-size:20px;
  cursor: pointer;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2); 
  margin-top:-36px !important;
 }
  .menu-button-sec.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button-sec .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button-sec .touch-button .navicon {
      position: relative;
      top: 0.2em;
	color:#004e98;
	 	font-size:36px;

	  }


.menu-button-mobile {
	background-color: #004e98 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 26px !important;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center !important;
}


div.responsive_menu div.menu-button-mobile span.touch-button i.navicon {
    display: none !important;
}

.flexnav li.parent.active > a,
.flexnav li.current.active > a {
    background: rgba(192, 209, 227, 1) none repeat scroll 0 0 !important;
}