
/* Wrapper styles */
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 30px 10px 50px 10px;
	width: 940px;
}

/* Clear styles */
.clear {
	clear: both;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

/* Button styles */
a.button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-shadow: black 1px 1px 1px;
	border: 0 none;
	background: #003366;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 9px 12px 10px 12px;
	text-indent: 0;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 15px;
}

a.button:hover {
	background: #777;
	transition: all 0.3s ease-in;
}

/* Form styles */
.subsite form {
	margin-top: 30px;
	display: block;
}

.subsite form fieldset {
	text-align: left;
	margin-bottom: 15px;
}

.subsite form li {
	position: relative;
	padding-top: 10px;
	font-size: 12px;
}

.subsite form label {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	display: block;
	vertical-align: top;
	width: 150px;
	float: left;
	color: black;
}

.subsite form input,
.subsite form textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: linear-gradient(to bottom, #f9f9f9, #ffffff);
	border: 1px solid #999999;
	font-size: 14px;
	padding: 5px 5px 5px 0;
	text-indent: 5px;
	width: 450px;
}

/* Facebook button styles */
a.facetop {
	display: block;
	z-index: 10000000;
	width: 45px;
	height: 45px;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 1px 3px #000;
	background: url("../images/fb.png") left no-repeat #3b5998;
	position: fixed;
	top: 328px;
	right: 0;
	transition: all 0.3s ease-in;
}

a.facetop:hover {
	width: 90px;
	transition: all 0.3s ease-out;
}

.figure-container {
	display: none;
}
/* mobile view changes : sarah - october 2025 */
