
/* Buttons */
.marketingForm .primaryButton, .submitButton {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;   
    border: none;
    border-radius: 4px;
    color: #000;
    padding: 10px 20px;
        cursor: pointer;
    background-color: #00bf7d !important;
}
.marketingForm .secondaryButton {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #0082dd;
    border-radius: 4px;
    color: #2266e3;
    padding: 10px 20px;
    cursor: pointer;
}

/* Inputs & Select */
.optionSetFormFieldBlock select,
.textFormFieldBlock input,
.dateTimeFormFieldBlock input,
.lookupFormFieldBlock input,
.marketingForm textarea {
    padding: 6px 8px;
    background-color: transparent !important;
    border-radius: 1px;
    width: 100%;
    border: 1px solid #00bf7d !important;
    color: #00bf7d !important;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .hide-on-mobile-class { display: none !important; }
    .hide-on-desktop-class { display: block !important; }
    .hide-on-desktop-class.hide-on-mobile-class { display: none !important; }
}
.marketingForm .textFormFieldBlock {
  padding: 0 10px 0 10px !important;
}

.marketingForm .textFormFieldBlock label,
.marketingForm .dateTimeFormFieldBlock label,
.marketingForm .twoOptionFormFieldBlock label,
.marketingForm .optionSetFormFieldBlock label,
.marketingForm .multiOptionSetFormFieldBlock label,
.marketingForm .lookupFormFieldBlock label {
  display: inline-block;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  flex: 1;
  width: 100%;
  color: #00bf7d !important;
  font-family: Lato-Regular !important;
  font-size: 12px !important;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .marketingForm .textFormFieldBlock label,
  .marketingForm .dateTimeFormFieldBlock label,
  .marketingForm .twoOptionFormFieldBlock label,
  .marketingForm .optionSetFormFieldBlock label,
  .marketingForm .multiOptionSetFormFieldBlock label,
  .marketingForm .lookupFormFieldBlock label {
    font-size: 12px !important;
  }
}
.marketingForm .textFormFieldBlock label::after,
.marketingForm .dateTimeFormFieldBlock label::after,
.marketingForm .twoOptionFormFieldBlock label::after,
.marketingForm .optionSetFormFieldBlock label::after,
.marketingForm .multiOptionSetFormFieldBlock label::after,
.marketingForm .lookupFormFieldBlock label::after {
  width: 22px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  color: #00bf7d;
  content: "*";
}


.marketingForm div[data-editorblocktype="Captcha"] {
  padding: 5px 10px 10px 10px;
}
@media (min-width: 992px) {
  .marketingForm div[data-editorblocktype="Captcha"] .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.marketingForm div[data-editorblocktype="Captcha"] div > div > table > tbody > tr:first-of-type > td:last-of-type {
  padding-bottom: 0px !important;
}
.marketingForm div[data-editorblocktype="Captcha"] table tr[id="wlspispHIPErrorContainer"] img {
  display: none;
}
.marketingForm div[data-editorblocktype="Captcha"] table td div.captcha-textbox {
  padding: 16px 10px !important;
  padding-bottom: 0px !important;
}
.marketingForm div[data-editorblocktype="Captcha"] table td input {
  margin-top: 20px !important;
  border-width: 1px !important;
}
.marketingForm div[data-editorblocktype="Captcha"] label {
  font-family: Lato-Regular !important;
  font-size: 12px;
  font-weight: 400;
  color: #00bf7d !important;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  flex: 1;
  width: 100%;
}
@media (max-width: 991.98px) {
  .marketingForm div[data-editorblocktype="Captcha"] label {
    font-size: 12px !important;
    margin-top: 10px !important;
  }
}
.marketingForm div[data-editorblocktype="Captcha"] label::after {
  color: #00bf7d !important;
}

.marketingForm div[data-editorblocktype="Captcha"] input {
  font-family: Lato-Regular !important;
  font-size: 12px !important;
  padding: 8px 12px !important;
  background-color: transparent;
  border: 1px solid #00bf7d;
  color: #00bf7d;
  border-radius: 4px !important;
  display: block;
  width: 100%;
  height: 100%;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  border-width: 1px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .marketingForm div[data-editorblocktype="Captcha"] input {
    font-size: 12px !important;
  }
}
.marketingForm div[data-editorblocktype="Captcha"] input:focus {
  color: #fff;
  background-color: #00bf7d;
  border-color: #00bf7d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 125, 0.5);
}
.marketingForm div[data-editorblocktype="Captcha"] a {
  font-family: Lato-Regular !important;
  font-size: 12px !important;
  color: #00bf7d;
}
@media (max-width: 991.98px) {
  .marketingForm div[data-editorblocktype="Captcha"] a {
    font-size: 12px !important;
  }
}
.marketingForm div[data-editorblocktype="Captcha"] a:hover,
.marketingForm div[data-editorblocktype="Captcha"] a:focus {
  color: #00bf7d;
}
.marketingForm div[data-editorblocktype="Captcha"] b {
  color: #00bf7d !important;
}
form.marketingForm input {
    height: 40px !important;
    flex: inherit;
}

#consentTopicCheckbox-1737664495292 {
    height: 13px !important;
    margin-right: 10px;
}


.marketingForm .textFormFieldBlock {
  padding: 0 10px 0 10px !important;
}

.marketingForm div[data-editorblocktype="Captcha"] table {
    width:100%;
}
@media (max-width: 767.98px) {
  #wlspispHIPBimg089e2970c78eb48938ebdd7604234e0fb0, #wlspispSolutionElementebaa617a412244c88da08d68414cc0da {
    width: 40vw !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   #wlspispHIPBimg089e2970c78eb48938ebdd7604234e0fb0, #wlspispSolutionElementebaa617a412244c88da08d68414cc0da {
    width: 12vw !important;
  }
}@media (min-width: 992px) {
  #wlspispHIPBimg089e2970c78eb48938ebdd7604234e0fb0, #wlspispSolutionElementebaa617a412244c88da08d68414cc0da {
    width: 13vw !important;
  }
}
/*Extra changes for Mobile view of form*/
@media screen and (max-width:575px){
    form.marketingForm > .row > div > .row {
        max-width: 100% !important;
        width: 100% !important;
        display: inline;
    }
    form.marketingForm > div.row > div > div.row > div {
        padding: 0 !important;
    }
    form.marketingForm > .row > div > .row > div > div > div > div > table > tbody > tr > td:nth-child(1) {
        display: none;
    }
}
@media screen and (min-width:576px){
	fieldset div:nth-child(4) {
		padding-bottom: 24px;
	}
	form.marketingForm > .row {
		display: inline-flex;
		width: 100% !important;
	}
	form.marketingForm > .row > div {
		display: inline-block !important;
		padding: 0 10px !important;
		margin: 0 !important;
		width: 50% !important;
		max-width: 50% !important;
	}
	form.marketingForm > .row > div.col-sm-6 {
		width: 50% !important;
		max-width: 50% !important;
	}
	form.marketingForm > .row > div.col-sm-12 {
		width: 100% !important;
		max-width: 100% !important;
		display: flex !important;
	}
	form.marketingForm > .row > div  label {
		padding: 0 !important;
		margin: 0 !important;
	}
	form.marketingForm > .row > div  input[type="text"] {
		margin-bottom: 20px;
	}
	form.marketingForm > .row > div > label,
	form.marketingForm > .row > div > input[type="text"] {
		width: 100% !important;
	}
	form.marketingForm > .row > div > .row {
		padding: 0 !important;
		margin: 0 !important;
	}
	form.marketingForm > .row > div > .row > div {
		margin: 0 !important;
		padding: 0 !important;
	}
	form.marketingForm > .row > div > .row > div > div > div > div > table > tbody > tr > td:nth-child(1) {
		display: none !important;
	}
	form.marketingForm > .row td[aria-hidden="true"] > div {
		display: inline-block;
		width: 50%;
		max-width: 50%;
		overflow: hidden;
	}
	form.marketingForm > .row td[aria-hidden="true"] > div > table {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
	form.marketingForm > .row td[aria-hidden="true"] > img {
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden;
	}
	footer.footer-main .contactForm p {
		text-align: left;
		padding-bottom: 10px;
		margin-top: -7px;
	}
}

