/* debugging css
 * body { color:red!important; } 
 */

/* 
 * Colors
 * #e71d24 - Primary / CHRed 
 * #333333 - Secondary 
 * #000000 - Heading Text / Body Text / Dark
 * #ffffff - light / background
 * #e7e9e6 - bg grey
 */

/* contact form 7 css adjustments */
/* pulled from old site .subscription-wrapper and contact_us_wrapper */

/* debug only 
.contactus {color:green;}
*/

/*.contactus span.form-required { color: #e71d24; }*/

/*
.contactus .wpcf7-submit {
  border: none !important;
  background-color: rgb(44, 44, 132) !important;
  color: #fff !important;
}
.contactus .wpcf7-text,
.contactus .wpcf7-textarea {
  border: 1px solid #d9d9d9 !important;
  background-color: #fff !important;
}
*/

.wpcf7-list-item {
  display: block;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
  background-color: #eee !important; 
  border: none !important;
  border-radius: 6px !important;
  box-sizing: border-box;
  color: #000 !important;
  font-size: 1em;
  padding: 10px !important;
  width: 100% !important;
  font-weight: 700;
}

.wpcf7-submit {
  /*background: transparent;*/
  background-color: rgb(44, 44, 132) !important;
  border-radius: 6px !important;
  border: 2px solid;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px; 
  line-height: 1.4em;
  margin: 8px auto 0;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.wpcf7-submit:hover {
  background-color: #eee;
  color: #e71d24;
  border-color: #eee;
  padding: 6px 10px !important;
}*/

