@keyframes transform-bounce-out
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: rotate(0deg) scale(0.95,0.95) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   100% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
}
@keyframes transform-wobble
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { transform: translate(20%,0px) rotate(3deg) ;  }
   45% { transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { transform: translate(10%,0px) rotate(2deg) ;  }
   75% { transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a.Style-1
{
   color: #D90000;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Style-1::after
{
   background: transparent;
   content: "•";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   color: transparent;
   text-shadow: 0 0 transparent;
   font-size: 1.2em;
   transform: translateX(-50%);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Style-1:hover::after
{
   color: #4169E1;
   text-shadow: 10px 0 #4169E1, -10px 0 #4169E1;
}
a.Style-1:visited
{
   color: #BA55D3;
   font-weight: bold;
   text-decoration: none;
}
a.Style-1:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.Style-1:hover
{
   color: #4169E1;
   font-weight: bold;
   text-decoration: none;
}
a.Style-2
{
   color: #6A5ACD;
   text-decoration: underline;
}
a.Style-2:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Style-2:active
{
   color: #D90000;
   text-decoration: underline;
}
a.Style-2:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.Style-3
{
   color: #483D8B;
   text-decoration: underline;
}
a.Style-3:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Style-3:active
{
   color: #CD5C5C;
   text-decoration: underline;
}
a.Style-3:hover
{
   color: #00008B;
   text-decoration: underline;
}
a.RED
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED:visited
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED:hover
{
   color: #FF0000;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h2, .h2
{
   font-family: Aldrich;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   text-decoration: none;
   color: #FF0000;
   --color: #FF0000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h3, .h3
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h4, .h4
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h5, .h5
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Allerta;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
@media only screen and (max-width: 1249px)
{
}
