.LPformContainer{
  padding:20px 25px; 
  line-height:32px; 
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #EFEFEF;
  margin-top:-0px;
}

.LPformContainer label {
   font-family: 'Arial', sans-serif;
  color: #000000;
}

 .LPformContainer .hs-button.primary.large{
   display: block;
    border-style: none;
    border-radius: 5px;
  max-width: 268px;
  padding:12px;
    background: #000000;
    box-shadow: none;
    text-shadow: none;
    
    font-size: 1.75rem;
    line-height: 1.167;
    font-weight: 500;
   font-family: 'Arial', sans-serif;
    font-style: normal;
  text-transform: none;
  vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
  text-decoration:none!important;
}

.LPbodyContent{
  padding-top: 0px; 
  padding-right: 0px;
  color:#000000;
}

.LPbodyContent p {
font-family: 'Arial', sans-serif;
}
.LPbodyContent p a {
color:#0047FF;
  text-decoration:none;
}
.LPbodyContent p a:hover {
color:#0047FF;
 text-decoration:underline;
}

.LPFormTitle{
 font-family: 'Arial', serif;
 color: #000000;
  text-align:center;
  font-size:40px;
  font-weight:900;
  margin:10px auto 30px auto;
  max-width:450px;
}

.LPbodyContent h2{
  font-family: 'Arial', sans-serif; 
  font-size:30px;
  font-weight:700 !important;
}


.LPbodyContent h3,h4,h5{
    font-family: 'Arial', sans-serif; 
color:#000000;
}


.LPbodyContent ul {
  list-style: none; /* Remove default bullets */
    list-style-position: outside;
  font-size: 16PX;
}

.LPbodyContent ul li:before {
  content: "\2022\0020";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color:#000000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  
    width: 1em;
    margin: 0px px;
   position: relative;
}
.LPbodyContent ul li{
  text-indent: -10px; /* key property */
  margin-left: -30px; /* key property, used to align bullet points with margin (increase the value to increase the indent) */
  font-family: 'Arial', sans-serif;
}
.LPbodyContent ol: {
  list-style: none; /* Remove default bullets */
  font-size: 16px;
  text-indent: 0px; /* key property */
    margin-left: -40px; /* key property */
}
.LPbodyContent ol { counter-reset: item;  }
 .LPbodyContent   ol li { margin:5px auto;}
    .LPbodyContent ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #000000;
            font-weight:bold;
          position: relative;
      margin:5px;
        }
@media screen and (max-width:767px){

  
  .LPbodyContent{
    padding-top: 15px; 
    padding-right:0px;
    padding-bottom: 20px;
  }  
  
  .button-primary{
   padding:10px 17px; 
  }
  .LPformContainer{

  margin-top:20px;
}

}

