.wg_mc_subscribe {
		width: 96%;
		background-color: #3F75EF;
		padding: 10px 2%;
		text-align: center;
		margin: 20px 0;	
		background-position: center center;
	}
	
	.wg_mc_subscribe.wrg {
		background-color: #3F75EF;
		background-image: url('../assets/wrg-bg.jpg');
	}
	
	.wg_mc_subscribe.fmt {
		background-color: #ff7732;
		background-image: url('../assets/fmt-bg.jpg');
	}
	
	.wg_mc_subscribe.cts {
		background-color: #ee6034;
		background-image: url('../assets/cts-bg.jpg');
	}
	
	.wg_mc_subscribe.pwg {
		background-color: #2eb135;
		background-image: url('../assets/pwg-bg.jpg');
	}
	
	.wg_mc_subscribe h1,
	.wg_mc_subscribe h2,
	.wg_mc_subscribe h3,
	.wg_mc_subscribe p,
	.wg_mc_subscribe a {
		color: #777;
		text-transform: uppercase;
		font-family: 'Helvetica', arial, sans-serif;
		font-weight: 600;
	}
	
		.wg_mc_subscribe h1,
	.wg_mc_subscribe h2,
	.wg_mc_subscribe h3,
	.wg_mc_subscribe h3 a {
		font-family: 'Oswald', 'Helvetica', arial, sans-serif;
		font-size: 1.5em;
		line-height: 1.3em
	}
	
	.wg_mc_subscribe.dark h1,
	.wg_mc_subscribe.dark h2,
	.wg_mc_subscribe.dark h3,
	.wg_mc_subscribe.dark p,
	.wg_mc_subscribe.dark a {
		color: #777;
	}
	
	.wg_mc_subscribe.light h1,
	.wg_mc_subscribe.light h2,
	.wg_mc_subscribe.light h3,
	.wg_mc_subscribe.light p,
	.wg_mc_subscribe.light a {
		color: #fff;
	}
	

	
	.wg_mc_subscribe h3 a {
		font-size: 1em;
	}
	
	.wg_mc_subscribe a {
		text-decoration: underline;
	}
	
	.wg_mc_subscribe #mc_embed_signup .mc-field-group {
		width: 100%;
		min-height: auto;
		padding-bottom: 10px;
	}
	
	.wg_mc_subscribe #mc_embed_signup > form {
		padding: 0;
	}
	
	
	.wg_mc_subscribe strong.highlight {
		padding: 8px;
		font-size: 1.4em;
		display: block;
		background: rgba(0,0,0,.15);
		font-family: 'Oswald', 'Helvetica', arial, sans-serif;
	}
	
	
	.wg_mc_subscribe form#mc-embedded-subscribe-form input[type="email"],
	.wg_mc_subscribe form#mc-embedded-subscribe-form input.button[type="submit"]{
		text-align: center;
		text-transform: uppercase;
		font-size: 1.2em;
		border: none;
		padding: 8px 0;
		font-weight: 800;
		border-radius: 0;
		line-height: 1em;
	}
	
	.wg_mc_subscribe form#mc-embedded-subscribe-form input[type="email"] {
		color: #707070;
		width: 100%;
	}
	
	.wg_mc_subscribe form#mc-embedded-subscribe-form input.button[type="submit"] {
		color: #fff;
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
	}
	
	.wg_mc_subscribe.wrg form#mc-embedded-subscribe-form input.button[type="submit"]{
		background-color: #8ABC3B;
	}
	
	.wg_mc_subscribe.fmt form#mc-embedded-subscribe-form input.button[type="submit"]{
		background-color: #127CE7;
	}
	
	.wg_mc_subscribe.cts form#mc-embedded-subscribe-form input.button[type="submit"]{
		background-color: #303030;
	}
	
	.wg_mc_subscribe.pwg form#mc-embedded-subscribe-form input.button[type="submit"]{
		background-color: #00429f;
	}