@CHARSET "UTF-8";

/* maven-pro-regular - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/maven-pro-v32-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/maven-pro-v32-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/maven-pro-v32-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/maven-pro-v32-latin-regular.svg#MavenPro') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	src: url('../fonts/maven-pro-v32-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/maven-pro-v32-latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/maven-pro-v32-latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/maven-pro-v32-latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
}

@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/maven-pro-v32-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/maven-pro-v32-latin-800.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/maven-pro-v32-latin-800.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/maven-pro-v32-latin-800.ttf') format('truetype'),
		/* Safari, Android, iOS */
}

h1 {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: x-large;
	padding: 0;
	margin: 0;
}

h2 {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: large;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: medium;
	padding: 0;
	margin: 0;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-300 {
	font-weight: 300;
}

.xtiny {
	font-size: xx-small;
}

.tiny {
	font-size: x-small;
}

.xsmall {
	font-size: smaller;
}

.small {
	font-size: small;
}

.medium {
	font-size: medium;
}

.xmedium {
	font-size: 20px
}

.large {
	font-size: large;
}

.giant {
	font-size: x-large;
}

.xgiant {
	font-size: xx-large;
}

.very-big {
	font-size: 46px;
}

.gigantic {
	font-size: 80px;
}

.white {
	color: #FFF;
}

.white a {
	color: #FFF;
}

.white:hover a {
	color: #FFF;
}

.black {
	color: #000;
}

.black a {
	color: #000;
}

.black:hover a {
	color: #000;
}

.purple {
	color: #6D24C1;
}

.blue {
	color: #0000FF;
}

.blue a:visited {
	color: #800080;
}

.green {
	color: #9CBD00;
}

.big-red {
	font-size: 22px;
	color: #de1e1e;
}

.red {
	color: #de1e1e;
}
.red a {
	color: #de1e1e;
}

.grey {
	color: rgb(101, 119, 134);
}

.news-item-font {
	font-size: 18px;
	font-weight: 400;
}

.no-bold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.font-weight-normal {
	font-weight: 400;
}

.underline {
	text-decoration: underline;
}