.form-module-contact-rp{
  padding:50px 0 0;
  border-bottom:1px solid RGBA(0,0,0,.16);
}
.form-module-contact-rp .flex-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.form-module-contact-rp .flex-content .col{
  width:50%;
}
.form-module-contact-rp h2{
  font-family: kade, sans-serif;
  font-size:36px;
  font-weight:400;
  color:#00074E;
  margin:0;
  padding:0;
}
.form-module-contact-rp .form input{
  border:1px solid #01064E;
  color:#353872;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 200;
  padding:15px;
  margin-bottom:15px;
  background:transparent;
}
/* .form-module-contact-rp .form{

}
.form-module-contact-rp .form input[name="firstname"] {
  padding-left:32px;
  background:url(https://f.hubspotusercontent30.net/hubfs/4832280/Group%201072.svg);
  background-position:7px center;
  background-size:18px;
  background-repeat:no-repeat;
}
.form-module-contact-rp .form input[name="company"] {
  padding-left:32px;
  background:url(https://f.hubspotusercontent30.net/hubfs/4832280/building%20icon.svg);
  background-position:7px center;
  background-size:18px;
  background-repeat:no-repeat;
}
.form-module-contact-rp .form input[name="email"] {
  padding-left:32px;
  background:url(https://f.hubspotusercontent30.net/hubfs/4832280/mail%20icon.svg);
  background-position:7px center;
  background-size:18px;
  background-repeat:no-repeat;
}
.form-module-contact-rp .form input[name="phone"] {
  padding-left:32px;
  background:url(https://f.hubspotusercontent30.net/hubfs/4832280/phone%20icon.svg);
  background-position:7px center;
  background-size:18px;
  background-repeat:no-repeat;
} */
.form-module-contact-rp .form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00074E;
  font-weight: 200;
}
.form-module-contact-rp .form  .hs-error-msgs {
  list-style:none;
  padding:0;
  margin-top:0;
}
.form-module-contact-rp .form .hs-error-msg{
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size:13px;
  color:red;
  line-height:18px;
}
.form-module-contact-rp .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00074E;
  font-weight: 200;
}

.form-module-contact-rp .form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #00074E;
  font-weight: 200;
}
.form-module-contact-rp .form label{
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size:16px;
  color:#00074E;
  line-height:24px;
}
.form-module-contact-rp .form .input .inputs-list li{
  margin-right:10px;
}
.form-module-contact-rp .form .input .inputs-list label span{
  font-weight:200;
}
.form-module-contact-rp .form select:focus{
  outline:0;
}
.form-module-contact-rp .form select{
  width:100% !important;
  padding-left:5px !important;
}
.form-module-contact-rp .form select{
  border:1px solid #01064E;
  color:#353872;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 200;
  padding:15px;
  margin-bottom:15px;
  background:transparent;
}
.form-module-contact-rp .form .input .inputs-list input{
  width:auto !important;
}
.form-module-contact-rp .form .inputs-list{
  padding:0;
  list-style:none;
  display:flex;
  margin:0 0 10px;
}
.form-module-contact-rp .form .input input,
.form-module-contact-rp .form .input textarea{
  width: 100% !important;
  box-sizing: border-box;
}
.form-module-contact-rp .form .input textarea:focus{
  outline:0;
}
.form-module-contact-rp .form .input textarea{
  border: 1px solid #01064e;
  min-height:240px;
  color: #353872;
  font-family: aktiv-grotesk,sans-serif;
  font-style: normal;
  font-weight: 200;
  padding: 15px;
  margin-bottom: 15px;
  background: transparent;
}
.form-module-contact-rp .form input:focus{
  outline:0;
} 
.form-module-contact-rp .form form{
  position:relative;
  padding-bottom:160px;
}
.form-module-contact-rp .content .content-wrrap-rp{
  max-width:485px;
/*   background-image: linear-gradient(to bottom, #00FFFF, #3BF0B6) !important; */
  padding:40px;
  padding-top:0;
  margin-right:20px;
  margin-bottom: 40px;
}
.form-module-contact-rp .content .content-wrrap-rp .link-section{
  margin-bottom:35px;
}
.form-module-contact-rp .content .content-wrrap-rp .link-section h3,
.form-module-contact-rp .content .content-wrrap-rp .link-section a{
  margin:0;
  text-decoration:none;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size:25px;
  color:#00074E;
  line-height:30px;
}
.form-module-contact-rp .content .content-wrrap-rp .link-section a:hover{
  text-decoration:underline;
}
/* .form-module-contact-rp .form .legal-consent-container{
  width: calc(100% - 215px);
/*   position:absolute; */
/* } */ 
.form-module-contact-rp .form fieldset{
  max-width:100%;
}
.form-module-contact-rp .form .legal-consent-container p,
.form-module-contact-rp .form .legal-consent-container label, 
.form-module-contact-rp .form .hs-richtext{
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size:13px;
  color:#000750;
  line-height:18px;
}
.form-module-contact-rp .form .legal-consent-container .inputs-list{
  padding:0;
  list-style:none;
}
.form-module-contact-rp .form .hs_error_rollup{
  display:none;
}
.form-module-contact-rp .form .legal-consent-container .inputs-list label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.form-module-contact-rp .form .legal-consent-container .inputs-list label span{
  margin-left:10px !important;
}
.form-module-contact-rp .form .legal-consent-container .inputs-list label input{
  width:auto !important;
  margin:0;
  border-color:#00074E;
  background:transparent;

}
.form-module-contact-rp .form .legal-consent-container a{
  color: #000750;
  font-weight: 800;
  text-decoration: none;
}
.form-module-contact-rp .form .legal-consent-container a:hover{
  text-decoration:underline;
}
.form-module-contact-rp .form .legal-consent-container .inputs-list label input:checked{
  background:#fff;
}
.form-module-contact-rp .form .hs-button{
  background:url(https://f.hubspotusercontent30.net/hubfs/4832280/Group%20554.svg);
  background-size: 18px !important;
  background-repeat: no-repeat;
  background-position: 84% center;
  padding-right: 59px;
  cursor:pointer;
  border-radius:0;
  color:#00074E;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin-top:20px;
}
.form-module-contact-rp .form .hs-button:hover{
  background:#00074E url(https://f.hubspotusercontent30.net/hubfs/4832280/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: 84% center;
  color:#fff;
}
.form-module-contact-rp .form .hs_submit{
  bottom:10px;
  right:0;
  text-align: right;
  MARGIN-RIGHT:8PX;
}


.form-module-contact-rp .form .legal-consent-container p{
  margin-top:0;
  margin-bottom:10px;
}
.form-module-contact-rp .form .legal-consent-container  ul{
  margin:0;
}

form input[type='checkbox'],
form input[type='radio']{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  position:relative;
  padding: 6px !important;
  border: 0 !important;
  margin: 0 7px 0 0 !important;
}
form input[type='radio']:before,
form input[type='checkbox']:before{
  content: '';
  width: 12px;
  height: 12px;
  outline: 1px solid #01064e;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  justify-content:center;
}
form input[type='checkbox']:checked:before,
form input[type='radio']:checked:before{
  content:url(//f.hubspotusercontent30.net/hubfs/4832280/Imported_Blog_Media/tick.svg);
  background:#fff;
}





@media only screen and (max-width : 1200px) {
.form-module-contact-rp .form form{
  position:relative;
  padding-bottom:181px;
}
}

/* @media only screen and (max-width : 979px) {
  .form-module-contact-rp .form .legal-consent-container {
    width: calc(100% - 135px);
  }
} */

@media only screen and (max-width : 767px) {
  .form-module-contact-rp .flex-content .col{
    width:100%;
  }
  .form-module-contact-rp .flex-content {
    flex-direction:column !important;
  }
  .form-module-contact-rp .content .content-wrrap-rp {
    margin-right:0;
    padding: 40px 20px;
    padding-left:0;
  }
}

@media only screen and (max-width : 480px) {
  .form-module-contact-rp .form form {
    padding-bottom:200px !important; 
  }
}

@media only screen and (max-width : 382px) {
  .form-module-contact-rp .form form {
    padding-bottom:400px !important; 
  }
}

@media only screen and (max-width : 320px) {

}



