/* - - - - - - - Navigation Styles - - - - - - - - - */
 
 /* Styles for Mobile */
 
 @import url('//fonts.googleapis.com/css?family=Libre Franklin:100,200,300,400,500,600,700,800,900');
 
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	nav {
		display: none;
		visibility:hidden;
	}
	
	.nav-container-midpage {
		font-size: 11px !important; 
	}
}
 
 /* Styles for Desktops, etc */
 
 nav {
 	position: fixed;
 	right: 0;
 	left: 0;
 	top: 0;
 	-webkit-backdrop-filter: blur(4px);
 	backdrop-filter: blur(4px);
 	z-index: 2;
 }
 	
  nav .wice-top-nav {
  	color: #ffffff;
	background: #010a17;
 	opacity: 0.85;
    padding: 0px 0; /*Controls height of nav bar */
    text-align: center;
    margin: 0;
  }

nav .wice-top-nav li a {
	text-decoration: none;
	font-size: 1.4em;
}

.wice-top-nav_menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wice-top-nav_menu ul:after {
    display: block;
    content: "";
    clear: both;
    float: none;
}

ul.wice-top-nav_menu > li > a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

ul.wice-top-nav_menu > li > a:hover {
  transition: all 0.65s ease;
  color: #4e80db;
}
  
 .wice-top-nav {  /* Styling for Navigation Menu Text */
 	font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
  	font-size: 11px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	color: #ffffff;
	text-align: center;
}

.transition-time-6 {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease; }
  
.nav-container {
  	width:100%;
  	padding-right:15px;
  	padding-left:15px;
  	margin-right:auto;
  	margin-left:auto;
  }
  
.nav-container-midpage {
	width:100%;
  	padding-right:15px;
  	padding-left:15px;
  	padding-top:10px;
  	padding-bottom:10px;
  	margin-right:auto;
  	margin-left:auto;
  	font-family: "Libre Franklin", sans-serif;
  	font-size: 18px;
    font-weight: 200;
  	letter-spacing: 0px;
  	text-transform: uppercase;
  	color: #ffffff;
	text-align: center;
}

.navbg-blue {
	background: #0263b4;
}

.navbg-dkgray {
	background: #121212;
}
  
.navbg-purple {
	background: #462eb6;
}


.navrow {
	display:flex;
	justify-content:center;
}

.col-lg-9 {
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.r-nav {
  position: relative;
  width: 40px;
  height: 40px; }
 
 .r-nav .hmbrg, .r-nav input[type=checkbox].h-menu {
    display: none;
  }
.r-nav .h-menu {
    width: 40px;
    height: 40px;
    position: absolute;
	color: #ffffff;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    -webkit-touch-callout: none;
}
.r-nav .h-menu:checked ~ .links {
      left: 0 !important;
}

.r-nav .hmbrg {
    position: absolute;
	color: #ffffff;
    left: 0;
    top: 0;
 }
 
.r-nav em {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #8a8a89;
    opacity: 1;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.r-nav em:first-child {
      transform-origin: 0% 0%; }
      
.r-nav em:nth-last-child(2) {
      transform-origin: 0% 100%; }
      
.r-nav input:checked ~ span em {
    opacity: 1;
    transform: rotate(45deg) translate(-9px, -15px); }
    
.r-nav input:checked ~ span em:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0, 0); }
      
.r-nav input:checked ~ span em:nth-last-child(2) {
      opacity: 1;
      transform: rotate(-45deg) translate(-4px, 12px); }
      
.wice-top-nav_menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.topmenu {
  text-align: center;
  padding: 0; }
  .topmenu li {
    display: inline-block;
    position: relative; }
    .topmenu li:after {
      right: 0;
      width: 1px;
      height: 12px;
      background: #f2f2f2;
      top: 16px;
      box-shadow: 4px -2px 0 #8a8a89;
      transform: rotate(30deg); }
    .topmenu li:last-child:after {
      background: none;
      box-shadow: none;
      padding: 12px 26px;
      color: #8a8a89;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      font-family: "Libre Franklin", sans-serif;
	}

.submenu {
  position: absolute;
  left: 19%;
  top: 125%;
  width: 110px;
  background: #8a8a89;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.4s ease-in-out; }
  .submenu li a {
    padding: 0 10px 10px 0;
    margin: 10px 15px 5px 30px;
    font-size: 1em !important;
    color: #191919;
    font-family: "Libre Franklin", sans-serif;
	font-weight: 300; }

.topmenu li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1); }
  


      
      

