h1,
h2,
h4,
h5,
h6 {
  letter-spacing: 2px;
}

h3 {
  font-size: 30px;
  letter-spacing: 0.5px;
}

.cursor-pointer {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.rf-opacity-50{
  opacity: 0.5;
}

.brand-logo {
  width: 250px;
}

.footer-member-link {
  background-size: contain;
  width: 150px;
  height: 40px;
  margin: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.footer {
  background-color: #124262;
  text-align: center;
  padding-bottom: 96px;
}

.footer-link a {
  color: white;
  font-weight: bold;
}

.footer-link:hover,
.footer-link:hover a {
  background-color: white;
  color: black;
}

@media only screen and (min-width: 576px) {
  .brand-logo {
    width: 360px;
  }
}

@media print {
  .print-modal {
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    visibility: visible !important;
    overflow-y: visible !important;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 0 !important;
    -webkit-print-color-adjust: exact !important;
  }

  .print-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .print-modal .modal-dialog {
    max-width: 100%;
  }

  .print-modal .modal-body {
    overflow-y: hidden;
    border: none;
    margin: 0;
    padding-top: 0;
  }

  .print-modal .modal-body form {
    border: none;
  }

  .print-modal .modal-content {
    max-height: unset;
    overflow: visible;
    border: none;
  }
}
