/* Purple */

.border-purple {
	border-style: solid;
	border-width: 3px;
	border-color: #9142E5;
	background-color: white !important;
}
.standard-purple {
	font-family: proxima-soft !important;
	color:  #9142E5;
}

/* Gold */

.border-gold {
	border-style: solid;
	border-width: 3px;
	border-color: #b38000;
	background-color: white !important;
}
.standard-gold {
	font-family: proxima-soft !important;
	color:  #b38000;
}

/* Pink */

.border-pink {
	border-style: solid;
	border-width: 3px;
	border-color: #d81fe4;
	background-color: white !important;
}
.standard-pink {
	font-family: proxima-soft !important;
	color:  #d81fe4;
}

/* Teal */

.border-teal {
	border-style: solid;
	border-width: 3px;
	border-color: #00A9CE;
	background-color: white !important;
}
.standard-teal {
	font-family: proxima-soft !important;
	color:  #00A9CE;
}




