body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(47,166,85,1.00) rgba(224,43,119,1.00);
}
*::-webkit-scrollbar
{
   width: 25px;
}
*::-webkit-scrollbar-track
{
   background: rgba(224,43,119,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(47,166,85,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(224,43,119,1.00);
}
#wb_masthead
{
   vertical-align: top;
}
#masthead
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #000000;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading2
{
   color: #000000;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 5px 5px 0px rgba(128,128,128,0.50);
}
#Heading2 a
{
   color: inherit;
   text-decoration: none;
}
.pdfobject-container 
{ 
   width: 100%; 
   height: 100%; 
   border: 0px solid #000000; 
}

body
{
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media all and (max-width:768px)
{
*
{
   transition-property: none !important;
   animation: none !important;
}
}
