/*   Fonts  */
.pjs{
	font-family: 'PT Sans Narrow', sans-serif !important;
}


/*   Font Colors  */
.pjs-text-purple{
	color:#691f6f;
}
.wow-text-orange{
	color:#d68f26;
}
.wow-text-maroon{
	color:#a00000
}
.bb-text-green{
	color:#5e8a3f;
}
.nola-dark-blue{
	color:#2f3291;
}
/*   Buttons  */
.pjs-btn-purple{
	background-color:#691f6f;
	color:#fff;
	border-color:#691f6f;
}
.pjs-btn-purple:hover{
	background-color:#531658;
	border-color:#531658;
}
.error{
	color:red;
}
.wow-btn-orange{
	background-color:#d68f26;
	color:#fff;
	border-color:#d68f26;
}
.wow-btn-orange:hover{
	background-color:#ab711a;
	border-color:#ab711a;
}
.bb-btn-green{
	background-color:#5e8a3f;
	border-color:#5e8a3f;
	color:#fff;
}
.nola-btn{

background-color:#2f3291;
	border-color:#2f3291;
	color:#fff;
}
/*   Background Colors  */
.pjs-purple-bg{
	background-color:#691f6f !important;
}
.wow-orange-bg{
	background-color:#d68f26 !important;
}
.wow-maroon-bg{
	background-color:#a00000 !important;
}
.bb-green-bg{
	background-color:#5e8a3f !important;
}
/*   Border Colors  */
.border-purple{
	border-color:#691f6f !important;
	border-width:2px !important;
}
.border-orange{
	border-color:#d68f26 !important;
	border-width:2px !important;
}
.border-maroon{
	border-color:#a00000 !important;
	border-width:2px !important;
}
.border-green{
	border-color:#5e8a3f !important;
	border-width:2px !important;
}
.border-darkblue{
	border-color:#2f3291 !important;
	border-width:2px !important;
	
}
.border{
	border-width:2px !important;
}
/*   Form Overrides  */
