div#container
{
   width: 1250px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Html1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1250px;
   height: 100px;
   z-index: 0;
}
#JotFormIFrame-193536835301155
{
   min-width: 100%;
   height: 539px;
   border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1249px)
{
div#container
{
   width: 768px;
}
#Html1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 100px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 767px)
{
div#container
{
   width: 320px;
}
#Html1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 100px;
   visibility: visible;
   display: inline;
}
}
