* {
    box-sizing: border-box ! important;
}

body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	background-color: #E3E3E3;
	}
	
a:link, a:active, a:hover, a:visited {
	color: #005e96;
  	text-decoration: underline;
	}


/* Default page styling */
#main {
	width: 95%;
	max-width: 1200px;
	margin:auto;	
	min-height: 100vh;
	background-color: #ffffff;
	font-family: Garamond, Times New Roman, Times, serif;
	}
	
#logo {
	padding: 20px 3% 20px 0;
	float: right;
	}
	
#banner {
	clear: both;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	background-color: #1f3a5d;
	width: 100%;
	padding: 10px 0 10px 3%;
	}

#pagecontent {
	padding: 15px 3% 0px 3%;
	color: #000000; 
	font-size: 16px; 
	font-weight: 400;
	min-height: calc(100vh - 185px);
	}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	}

hr {
	background-color: #999999;
	height: 1px;
	border: 0;
	margin: 0;
	margin-top: 10px;
	}

h2 {
	font-size: 28px; 
	font-weight: 400;
	margin: 0;
	padding-bottom: 10px;
	}

#copy {
	padding: 15px 3% 0px 3%;
	font-size: 15px; 
	font-weight: 400; 
	position: relative;
	bottom: 0px;
	}


@media only screen and (max-width: 899px), screen and (max-device-width: 899px) {
		      
input[type="checkbox"] {
	width: 20px ! important; 
	height: 20px ! important; 
	}
	
.newcontact_input {
	width: 100% ! important; 
	}

#event_info {
	margin-left: 0! important;
	float: none ! important;
	display: block ! important;
	width: auto ! important;
	}
	

}