.bodyWrapper{
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
  flex-wrap:wrap;
 
}
.LPbodyContent{
  padding-top: 15px; 
  padding:30px 0px;
 
 flex-basis:57%;
}
.LPbodySubContent {
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:30px;
}
.LPformContainer {
background:#F0F0F0;
flex-basis: 40%;
    padding: 30px 20px 30px 40px;
  height:100%;
  
}

.fullWidthContent{
  padding-top: 15px; 
  padding:30px 0px;
  flex-basis:100%;
}


.bodyContent p a {


}
.bodyContent p a:hover {

}

.LPFormTitle{
  text-align:left;
  margin: 0px;

}
.LPFormTitle h3 , .LPFormTitle h2{
    font-size: 28px;
    line-height: 120%;

  margin-top:10px;
  margin-bottom:0px;
}
.LPFormTitle p{

   margin:5px;

}







::-webkit-input-placeholder { /* Edge */
  color: #11152C;
   
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #11152C;
   
}

::placeholder {
  color: #11152C;
  
}

/* **Hubspot Form Styling **START */
/*######################## */
form ul li {
  list-style: none;
  margin: 0px;
}
form ul {
  margin: 0px;
  padding: 0px;
 
  display: flex;
  flex-direction: column;
}
form ul.inputs-list {
  padding: 12px 0px !important;
}
.hs-form-radio {
  flex-basis: 100%;
}
.hs-form-checkbox {
  flex-basis: 100%;
  margin-left: 5px;
  height: auto;
}
.hs-form-checkbox span {
  font-size: 16px;
  display: flex;
  line-height: 22px;
  color:#333333;
  margin: 0px auto 10px auto;
  text-transform: capitalize;
}
.hs-form-radio span {
  font-size: 16px;
  display: flex;
  line-height: 30px;
  color:#333333;
}
.hs-input[type="radio"] {
  width: 15px !important;
  float: left;
  height: 15px;
  margin-right: 15px;
  
  
}
input[type="checkbox"] {
  width: 15px !important;
  float: left;
  height: 15px;
  margin-right: 2%;
  
}

form .hs-input[type="text"],
.hs-input[type="email"],
.hs-input[type="tel"],
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 45px;

    border: none;
  
  font-size: 16px;
  font-weight: 500;
  color:#333333;
  
  padding: 0 0 0 14px;
  margin: 0 0 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  
}

form select {
  box-sizing: border-box;
  width: 100%;
  height: 45px;

    border: none;
  
  font-size: 16px;
  font-weight: 500;
   border: 0px;

  padding: 0 0 0 14px;
  margin: 0 0 15px 0;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
 
  
}


input[type="submit"]{
  font-family: "Inter", Sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    fill: #fff;
    color:#fff;
    background-color: #c85943;
    border-radius: 0px 30px 30px 0px;
    padding: 1em 4em 1em 1em;
  transition: all .3s;
   background-image: url(https://info.mitre-engenuity.org/hubfs/icons/short-arrow.png);
   background-size: 16px;
  background-position: top 16px right 15px;
  background-repeat: no-repeat;
  border: 0px;
  margin-top:15px;
  cursor:pointer;
}
input[type="submit"]:hover{
  background-color: #EA6E55;
} 
form textarea {
  min-height: 250px;
  padding: 40px 25px;
}
form label,
form legend {
  color:#333333;
  font-size: 16px;
  text-transform: capitalize;
}

form .hs-form-required {
  color:#ff603d;
}

form .hs-error-msg,
.hs-error-msgs label {
  color: #ff603d; !important;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
  font-weight: 600; 
  
}


form .hs-error-msg input {
  color: #ff603d;
  font-size: 14px;
  text-transform: capitalize;
font-weight: 600; 
}


form .hs-error-msgs {
  color: #ff603d;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
 font-weight: 600; 

}
form ul.hs-error-msgs li {
  margin-top: -15px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container p {
  font-size: 14px;
  color: #0b2338;
}

form .hs-submit .actions {
  display: inline-block;
  position: relative;
  z-index: 2;
}


form .legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
  margin-bottom: 20px;
}

form fieldset {
  max-width: 100% !important;
}
form fieldset.form-columns-2 {
  max-width: 95% !important;
}


@media screen and (max-width: 540px) {
  .hs-form-radio {
    flex-basis: 100%;
  }
  .hs-form-checkbox {
    flex-basis: 100%;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  form fieldset.form-columns-2 {
    max-width: 100% !important;
  }
}

/* **Hubspot Form Styling**END */
/*######################## */
@media screen and (max-width:850px){

  
  .bodyContent{
    padding-top: 15px; 
    padding-right:0px;
  }  
 .LPformContainer ,.LPbodyContent{
   flex-basis:100%;
  }
  
  .LPformContainer{
  margin-top:30px;
  
  }
}



