
	
	#menu-item-6104{
		display: none;
	}
	
	#poweredBy{
		
		display: flex;
		align-items: center;
		color: #ffffff;
		width: fit-content;
		white-space: nowrap;
	}
	
	#poweredBy p {
		font-size: 10px;
		margin-bottom: 0px;
		font-weight: 200;
	}
	
	#menu-item-6104 a {
		display:flex;
		margin-right: 100px;
	}
	
	#menu-item-6104 a::before {
		height: 0px;
	}
	
	.nyerslogo {
		padding: 4px!important;
		max-width:55px;
		margin-right: 5px;
		-webkit-animation-name: rotate;
	  -webkit-animation-duration:30s;
	  -webkit-animation-iteration-count:infinite;
	  -webkit-animation-timing-function:linear;
	  -moz-animation-name: rotate;
	  -moz-animation-duration:30s;
	  -moz-animation-iteration-count:infinite;
	  -moz-animation-timing-function:linear;
		padding: 5%;
	}

	@media only screen and (max-device-width: 922px){
		#poweredBy{
			margin-top: 4px;
		}
		
		.menu-item-6104 a {
			display: flex!important;
		}
		
		#poweredBy p {
			font-size: 14px;
			color: #1f396d;
		}
	}

@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}

