@media print {
  @page {
    margin: 5mm 3mm;
    size: portrait;
  }
  .term-divide {
    margin-top: 20px !important;
    page-break-after: avoid !important;
  }
  td {
    padding: 5px !important;
  }
  .events-table__all-events tr > td:first-child, .events-table__all-events tr th:first-child {
    width: 15% !important;
  }
  .events-table__all-events tr > td.td-checkbox, .events-table__all-events tr th.td-checkbox {
    display: none;
  }
  .events-table__all-events tr th {
    padding: 5px !important;
  }
  .events-table__all-events tr th:nth-child(2) {
    display: none !important;
  }
  .events-table__all-events tr th:nth-child(3) {
    width: 15% !important;
  }
  .events-table__all-events tr td.links tr > td:nth-child(2) a strong {
    font-weight: normal !important;
  }
  .events-table__remebrance tr td:nth-child(1) {
    width: 15% !important;
  }
  .events-table__remebrance tr td:nth-child(2) {
    width: 15% !important;
  }
  .events-table__remebrance tr td:nth-child(2) strong {
    font-weight: normal !important;
  }
  .events-table__remebrance tr td:nth-child(3) {
    display: none !important;
  }
  .events-table__remebrance tr td:nth-child(4) {
    width: 40% !important;
  }
  .events-table__remebrance tr td:nth-child(5) {
    width: 10% !important;
  }
  .events-table__remebrance tr td:nth-child(6) {
    display: none;
  }
  .contacts-table td {
    padding: 10px 5px !important;
  }
  .contacts-tableBody tr th {
    padding-right: 5px !important;
    box-sizing: border-box !important;
  }
  .events-table__remebrance td.td-checkbox {
    display: none !important;
  }
  .events-table {
    margin-bottom: 0 !important;
  }
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
  .print-table-row {
    display: none !important;
  }
  .social-links ul {
    display: none !important;
  }
  .footer-address a[href^=http]:after, .social-links a[href^=http]:after, .sub-footer-links a[href^=http]:after {
    content: " ";
  }
  .contact-filters {
    display: none !important;
  }
  .section-button, .pdf-icon {
    display: none !important;
  }
  .print-row, .events-print, .print-row__contact {
    display: none !important;
  }
  .contact-search-form {
    display: none !important;
  }
  .print-everything .print-table-row {
    display: table-row !important;
  }
  .print-me {
    display: table-row !important;
  }
  .print-me .js-print-checkbox:checked {
    display: none !important;
  }
  .print-me .link {
    display: none !important;
  }
  .load-more {
    display: none !important;
  }
  .footer {
    display: none;
  }
  .breadcrumb-container {
    display: none;
  }
  .nav-tabs {
    display: none !important;
  }
  .intranet .tab-content {
    border: none !important;
    margin-bottom: 0 !important;
  }
  .tab-content .container {
    padding: 0px 10px !important;
  }
  .intranet-filters {
    display: none !important;
  }
  .contacts-table th:first-child {
    display: none !important;
  }
  .contacts-table td:first-child {
    display: none !important;
  }
  .print-hidden.show-for-print {
    opacity: 1 !important;
  }
  .location-col {
    display: block !important;
  }
  .intranet .intranet-events {
    padding: 0px 0px 0px 0px !important;
  }
  .events-table th {
    border-bottom-width: 3px !important;
  }
  .topnav-container {
    display: none;
  }
  #topsearch {
    display: none;
  }
  #topcontact {
    display: none;
  }
  .toplogo img {
    width: 140px !important;
  }
  #topnav {
    padding-bottom: 0;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-header {
    padding: 0 0 10px 0 !important;
  }
  .intranet .subpage-header-container .container h1 {
    padding: 10px 0 !important;
    font-size: 30px !important;
  }
  .td-checkbox {
    opacity: 0;
  }
  .term-divide {
    margin-top: 10px !important;
  }
  .all .all {
    display: block;
  }
  .termly .all {
    display: none;
  }
  .annual .all {
    display: none;
  }
  .all .termly {
    display: none;
  }
  .termly .termly {
    display: block !important;
  }
  .annual .termly {
    display: none;
  }
  .all .annual {
    display: none;
  }
  .termly .annual {
    display: none;
  }
  .annual .annual {
    display: block !important;
  }
}

/*# sourceMappingURL=print-selection.css.map */
