.maintitle {
	font-size: 1.5rem;
	color: #118af5;
	font-weight: bold;
	line-height: 1.75rem;
	padding-top: 20px;
	padding-bottom: 10px;
}

.subtitle {
	font-size: 1.2rem;
	color: #81b301;
	line-height: 1.25rem;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textred {
	color: #F00;
}

.textreddark {
	color: #7a0000;
}

.textwhite {
	color: #FFF;
}

.textblack {
	color: #000;
}

.textorange {
	color: #F16625;
}

.textbluexdark {
	color: #001835;
}

.textbluedark {
	color: #272262;
}

.textblue {
	color: #0080C5 !important;
}

.textxxx-small {
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textxx-small {
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textx-small {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textsmall {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textmedium {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.0625rem;
}

.textlarge {
	font-size: 2.4rem;
	line-height: 1.3;
}

.text2x-large {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
}

.text3x-large {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.text4x-large {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.text5x-large {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
}

.text-jumbo {
	font-size: 6rem;
	line-height: 1;
}

@media screen and (max-width: 1200px) {
	.text5x-large {
		font-size: 3.6rem;
	}

	.text-jumbo {
		font-size: 5rem;
	}
}

.lineheight1 {
	line-height: 1;
}

.lineheight1-5 {
	line-height: 1.5;
}

.lineheight2 {
	line-height: 2;
}

.lineheight3 {
	line-height: 3;
}


.font-light {
	font-weight: 200;
}
.font-regular {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 800;
}

/*TO BE REMOVED*/
.textbold {
	font-weight: bold;
}

.textunderline {
	text-decoration: underline;
}

.underline-white {
	text-decoration-color: white;
}

.text-no-transform {
	text-transform: none !important;
}

.text-no-decoration {
	text-decoration: none;
}

.text-no-decoration:hover {
	text-decoration: none;
}

.textshadow {
	text-shadow: 2px 2px #000000;
}

.dotted {
	border-bottom: 1px dotted #81b301;
	/*	line-height: 22px;*/
}

.italic {
	font-style: italic;
}

.line-through {
	text-decoration: line-through;
}

.title1 {
	font-size: 6rem;
	line-height: 1;
	font-family: "PP Telegraf";
	font-weight: bold;
}

.title2 {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
	font-family: "PP Telegraf";
	font-weight: bold;
}

.title3 {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: "PP Telegraf";
	font-weight: bold;
}

.title4 {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: "PP Telegraf";
}

.go-ortho-text-dark {
	color: var(--go-ortho-color-purple);
}

a.go-ortho-text-dark:hover {
	color: var(--go-ortho-color-purple-medium);
}

a.textwhite:hover {
	color: var(--go-ortho-color-purple-medium);
}

.go-ortho-text-light {
	color: var(--go-ortho-color-kaki);
}