/**
 * TYPOGRAPHY
 */
.fs-9 {
	font-size: 9px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-14 {
	font-size: 16px !important;
}
.fs-16 {
	font-size: 20px !important;
}
.fs-20 {
	font-size: 22px !important;
}
.fs-24 {
	font-size: 26px !important;
}
.fs-28 {
	font-size: 30px !important;
}
.fs-36 {
	font-size: 38px !important;
}
.fw-100 {
	font-weight: 100 !important;
}
.fw-300 {
	font-weight: 300 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
.lh-14 {
	line-height: 16px !important;
}
.lh-16 {
	line-height: 18px !important;
}
.lh-20 {
	line-height: 20px !important;
}
.lh-24 {
	line-height: 26px !important;
}
.lh-28 {
	line-height: 30px !important;
}
.lh-33 {
	line-height: 35px !important;
}
.lh-34 {
	line-height: 36px !important;
}
.lh-36 {
	line-height: 38px !important;
}
.lh-42 {
	line-height: 44px !important;
}
.lines-2 {
	display: -webkit-box;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lines-3 {
	display: -webkit-box;
	line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-truncated {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-underline {
	text-decoration: underline;
}
.text-none {
	text-decoration: none !important;
}
.no-underline {
	cursor: default !important;
	text-decoration: none !important;
}
.text-justify {
	text-align: justify;
}

.fs-24-36 {
	font-size: 24px;
}

.fs-16-24 {
	font-size: 16px;
}

.fs-20-24 {
	font-size: 20px;
}

.fs-11-14 {
	font-size: 11px;
}

.fs-11-16 {
	font-size: 11px;
}

.text-md-right {
	text-align: left;
}

.cols-3 {
	column-count: 2 !important;
}

@media screen and (min-width: 768px) { 
	.text-md-right {
		text-align: right;
	}

	.fs-11-14 {
		font-size: 14px;
	}

	.fs-24-36 {
		font-size: 36px;
	}
	.fs-16-24,
	.fs-20-24 {
		font-size: 24px;
	}
	.fs-11-16 {
		font-size: 16px;
	}
}