.wpcf7-form .spinner {
  background: url('../img/wpspin_light.gif') no-repeat;
  background-size: 16px 16px;
  display: none;
  float: right;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 16px;
  height: 16px;
  margin: 3px 10px 0 !important;
}

.contact-form-7-thankyou{
  display:none;
}

.wpcf7-form .wpcf7-response-output{
  display:none !important;
}

.eloqua-form .form-required .Day1 label:after,
.eloqua-form .form-required .Day2 label:after,
.eloqua-form .form-required .Day3 label:after,
.eloqua-form .form-required .Day4 label:after,
.eloqua-form .form-required .Portfolio1 label:after,
.eloqua-form .form-required .Portfolio2 label:after,
.eloqua-form .form-required .Portfolio3 label:after {
    content: none;
}


.dpa-block{
  font-size: 0.8rem;
}


.form-manditory {
  color: red;
  vertical-align: text-top;
  font-size: 0.8em;
}

.wpcf7-text {
  /* 255 design width */
  max-width: 210px;
  border-color: rgb(198, 187, 180);
  border-style: solid;
  border-width: 1px;
  padding: 4px;
  padding-left: 4px;
  font-weight: lighter;
  font-size: 0.9em;
  font-family: 'montserrat', 'arial', sans-serif;
}

.acc-submit-acknowle {
  font-size: 1.1em;
}

.acc-submit-acknowle-text {
  font-size: 0.85em;
}

p.opt-out-check {
  font-weight: bold;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap.third-parties {
  margin-top: 10px;
  display: block;
}

.wpcf7-select {
  width: 230px;
  -webkit-appearance: none;
  font-family: 'montserrat', 'arial', sans-serif;
  font-weight: 100;
  /* Removes default chrome and safari style */
  -moz-appearance: none;
  /* Removes default style Firefox */
  border-radius: 4px;
  padding: 2px 14px 2px 5px;
  background: url(../img/arrow.png) no-repeat right rgb(248, 248, 248);
}

.eloqua-form .wpcf7-select{
  font-weight: 100 !important;
  font-size: 0.9em;
}

/*IE 10 & 11*/

.wpcf7-select::-ms-expand {
  display: none;
}

.wpcf7-textarea {
  width: 100%;
  padding: 4px;
  padding-left: 4px;
  font-weight: lighter;
  font-size: 0.9em;
  font-family: 'montserrat', 'arial', sans-serif;
}

.wpcf7-submit {
  background-color: rgb(217, 61, 0);
  border-width: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.acc-form-row {
  width: 100%;
  margin-top: 10px;
  overflow: auto;
}

.acc-form-cell {
  max-width: 240px;
  float: left;
}

.acc-form-cell-med {
  max-width: 480px;
  float: left;
}

.acc-form-label {
  font-family: 'montserrat', 'arial', sans-serif;
  font-size: 0.8em;
  font-weight: 500;
}

.wpcf7-form>h3 {
  font-weight: normal;
}

div.wpcf7-validation-errors {
  border-color: rgb(217, 61, 0);
}

@media screen and (max-width: 555px) {
  .acc-form-row {
    margin-top: 10px;
  }
}
