@charset "utf-8";
/* CSS Document */

.footer-pink {
	color:#f9aa89;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 22px;
	top: 6px;
	position: relative;
	padding-left: 7px;
}
.footer-heading {
	color:#ffd551;
	text-transform: uppercase;
	font-size: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Carrois Gothic', sans-serif;

}
.purple-button {
	background-color: #b177b3;
	width: 144px;
	height: 33px;
	border-radius: 17px;
	padding: 0px 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 14px;
	display: inline-block;
	
}
.purple-button a {
	font-size:16px;
	color:#fff;
}
.sidebar-gray {
	background-color: #e8e7e6;
	font-size: 22px;
	width: 380px;
	padding: 0px 70px 25px 70px;
	margin: 0px;
	margin-left: -15px;
	text-align: left;
	color: #6d6e71;
	line-height: 36px;
}
.cta-heading {
	
}

.cta-button {
	
}