/** old css **/
p.cb-datapage-title-p {
  text-align: left !important;
}
/*#datapage-form {
    max-width: 525px !important;
    margin: 50px 0 !important;
}
#datapage-form form#caspioform table tr td {
  padding: 0 0 15px 0 !important;
}
#datapage-form input[type="email"],
#datapage-form input[type="text"],
#datapage-form select,
#datapage-form textarea {
  height: 45px !important;
  padding: 10px !important;
  border: 1px solid #999 !important;
  font-size: 16px !important;
  color: #484848 !important;
  background: 0 0 !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  max-width: 100% !important;
  position: relative;
  z-index: 1;
}
#datapage-form textarea {
  height: auto !important;
  max-height: 132px !important;
}
#datapage-form input[type="email"]:focus,
#datapage-form input[type="text"]:focus,
#datapage-form select:focus,
#datapage-form textarea:focus {
  border: 2px solid #1196ba !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#datapage-form input[type="email"]:not(:focus):hover,
#datapage-form input[type="text"]:not(:focus):hover,
#datapage-form select:hover:not(:focus):hover,
#datapage-form textarea:hover:not(:focus):hover {
  border: 2px solid #666 !important;
}
#datapage-form .cbSubmitButtonContainer_4b7132346dc1db {
  padding: 0 !important;
}
#datapage-form input[type="submit"] {
  min-width: auto;
  line-height: 1 !important;
  color: #fff !important;
  background: #ff7610 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin-bottom: 25px !important;
    max-width: 100% !important;
    padding: 14px 30px;
    display: block !important;
    width: 100%;
}
#datapage-form input[type="submit"]:hover {
  background: #f66a02 !important;
}
::placeholder {
  color: #ccc !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #ccc !important;
}
::-ms-input-placeholder {
  color: #ccc !important;
}
#caspioform table table td .placeholder {
  position: absolute;
  z-index: -1;
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #747d82 !important;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Lato, sans-serif;
}
#caspioform table table td.filled .placeholder,
#caspioform table table td.focused .placeholder {
  font-size: 12px;
  top: -12px;
  z-index: 1;
  padding: 0 5px;
  color: #8a8a8a !important;
  background: #fff !important;
}*/

.bg_pe_light_bluegray_fadeDown {
    background: transparent linear-gradient(180deg, #004AAA26 0%, #FFFFFF00 25%) 0% 0% no-repeat padding-box !important;
}

#headerContent p.cb-datapage-title-p,
p.cb-datapage-confirm-p-center {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  max-width: 400px;
  margin: 0 auto 10px;
}
h2.cb-datapage-confirm-h2-center {
  font-size: 32px;
  color: #484848;
  font-weight: 700;
  margin-bottom: 10px;
}
#datapage-form input:-internal-autofill-selected,
#datapage-form input:-webkit-autofill,
#datapage-form input:-webkit-autofill:focus,
#datapage-form input:-webkit-autofill:hover,
#datapage-form textarea:-webkit-autofill,
#datapage-form textarea:-webkit-autofill:focus,
#datapage-form textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #484848;
  -webkit-box-shadow: 0 0 0px 1000px #b3fbff33 inset !important;
}

input#InsertRecordAttachment {
    border: 0;
}
/** old css **/


.col-quote {
    background: var(--pe_light_bluegray);
    padding: 4em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 5px;
}

span.quote-text {
    color: #0047A7;
    font-size: var(--fs-25);
    font-family: var(--lato_700);
    line-height: 1.4;
    margin: 0.75em 0 1em;
}

span.quote-name {
    font-size: var(--fs-18);
    font-family: var(--lato_700);
}

span.quote-company,
span.job-title {
    font-size: 14px;
}

.col-list {
    margin: 3em 0 5em;
}

.col-list * {
    text-align: left !important;
}

.col-list ul {
    list-style: none;
    padding-left: 0;
}

.col-list ul li {
    margin-bottom: 0.35em;
    display: flex;
    align-content: center;
    align-items: flex-start;
    background: url('/wp-content/themes/caspio/img/checked-symbol.png');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 0 5px;
    padding-left: 35px;
}

.col-list ul li i {
    color: var(--pe_blue);
    margin-right: 0.5em;
    margin-top: 0.25em;
}

.featured-img-block {
    text-align: center;
}

.featured-img-block img {
    max-width: 475px;
    height: auto;
}

#headerContent {
    display: none;
}

.form-section h1 {
    line-height: 1.2;
}

#datapage-form-outer #datapage-form input:-webkit-autofill,
#datapage-form-outer #datapage-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #484848 !important;
}

@media(max-width: 991px) {
    .form-section h1 {
        text-align: center;
    }

    #datapage-form {
        margin: 50px auto !important;
    }

    .col-list {
        margin: 3em auto 5em;
        max-width: 475px;
    }

    section.bg_pe_light_bluegray_fadeDown {
      background: transparent linear-gradient(180deg, #004AAA26 0%, #FFFFFF00 10%) 0% 0% no-repeat padding-box !important;
    }

}

@media(max-width: 575px) {
    .featured-img-block img {
        max-width: 100%;
    }

    span.quote-text {
        font-size: var(--fs-20);
    }
}
#caspioform table {
    width:100%;
}
#caspioform td:first-child > span {
    font-weight: 400 !important;
    font-size: 13px;
    font-family: latoregular;
    display: flex;
    color:#9e0b0f !important;
    align-items: center;
}
#caspioform td > label {
    font-size:16px;
}
#caspioform td:first-child > span > span {
    margin-right: 5px;
    position:relative;
}
#caspioform td:first-child > span > span: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:relative;
    top:1px;
}
#caspioform td:first-child > span > span img {
  display:none;
}
.sideleft #caspioform [data-cb-name="HeaderErrorMsg"]{
    margin-bottom:10px !important;
}
[data-cb-cell-name^="InsertRecordExisting_Project"] {
    display:block !important;
}
[data-cb-name="cbTable"] tr:last-child td[colspan="2"] {
    text-align:center;
}
label[for="InsertRecordTerms_Accepted"],
label[for="InsertRecordTerms_Accepted"] > * {
    font-size: 14px;
    margin: 0;
}
label[for="InsertRecordTerms_Accepted"] {
    color: #484848;
}
input#InsertRecordTerms_Accepted{
    margin-right: 5px;
    margin-top: 0;
}
[id^="PostBackMessage"] .cb-datapage-body * {
    text-align: left;
}