@media screen and (max-width: 1065px) {

	

	.desktopOnly, .mobileSelectedOnly {
		display: none;
	}



	div#headerLeft {
		padding-left: 20px;
	}




	

	.header .checkboxHack {
		height: 100%;
		top: 0px;
		right: 0px;
	}


	.header label.checkboxHack {
		display: inline-block;
		width: 41px;
	}


	div#headerMenu {
		height: 100%;
	}

	span.MenuIcon {
		height: 100% !important;
	}



	

	

	label.checkboxHack {
		background-size: 22px;
		background-repeat: no-repeat;
		background-position: center;
	}

	label.checkboxHack {
		z-index: 9999;
	}



	.container .linkmenu {
		background-color: #00963A;
		width: 113px;
		right: 0px;
		top: 55px;
	}

		.container .linkmenu a {
			display: block;
			padding: 10px;
		}

		.container .linkmenu span {
			display: none;
		}

	

	.LinkTileContainerWrapper {
		align-items: stretch;
		flex-grow: 1;
	}
}

@media screen and (max-width: 600px) {


	div.slider {
		margin-top: -20px;
	}


	
}


/*DESKTOP*/
@media screen and (min-width: 1065px) {

	.LinkTileContainerWrapper {
	}

	

	.mobileOnly {
		display: none;
	}

	.twoPanel {
		display: flex;
	}

	input#headerProfileCheck {
		display: none;
	}

	label[for='headerProfileCheck'] ~ div,
	label[for='headerSearchCheck'] ~ div {
		display: inherit;
	}

	

	.header .container {
		display: inherit;
	}
}
