	.id7-navigation {
	display:none;
	}
	
	.fa, .fas {
	font-family: 'Font Awesome 5 Pro';
		/* Fixes the majority of broken FA icons */
	}
	
	.id7-utility-bar a.ut.sb-edit-link.dropdown-toggle::after {
	display:none;
		/* A one-off icon fix */
	}
	
	.id7-main-content-area {
	position: sticky;
		/*This was the only way I could find to get the utility menu overlays to work again */
	}
	

	/* Fix scrolled header and top of #main on mobile */

		.id7-masthead .id7-header-text.affix.headroom--pinned {
		  display: none;
		}

		@media only screen and (max-width: 767px) {
		  #main {
		    padding-top: 120px;
		  }
		}