﻿p {
    font-weight: 400;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
    color: #041e42;
}


a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family:Arial,sans-serif;
    color: #041e42;
    margin-top: 0;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #041e42;
}

.btn.accordion-toggle { display:none; }

@page :blank {
 background-color:gray;
}



  html, body {
     border: 1px solid white;
     height: 99%;
     page-break-after: avoid !important;
     page-break-before: avoid !important;
  }
  .print-display-none,
  .print-display-none * {
    display: none !important;
  }
  .print-visibility-hide,
  .print-visibility-hide * {
    visibility: hidden !important;
  }
  .printme,
  .printme * {
    visibility: visible !important;
  }
  .printme {
    position: absolute;
    left: 0;
    top: 0;
  }


.print:last-child {
     page-break-after: auto !important;
}