@media screen and (max-width: 750px) {
	body {
		width: 100%;
		height: 100%;
	}

	.slideout-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 256px;
		min-height: calc(100vh - 200px);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 0;
		display: none;
	}

	.slideout-menu-left {
		left: 0;
	}

	.slideout-menu-right {
		right: 0;
	}

	.slideout-panel {
		position: relative;
		will-change: transform;
	}

	.slideout-open,
	.slideout-open body {
		overflow: hidden;
	}

	.slideout-open .slideout-menu {
		display: block;
	}

	main .mobileMenuOpener {
		display: block;
		position: absolute;
		top: 0;
		width: 20px;
		height: 100%;
		z-index: 10;
	}

	.motrig {
		display: block;
		float: left;
		font-size: 30px;
		margin-top: 5px;
	}

	body main {
		padding-top: 50px !important;
		word-wrap: break-word;
		z-index: 9;
	}

	header {
		height: 60px;
		position: fixed;
		z-index: 10;
		width: 100%;
	}

	header .menuRow {
		display: none;
	}

	#menu {
		background-color: #fff;
		color: #7F765C;
		padding-top: 80px;
		z-index: 8;
	}

	#menu ul.top-main-menu li.current-page-ancestor > a, #menu ul.top-main-menu li.current_page_item > a, #menu ul.top-main-menu li.current_page_ancestor > a, #menu ul.top-main-menu li > a:hover {
		color: #15549e;
	}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#menu ul li {
		margin: 0;
		padding: 0;
		float: none;
	}

	#menu ul li a {
		display: block;
		padding: 15px;
		margin: 0;
		width: calc(100% - 30px);
		border-bottom: 1px solid currentColor;
		text-decoration: none;
	}

	#menu ul li a:hover, #menu ul li.current-menu-item > a, #menu ul li.current-menu-ancestor > a, #menu ul li.current_menu_ancestor > a {
		color: #fff;
		background: #095289;
	}

	#menu ul:first-child > li:first-of-type > a {
		border-top: 1px solid currentColor;
	}

	#menu ul li a .subNavArrow {
		float: right;
		font-size: 25px;
		position: relative;
		bottom: 5px;
	}

	#menu ul ul {
		display: none;
	}

	#menu ul ul a {
		padding-left: 30px;
	}

	#menu ul ul ul a {
		padding-left: 45px;
	}

	.hideOnMobile {
		display: none;
	}

	.custom-logo {
		height: 50px;
		width: auto;
		padding-top: 5px;
	}

	header .logoRow {
		padding: 0;
	}

	header .logoSubTitleHolder {
		position: absolute;
		left: 130px;
		top: 5px;
		font-size: 1rem;
		margin-right: 20px;
	}

	header .logoSubTitleHolder span {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
	}

	header .custom-logo-link {
		position: absolute;
		left: 70px;
	}

	.loginFormInternal {
		width: 100%;
	}

	header .menuColumn li.menu-item-has-children > a:after {
		content: "";
	}

	main .theContent {
		padding: 50px 20px 70px 20px;
	}

	main h1, main h2 {
		font-size: 2.2rem;
	}

	main h3 {
		font-size: 2rem;
	}

	main h4 {
		font-size: 1.8rem;
	}

	main h5, main h6 {
		font-size: 1.7rem;
	}

	footer .socialIcons {
		float: left;
    clear: both;
    margin-top: 10px;
	}

	footer .socialIcons a:first-of-type {
		margin-right: 20px;
	}

	.widget_nav_menu ul li, main .mainContainerMenu ul li {
		width: 100%;
	}

	footer .flexContainer {
		display: block;
	}

	footer .footerMenu {
		width: 100%;
		border: 0;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 2.5rem;
		border-bottom: 1px solid #fff;
	}

	footer .footerMenu:last-of-type {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
