body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}
body {
	font-family: motiva-sans, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
}

#wrapper{
	width: 100%;
	max-width: 675px;
	margin: 0 auto;	
	border: 1px solid #000;
}

#header{
	width: 675px;
	margin-bottom: 20px;
	border-bottom: 1px #000 solid;
}

#footer{
	width: 675px;
	display: block;
	border-top: 1px #000 solid;
}

#content{
	text-align: center;
	margin: 0 30px;
}

hr{
	width: 400px;
	border: #86C8BC solid 2px;
	margin-bottom: 20px;
}

.teal{
	color: #0097A9;
}

.magenta{
	color: #A20067;
}

h1{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #A20067;
	padding-bottom: 20px;
	font-size: 42px;
}


h2{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #0072CE;
	font-size: 22px;
	padding-bottom: 20px;
	letter-spacing: .05em;
}


h3{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
	letter-spacing: .05em;
}

p{
	padding-bottom: 20px;
	line-height: 1.5;
}

p strong{
	font-family: motiva-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.onCreates{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}

em{
	font-family: motiva-sans, sans-serif;
	font-style: italic;
	font-weight: 400;
}

a, a:visited{
	font-family: motiva-sans, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #007DE4;
}

a:hover, a:active{
	color: #A20067;
}

.flex{
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.flex div{
	width: 290px;
	background-color: #e6f3f4;
}

.flex div p{
	padding: 0 20px 20px;
}

.button:link, .button:visited{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 900;
	background-color: #0097A9;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	padding: 15px;
	text-decoration: none;
	margin-bottom: 50px;
	color: #FFF !important;
}

.button:hover, .button:active{
	color: #A20067 !important;
}

ul, li{
	text-align: left !important;
	line-height: 1.5 !important;
}

ul{
	padding: 0 20px 20px !important;
}