@page {
  size: auto; /* auto is the initial value */
  margin: 5mm; /* this affects the margin in the printer settings */
}
@media print {
  html {
    margin: 0px;
    padding: 0px;
  }
  body {
    font-size: 14pt;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
      line-height: 1.3;
    background: #fff !important;
    color: #000;
    width: 100%;
    margin: 5px;
    background-image: none;
    background-repeat: no-repeat;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  /* //////////////   HEADINGS   ////////////////// */
  h1, h2, h3, h4, h5, h6 {
    page-break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 {
    display: none;
  }
  h2 {
    font-size: 26pt;
  }
  h2.pagetitle {
    display: none;
  }
  h2.title {
    margin-bottom: 10px;
  }
  h4 {
    font-size: 16pt;
  }
    h3.successform {
    margin-bottom: 1rem;
}
  /* //////////////   LEFT NAV  ////////////////// */
  .nav3, .nav2 {
    display: none;
  }
  /* //////////////   BUTTONS  ////////////////// */
  button.mobilenavmenu.btn.btn-primary {
    display: none;
  }
  /* //////////////   BANNER & NAVIGATION  ////////////////// */
  .heroleveltwo {
    display: none;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    display: none;
  }
  .searchtag {
    display: none;
  }
  .navik-header.header-dark {
    display: none;
  }
  /* //////////////   SLIVER HEADER  ////////////////// */
  #iowa_sliver_spacer, #iowa_sliver, #iowa_sliver_bar {
    display: none;
  }
  /* //////////////   CONTAINERS  ////////////////// */
  .container2 {
    display: none;
  }
   
  .content3 {
    height:auto;
      margin-top:-80px;
  }
  /* //////////////  IMAGES  ////////////////// */
  .steps {
    display: none;
    max-height: 1px;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  /* //////////////  OTHER  ////////////////// */
  table {
    border-bottom: 0px !important;
    page-break-before: avoid !important;
  }
  table tr, table th, table td {
    border-bottom: 0px solid #e4e3e3 !important;
  }
  form {
    margin: 0px;
    page-break-inside: auto !important;
  }
  input {
    display: none;
  }
  footer, #baseline {
    display: none;
  }
  table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}