<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Neuron Logo Icon for Hamburger Menu*/
@font-face {
  font-family: 'neuronlogo';
  src: url('../fonts/neuronlogo/fontello.eot?49093276');
  src: url('../fonts/neuronlogo/fontello.eot?49093276#iefix') format('embedded-opentype'),
       url('../fonts/neuronlogo/fontello.woff?49093276') format('woff'),
       url('../fonts/neuronlogo/fontello.ttf?49093276') format('truetype'),
       url('../fonts/neuronlogo/fontello.svg?49093276#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Custom Styling */
.search-form-label {
    display: none;    
}
.gn-menu-main, .gn-menu-main ul {
    position: relative;
    z-index: 999;
}
/* End Custom Styling */

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;		
		color: #ffffff;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		line-height: 60px;
}

.gn-menu-main {
		position: relative; 
		font-size: 13px;
        float: right;
        right: 15px;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;        
}

.gn-menu-main &gt; li {
		display: block;
		float: right;
		height: 100%;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
        height: 59px;
		width: 40px;
        padding: 20px 20px 0px 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main &gt; li:last-child {
		float: right;
		border-right: none;
}

.gn-menu-main &gt; li &gt; a {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 88px;
		bottom: 0;
		right: 0;
		overflow: hidden;
		width: 60px;
		background: white;
		-webkit-transform: translateX(60px);
		-moz-transform: translateX(60px);
		transform: translateX(60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
        border-left-style: solid;
        border-width: 1px;
        box-sizing: border-box; 
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
		width: 370px;
		height: 100%;
} 

.gn-menu {
		text-align: left;
		font-size: 18px;
}

.gn-scroller .gn-menu .menu-item a {
    height: 60px;   
}

.gn-scroller .gn-menu .menu-item .sub-menu a {
    height: auto;
}

.gn-menu .sub-menu .menu-item {
        height: 40px;
        line-height: 40px;
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-menu .search-form { width: 340px }

.gn-menu .search-form [type=search] {
    position: relative;
    z-index: 10;
    outline: none;
    border: none;
    background: transparent;
    color: #5f6f81;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    width: 255px;
    height: 40px;
}

.gn-menu .search-form input[type="submit"] {
    display:none;
}

/* placeholder */

.gn-menu .sub-menu {
    border-width: 0px;
    font-size: 14px;
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
    color: transparent
}

.gn-menu input.gn-search:focus {
    cursor: text
}

.gn-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
}

.gn-icon::before {
    display: inline-block;
    width: 60px;        
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;    
}

/* Fancy Hamburger Menu */

.gn-icon .gn-icon-menu {
    height: 23px;
}

#nav-icon {
  width: 40px;
  height: 23px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #8ec543;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 9px;
}

#nav-icon span:nth-child(4) {
  top: 18px;
}

#nav-icon.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Fancy Hamburger Menu End */

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}

/*Smexy Accordion Code by Thomas*/
#gn-menu ul li.menu-item-has-children &gt; i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: -36px;
  right: 40px;
}

#gn-menu ul li.menu-item-has-children &gt; i:before, ul li.menu-item-has-children &gt; i:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
}

#gn-menu ul li.menu-item-has-children &gt; i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#gn-menu ul li.menu-item-has-children &gt; i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#gn-menu ul li.menu-item-has-children &gt; input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
height: 61px;
width: 61px;
right: 14px;
margin-top: -61px;
display: inline-block;
opacity: 0;
}

@media screen and (max-width: 480px) {
    #gn-menu ul li.menu-item-has-children &gt; i {
        right: 130px;
    }
    #gn-menu ul li.menu-item-has-children &gt; input[type=checkbox] {
    right: 104px;
    }
    .header-logo {
        height: inherit !important;
        padding: 5px 0px 0px 0px;
        width: 210px;
    }
    .header-logo img {
        max-width: 100%;
        height: inherit !important;
    }
    .gn-menu-main li.gn-trigger {
        padding: 20px 0px 0px 0px;
    }
}

#gn-menu ul li input[type=checkbox] {
display: none;
}

#gn-menu ul li.menu-item-has-children &gt; input[type=checkbox]:checked ~ .sub-menu {
  display: none;
}

#gn-menu ul li.menu-item-has-children &gt; input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#gn-menu ul li.menu-item-has-children &gt; input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#gn-menu i {
display: none;
}

#gn-menu ul li.menu-item-has-children &gt; i {
display: inline-block;
}</pre></body></html>