@charset "UTF-8";
[x-cloak] {
  display: none;
}

@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.nhp-events .fade-in-out {
  -webkit-animation: fadeInOut 1s;
  animation: fadeInOut 1s;
}

.nhp-events #wrapper {
  overflow: visible !important;
}

.nhp-events__smooth-scrolling {
  scroll-behavior: smooth;
}

.nhp-events.nhp-events main {
  padding-top: 40px;
  background-color: #fff !important;
  font-size: 16px;
}

.nhp-events main #content {
  padding: 0 45px 80px;
}

@media (max-width: 767px) {
  .nhp-events main #content {
    padding: 0 30px 40px;
  }
}

.nhp-events div, .nhp-events span, .nhp-events applet, .nhp-events object, .nhp-events iframe, .nhp-events p, .nhp-events blockquote, .nhp-events pre, .nhp-events a, .nhp-events abbr, .nhp-events acronym, .nhp-events address, .nhp-events big, .nhp-events cite, .nhp-events code, .nhp-events del, .nhp-events dfn, .nhp-events font, .nhp-events img, .nhp-events ins, .nhp-events kbd, .nhp-events q, .nhp-events s, .nhp-events samp, .nhp-events small, .nhp-events strike, .nhp-events strong, .nhp-events sub, .nhp-events sup, .nhp-events tt, .nhp-events var, .nhp-events dl, .nhp-events dt, .nhp-events dd, .nhp-events ol, .nhp-events ul, .nhp-events li, .nhp-events fieldset, .nhp-events form, .nhp-events label, .nhp-events legend, .nhp-events table, .nhp-events caption, .nhp-events tbody, .nhp-events tfoot, .nhp-events thead, .nhp-events tr, .nhp-events th, .nhp-events td {
  color: inherit;
  font-size: inherit;
}

.nhp-events .privacy-warning a {
  font-size: 14px;
}

.nhp-events h1, .nhp-events h2, .nhp-events h3, .nhp-events h4, .nhp-events h5, .nhp-events h6 {
  margin-bottom: 10px;
  line-height: 1.2;
}

.nhp-events h2 {
  margin-top: 20px;
}

.nhp-events h5 {
  margin-top: 10px;
}

.nhp-events h6 {
  font-size: 16px;
  font-weight: 600;
}

.nhp-events strong {
  font-weight: 700;
}

.nhp-events p + p {
  margin-top: 1em;
}

.nhp-events .page-header {
  border: 0;
}

.nhp-events .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.nhp-events .pb-1 {
  padding-bottom: 32px;
}

.nhp-events a.nhp-events-error {
  color: #337ab7;
}

.nhp-events a.btn.btn-default {
  color: #fff;
}

.nhp-events select,
.nhp-events input {
  border-radius: 0;
}

.nhp-events .btn:focus-visible {
  outline: 1px solid #1088b8 !important;
}

.nhp-events .btn.btn-default:focus {
  background-color: #0D4486;
  color: #fff;
}

.nhp-events .btn.btn-default:active {
  background-color: #082c58;
  color: #fff;
}

@media (min-width: 768px) {
  .nhp-events .btn-actions .btn + .btn {
    margin-left: 24px;
  }
}

.nhp-events select:not([multiple]) {
  height: 52px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='currentColor' d='M32,51.5,0,18.83,6.62,12.5,32,38.76,57.38,12.5,64,18.83z'/%3e%3c/svg%3e") no-repeat right 14px center/12px;
}

.nhp-events .list-group-item {
  border-color: #e6e6e6;
}

@-moz-document url-prefix() {
  .nhp-events select {
    border-right: revert;
    border-right-width: 1px;
  }
}

.nhp-events h1 {
  font-size: 48px;
  line-height: 62px;
}

.nhp-events h2 {
  font-size: 38px;
  line-height: 52px;
}

.nhp-events h3 {
  font-size: 32px;
  line-height: 44px;
}

.nhp-events h4 {
  font-size: 26px;
  line-height: 36px;
}

.nhp-events h5 {
  font-size: 20px;
  line-height: 28px;
}

.nhp-events h6 {
  font-size: 16px;
}

@media (max-width: 991px) {
  .nhp-events h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .nhp-events h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .nhp-events h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .nhp-events h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .nhp-events h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .nhp-events h6 {
    font-size: 14px;
  }
}

.nhp-events input[type="radio"] {
  position: static;
  width: auto;
  height: 100%;
  border: 0;
  background-color: transparent;
  color: transparent;
}

.nhp-events input[type="radio"]:checked::after {
  content: none;
  font-size: 1em;
}

.nhp-events .radio-btn {
  margin: 20px 6px;
}

.nhp-events .radio-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.nhp-events .radio-btn input[type="radio"] + label {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
}

.nhp-events .radio-btn input[type="radio"] + label::before {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: .5em;
  border-radius: 50%;
  content: "";
}

.nhp-events .radio-btn input[type="radio"] + label::after {
  position: absolute;
  left: calc(5em / 14);
  width: 0.8em;
  height: 0.8em;
  background-color: transparent;
  border-radius: 50%;
  content: "";
}

.nhp-events .radio-btn input[type="radio"] + label:hover::before {
  border-color: rgba(0, 0, 0, 0.8);
}

.nhp-events .radio-btn input[type="radio"] + label:hover::after {
  background-color: rgba(3, 175, 239, 0.3);
}

.nhp-events .radio-btn input[type="radio"]:checked + label::before {
  border: 3px solid #03AFEF;
}

.nhp-events .radio-btn input[type="radio"]:checked + label::after {
  background-color: #03AFEF;
}

.nhp-events .radio-btn input[type="radio"]:focus-visible + label {
  outline: 1px solid #00ADEF;
  outline-offset: 4px;
}

.nhp-events .component.breadcrumb {
  padding-left: 0;
  margin: 30px 0;
}

.nhp-events .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='currentColor' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-radius: 0;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  vertical-align: middle;
}

.nhp-events .custom-select:focus {
  border-color: #0D4486;
  outline: 0;
}

.nhp-events .custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}

.nhp-events .custom-select[multiple], .nhp-events .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.nhp-events .custom-select::-ms-expand {
  display: none;
}

.nhp-events .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0D4486;
}

.nhp-events .modal-dialog {
  margin-top: 15vh;
}

.nhp-events .modal-content {
  border-radius: 0;
}

.nhp-events .modal-header {
  padding: 30px 30px 10px;
  border: 0;
}

.nhp-events .modal-header .close {
  margin-top: -8px;
  color: #0D4486;
  font-size: 32px;
  opacity: 1;
}

.nhp-events .modal-body {
  padding: 0 30px;
  font-size: 16px;
}

.nhp-events .modal-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 30px 30px;
  border: 0;
}

.nhp-events .modal-footer .btn {
  font-size: 16px;
}

.nhp-events .event-banner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  min-height: 320px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 38px 30px 38px 88px;
  background-color: #778899;
  background-position: center;
  background-size: cover;
  text-align: left;
}

@media (max-width: 991px) {
  .nhp-events .event-banner {
    padding: 20px;
  }
}

.nhp-events .event-banner h1, .nhp-events .event-banner h2, .nhp-events .event-banner h3, .nhp-events .event-banner h4, .nhp-events .event-banner h5, .nhp-events .event-banner h6 {
  margin-top: 0;
  color: #fff !important;
}

.nhp-events .event-banner .row-flex {
  text-shadow: #000 0 0 5px;
}

.nhp-events .event-banner__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-banner__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 3px solid currentColor;
}

.nhp-events .event-banner__cta {
  display: block;
  margin-top: 20px;
}

.nhp-events .event-banner__cta .btn {
  box-shadow: 0 5px 15px rgba(204, 204, 204, 0.3);
  font-weight: 700 !important;
  text-shadow: none;
}

.nhp-events .event-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: default;
  transition: all .3s linear;
}

.nhp-events .event-card:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}

.nhp-events .event-card .caption {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 15px;
  font-size: 16px;
}

.nhp-events .event-card .caption > * + * {
  margin-top: 12px;
}

.nhp-events .event-card__image {
  height: 180px;
  margin-right: 0;
  margin-left: 0;
  object-fit: cover;
}

.nhp-events .event-card__title {
  font-weight: 600;
}

.nhp-events .event-card__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-card__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid currentColor;
}

.nhp-events .event-card__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.nhp-events .event-card__footer {
  padding: 0 15px 15px;
  border-top: none;
  background-color: transparent;
  color: #0D4486;
  font-size: 15px;
  font-weight: 700;
}

.nhp-events .event-card__footer a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: normal;
  align-items: normal;
}

.nhp-events .event-card__footer a:hover {
  text-decoration: none;
}

.nhp-events .event-card__footer a:hover span {
  text-decoration: underline;
}

.nhp-events .event-card__footer a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.nhp-events .event-card__footer .fa {
  padding-left: 8px;
  font-size: 1.5em;
  font-weight: 700;
}

.nhp-events .nhp-event-list {
  width: 100%;
}

.nhp-events .nhp-event-list .event-banner {
  min-height: 160px;
  padding-top: 60px;
  padding-left: 20px;
}

.nhp-events .nhp-event-list .input-group {
  margin-bottom: 15px;
}

.nhp-events .nhp-event-list .form-control {
  height: 52px;
}

.nhp-events .nhp-event-list .input-group-btn button {
  width: 40px;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  background-color: #fff;
  border-radius: 0;
}

.nhp-events .nhp-event-list__sort select {
  width: 100%;
  color: transparent;
}

.nhp-events .nhp-event-list__sort option {
  color: rgba(0, 0, 0, 0.7);
}

.nhp-events .nhp-event-list__sort option:disabled {
  color: #ccc;
}

.nhp-events .nhp-event-list__sort label {
  position: absolute;
  top: 14px;
  left: 30px;
  width: calc(100% - 80px);
  background-color: #fff;
  color: #000;
  font-weight: 600;
  pointer-events: none;
}

.nhp-events .nhp-event-list__pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.nhp-events .nhp-event-list__pagination li > span {
  border: 0;
  border-bottom: 2px solid transparent;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 767px) {
  .nhp-events .nhp-event-list__pagination li > span {
    margin: 0 2px;
  }
}

.nhp-events .nhp-event-list__pagination li > span:not([aria-label]):hover {
  border-color: #bcecff;
}

.nhp-events .nhp-event-list__pagination li > span.not-active {
  border-bottom: transparent;
  cursor: default;
}

.nhp-events .nhp-event-list__pagination li > span .fa {
  font-weight: 700;
}

.nhp-events .nhp-event-list__pagination li.active > span {
  border-color: #00ADEF;
  background-color: transparent;
  font-weight: 700;
}

.nhp-events .nhp-event-list__pagination li.active > span:hover {
  border-color: #00ADEF;
  color: #0D4486;
}

.nhp-events .nhp-event-list__pagination.not-visible {
  visibility: hidden;
}

.nhp-events .nhp-event-no-listings a {
  color: #0D4486;
}

.nhp-events .nhp-event-no-listings a.btn.btn--primary {
  margin-top: 40px;
  color: #fff;
}

@media (min-width: 1200px) {
  .nhp-events .nhp-event-no-listings p {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .nhp-events .nhp-event-no-listings p {
    width: 100%;
  }
}

.nhp-events .nav-tabs {
  background-color: #EFF1F4;
}

.nhp-events .nav-tabs li > a {
  color: #aaa;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.nhp-events .nav-tabs li > a:focus, .nhp-events .nav-tabs li > a:hover {
  color: #6b717b;
}

.nhp-events .nav-tabs li.active > a {
  border-color: #e6e6e6 !important;
  border-bottom-color: #fff !important;
  color: #222;
}

@media (max-width: 767px) {
  .nhp-events .nav-tabs.nav-justified {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: -5px;
  }
  .nhp-events .nav-tabs.nav-justified > li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

.nhp-events .event-details {
  width: 100%;
}

.nhp-events .event-details__container {
  padding: 0 15px;
  border-top: 0;
  border-right: 0;
  background-color: #fff;
}

.nhp-events .event-details__container .list-group {
  padding: 0;
  margin: 0;
}

.nhp-events .event-details__container .list-group-item:hover {
  background-color: #f3f6f9;
}

.nhp-events .event-details__container #event-sessions {
  display: block;
}

.nhp-events .event-details__container #event-speakers {
  display: none;
}

.nhp-events .event-details__speakers #event-sessions {
  display: none;
}

.nhp-events .event-details__speakers #event-speakers {
  display: block;
}

.nhp-events .event-details__panel {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 15px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.nhp-events .event-details__date-selector {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .nhp-events .event-details__date-selector select {
    width: 217px;
  }
}

.nhp-events .event-details__buttons .btn:focus {
  outline: 0;
  text-decoration: none;
}

.nhp-events .event-details__buttons .btn:hover {
  text-decoration: underline;
}

.nhp-events .event-details__sponsors {
  margin-top: 20px;
}

.nhp-events .event-session__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nhp-events .event-session__title i {
  color: #0D4486;
  font-size: 20px;
  font-weight: 700;
}

.nhp-events .event-session__date span {
  margin-top: 10px;
}

.nhp-events .event-session__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-session__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid currentColor;
}

.nhp-events .event-session__location, .nhp-events .event-session__description {
  margin-top: 10px;
}

.nhp-events .event-session__speakers > div:first-of-type {
  margin: 18px 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.nhp-events .event-session__speaker {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nhp-events .event-session__speaker img {
  height: 64px;
  margin-right: 8px;
  border-radius: 50%;
}

.nhp-events .event-session__speaker span {
  padding: 8px;
}

.nhp-events .event-speaker {
  display: -webkit-flex;
  display: flex;
}

.nhp-events .event-speaker > img {
  width: 120px;
  height: 120px;
  margin: 15px;
  border-radius: 50%;
  object-fit: contain;
  object-position: top;
}

.nhp-events .event-speaker__details {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 15px;
  cursor: default;
}

.nhp-events .event-speaker__details > div + div + div {
  margin-top: 8px;
}

.nhp-events .event-speaker__name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nhp-events .event-speaker__name i {
  color: #0D4486;
  font-size: 20px;
  font-weight: 700;
}

.nhp-events .event-speaker__sessions > div:first-of-type {
  margin: 18px 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.nhp-events .event-speaker__session {
  margin-top: 10px;
  color: #0D4486;
  font-weight: 600;
}

.nhp-events .event-speaker__date span {
  margin-top: 10px;
}

.nhp-events .event-speaker__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-speaker__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid currentColor;
}

.nhp-events .event-speaker__social {
  margin-top: 20px !important;
  margin-bottom: 15px;
  color: #0D4486;
  font-size: 20px;
}

.nhp-events .event-speaker__social a {
  padding: 10px 15px;
}

.nhp-events .event-speaker__social a:hover {
  background-color: rgba(13, 68, 134, 0.2);
}

@media (max-width: 767px) {
  .nhp-events .event-speaker {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nhp-events .event-speaker__details {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.nhp-events .event-sponsor {
  display: -webkit-flex;
  display: flex;
  max-width: 170px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.nhp-events .event-sponsor img {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.nhp-events form div {
  margin-bottom: 15px;
}

.nhp-events .event-rego {
  width: 100%;
}

.nhp-events .event-rego__select-attendees {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nhp-events .event-rego__select-attendees select {
  width: 5rem;
}

.nhp-events .event-rego__captcha {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.nhp-events .event-rego__submit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

.nhp-events .event-rego__submit .btn::after {
  content: "";
  opacity: 0;
}

.nhp-events .event-rego__submit .btn span {
  transition: opacity .3s linear;
}

.nhp-events .event-rego__submit .btn:disabled {
  background-color: #0D4486;
  opacity: .7;
}

.nhp-events .event-rego__submit .btn--loading {
  position: relative;
}

.nhp-events .event-rego__submit .btn--loading span {
  opacity: 0;
}

.nhp-events .event-rego__submit .btn--loading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  margin: auto;
  -webkit-animation: button-loading-spinner 1s ease infinite;
  animation: button-loading-spinner 1s ease infinite;
  border-radius: 50%;
  content: "";
  opacity: 1;
  transition: opacity .3s linear .15s;
}

.nhp-events .form-group > label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 20px .5rem;
}

.nhp-events .form-group > label span:last-of-type {
  color: #aaa;
}

.nhp-events .form-group select:not([multiple]) {
  height: 60px;
  padding: 0 20px;
}

.nhp-events .form-group option {
  padding: 8px;
}

.nhp-events .form-group div {
  margin-bottom: 0;
}

.nhp-events .form-group .row-flex {
  padding: 0 15px;
}

.nhp-events .form-group .help-block {
  display: none;
  padding-left: 20px;
  color: #c4505d;
}

.nhp-events .form-group .form-control {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.nhp-events .form-group .form-control:hover {
  border-color: #1088b8 !important;
}

.nhp-events .form-group .form-control:focus-visible {
  outline: 1px solid #1088b8 !important;
}

.nhp-events .form-group.has-error .event-multichoice,
.nhp-events .form-group.has-error .form-control {
  border-width: 2px !important;
  border-color: #c4505d !important;
}

.nhp-events .form-group.has-error .help-block {
  display: block;
}

.nhp-events .form-group.field-is-required > label span:last-of-type {
  display: none;
}

.nhp-events .form-group.field-is-required select:not([multiple]) option:first-of-type {
  display: none;
}

.nhp-events .event-multichoice {
  padding: 5px 10px;
  border: 1px solid #b3b3b3;
}

.nhp-events .event-multichoice:hover {
  border-color: #1088b8;
}

.nhp-events .event-multichoice:focus-within {
  outline: 1px solid #1088b8;
}

.nhp-events .event-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 5px;
  margin: 10px 0 !important;
}

.nhp-events .event-checkbox input[type=checkbox] {
  border-color: rgba(0, 0, 0, 0.3);
  margin: -13px 0 0;
}

.nhp-events .event-checkbox input[type=checkbox]:hover {
  border-color: rgba(0, 0, 0, 0.8);
}

.nhp-events .event-checkbox input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.nhp-events .event-checkbox input[type=checkbox]:checked::after {
  color: #fff;
  content: "✔";
  font-size: 12px;
  line-height: .8;
}

.nhp-events .event-checkbox input[type=checkbox]:focus-visible + label {
  outline: 1px solid #1088b8;
  outline-offset: 8px;
}

.nhp-events .event-checkbox label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-left: 36px;
  margin-left: -24px;
  cursor: pointer;
  font-weight: 400;
}

.nhp-events .event-checkbox label:hover {
  font-weight: 700;
}

.nhp-events .event-attendee {
  border-top: 1px solid #e6e6e6;
}

.nhp-events .event-attendee__title {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #fff;
  margin: 0;
  background-color: #fff;
}

.nhp-events .event-attendee__title:hover {
  background-color: #f3f6f9;
}

.nhp-events .event-attendee__title h5 {
  max-width: calc(100% - 20px);
  word-break: break-word;
}

.nhp-events .event-attendee__title-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}

.nhp-events .event-attendee__title-actions .btn.btn-link {
  display: none;
  margin-right: 1rem;
}

.nhp-events .event-attendee__title-actions .btn.btn-link i {
  font-weight: 400;
}

.nhp-events .event-attendee__title-actions .btn.btn-link:hover i {
  color: #c4505d;
  font-weight: 700;
}

.nhp-events .event-attendee__title i {
  color: #0D4486;
  font-size: 1.5rem;
  font-weight: 700;
}

.nhp-events .event-attendee__title--warning {
  color: #c4505d;
  font-style: italic;
}

.nhp-events .event-attendee__body {
  margin-bottom: 30px;
}

.nhp-events .event-attendee__name {
  margin-left: 1rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .nhp-events .event-attendee__name {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
}

.nhp-events .event-attendee__boolean-field .row-flex {
  margin-top: -15px;
}

.nhp-events .event-attendee.accordion-open + .event-attendee {
  padding-top: 15px;
  border-top: 2px solid #0D4486;
  margin-top: 45px;
}

.nhp-events .event-success {
  width: 100%;
}

.nhp-events .event-success__buttons {
  margin-top: 40px;
}

@use "sass:math";
.row-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-flex [class*="col-xs-1"] {
  max-width: 8.33333%;
  -webkit-flex: 1 0 8.33333%;
  flex: 1 0 8.33333%;
  float: none;
}

.row-flex [class*="col-xs-2"] {
  max-width: 16.66667%;
  -webkit-flex: 1 0 16.66667%;
  flex: 1 0 16.66667%;
  float: none;
}

.row-flex [class*="col-xs-3"] {
  max-width: 25%;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
  float: none;
}

.row-flex [class*="col-xs-4"] {
  max-width: 33.33333%;
  -webkit-flex: 1 0 33.33333%;
  flex: 1 0 33.33333%;
  float: none;
}

.row-flex [class*="col-xs-5"] {
  max-width: 41.66667%;
  -webkit-flex: 1 0 41.66667%;
  flex: 1 0 41.66667%;
  float: none;
}

.row-flex [class*="col-xs-6"] {
  max-width: 50%;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  float: none;
}

.row-flex [class*="col-xs-7"] {
  max-width: 58.33333%;
  -webkit-flex: 1 0 58.33333%;
  flex: 1 0 58.33333%;
  float: none;
}

.row-flex [class*="col-xs-8"] {
  max-width: 66.66667%;
  -webkit-flex: 1 0 66.66667%;
  flex: 1 0 66.66667%;
  float: none;
}

.row-flex [class*="col-xs-9"] {
  max-width: 75%;
  -webkit-flex: 1 0 75%;
  flex: 1 0 75%;
  float: none;
}

.row-flex [class*="col-xs-10"] {
  max-width: 83.33333%;
  -webkit-flex: 1 0 83.33333%;
  flex: 1 0 83.33333%;
  float: none;
}

.row-flex [class*="col-xs-11"] {
  max-width: 91.66667%;
  -webkit-flex: 1 0 91.66667%;
  flex: 1 0 91.66667%;
  float: none;
}

.row-flex [class*="col-xs-12"] {
  max-width: 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  float: none;
}

@media (min-width: 768px) {
  .row-flex [class*="col-sm-1"] {
    max-width: 8.33333%;
    -webkit-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-2"] {
    max-width: 16.66667%;
    -webkit-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-3"] {
    max-width: 25%;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    float: none;
  }
  .row-flex [class*="col-sm-4"] {
    max-width: 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-5"] {
    max-width: 41.66667%;
    -webkit-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-6"] {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    float: none;
  }
  .row-flex [class*="col-sm-7"] {
    max-width: 58.33333%;
    -webkit-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-8"] {
    max-width: 66.66667%;
    -webkit-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-9"] {
    max-width: 75%;
    -webkit-flex: 1 0 75%;
    flex: 1 0 75%;
    float: none;
  }
  .row-flex [class*="col-sm-10"] {
    max-width: 83.33333%;
    -webkit-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-11"] {
    max-width: 91.66667%;
    -webkit-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-12"] {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    float: none;
  }
}

@media (min-width: 992px) {
  .row-flex [class*="col-md-1"] {
    max-width: 8.33333%;
    -webkit-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    float: none;
  }
  .row-flex [class*="col-md-2"] {
    max-width: 16.66667%;
    -webkit-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    float: none;
  }
  .row-flex [class*="col-md-3"] {
    max-width: 25%;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    float: none;
  }
  .row-flex [class*="col-md-4"] {
    max-width: 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    float: none;
  }
  .row-flex [class*="col-md-5"] {
    max-width: 41.66667%;
    -webkit-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    float: none;
  }
  .row-flex [class*="col-md-6"] {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    float: none;
  }
  .row-flex [class*="col-md-7"] {
    max-width: 58.33333%;
    -webkit-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    float: none;
  }
  .row-flex [class*="col-md-8"] {
    max-width: 66.66667%;
    -webkit-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    float: none;
  }
  .row-flex [class*="col-md-9"] {
    max-width: 75%;
    -webkit-flex: 1 0 75%;
    flex: 1 0 75%;
    float: none;
  }
  .row-flex [class*="col-md-10"] {
    max-width: 83.33333%;
    -webkit-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    float: none;
  }
  .row-flex [class*="col-md-11"] {
    max-width: 91.66667%;
    -webkit-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    float: none;
  }
  .row-flex [class*="col-md-12"] {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    float: none;
  }
}

@media (min-width: 1200px) {
  .row-flex [class*="col-lg-1"] {
    max-width: 8.33333%;
    -webkit-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-2"] {
    max-width: 16.66667%;
    -webkit-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-3"] {
    max-width: 25%;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    float: none;
  }
  .row-flex [class*="col-lg-4"] {
    max-width: 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-5"] {
    max-width: 41.66667%;
    -webkit-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-6"] {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    float: none;
  }
  .row-flex [class*="col-lg-7"] {
    max-width: 58.33333%;
    -webkit-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-8"] {
    max-width: 66.66667%;
    -webkit-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-9"] {
    max-width: 75%;
    -webkit-flex: 1 0 75%;
    flex: 1 0 75%;
    float: none;
  }
  .row-flex [class*="col-lg-10"] {
    max-width: 83.33333%;
    -webkit-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-11"] {
    max-width: 91.66667%;
    -webkit-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-12"] {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    float: none;
  }
}

.row-flex + .row-flex {
  margin-top: 20px;
}

.row-flex.continue {
  margin-top: 0;
}

.row-flex .col-auto {
  position: relative;
  width: auto;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row-flex .col {
  position: relative;
  width: auto;
  max-width: 100%;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px 0;
}
