/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 0;
  width: 100%;
  display:block;
  background-color:#FFF;
  max-height: 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 li {
    font-size: 16px;
	margin: 0px;
	padding: 0px;
    position: relative;
	font-weight: bold;
    overflow: hidden; 
	}
.flexnav li a {
    position: relative;
    display: block;
    opacity: 1;
	padding:1em;	
    z-index: 20;
    overflow: hidden;
    color: #0063a2;
	background-color:#FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.flexnav li ul {
    width: 100%;
	margin: 0px;
	padding: 0px;
	}
.flexnav li ul li {
      font-size: 13px;
	  font-weight: n;
      position: relative;
	  list-style-type: none;
	  padding-left: 25px;	
      overflow: hidden; }
.flexnav li ul.flexnav-show li {
    overflow: visible; }
.flexnav li ul li a {
    display: block;
    opacity: 1;
	padding:.3em;		
	background-color:#FFF;
	font-weight: normal;
 }
.flexnav ul li ul li a {
  background-color:#FFF;
	font-weight: normal;
	}
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 20px;
    height: 50px;
    display: inline-block;
    text-align: center; }
.flexnav .touch-button:hover {
    cursor: pointer; }
.flexnav .touch-button .navicon {
    position: relative;
    top: 1.2em;
	right: 1em;
    font-size: 10px;
    color: #0063a2; }
.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background-color:#FFF;
  color: #0063a2;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 15px;
  height: 50px;
  display: inline-block;
  text-align: center; }
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  right: 1em;
  color: #ccc; }
@media all and (min-width: 1000px) {
.flexnav {
  overflow: visible;
  width:100%;
 }
.flexnav.opacity {
  opacity: 1; }
.flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color:#FFF;
  color:#0063a2;
  overflow: visible;
  width:12.5%;
  }
.flexnav li a {
/*  border-left: 1px solid #acaca1; */
  border: none; }
.flexnav li > ul {
  position: absolute;
  top: auto;
  left: 0px; }
.flexnav li > ul li {
  width: 100%; }
.flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }