/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
  .skipnav,
  aside,
  button.print,
  .logo a,
  .logo span,
  .noprint,
  .input[type="submit"],
  input[type="reset"],
  input [type="button"],
  button,
  #searcharea,
  a.left-toggling,
  .sub-email-image,
  .footbottomright a img,
  a.delVeh {
    display: none;
  }

  .headerprint, .footer-2 {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: .5em 0;
    border-bottom: 2px solid #ccc;
  }

  header .headerprint {
    margin: 0;
    padding: 0;
  }

  .content {
    width: 97%;
  }

  #checkemailform .inputs input[type="email"] {
    padding: 0;
  }

  #choices .inputs select {
    padding: 0;
  }

  /*checkbox styling*/
  input[type="checkbox"] {
    position: static;
  }
  .lt-ie9 input[type="checkbox"] {
    border: 0;
    float: left;
    margin: .4em .4em 0 0;
    position: static;
    width: auto;
  }

  /*hides default radios njohnson 1/7/2016*/
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block;
    	                     /*
     cursor: pointer;
      font-weight: 400;
      margin-bottom: 0.5em;*/
  }

  input[type="checkbox"] + label::before,
  input[type="radio"] + label::before {
    background: white;
    border-radius: 0;
    box-shadow: 0;
    content: '';
    display: none;
    height: 0;
    line-height: 0;
    margin-right: .2em;
    text-indent: 0;
    vertical-align: middle;
    width: 0;
  }

  input[type="checkbox"]:checked + label::before,
  input[type="radio"]:checked + label::before {
    background-color: white;
    box-shadow: 0;
  }

  input[type="checkbox"]:checked + label::before {
    background-image: none;
  }

  input[type="checkbox"]:focus + label::before {
    box-shadow: 0,0;
  }

  input[type='checkbox'] {
    display: inline-block;
    width: .75em;
  }
}

/*# sourceMappingURL=print.css.map */
