a.button,
button.button{
	font-family: 'Montserrat', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.00;
	color: #fff;
	background: #A02091;
	padding: 20px;
	margin: 0;
	width: auto;
	height: auto;
	border: none;
	opacity: 1.0;
}
a.button.small-padding,
button.button.small-padding{
	padding: 20px 5px;
}
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus{
	background: #662D91;
	border: none;
	text-decoration: none;
}

a.button.pink,
button.button.pink{
	background: #FF2EF8;
}
a.button.pink:hover,
a.button.pink:focus,
button.button.pink:hover,
button.button.pink:focus{
	background: #C424BF;
}

a.button.large,
button.button.large{
	font-size: 30px;
}
a.button.medium,
button.button.medium{
	font-size: 24px;
}
a.button.small,
button.button.small{
	font-size: 17px;
	padding: 5px 10px;
}
/*
a.button.finding-help-1,
button.button.finding-help-1{
	background: #ba205f;
}
a.button.finding-help-2,
button.button.finding-help-2{
	background: #68a2bf;
}
a.button.finding-help-3,
button.button.finding-help-3{
	background: #e67364;
}
a.button.finding-help-4,
button.button.finding-help-4{
	background: #4d8a73;
}
a.button.finding-help-5,
button.button.finding-help-5{
	background: #aa5e98;
}
a.button.finding-help-6,
button.button.finding-help-6{
	background: #3e657a;
}
a.button.finding-help-7,
button.button.finding-help-7{
	background: #ffb252;
}
a.button.finding-help-8,
button.button.finding-help-8{
	background: #980073;
}
a.button.finding-help-9,
button.button.finding-help-9{
	background: #e26a92;
}
*/

a.button.get-started,
button.button.get-started {
	padding: 15px 0;
	width: 200px;
	font-size: 18px;
	background: #A02091;
}
a.button.get-started:hover,
a.button.get-started:focus,
button.button.get-started:hover,
button.button.get-started:focus {
	background: #663190;
}
a.button.email,
button.button.email{
	color: #A02091;
	background: #fff;
}
a.button.email:hover,
a.button.email:focus,
button.button.email:hover,
button.button.email:focus{
	color: #A02091;
	background: #f0f0f0;
}
a.button.wide-125px,
button.button.wide-125px{
	width: 125px
}
a.button.wide-150px,
button.button.wide-150px{
	width: 150px
}
a.button.wide-175px,
button.button.wide-175px{
	width: 175px
}
a.button.wide-200px,
button.button.wide-200px{
	width: 200px
}
a.button.wide-250px,
button.button.wide-250px{
	width: 250px;
	padding: 20px 10px;
}
a.button.wide-300px,
button.button.wide-300px{
	width: 300px
}
a.button.wide-350px,
button.button.wide-350px{
	width: 350px
}

@media only screen and (max-width:680px){
	a.button.get-started,
	button.button.get-started {
		width: 175px;
	}
}
@media only screen and (max-width:600px){
	a.button.get-started,
	button.button.get-started {
		width: 200px;
	}
}
@media only screen and (max-width:620px){
}
@media only screen and (max-width:520px){
}
@media only screen and (max-width:420px){
}
@media only screen and (max-width:320px){
}