.two_col_wysiwyg .col_wrap h4 {
  color: #707070;
}
.two_col_wysiwyg .col_wrap > div {
  box-shadow: 0px 0px 30px #6797FF29;
  border-top: 13px solid var(--pe_blue);
  border-radius: 5px;
  padding: 35px 0 25px;
  position: relative;
}
.two_col_wysiwyg .col_wrap:nth-child(1) > div {
   border-top-color: var(--pe_teal);
}
.two_col_wysiwyg .col_wrap > div {
  min-height: 100%;
  flex-direction: column;
}
.two_col_wysiwyg .col_wrap .text_wrap {
  flex-grow: 1;
}
.discount_form {
	background: var(--pe_light_bluegray);
}
#pe_discount #caspioform table table td .placeholder, 
#pe_discount #caspioform table table td.filled .placeholder, 
#pe_discount #caspioform table table td.focused .placeholder,
#pe_discount #datapage-form select,
#pe_discount #datapage-form textarea,
#pe_discount #datapage-form input[type='email'],
#pe_discount #datapage-form input[type='text'] {
	background-color: #fff !important;
}
#pe_discount #caspioform table table td .placeholder, 
#pe_discount #caspioform table table td.filled .placeholder, 
#pe_discount #caspioform table table td.focused .placeholder {
	z-index: 1;
}
#pe_discount h3.cb-datapage-title-h3-left {
  text-align: center;
  margin-top: 25px;
}
#pe_discount #datapage-form select:-webkit-autofill,
#pe_discount #datapage-form input:-webkit-autofill,
#pe_discount #datapage-form input:-webkit-autofill:hover,
#pe_discount #datapage-form input:-webkit-autofill:focus,
#pe_discount #datapage-form textarea:-webkit-autofill,
#pe_discount #datapage-form textarea:-webkit-autofill:hover,
#pe_discount #datapage-form textarea:-webkit-autofill:focus,
#pe_discount #datapage-form input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #484848 !important;
}
#pe_discount .dp-select-parent label,
#pe_discount #caspioform table table td.filled .placeholder,
#pe_discount #caspioform table table td.focused .placeholder,
#pe_discount #caspioform section div.filled .placeholder,
#pe_discount #caspioform section div.focused .placeholder {
  background: #f2f4f8 !important;
  background: linear-gradient(180deg, rgba(242,244,248,1) 20%, rgba(255,255,255,1) 100%) !important;
}
#pe_discount .dp-select-parent label {
  left: 11px;
  font-weight: 400;
  padding: 2px 3px;
}
#pe_discountx #datapage-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/caspio/img/Dropdown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  background-size: 12px auto !important;
}
.two_col_wysiwyg .container p,
.two_col_wysiwyg .container li {
  font-size: var(--fs-16);
}
.two_col_wysiwyg .container p {
  margin-bottom: 15px;
}
.two_col_wysiwyg .container .col_wrap:nth-child(2) p:last-of-type {
  margin-bottom: 0;
  margin-top:15px;
}
#pe_discount .social_proof img{
  height:auto !important;
}
@media (max-width: 991px) {
	.two_col_wysiwyg .col_wrap:nth-child(1) {
		margin-bottom: 30px;
	}
}

.dp_title{max-width:400px;margin:0 auto}
#datapage-form-outer{padding-top:0!important}
#headerContent{display:none}

#datapage-form.pe_version #caspioform .placeholder,
#datapage-form.pe_version #caspioform .filled .placeholder,
#datapage-form.pe_version #caspioform .focused .placeholder {
  z-index: 1 !important;
}
.pe_version #caspioform section > div:nth-child(12),
.pe_version #caspioform section > div:nth-child(6) {
  padding-right: 7px;
}
.pe_version #caspioform section > div:nth-child(13),
.pe_version #caspioform section > div:nth-child(7) {
  padding-left: 7px;
}
.pe_version #caspioform section > div:nth-child(13) .placeholder,
.pe_version #caspioform section > div:nth-child(7) .placeholder {
  left: 17px;
}
.pe_version #caspioform section[data-cb-name="cbTable"] > div:nth-child(20) label {
  font-size: var(--fs-14);
  font-weight: 400;
  margin-bottom: 15px;
}
#datapage-form.pe_version section[data-cb-name="cbTable"] > div:nth-child(20) span:nth-child(2) {
  color: #9e0b0f;
  font-family: var(--latoregular);
  font-size: var(--fs-13);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  margin: -15px 0px 0px 0px;
  display: block;
  position: relative;
  padding-left: 16px;
}
#datapage-form.pe_version section[data-cb-name="cbTable"] > div:nth-child(20) > span:nth-child(2):before {
  content: "";
  display: inline-block;
  background: url("http://static.caspio.com/images/2015/DataPages/icons/form_error.png") no-repeat top left;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  left: 0;
}
#datapage-form.pe_version section[data-cb-name="cbTable"] > div:nth-child(20) span:nth-child(2) img {
  display: none;
}
@media (max-width: 991px) {
  .pe_version #caspioform section > div:nth-child(12),
  .pe_version #caspioform section > div:nth-child(6) {
    padding-right: 2px;
  }
  .pe_version #caspioform section > div:nth-child(13),
  .pe_version #caspioform section > div:nth-child(7) {
    padding-left: 2px;
  }
  .pe_version #caspioform section > div:nth-child(13) .placeholder,
  .pe_version #caspioform section > div:nth-child(7) .placeholder {
    left: 10px;
  }
}