/* Colour */
/* Font */
/* Text Body */
/* Button */
/* Webform */
.navbar.navbar-expand-lg .navbar-toggler {
  margin-left: auto;
}
@media (max-width: 991px) {
  .navbar.navbar-expand-lg #navbarSupportedContent {
    position: relative;
    max-height: 0;
  }
  .navbar.navbar-expand-lg #navbarSupportedContent .region-nav-main {
    position: absolute;
    right: 0;
    background: #ffffff; /* Todo: replace with a general background value */
    z-index: 10;
  }
}
.navbar.navbar-expand-lg .region-nav-main {
  display: flex;
}
@media (min-width: 992px) {
  .navbar.navbar-expand-lg .region-nav-main {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-expand-lg .region-nav-main {
    flex-direction: column;
  }
}

.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants {
  display: grid;
  grid-template-columns: auto auto;
}
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants .content {
  display: grid;
  grid-template-columns: auto auto 1fr;
}
@media (max-width: 768px) {
  .page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants {
    grid-template-columns: auto;
  }
  .page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants .content {
    grid-template-columns: auto auto;
  }
  .page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public #noOfparticipants .content #additionalParticipantsDescription {
    grid-column: 1/3;
  }
}
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public .crm-submit-buttons:has(#_qf_Confirm_back-top),
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public .crm-submit-buttons:has(#_qf_Confirm_next-top) {
  display: none;
}
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public .crm-public-form-item .content .crm-option-label-pair {
  display: block;
}
.page-civicrm.page-civicrm-event.page-civicrm-event-register .crm-public .crm-public-form-item .content .crm-option-label-pair label {
  display: inline;
}
.page-civicrm .crm-actionlinks-top {
  display: none;
}

.crm-public .crm-block {
  padding: 75px 0;
}

* {
  hyphens: auto;
}

body, div.content, div.label, p, span, a, label, input, li, legend {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1rem;
  color: #212529;
  line-height: 1.5;
}

a {
  color: #1f51ff;
}

a:hover {
  color: #404244;
}

/* Bootstrap nav colours */
a.nav-link:not(.active) {
  color: #1f51ff;
}

a.nav-link.active {
  color: #212529;
}

.crm-public .event_summary-section, .crm-public .label, strong {
  font-weight: 600;
}

.crm-public .display-block table.form-layout td:first-child {
  font-weight: 600;
}

h1 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  color: #212529;
  font-size: 2.5rem;
}

.crm-public legend, .crm-public div.header-dark, h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  color: #212529;
  font-size: 30px;
}

.crm-public .crm-profile-view-title, h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 20px;
  color: #212529;
  font-weight: 600;
}

h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 18px;
  color: #212529;
  font-weight: 600;
}

h5 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  color: #212529;
  font-weight: 600;
}

h6 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 10px;
  color: #212529;
  font-weight: 600;
}

.crm-public legend {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
}

.button,
.crm-public .crm-button,
.crm-public a.crm-form-submit,
.crm-public a.crm-register-button {
  color: #ffffff;
  background-color: #1f51ff;
  border-width: 0;
  border-color: #1f51ff;
  border-radius: 2px;
  border-style: solid;
  padding: 12px 24px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.button:hover,
.crm-public .crm-button:hover,
.crm-public a.crm-form-submit:hover,
.crm-public a.crm-register-button:hover {
  background-color: #0f52ba;
  color: #ffffff;
}

.crm-public .button span {
  color: #ffffff;
  font-weight: 600;
}

.crm-container .help,
.crm-container .messages {
  margin: 0;
  padding: 0.5em 0.8em;
  width: fit-content;
  border-radius: 2px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}
.crm-container .help p,
.crm-container .messages p {
  margin: 0;
}

/* Civi Inputs */
input.crm-form-text {
  border-radius: 2px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1rem;
}
input.crm-form-text:focus-visible {
  outline: #1f51ff solid 2px;
}

/* Delete selection icon */
.crm-section.form-item i {
  color: #1f51ff;
}

input.crm-form-checkbox:checked,
input.crm-form-radio:checked {
  accent-color: #1f51ff;
}

/* Drupal Inputs */
form input.form-text {
  border-radius: 2px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1rem;
}
form input.form-text:focus-visible {
  outline: #1f51ff solid 2px;
}

body {
  background-color: #ffffff;
}

body.path-node main .title-bar {
  margin-bottom: 24px;
}
body.path-node main .block-views h2 {
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  color: #000000;
}
body.path-node main .block-views .table thead tr th {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #000000;
}
body.path-node main .block-views .table tbody tr td {
  border-bottom: none;
}
body.path-node main .block-views .table tbody tr td:not(:last-child) {
  border-right: 1px solid #000000;
}
body.path-node main .block-views .table {
  border-collapse: collapse;
}
body.path-node main .block-views .table th, body.path-node main .block-views .table td {
  padding: 1px 10px;
}

main .title-bar {
  margin-bottom: 24px;
}

.page-civicrm .crm-actionlinks-top {
  display: none;
}

/*# sourceMappingURL=style.css.map */
