#header .menu-button { background: #089e74; /*color: #02261c;*/ font-weight: 500;}
.logo img { height: 56px; }
#header .logo { padding-top: 2.6em; }
.write-us { padding: 2rem 0 6rem 0;}

	ul.menu-footer {
		line-height: 1em;
		list-style: none;
		padding: 1em 0 0 0;
	}

		ul.menu-footer li {
			border-left: solid 1px rgba(144, 144, 144, 0.25);
			display: inline-block;
			margin-left: 1em;
			padding-left: 1em;
		}

			ul.menu-footer li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}
			
@media screen and (max-width: 980px) {
			#header { height: 5rem; line-height: 5rem;}
		}