@charset "UTF-8";
/* CSS Document */

.bodycopy {
	font-family:'Open Sans', sans-serif;
	font-size: 15px;
	color: #181818;
}
.bodycopy-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #ffffff;
}
.subheader {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #181818;
	font-weight: 700;
}
.subheader-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}
.header {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #181818;
	font-weight: 700;
}