

/**umb_name:Citrus Text*/
.text-citrus {
	color: #f26533;
}

/**umb_name:Steel Text*/
.text-steel {
	color: #98a8ab;
}

/**umb_name:Midnight Text*/
.text-midnight {
	color: #171f29;
}

/**umb_name:Charcoal Text*/
.text-charcoal {
	color: #667375;
}

/**umb_name:Light Grey Text*/
.text-light-grey {
	color: #e5e8eb;
}

/**umb_name:Bold*/
.font-weight-bold {
	font-weight: 700!important;
}

/**umb_name:Light*/
.font-weight-light {
	font-weight: 300!important;
}

/**umb_name:White Text*/
.text-white {
	color:#fff;
}

/**umb_name:Black Text*/
.text-black {
	color:#000;
}

/**umb_name:Lead Font Size*/
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

/**umb_name:Heading 2*/
h2 {
	font-size: 2.25rem;
	font-weight: 700!important;
}

/**umb_name:Heading 3*/
h3 {
	font-size: 1.5625rem;
	font-weight: 700!important;
}

/**umb_name:Heading 4*/
h4 {
	font-size: 1.125rem;
	font-weight: 700!important;
}

/**umb_name:Heading 5*/
h5 {
	font-size: 1.0625rem;
	font-weight: 700!important;
}

/**umb_name:Heading 6*/
h6 {
	font-size: 0.75rem;
	font-weight: 700!important;
}

/**umb_name:Image Right Align*/
.imageRight {
	float:right;
	padding-left:.5rem;
}

/**umb_name:Image Left Align*/
.imageLeft {
	float:left;
	padding-right:.5rem;
}
