.nppe_contact_form_header {
  padding-bottom: 30px; }
  .nppe_contact_form_header #contact_tooltip {
    height: 40px;
    background: none;
    z-index: 30;
    list-style: none;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    margin-left: -5px;
    padding: 8px 48px 8px 16px;
    margin-left: -4px;
    margin-top: -8px;
    background-image: url("./../resources/arrow-down.png");
    background-position: top 16px right 4px;
    background-size: 15px;
    background-repeat: no-repeat; }
    @media (max-width: 576px) {
      .nppe_contact_form_header #contact_tooltip {
        position: relative;
        display: block;
        width: 100%;
        margin: auto !important;
        margin-top: 15px !important;
        padding: 8px 16px 8px 16px;
        background-position: top 16px right 16px; } }
    .nppe_contact_form_header #contact_tooltip li {
      display: block;
      margin-bottom: 14px;
      position: relative;
      margin-right: -20px; }
      @media (max-width: 576px) {
        .nppe_contact_form_header #contact_tooltip li {
          margin-right: 0; } }
      .nppe_contact_form_header #contact_tooltip li:first-child {
        border-bottom: 1px #e81c24;
        border-bottom-style: dashed; }
        .nppe_contact_form_header #contact_tooltip li:first-child a:hover {
          text-decoration: none; }
    .nppe_contact_form_header #contact_tooltip.show_tooltip {
      background: white;
      border: 1px solid #dedede;
      border-radius: 4px;
      box-shadow: 0 1px 4px rgba(76, 76, 76, 0.3);
      height: auto;
      background-image: url("./../resources/arrow-up.png");
      background-position: top 13px right 4px;
      background-size: 15px;
      background-repeat: no-repeat; }
      @media (max-width: 576px) {
        .nppe_contact_form_header #contact_tooltip.show_tooltip {
          background-position: top 16px right 16px; } }
    .nppe_contact_form_header #contact_tooltip a {
      color: #e81c24;
      font-weight: 300;
      width: 100%;
      display: block; }

.webform-button--submit.form-submit {
  color: #ffffff;
  background-color: #e81c24;
  border-color: #e81c24; }
