/* HERO BUTTONS */
.hero-button { 
	font-family:'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #cc0000 !important; 
	color: white !important; 
	transition: background-color 1s, color 1s; 
	border: 1px solid transparent !important; 
	border-radius: 5px; 
	padding: .5em 1em;
	margin: .5em;
	box-shadow: none !important;
	text-decoration: none !important;
}
.hero-button:hover {
	background-color: white !important; 
	border: 1px solid #cc0000 !important; 
	color: #cc0000 !important; 
	box-shadow: none !important;
}
.hero-button.inline {
	display: inline-block !important;
}

/* FAST FACTS SIDEBAR */
.fast-facts h3 {
	margin-bottom: 2rem;
}

/* MAILCHIMP FORM FIXES */
.asterisk {
	display: inline;
}

/* images that span the full width of the window */
.full-screen-width {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  width: 100vw;
}