﻿p {
  display: block !important;
}

.text-danger {
  color: #dc3545 !important;
}

.tooltip-icon {
  margin-left: 6px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: basic-sans, sans-serif;
  padding-left: 0px;
}
ul.list-with-ticks {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

li {
  list-style-type: none;
}
li.paragraph-style-list-item {
  opacity: 0.8;
  color: var(--grey);
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-field {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .main-wrapper.bottom-margin {
    margin-bottom: 220px;
  }
  .tab-padding.left {
    overflow: visible;
  }
  .f-tab {
    overflow-x: scroll;
    overflow-y: visible;
  }
}
.rte-tag {
  width: auto;
  max-width: none;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-wrap: nowrap;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 2px 6px;
  font-family: basic-sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  background-color: #d8cdbf;
  color: #212c48;
  display: inline-block;
}

.multi-select-container {
  z-index: 303;
}

.second-multi-select + .multi-select-container {
  z-index: 302;
}

.third-multi-select + .multi-select-container {
  z-index: 301;
}

.subtitle-2 p {
  opacity: 1;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
}

.card-no-link.grid-4-columns-2-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-no-link.grid-4-columns-2-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.tooltip-wrapper p a {
  display: inline-block;
}

.f-paragraph-small-2 p {
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.w-dropdown-full-width {
  margin-left: 0px;
  margin-right: 0px;
}

.container-grid-2-columns-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.form-flex-column {
  display: flex;
  flex-direction: column;
}

.form-error {
  color: #dc3545;
  font-size: small;
}
.form-error ul {
  padding-left: 0px;
}
.form-error ul li {
  padding-left: 0px;
  color: #dc3545;
  font-size: 16px;
  list-style-type: none;
}

.form-validation-summary ul {
  margin-left: 0px;
  padding-left: 0px;
}
.form-validation-summary ul li {
  list-style-type: none;
  color: #dc3545;
  font-size: small;
  font-family: Inter, sans-serif;
  padding-left: 0px;
  margin-left: 0px;
}

.notification-red-absolute {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid var(--red);
  border-left-width: 4px;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-left: 20px;
  padding: 12px;
  display: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#notification-green, #notification-red {
  transition: visibility 0.5s, opacity 0.5s, transform 0.5s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  z-index: 9999;
}

.notification-green-hide, .notification-red-hide {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.notification-green-show, .notification-red-show {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.phone-number-input-field {
  padding-left: 10px;
}

div.multi-select-dropdown {
  padding: 6px;
  min-height: 156px;
  height: 156px;
  border: 1px solid var(--dark-beige);
  border-radius: var(--corner-10);
  background-color: var(--elements-webflow-library-neutral--100);
  color: #757575;
  margin-bottom: 0;
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow 0.3s, color 0.3s;
  overflow: visible;
}
div.multi-select-dropdown select.w-select {
  border: none;
  margin: 0;
  padding: 0;
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  height: 100%;
  border: none;
  background-color: transparent;
}

.file-btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.application-card-wrapper .btn-purple.update {
  margin-top: 0px;
}

.upload-details {
  margin-top: 20px;
}

div.multi-select-container {
  width: 100%;
}
div.multi-select-container .multi-select-menu {
  top: 2em;
  min-width: 33%;
  width: 100%;
}
div.multi-select-container span.dropdown-field {
  display: flex;
  align-items: center;
  overflow: hidden;
}
div.multi-select-container span.dropdown-field:after {
  content: "\e603";
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: auto;
}

.radio-button-card-content p, .progress-indicator-wrapper p {
  display: inline-block !important;
}

.subtitle-wrapper p.orange-text {
  display: inline-block !important;
}

.btn-amount, .radio-button-card, .selector-align-left {
  transition: box-shadow 0.3s, color 0.3s;
}
.btn-amount:hover, .radio-button-card:hover, .selector-align-left:hover {
  border-color: var(--blue);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.iti {
  width: 100%;
}
.iti .iti__flag {
  background-image: url("/images/flags.png") !important;
}
@media (min-resolution: 2x) {
  .iti .iti__flag {
    background-image: url("/images/flags@2x.png") !important;
  }
}
.iti .iti__country.iti__highlight {
  background-color: rgba(240, 236, 230, 0.6666666667) !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(240, 236, 230, 0.6666666667) !important;
  border-radius: var(--corner-10);
}

.reports-tag-filter-select {
  width: 300px;
  margin-right: 10px;
}

.w-button[disabled] {
  cursor: not-allowed;
  background-color: #aaa;
  border-color: #bbb;
}

.modal-dialog p {
  margin-bottom: 1rem;
}

.hero-banner-wrapper .hero-bg-image-dark-header-top {
  background-image: none;
}

.honoraryMember {
  color: var(--blue);
  opacity: unset;
  margin-bottom: 10px;
}

.impersonateBanner {
  background-color: red;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.impersonateBanner p {
  color: white;
  font-size: larger;
  text-align: center;
  opacity: 1;
}

.no-nav-header {
  align-items: center;
  justify-content: space-between;
}
.no-nav-header div {
  flex: 1 1 0;
}
.no-nav-header div.impersonateBanner {
  flex: 1 1 auto;
  border-radius: 10px;
}
.no-nav-header .no-nav-logout {
  text-align: end;
}
.no-nav-header .no-nav-logout #logout-button {
  background-color: white;
  align-self: end;
}

.footer-wrapper, .footer-wrapper-2 {
  background-image: none;
}

@media screen and (min-width: 1440px) {
  .footer-wrapper, .footer-wrapper-2 {
    background-image: none;
  }
}
.body .image-background {
  height: auto;
  background-image: none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  display: flex;
}

._1-selector-wrapper ul, ._2-selector-wrapper ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.no-nav-form-error {
  color: #dc3545;
  font-size: small;
}
.no-nav-form-error ul {
  padding-left: 0px;
}
.no-nav-form-error ul li {
  padding-left: 0px;
  color: #dc3545;
  font-size: small;
  list-style-type: none;
  margin-bottom: 20px;
}

.dropdown-card form {
  width: 100%;
}
.dropdown-card form button {
  background-color: transparent;
}

.book-featured p, .book-featured .book-authors a, .book-featured .book-authors span {
  opacity: 0.8;
  color: var(--grey);
  font-family: basic-sans, sans-serif;
}
.book-featured .book-summary ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.book-featured .book-summary ul li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  list-style-type: disc;
}
.book-featured .book-summary ul li a {
  opacity: 1;
}

div.authors {
  display: inline-block;
}

.authors a, .authors span {
  opacity: 0.8;
  color: var(--grey);
  font-family: basic-sans, sans-serif;
}

.authors a:hover {
  color: var(--white-on-orange);
  outline: 0;
}

.member-search-result {
  align-self: auto;
  justify-self: auto;
  align-items: center;
}
.member-search-result .profile-name-wrapper {
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .member-profile-container {
    display: flex;
    flex-direction: column !important;
  }
}
.member-profile-details-container {
  display: flex;
  flex-direction: column;
}
.member-profile-details-container .member-profile-details {
  background-color: #e2ded5;
  padding: 7px 15px;
  margin-right: auto;
  margin-top: 10px;
  width: auto;
  border-radius: 10px;
  font-family: basic-sans, sans-serif;
}
.member-profile-details-container .member-profile-details img {
  margin-top: -3px;
  padding-right: 4px;
}

.member-profile-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: left;
  align-items: stretch;
  font-family: basic-sans, sans-serif;
}
.member-profile-container p {
  font-family: basic-sans, sans-serif;
  color: var(--grey);
}
.member-profile-container .member-profile-social-media {
  width: 22px;
}
.member-profile-container .card-content {
  flex-grow: 1;
}
.member-profile-container .card-content.research-card {
  flex-basis: 600px;
}
.member-profile-container .card-content .contact-details-container {
  width: 100%;
}
.member-profile-container .card-content h3 {
  padding-top: 10px;
  margin-top: 4px;
  border-top: 1px solid #ddd;
}
.member-profile-container .card-content table {
  width: 100%;
  vertical-align: top;
  text-align: start;
  font-size: small;
}
.member-profile-container .card-content table tr {
  border-bottom: 1px solid #ddd;
}
.member-profile-container .card-content table tr:last-of-type {
  border-bottom: none;
}
.member-profile-container .card-content table th {
  font-weight: normal;
  text-align: start;
  vertical-align: top;
  padding: 3px 0px;
  text-wrap: nowrap;
  color: var(--grey);
  border-bottom: none;
}
.member-profile-container .card-content table td {
  padding: 3px 0px 3px 20px;
  color: var(--grey);
  border-bottom: none;
}
.member-profile-container .card-content table.social-media tr {
  border-bottom: none;
}
.member-profile-container .card-content table.social-media tr td {
  padding-left: 0px;
  color: var(--grey);
}
.member-profile-container .card-content table.social-media tr td:first-child {
  width: 34px;
  min-width: 34px;
}
.member-profile-container .card-content-profile-with-picture {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.member-profile-container .card-content-profile-with-picture img {
  max-width: none;
}

.account-dropdown .profile-avatar-image {
  border: none;
}

@media screen and (max-width: 767px) {
  .member-profile-container .card-content-profile-with-picture {
    flex-direction: column;
  }
}
[v-cloak] {
  display: none;
}

.loader {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.loader .loader-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid var(--grey);
  border-top-color: var(--body-bkg);
  border-radius: 100%;
  animation: spin forwards infinite;
  animation-duration: 1s;
  margin-bottom: 20px;
}

.btn-loader-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid var(--primary);
  border-top-color: var(--body-bkg);
  border-radius: 100%;
  animation: spin forwards infinite;
  animation-duration: 1s;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 6px;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(365deg);
  }
}
