@charset "UTF-8";
/* CSS Document */

/*Kievit @font-face*/
@font-face {
	font-family: 'Kievit';
	src: url('/storage/elements/fonts/KievitOT-Regular/KievitOT-Regular.otf') format('otf'); 
	src: local('☺'),
		url('/storage/elements/fonts/KievitOT-Regular/KievitOT-Regular.woff') format('woff'),
		url('/storage/elements/fonts/KievitOT-Regular/KievitOT-Regular.ttf') format('truetype'),
		url('/storage/elements/fonts/KievitOT-Regular/KievitOT-Regular.svg') format('svg'),
		url('/storage/elements/fonts/KievitOT-Regular/KievitOT-Regular.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kievit-Bold';
	src: url('/storage/elements/fonts/KievitOT-Bold/KievitOT-Bold.otf') format('otf'); 
	src: local('☺'),
		url('/storage/elements/fonts/KievitOT-Bold/KievitOT-Bold.woff') format('woff'),
		url('/storage/elements/fonts/KievitOT-Bold/KievitOT-Bold.ttf') format('truetype'),
		url('/storage/elements/fonts/KievitOT-Bold/KievitOT-Bold.svg') format('svg'),
		url('/storage/elements/fonts/KievitOT-Bold/KievitOT-Bold.eot') format('eot');
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
}

@font-face {
	font-family: 'Kievit-Light';
	src: url('/storage/elements/elements/fonts/KievitOT-Light/KievitOT-Light.otf') format('otf'); 
	src: local('☺'),
		url('/storage/elements/fonts/KievitOT-Light/KievitOT-Light.woff') format('woff'),
		url('/storage/elements/fonts/KievitOT-Light/KievitOT-Light.ttf') format('truetype'),
		url('/storage/elements/fonts/KievitOT-Light/KievitOT-Light.svg') format('svg'),
		url('/storage/elements/fonts/KievitOT-Light/KievitOT-Light.eot') format('eot');
	font-weight: normal;
	font-style: normal;
	line
}

/*Social Media Icons
.socialmediaicons {
	height:40px;
	width:32px;
	background-image:url(/storage/elements/icons/social-media_ALL.png);
	background-repeat:no-repeat;
	margin:0px 10px 0px 0px;
	padding:0px;
	float:left;
	display:block;
	list-style:none;
	position:relative;
	text-decoration:none;
	outline:none;
	border:none;
}

#facebookicon {background-position:0px 0px;}
#facebookicon:hover {background-position:0px -40px;}

#twittericon {background-position:-32px 0px;}
#twittericon:hover {background-position:-32px -40px;}

#youtubeicon {background-position:-64px 0px;}
#youtubeicon:hover {background-position:-64px -40px;}

#rssicon {background-position:-96px 0px;}
#rssicon:hover {background-position:-96px -40px;}
*/

