

html
{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-weight: 400;
}

body
{

}

a
{
	font-weight: 500;
	color: #16d3a9;
	text-decoration: none;
}

a:hover
{
	font-weight: 500;
	color: #ffc029;
	text-decoration: none;
}

.content
{
	display: block;
	width: 1100px;
	height: 100%;
	margin: 0px auto;
}

.logo
{
	width: 1100px;
	height: 353px;
	margin: 30px auto;
	margin-top: 60px;
}

.text1
{
	width: 960px;
	height: 170px;
	margin: 30px auto;
	margin-top: 60px;
	text-align: justify;
}

#mc_embed_signup
{
	background:#fff; 
	clear:left; 
	width:100%;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#mc_embed_signup label
{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#mc_embed_signup input.email
{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #332531;
	height: 38px;
}

#mc_embed_signup .button
{
	font-size: 20px;
	height: 38px;
	background-color: #1bd4ab;
}

#mc_embed_signup .button:hover 
{
	background-color:#ffc029; 
	cursor:pointer;
}