@font-face {
	font-family: 'Marianne-Bold';
	src: url(/fonts/Marianne/web/Marianne-Bold.woff2) format(‘woff2’),
		url(/fonts/Marianne/web/Marianne-Bold.woff) format(woff),
}

@font-face {
	font-family: 'Marianne-Light';
	src: url(/fonts/Marianne/web/Marianne-Light.woff2) format(‘woff2’),
		url(/fonts/Marianne/web/Marianne-Light.woff) format(woff)
}

@font-face {
	font-family: 'Marianne-Regular';
	src: url(/fonts/Marianne/web/Marianne-Regular.woff2) format(‘woff2’),
		url(/fonts/Marianne/web/Marianne-Regular.woff) format(woff),
}

.fontMarianneBold {
    font-family: 'Marianne-Bold';
}

.fontMarianneLight {
    font-family: 'Marianne-Light';
}

.fontMarianneRegular {
    font-family: 'Marianne-Regular';
}

.upper {
    text-transform: uppercase;
    font-size: 15px;
}

.linkBlack {
    color: #000000;
}

.thumb {
    width: 25px;
}

.goodAlignment12 {
    font-size: 12px;
    text-align:end; 
    line-height: 1.2;
}

.goodAlignment14 {
    font-size: 14px;
    text-align:end; 
    line-height: 1.2;
}

.mleft {
    margin-left: 20px;
}

.btn-canope {
    background-color: #286979;
    color: #ffffff;
}

.btn-canope:hover {
    background-color: #18454F;
    color: #ffffff;
}

.btn-canope-outline {
    border: 1px solid #286979;
    color: #286979;
}

.btn-canope-outline:hover {
    border: 1px solid #18454F;
    color: #18454F;
}

.container-desktop {
    max-width: 700px;
}