/* Header styles */
h2,
.h2,
h2 strong,
.h2 strong {
    font-size: 24px;
}
h3,
.h3,
h3 strong,
.h3 strong {
    font-size: 20px;
}
h2, h3, h4, h5, h6 {
    margin-top: 17px;
    margin-bottom: 8px;
    line-height: 1.2;
}

@media print {

  .main-content {
    font-size: 12px;
    line-height: 1.1;
  }
  a[href]:after {
    content: "";
  }
  footer.site-footer .footer-contact p, footer.site-footer .footer-contact address {
    font-size: 10px ;
    line-height: 1.1 ;
      page-break-inside: avoid;
  }
    footer.site-footer .footer-contact address {
        margin-bottom: 5px;
    }


    footer.site-footer .footer-contact h2 {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    footer.site-footer .footer-contact {
        padding-left: 0;
    }

    .main-content a[href]:after {
    content: " (" attr(href) ")";
    font-size: .9em;
    color: #000;
    background: transparent;
    font-family: inherit;
    position: relative;
    z-index: auto;
    box-shadow: none;
    line-height: inherit;
  }

    .main-content a.url-hidden-print:after, .main-content .url-hidden-print a:after , .main-content a.anchor:after{
        content: "";
    }
  .page-header h5 {
      font-size: 16px;
      font-weight: bold !important;
  }

    .page-header h5 i {
      display: none;
    }


  .page-header h2 {
    font-size: 18px;
      font-weight: bold;
  }

    @page {
        margin: 2.5cm;
    }


    footer.site-footer .footer-contact i {
        display: none !important;
    }

    #content {
        padding-bottom: 0;
    }
    nav div h3.sub-site-title {
        margin-bottom: 0;
    }

    .header-wrap {
        min-height: 0 !important;
    }

     .main-content .container  {
        display: inline ;
    }

    .main-content-inner {
        min-height: 425px !important;
    }

   div.child-site-info {
        position: absolute;
        top: -6px;
        right: 0px;
    }

    .child-site-info h3.sub-site-title , .child-site-info h2.child-site-title {
        visibility: visible;
        top: 0px;
        position: relative;
        max-width: 4in;
        left: 0in;
        font-weight: 600 !important;
    }
   .child-site-info h2.child-site-title a {
        font-weight: 600 !important;
    }
   .site-navigation .systemRed {
       postion:relative;
   }


    h5.policy-number {
        padding-top: 60px;
    }

    ul li, ol li {
        margin-bottom: 5px;
        line-height: 1.1;
    }

    .copy table > thead > tr > td {
        vertical-align: bottom;
        border-bottom: 2px solid black !important;
        border-top: 1px solid black !important;
        border-left: 1px solid black !important;
        border-right: 1px solid black !important;
        color: #000;
        background-color: white !important;
    }

    h1 {
        font-size: 28px;
    }

}

@media print and (-webkit-min-device-pixel-ratio:0) {
    div.child-site-info {
        top: -25px;
    }
}
