 
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: 110px;
}
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; }
}




.visually-hidden {
position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


a.skip-to-content-link {
	font-size: 1rem;
    font-weight: 500;
    height: 0.0625rem;
    left: -62.4375rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0.0625rem;
    z-index: -999;}

a.skip-to-content-link:active, a.skip-to-content-link:focus {
    background-color: #ffffff;
    border: 0.25rem solid #276DE2;
    border-radius: 0.9375rem;
    color: #000000;
    height: auto;
    left: auto;
    margin: 0.625rem 35%;
    overflow: auto;
    padding: 0.3125rem;
    text-align: center;
    top: auto;
    width: 30%;
    z-index: 999;
} 
/*
a:focus  {
  outline: 0;
  box-shadow:
    0 0 0 .2rem #fff,
    0 0 0 .35rem #900 !important;
}
*/
a:focus:not(:focus-visible)  
  outline: 0;
  box-shadow: none;
}

