/* Color contsrat fixes */
.copy.fill {
    background-color: #F5F6F7;
  }
  .fill {
    border-color: #F5F6F7;
  }
  .fill.stroke {
    border-color: #F5F6F7;
  }
  .pointer.fill:before {
    border-color: #F5F6F7 transparent;
  }
  .tabs.tabs .pointer.reverse:before {
    border-color: #F5F6F7 transparent;
  }
  input.button.attention.attention, button.attention, a.button.attention, span.button.attention {
    background-color: #C81414;
    border: 2px solid #C81414;
  }
  button.attention.disabled, a.button.attention.disabled {
    border-color: #F5F6F7;
    background-color: #F5F6F7;
    color: #646C76;
  }
  #submit-insurance-claim .error-message.active {
    color: #C81414 !important;
  }
  input.has-error,select.has-error {
      border-color: #C81414 !important;
  }
  
  p.error-msg, #quote-schedule .errors {
      color: #C81414 !important;
  }
  
  .button.primary.openQuoteWidget, .quote-widget a.button.primary {
      background-color: #C81414;
      border: 2px solid #C81414;
  }
  .help-me-choose .error, .birthday.quote .error, .quote-widget .error-message {
  color: #C81414;
  }
  