@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype');
}
@-webkit-keyframes animate-fade-in-up
{
   0% { -webkit-transform:  rotate(0deg) translate(0px,100px); opacity: 0;  }
   100% { -webkit-transform:  rotate(0deg) translate(0px,0px); opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform:  rotate(0deg) translate(0px,100px); opacity: 0;  }
   100% { -moz-transform:  rotate(0deg) translate(0px,0px); opacity: 1;  }
}
@-o-keyframes animate-fade-in-up
{
   0% { -o-transform:  rotate(0deg) translate(0px,100px); opacity: 0;  }
   100% { -o-transform:  rotate(0deg) translate(0px,0px); opacity: 1;  }
}
@-ms-keyframes animate-fade-in-up
{
   0% { -ms-transform:  rotate(0deg) translate(0px,100px); opacity: 0;  }
   100% { -ms-transform:  rotate(0deg) translate(0px,0px); opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform:  rotate(0deg) translate(0px,100px); opacity: 0;  }
   100% { transform:  rotate(0deg) translate(0px,0px); opacity: 1;  }
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-o-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-ms-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform:  rotate(0deg) scale(2,2); opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform:  rotate(0deg) scale(1,1); opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform:  rotate(0deg) scale(2,2); opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform:  rotate(0deg) scale(1,1); opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform:  rotate(0deg) scale(2,2); opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform:  rotate(0deg) scale(1,1); opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform:  rotate(0deg) scale(2,2); opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform:  rotate(0deg) scale(1,1); opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform:  rotate(0deg) scale(2,2); opacity: 0; transform-origin: 50% 50%;  }
   100% { transform:  rotate(0deg) scale(1,1); opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform:  rotate(0deg) scale(0,0); opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform:  rotate(0deg) scale(0.9,0.9); -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform:  rotate(0deg) scale(1,1); -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform:  rotate(0deg) scale(0,0); opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform:  rotate(0deg) scale(0.9,0.9); -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform:  rotate(0deg) scale(1,1); -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform:  rotate(0deg) scale(0,0); opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform:  rotate(0deg) scale(0.9,0.9); -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform:  rotate(0deg) scale(1,1); -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform:  rotate(0deg) scale(0,0); opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform:  rotate(0deg) scale(0.9,0.9); -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform:  rotate(0deg) scale(1,1); -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform:  rotate(0deg) scale(0,0); opacity: 0; transform-origin: 50% 50%;  }
   90% { transform:  rotate(0deg) scale(0.9,0.9); transform-origin: 50% 50%; opacity: 1;  }
   100% { transform:  rotate(0deg) scale(1,1); transform-origin: 50% 50%;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform:  rotate(0deg) scale(0,0);  }
   100% { opacity: 1; -webkit-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform:  rotate(0deg) scale(0,0);  }
   100% { opacity: 1; -moz-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-o-keyframes transform-scale-in
{
   0% { opacity: 0; -o-transform:  rotate(0deg) scale(0,0);  }
   100% { opacity: 1; -o-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-ms-keyframes transform-scale-in
{
   0% { opacity: 0; -ms-transform:  rotate(0deg) scale(0,0);  }
   100% { opacity: 1; -ms-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform:  rotate(0deg) scale(0,0);  }
   100% { opacity: 1; transform:  rotate(0deg) scale(1.0,1.0);  }
}
a
{
   color: #9ACD32;
   text-decoration: underline;
}
a:visited
{
   color: #8A2BE2;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #9ACD32;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:visited
{
   color: #008000;
   text-decoration: underline;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style1:hover
{
   color: #B22222;
   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-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-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-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-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: normal;
   font-size: 37px;
   text-decoration: none;
   color: #228B22;
   background-color: #FFFFFF;
   padding: 15px 0px 15px 0px;
   -webkit-text-shadow: 5px 0px 3px rgba(0, 0, 0, 1.00);
   -moz-text-shadow: 5px 0px 3px rgba(0, 0, 0, 1.00);
   text-shadow: 5px 0px 3px rgba(0, 0, 0, 1.00);
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (min-width: 375px) and (max-width: 479px)
{
}
@media only screen and (min-width: 325px) and (max-width: 374px)
{
}
@media only screen and (max-width: 324px)
{
}
