/* cloverhill.css */


/* colour logo */
.chc_0 { fill: #1e3c46; }
.chc_1 { fill: #00853d; }

/* bw logo */
.chw_0 { fill: #fff; }
.chw_1 { fill: #00853d; }


/* fonts */
.stix-two-text-normal {
font-family: var(--serif-font);
font-optical-sizing: auto;
font-weight: 400 !important;
font-style: normal !important;
}
.stix-two-text-bold {
font-family: var(--serif-font);
font-optical-sizing: auto;
font-weight: 700 !important;
font-style: normal !important;
}
.stix-two-text-normal-ital {
font-family: var(--serif-font);
font-optical-sizing: auto;
font-weight: 400 !important;
font-style: italic !important;
}
.stix-two-text-bold-italic {
font-family: var(--serif-font);
font-optical-sizing: auto;
font-weight: 700 !important;
font-style: italic !important;
}

.text-white { color: var(--white-color) !important; }
.text-right { text-align:right !important; }

/* home */
.experience-counter .ch-checkmark {
	position: absolute;
	left:10px;
	top:10px;
	width: 60px !important;
	height: 65px !important;
	padding: 1px;
}
.experience-counter .ch-checkmark img {
	width: inherit !important;
	height: inherit !important;
}