@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
a.style1
{
   color: #8B0000;
   text-decoration: none;
}
a.style1:visited
{
   color: #8B0000;
   text-decoration: underline;
}
a.style1:active
{
   color: #8B0000;
   text-decoration: underline;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style2
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style2:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style2:hover
{
   color: #FF0000;
   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: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.body_text
{
   font-family: "Trebuchet MS";
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
}
.blog_headings
{
   font-family: "Trebuchet MS";
   font-size: 16px;
   text-decoration: none;
   color: #8B0000;
   background-color: transparent;
}
.blog_headings 14
{
   font-family: "Trebuchet MS";
   font-size: 19px;
   text-decoration: none;
   color: #8B0000;
   background-color: transparent;
}
.video_responsive
{
   text-decoration: none;
   background-color: transparent;
   .video-responsive{
    overflow:hidden;
   padding-bottom:56.25%;
   position:relative;
   height:0;
   }
.video-responsive iframe{
    left:0;
   top:0;
   height:100%;
   width:100%;
   position:absolute;
   };
}
