.nav-icon {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1.5rem;
	width: 1.25rem;
	overflow:hidden;
	text-indent: 200%;
}

#main {
	margin: 0px;
	padding: 2rem 3%;
	clear:both;
	text-align: left;
	background-color: white;
}

.form-container {
	font-family: arial,sans-serif;
	margin: 1rem 5%;
	width: 94%;
}

#Form_numbersgame input, #Form_numbersgame select {
	font-size: 1.5rem;
	margin: 0 1rem;
}

#form.content {
	width: 100%;
	padding: 0%;
}

.navbar .logo img {
	max-width: 75%;
}

.nav, .menu {
	color: white;
	line-height: 1rem;
	font-size: 1.2rem;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.nav a, .menu a {
	padding: 0.5rem 1rem;
	color: white;
	text-decoration: none;
}

.nav a {
	display:block;
}

.nav .hasDropdown>li {
	padding-left: 1rem;
}

.sidebar .secondary {
	display: none;
}

.footernav ul {
	margin-bottom: 1rem;
}

.footernav li {
	display: inline;
}

.footernav li::before, .footernav li.last::after {
	padding-left: 0.5rem;
	margin-right: 0.5rem;
	display: inline;
	content: "\2666";
}

/* UserDefinedForm */
.message {
	padding: 1rem;
	border: 1px solid transparent;
	border-radius: 4px;
	clear: both;
	display: block;
}

.good {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.required {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;	
}

/* Responsive */
.menu, .menu-hide {
	width: 92%;
	padding: 0.5rem 4%;
}

/* hide nav only if CSS :hover is supported */
.no-js .navbar:not(:hover) .nav {
	display: none;
}

.nav li ul {
	display: none;
	padding: 0;		
}

.nav li.section ul, .nav li.current ul {
	display: block;
}

.hasDropdown {
	position: relative;
}

/* Dropdown symbols */
.hasDropdown:after {
	position: absolute;
	top: 0rem;
	width: 3rem;
	padding-top: 1rem;
	text-align: center;
	right: 0.125rem;
	font-size: 2rem;
	line-height: 50%;
	cursor: pointer;
	background-color: rgba(255,255,255,0.2);
}

.hasDropdown .hasDropdown:after {
	background-color: rgba(0,0,0,0.2);
}

.nav .hasDropdown .hasDropdown ul {
	display:none;	
}

.nav .hasDropdown .hasDropdown.dropped ul {
	display:block;	
}

/* Dropdown v */
.hasDropdown:after {
	content: "\2c7";
}

/* Dropdown . */
.hasDropdown:hover:after {
	content: "\2da";
}

/* Dropdown ^ */
.hasDropdown.dropped:after {
	content: "\2c6";
}

/* Dropdown . */
.hasDropdown.dropped:hover:after {
	content: "\2d9";
}

.menu:after, .menu-hide:after {
	content: "\2261";
	float: right;
	padding-top: 1rem;
	font-size: 3rem;
	cursor: pointer;
}

.menu-hide:after {
	color: #A0A0A0;
	background-color: #ffffff;
}

#logo {
	display: none;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	line-height: 1.2rem;
	padding: 0 0 1rem 0 ;
}

footer {
	background-color: #727272;
}

footer a {
	color: black;
}

.footernav {
	background-color: #B2B2B2;
}

.clear {
	clear: both;
}

#headerImage img {
	margin-bottom: -0.5rem;
}

@media all and (min-width: 62.5em) {
	body {
		background-color: #3399FF;
	}

	header {
	}

	#nav {
    position: relative;
    height: 2rem;
    background-color: white;
	}	
	.nav {
    width: 100%;
    background: #F21A00 url(../images/header-menu-gradient.svg) right repeat-y;
    margin-left: calc(240px + 6%);
    box-sizing: border-box;
    width: calc(94% - 240px);
	}	

	.nav>li {
		border-top: none !important;
		border-left: none !important;
	}
	
	.nav li.section ul, .nav li.current ul {
		display: none;
	}
	
	#logo {
		position: absolute;
		display: block;
		width: 240px;
		padding-top: 1rem;
		padding-left: 50px;
	}
	
	#logo a {
		text-decoration: none;
	}
	
	#headerImage {
		margin-left: 240px;
		padding-left: 6%;
	}
	
	.sidebar .secondary {
		display: block;
	}
	
	.tagline {
		max-width: 100%;
		max-height: 100%;
		margin-left: 0.5rem;
		padding-top: 70px;
		padding-left: 60px;
		background: url(../images/mklogo.png) no-repeat;
	}

	#main {
		clear: both;
		width: 94%;
	}
	
	.content-container {
		box-sizing: border-box;
		margin-left: 240px;	
		padding-left: 3%;
/*		min-height: 400px;*/
	}
	
	/* Reset nested */
	.content-container .content-container {
		margin-left: 0;
		padding: 0;
		min-height: auto;
	}

	.menu {
		display: none;
	}
	
	.nav {
		overflow:visible;
		display: block !important;
	}

	.nav:hover {
		display: block;
	}

	.nav li:hover ul {
		background-color: #B2B2B2;
		display: block;
		left: 0px;
	}
	
	.nav li.right {
		border-left: 1px solid rgba(255, 255, 255, 0.25);	
		border-right:none;
	}

	.nav li {
		border-right: 1px solid rgba(255, 255, 255, 0.25);	
		border-top: none;
		position: relative;
		list-style: none;
		float: left;
		padding: 0;
	}
	
	.nav li ul li {
		border-top: 1px solid rgba(255, 255, 255, 0.25);		
		border-right: none;
	}
	
	.nav>li:hover>ul {
		position: absolute;
		z-index: 1;
		width: 12.5rem;
	}

	.nav li ul li {
		float: none;
		font-size: 90%;
		line-height: 90%;
	}

	/* Dropdown ^ */
	.hasDropdown:hover:after {
		content: "\2c6";
	}
	
	.hasDropdown:after {
		padding-left: 0rem;
		padding-right: 0rem;
		width: auto;
	}
	
	.nav li.right {
		float: right;
		margin: 0px;
	}

	.column2 {
		min-width: 280px;
		width: 45%;
		margin: 2.5%;
		float: left;
	}
	
	.column2:first-of-type {
		margin-left: 0;
		
	}
	.column2:last-of-type {
		margin-right: 0;
	}
}

/* Other */
img, video, canvas, iframe {
  max-width: 100%;
}

/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

strong {
	font-weight: bold !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.75rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* button */
.button {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ccc;
	margin-left: -1px;
	color: rgb(48, 57, 66);
	cursor: pointer;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: normal;
	overflow: visible;
	padding: 0.4rem 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.button a {
	text-decoration: none;
	color: rgb(48, 57, 66);
}