	html, body {
		margin: 0;
		width: 100%;
		overflow-x:hidden;
		height: 100%;  /* IE 10-11 didn't like using min-height */
	}
	
	body {
	  display: flex;
	  flex-direction: column;
	}

	.content {
	  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
	  padding: 0;
	}
	
	.container {
		min-height: 100%;
	}

	.toprow {
		padding-top: 120px;
	}

	.footer {
	  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
	  padding: 0;
	}
