@font-face
{
   font-family: "Material Icons";
   src: url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes transform-lightspeed-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -webkit-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-lightspeed-in
{
   0% { -moz-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -moz-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-spring
{
   0% { -webkit-transform: rotate(0deg) ;  }
   30% { -webkit-transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { -webkit-transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { -webkit-transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { -webkit-transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { -webkit-transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { -webkit-transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-spring
{
   0% { -moz-transform: rotate(0deg) ;  }
   30% { -moz-transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { -moz-transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { -moz-transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { -moz-transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { -moz-transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { -moz-transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-spring
{
   0% { transform: rotate(0deg) ;  }
   30% { transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-tada
{
   0% { -webkit-transform: rotate(0deg) ;  }
   10% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-tada
{
   0% { -moz-transform: rotate(0deg) ;  }
   10% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-tada
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.events-activities
{
   color: #000000;
   text-decoration: none;
}
a.events-activities:visited
{
   color: #000000;
   text-decoration: none;
}
a.events-activities:active
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.events-activities:hover
{
   color: #000000;
   text-decoration: none;
}
a.style1
{
   color: #191970;
   text-decoration: none;
}
a.style1:visited
{
   color: #191970;
   text-decoration: none;
}
a.style1:active
{
   color: #191970;
   text-decoration: none;
}
a.style1:hover
{
   color: #191970;
   text-decoration: underline;
}
a.style2
{
   color: #0000FF;
   text-decoration: none;
}
a.style2:visited
{
   color: #0000FF;
   text-decoration: none;
}
a.style2:active
{
   color: #0000FF;
   text-decoration: none;
}
a.style2:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style3
{
   color: #4F4F4F;
   font-weight: bold;
   text-decoration: none;
}
a.style3:visited
{
   color: #000000;
   text-decoration: none;
}
a.style3:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style3:hover
{
   color: #4F4F4F;
   text-decoration: none;
}
a.lates-post
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.lates-post:visited
{
   color: #FF0000;
   text-decoration: none;
}
a.lates-post:active
{
   color: #FF0000;
   text-decoration: none;
}
a.lates-post:hover
{
   color: #FF0000;
   text-decoration: none;
}
a.research-assistance
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.research-assistance:visited
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.research-assistance:active
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.research-assistance:hover
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.about
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.about:visited
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.about:active
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.about:hover
{
   color: #000080;
   text-decoration: none;
}
a.events
{
   color: #000080;
   font-weight: bold;
   text-decoration: none;
}
a.events:visited
{
   color: #000080;
   font-weight: bold;
   text-decoration: none;
}
a.events:active
{
   color: #000080;
   font-weight: bold;
   text-decoration: none;
}
a.events:hover
{
   color: #000080;
   font-weight: bold;
   text-decoration: none;
}
a.research-output
{
   color: #000000;
   text-decoration: none;
}
a.research-output:visited
{
   color: #000000;
   text-decoration: underline;
}
a.research-output:active
{
   color: #000000;
   text-decoration: underline;
}
a.research-output:hover
{
   color: #000080;
   font-weight: bold;
   text-decoration: underline;
}
a.nbw2021
{
   color: #FF0000;
   text-decoration: underline;
}
a.nbw2021:visited
{
   color: #FF0000;
   text-decoration: underline;
}
a.nbw2021:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.nbw2021:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
