

/**umb_name:Bonnell Teal Dark*/
.text-teal-dark {
	color: #009791;
}

/**umb_name:Bonnell Teal Light*/
.text-teal-light {
	color: #00a79e;
}

/**umb_name:Bonnell Fire*/
.text-fire {
	color: #ed1a38;
}

/**umb_name:Bonnell Navy*/
.text-navy {
	color: #004d5d;
}

/**umb_name:Bonnell Sky*/
.text-sky {
	color: #a8dcd9;
}

/**umb_name:Bonnell Steel*/
.text-steel {
	color: #98a8ab;
}

/**umb_name:Bonnell Midnight*/
.text-midnight {
	color: #171f29;
}

/**umb_name:Bonnell Charcoal*/
.text-charcoal {
	color: #667375;
}

/**umb_name:Bonnell Light Grey*/
.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;
}

        