.breadcrumb {
	font-size: 0.65rem;
	margin-bottom: 0.125rem;
}

.c-f {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-1 {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-2 {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-3 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-4 {
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-5 {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-half {
	color: #ffffff;
	font-size: 0.5rem;
	font-weight: 600;
	text-align: justify;
}

.c-f-quarter {
	color: #ffffff;
	font-size: 0.25rem;
	font-weight: 600;
	text-align: justify;
}

.custom-label {
	color: #8b0000;
	text-shadow: 1px 1px #8b6666, 1px 1px #8b6666 !important;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;	
}

.dark-font{
	color: #000000;
	text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}

.form-label{
	color:#606060;
}

.light-font {
	color: #ffffff;
}

.term-name {
	color: #fbb202;
	font-size: 1.25rem;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text-custom {
	color: #132db1;
}

.text-custom-01 {
	color: #ef5c2a;
}

.text-custom-02 {
	color: #fbb202;
}


.text-sm{
	font-size: 0.65rem;
}

.text-xs{
	font-size: 0.55rem;
}

.whitefont {
	color: #ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}