 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'KievitOT';
	/* padding-top: 200px; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}
 


.animate-in {
	-webkit-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	-o-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	opacity: 0 !important; 
}
.animate-in.animate-in-right
{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	    transform: translateX(50px);
	
}
.animate-in.animate-in-left
{
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	    transform: translateX(-50px);
	
}
.animate-in.animate-in-up
{
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	    transform: translateY(50px); 
}
.animate-in.animate-in-down
{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	    transform: translateY(-50px); 
}
.animate-in.animate-in-down-2
{
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	    transform: translateY(-25px); 
}

.animate-in.animate-in-done {
    opacity: 1!important;
    -ms-transform: translateX(0px)!important;
        transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
}

@media (min-width:992px)
{	
	.animate-in.animate-in-delay-1 { -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
	.animate-in.animate-in-delay-2 { -webkit-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
	.animate-in.animate-in-delay-3 { -webkit-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }
	.animate-in.animate-in-delay-4 { -webkit-transition-delay:1.2s; -o-transition-delay:1.2s; transition-delay:1.2s; } 
	.animate-in.animate-in-delay-5 { -webkit-transition-delay:1.5s; -o-transition-delay:1.5s; transition-delay:1.5s; }
	.animate-in.animate-in-delay-6 { -webkit-transition-delay:1.8s; -o-transition-delay:1.8s; transition-delay:1.8s; }
}




a.skip-to-content-link {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:1px;
	height:1px;
	text-align: left;
	overflow:hidden;
}

a.skip-to-content-link:focus, a.skip-to-content-link:active, a.skip-to-content-link:hover {
	position:absolute;
	left:0;
	top:0;
	width:auto;
	height:auto;
	overflow:visible;
	background-color:#fff;
	color:black;
	border: 1px dotted #000;
} 
.skip-to-content-link:focus {
  transform: translateY(0%);
  z-index:2;
} 


a:focus:not(:focus-visible)  
  outline: 0;
  box-shadow: none;
}


a:focus  {
  outline: 0;
  box-shadow:
    0 0 0 .2rem #fff,
    0 0 0 .35rem #900 !important;
}

