/*
*
*
LinkConnector Font, Color, Shade Clasess
By: Hecto Ochoa - blackstalk.us - 2015
*
*
*/


/* Font Classes */
.hyperlink_small {
	font-family: OpenSans-Regular;
	font-size: 16px;
	text-decoration: underline;
}
.subtitle_condensed_light {
	font-family: OpenSans-CondLight;
	font-family: 16px;
}
.text_body {
	font-family: OpenSans-Regular;
	font-size: 16px;
}
.text_body_medium_italic {
	font-family: OpenSans-Regular;
	font-family: 16px;
	font-style: italic;
}
.title_condensed_small {
	font-family: OpenSans-CondBold;
	font-size: 16px;
}
.title_xs {
	font-family: Quicksand;
	font-size: 16px;
}
.hyperlink {
	font-family: OpenSans-Regular;
	font-size: 20px;
	text-decoration: underline
}
.hyperlink_bold {
	font-family: OpenSans-Bold;
	font-size: 20px;
	text-decoration: underline;
}
.subtitle_condensed {
	font-family: OpenSans-CondLight;
	font-size: 20px;
}
.text_body_large {
	font-family: OpenSans-Regular;
	font-size: 20px;
}
.text_body_large_italic {
	font-family: OpenSans-Regular;
	font-family: 20px;
	font-style: italic;
}
.title_condensed {
	font-family: OpenSans-CondBold;
	font-size: 20px;
}
.text_cta_intro {
	font-family: OpenSans-CondLight;
	font-size: 23px;
}
.hyperlink_title {
	font-family: OpenSans-Regular;
	font-size: 26px;
	text-decoration: underline;
}
.text_body_xl {
	font-family: OpenSans-Regular;
	font-size: 26px;
}
.title_small {
	font-family: Quicksand;
	font-size: 26px;
}
.subtitle {
	font-family: OpenSans-CondLight;
	font-size: 30px;
}
.title_medium {
	font-family: Quicksand;
	font-size: 30px;
}
.text_cta_close {
	font-family: Quicksand;
	font-size: 34px;
}
.title_large {
	font-family: Quicksand;
	font-size: 36px;
}
.title_xl {
	font-family: OpenSans-CondLight;
	font-size: 40px;
}
.title_page {
	font-family: Quicksand;
	font-size: 46px;
}
.title_xxl {
	font-family: Quicksand;
	font-size: 55px;
}
/* Color Classes */

.Light_Grey {
	color: #808184;
}
.Grey {
	color: #59595b;
}
.Dark_Grey {
	color: #3d3942;
}
.Light_Purple {
	color: #9073b3;
}
.Purple {
	color: #645975;
}
.Dark_Purple {
	color: #302542;
}
.Blue {
	color: #00adee;
}
.Black {
	color: #000000;
}
.White {
	color: #ffffff;
}

/* Shading Calasses */
.Grey_Bg {
	background-color: #f1f1f1;
}
.Purple_Bg {
	background-color: #e8e6f1;
}
.Merchant_Purple_Bg {
	background-color: #645975;
}
.Affiliate_Purple_Bg {
	background-color: #b0a7c2;
}
.About_Purple_Bg {
	background-color: #d7d3e1;
}
.Box_Purple_Bg {
	background-color: #302542;
}
.Orphan_Blue_Bg {
	background-color: #00adee;
}
.White_Bg {
	background-color: #ffffff;
}
