.column-count-1 {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}

.column-count-2 {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}

.column-count-3 {
  -moz-column-count: 3 !important;
       column-count: 3 !important;
}

.column-count-4 {
  -moz-column-count: 4 !important;
       column-count: 4 !important;
}

.column-count-5 {
  -moz-column-count: 5 !important;
       column-count: 5 !important;
}

.column-count-6 {
  -moz-column-count: 6 !important;
       column-count: 6 !important;
}

h1 {
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

h2 {
  font-size: 1.9rem !important;
  line-height: 30px !important;
}

h3 {
  font-size: 1.385rem !important;
}

h4 {
  font-size: 1.462rem !important;
}

h5,
h6 {
  color: #54698D !important;
  font-size: 1.385rem !important;
  font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif !important;
}

h1,
h2,
h3 {
  font-weight: 600 !important;
}

h5 {
  font-weight: 600 !important;
}

h4 {
  font-weight: 600 !important;
}

h3 {
  font-weight: 600 !important;
}

h2 {
  font-weight: 600 !important;
}

h1 {
  font-weight: 600 !important;
}

p,
em,
blockquote {
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
}

blockquote {
  border-left: 4px solid lightgrey;
  padding: 10px;
}
blockquote p {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

@media (max-width: 575px) {
  .sm-justify-content-end {
    justify-content: flex-end !important;
  }
}

@media (max-width: 767px) {
  .md-justify-content-end {
    justify-content: flex-end !important;
  }
}

.color-primary {
  color: var(--kt-primary) !important;
}

.no-list-styles {
  list-style: none !important;
  padding-left: 0 !important;
}

.btn.btn-loader-utility.btn-loading.btn-disabled:not(.btn-active),
.btn-disabled:not(.btn-active) {
  color: black !important;
  background-color: #e0e5ee !important;
  pointer-events: none;
  cursor: none;
}

.btn-loader-utility span.fa-spinner {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
html {
  scroll-padding-top: 150px;
}

input[type=text],
input[type=password],
input[type=email_address],
input[type=phone],
select {
  height: 32px;
  min-height: 32px !important;
  width: 100% !important;
  padding: 0 !important;
  padding-left: 10px !important;
  font-size: 14px !important;
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
  border-width: 1px !important;
  border-color: #A8B7C7 !important;
  border-radius: 4px !important;
  box-shadow: none;
}
input[type=text]#categories,
input[type=password]#categories,
input[type=email_address]#categories,
input[type=phone]#categories,
select#categories {
  height: unset !important;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email_address]:disabled,
input[type=phone]:disabled,
select:disabled {
  background-color: #E0E5EE !important;
}
input[type=text].highlighted,
input[type=password].highlighted,
input[type=email_address].highlighted,
input[type=phone].highlighted,
select.highlighted {
  box-shadow: 0px 0px 5px 2px rgb(80, 86, 254) !important;
}

input[type=file] {
  font-size: 12px !important;
}
input[type=file]::file-selector-button {
  padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
  background-color: var(--kt-primary);
  color: white;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  color: white !important;
  background-color: #004d83 !important;
}

a[role=tooltip] div.position-absolute {
  display: none;
  margin-top: 5px;
  width: 200px;
  background-color: lightgrey;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
a[role=tooltip]:hover div.position-absolute, a[role=tooltip]:focus div.position-absolute {
  display: block;
}

a.external-link {
  color: #006bb6 !important;
}
a.external-link > span {
  color: #006bb6 !important;
}
a.external-link:hover, a.external-link:focus {
  text-decoration: underline !important;
}
a.external-link::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f08e";
}

.btn-remove-wrapper {
  max-height: 32px;
}
@media (max-width: 575px) {
  .btn-remove-wrapper {
    justify-content: flex-end;
  }
}

.ee-cform a.btn {
  line-height: var(--bs-btn-line-height) !important;
  font-size: var(--bs-btn-font-size) !important;
}

.btn {
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
}
.btn.inline-btn {
  padding: 0 30px !important;
  height: 32px !important;
  min-height: 32px !important;
  font-size: 14px !important;
  border-radius: 4px !important;
}
.btn.btn-remove i {
  color: #3f4254 !important;
  font-size: 16px !important;
  transition: 0.3s ease-in-out;
}
.btn.btn-remove:hover i, .btn.btn-remove:focus i {
  color: #EA1010 !important;
}
.btn.btn-add {
  color: #3f4254;
  font-size: 12px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  line-height: 13px;
  font-weight: 600;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}
.btn.btn-add:hover, .btn.btn-add:focus {
  color: #006bb6 !important;
}

.utility-icon-button {
  color: #3f4254;
  font-size: 12px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  line-height: 13px;
  font-weight: 600;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}
.utility-icon-button:hover, .utility-icon-button:focus {
  color: #006bb6 !important;
}
.utility-icon-button:hover i, .utility-icon-button:focus i {
  color: #006bb6 !important;
}

.fas.fa-times-circle, .fas.fa-check-circle {
  font-size: 1.5rem !important;
  font-family: "Font Awesome 6 Free" !important;
}

.form-grey-label {
  color: #707070 !important;
  height: 22px;
}

.ee-form-error-message {
  color: red;
}

.radio-group-ul li {
  padding: 5px 0;
}
.radio-group-ul li input {
  margin-right: 0.55rem;
}

.pwd-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pwd-wrapper input {
  width: 90% !important;
}
.pwd-wrapper .pwd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 10%;
  height: 32px;
}
.pwd-wrapper.required::before {
  top: 0;
}

.other {
  display: none;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  background-size: 16px 12px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-check-label {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  height: unset !important;
}
.form-check-label input {
  margin-right: 0.55rem !important;
}

.form-check-solid .form-check-input {
  margin-right: 0.55rem !important;
}

.form-check-modified .form-label,
.form-check-modified label,
.form-check-modified .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px !important;
  margin-left: 0 !important;
}
.form-check-modified .form-label input,
.form-check-modified label input,
.form-check-modified .label input {
  margin-right: 0.55rem !important;
}

.form-label,
label,
.label {
  margin-bottom: 0;
  min-height: 22px;
  font-size: 1.05rem;
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
  line-height: 13px;
}

.required label,
.required .label {
  padding-left: 10px !important;
}
.required::before {
  content: "*";
  position: absolute;
  font-size: inherit;
  color: var(--kt-danger);
  font-weight: 600;
  line-height: 1;
}
.required::after {
  content: unset !important;
}

.non-grid-input-wrapper .non-grid-input:not(:first-of-type) {
  margin-top: 15px;
}
.non-grid-input-wrapper .non-grid-input:last-of-type {
  margin-bottom: 10px;
}

.subheading-h3 {
  min-height: 22px;
  color: var(--kt-form-label-color) !important;
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  line-height: 1.4;
}

.pwd {
  cursor: pointer;
  margin-left: -21px;
}

input[type=text].w-95 {
  width: 95% !important;
}

input[type=password].w-95 {
  width: 95% !important;
}

a.theme {
  color: #006bb6 !important;
}
a.theme:hover {
  text-decoration: underline;
}

.plan label {
  margin-bottom: 0rem;
}
.plan label input[type=radio] {
  margin-right: 1rem;
}
.plan p {
  margin-left: 33px;
}

.donate,
.btn.btn-primary:not(.btn-active) {
  color: white !important;
}
.donate:hover, .donate:focus,
.btn.btn-primary:not(.btn-active):hover,
.btn.btn-primary:not(.btn-active):focus {
  color: white !important;
  background-color: #004d83 !important;
}

.ee-form-error-message {
  color: red;
  display: flex;
}

.profile-edit-mailing-address-grid-wrapper .repeater-item,
.profile-edit-affiliate-address-grid-wrapper .repeater-item,
.profile-edit-phone-numbers-grid-wrapper .repeater-item,
.profile-edit-waterbody-grid-wrapper .repeater-item,
.profile-edit-research-focus-grid-wrapper .repeater-item,
.profile-edit-socials-grid-wrapper .repeater-item {
  position: relative;
}
.profile-edit-mailing-address-grid-wrapper .grid-relate,
.profile-edit-affiliate-address-grid-wrapper .grid-relate,
.profile-edit-phone-numbers-grid-wrapper .grid-relate,
.profile-edit-waterbody-grid-wrapper .grid-relate,
.profile-edit-research-focus-grid-wrapper .grid-relate,
.profile-edit-socials-grid-wrapper .grid-relate {
  min-width: unset !important;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table,
.profile-edit-waterbody-grid-wrapper .grid-field__table,
.profile-edit-research-focus-grid-wrapper .grid-field__table,
.profile-edit-socials-grid-wrapper .grid-field__table {
  border: none;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table thead,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table thead,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table thead,
.profile-edit-waterbody-grid-wrapper .grid-field__table thead,
.profile-edit-research-focus-grid-wrapper .grid-field__table thead,
.profile-edit-socials-grid-wrapper .grid-field__table thead {
  display: none;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table tbody,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody,
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody,
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody,
.profile-edit-socials-grid-wrapper .grid-field__table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: none;
  border-color: transparent;
  justify-content: space-between;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table tbody tr,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody tr,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody tr,
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody tr,
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody tr,
.profile-edit-socials-grid-wrapper .grid-field__table tbody tr {
  position: relative !important;
  width: 100%;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table tbody tr:not(.hidden),
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody tr:not(.hidden),
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody tr:not(.hidden),
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody tr:not(.hidden),
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody tr:not(.hidden),
.profile-edit-socials-grid-wrapper .grid-field__table tbody tr:not(.hidden) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-socials-grid-wrapper .grid-field__table tbody tr:not(.hidden) td {
  flex-basis: calc(50% - 10px);
  border: none;
  padding: 0 0 15px 0;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td.grid-field__item-fieldset:first-of-type, .profile-edit-mailing-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td[data-column-id="38"],
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td.grid-field__item-fieldset:first-of-type,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td[data-column-id="38"],
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody tr:not(.hidden) td.grid-field__item-fieldset:first-of-type,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody tr:not(.hidden) td[data-column-id="38"],
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody tr:not(.hidden) td.grid-field__item-fieldset:first-of-type,
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody tr:not(.hidden) td[data-column-id="38"],
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody tr:not(.hidden) td.grid-field__item-fieldset:first-of-type,
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody tr:not(.hidden) td[data-column-id="38"],
.profile-edit-socials-grid-wrapper .grid-field__table tbody tr:not(.hidden) td.grid-field__item-fieldset:first-of-type,
.profile-edit-socials-grid-wrapper .grid-field__table tbody tr:not(.hidden) td[data-column-id="38"] {
  display: none !important;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td .ee-form-error-message,
.profile-edit-affiliate-address-grid-wrapper .grid-field__table tbody tr:not(.hidden) td .ee-form-error-message,
.profile-edit-phone-numbers-grid-wrapper .grid-field__table tbody tr:not(.hidden) td .ee-form-error-message,
.profile-edit-waterbody-grid-wrapper .grid-field__table tbody tr:not(.hidden) td .ee-form-error-message,
.profile-edit-research-focus-grid-wrapper .grid-field__table tbody tr:not(.hidden) td .ee-form-error-message,
.profile-edit-socials-grid-wrapper .grid-field__table tbody tr:not(.hidden) td .ee-form-error-message {
  color: red;
}
.profile-edit-mailing-address-grid-wrapper .table-responsive,
.profile-edit-affiliate-address-grid-wrapper .table-responsive,
.profile-edit-phone-numbers-grid-wrapper .table-responsive,
.profile-edit-waterbody-grid-wrapper .table-responsive,
.profile-edit-research-focus-grid-wrapper .table-responsive,
.profile-edit-socials-grid-wrapper .table-responsive {
  overflow-x: visible;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__column--tools button,
.profile-edit-mailing-address-grid-wrapper .grid-field__footer button,
.profile-edit-affiliate-address-grid-wrapper .grid-field__column--tools button,
.profile-edit-affiliate-address-grid-wrapper .grid-field__footer button,
.profile-edit-phone-numbers-grid-wrapper .grid-field__column--tools button,
.profile-edit-phone-numbers-grid-wrapper .grid-field__footer button,
.profile-edit-waterbody-grid-wrapper .grid-field__column--tools button,
.profile-edit-waterbody-grid-wrapper .grid-field__footer button,
.profile-edit-research-focus-grid-wrapper .grid-field__column--tools button,
.profile-edit-research-focus-grid-wrapper .grid-field__footer button,
.profile-edit-socials-grid-wrapper .grid-field__column--tools button,
.profile-edit-socials-grid-wrapper .grid-field__footer button {
  display: block !important;
  background-color: transparent;
  border: none;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper .grid-field__column--tools,
.profile-edit-socials-grid-wrapper .grid-field__column--tools {
  position: absolute;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__column--tools button span i,
.profile-edit-affiliate-address-grid-wrapper .grid-field__column--tools button span i,
.profile-edit-phone-numbers-grid-wrapper .grid-field__column--tools button span i,
.profile-edit-waterbody-grid-wrapper .grid-field__column--tools button span i,
.profile-edit-research-focus-grid-wrapper .grid-field__column--tools button span i,
.profile-edit-socials-grid-wrapper .grid-field__column--tools button span i {
  color: #3f4254 !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  transition: 0.3s ease-in-out;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__column--tools button span i::before,
.profile-edit-affiliate-address-grid-wrapper .grid-field__column--tools button span i::before,
.profile-edit-phone-numbers-grid-wrapper .grid-field__column--tools button span i::before,
.profile-edit-waterbody-grid-wrapper .grid-field__column--tools button span i::before,
.profile-edit-research-focus-grid-wrapper .grid-field__column--tools button span i::before,
.profile-edit-socials-grid-wrapper .grid-field__column--tools button span i::before {
  font-size: 16px !important;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__column--tools button:hover i, .profile-edit-mailing-address-grid-wrapper .grid-field__column--tools button:focus i,
.profile-edit-affiliate-address-grid-wrapper .grid-field__column--tools button:hover i,
.profile-edit-affiliate-address-grid-wrapper .grid-field__column--tools button:focus i,
.profile-edit-phone-numbers-grid-wrapper .grid-field__column--tools button:hover i,
.profile-edit-phone-numbers-grid-wrapper .grid-field__column--tools button:focus i,
.profile-edit-waterbody-grid-wrapper .grid-field__column--tools button:hover i,
.profile-edit-waterbody-grid-wrapper .grid-field__column--tools button:focus i,
.profile-edit-research-focus-grid-wrapper .grid-field__column--tools button:hover i,
.profile-edit-research-focus-grid-wrapper .grid-field__column--tools button:focus i,
.profile-edit-socials-grid-wrapper .grid-field__column--tools button:hover i,
.profile-edit-socials-grid-wrapper .grid-field__column--tools button:focus i {
  color: #EA1010 !important;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__footer button,
.profile-edit-affiliate-address-grid-wrapper .grid-field__footer button,
.profile-edit-phone-numbers-grid-wrapper .grid-field__footer button,
.profile-edit-waterbody-grid-wrapper .grid-field__footer button,
.profile-edit-research-focus-grid-wrapper .grid-field__footer button,
.profile-edit-socials-grid-wrapper .grid-field__footer button {
  color: #3f4254;
  font-size: 12px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  line-height: 13px;
  font-weight: 600;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}
.profile-edit-mailing-address-grid-wrapper .grid-field__footer button::before,
.profile-edit-affiliate-address-grid-wrapper .grid-field__footer button::before,
.profile-edit-phone-numbers-grid-wrapper .grid-field__footer button::before,
.profile-edit-waterbody-grid-wrapper .grid-field__footer button::before,
.profile-edit-research-focus-grid-wrapper .grid-field__footer button::before,
.profile-edit-socials-grid-wrapper .grid-field__footer button::before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f067";
}
.profile-edit-mailing-address-grid-wrapper .grid-field__footer button:hover, .profile-edit-mailing-address-grid-wrapper .grid-field__footer button:focus,
.profile-edit-affiliate-address-grid-wrapper .grid-field__footer button:hover,
.profile-edit-affiliate-address-grid-wrapper .grid-field__footer button:focus,
.profile-edit-phone-numbers-grid-wrapper .grid-field__footer button:hover,
.profile-edit-phone-numbers-grid-wrapper .grid-field__footer button:focus,
.profile-edit-waterbody-grid-wrapper .grid-field__footer button:hover,
.profile-edit-waterbody-grid-wrapper .grid-field__footer button:focus,
.profile-edit-research-focus-grid-wrapper .grid-field__footer button:hover,
.profile-edit-research-focus-grid-wrapper .grid-field__footer button:focus,
.profile-edit-socials-grid-wrapper .grid-field__footer button:hover,
.profile-edit-socials-grid-wrapper .grid-field__footer button:focus {
  color: #006bb6;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__column--tools {
  right: 0;
  bottom: 8px;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:last-of-type:not(:first-of-type):not(:nth-child(3)),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:last-of-type:not(:first-of-type):not(:nth-child(3)),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:last-of-type:not(:first-of-type):not(:nth-child(3)),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:last-of-type:not(:first-of-type):not(:nth-child(3)),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:last-of-type:not(:first-of-type):not(:nth-child(3)),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:last-of-type:not(:first-of-type):not(:nth-child(3)) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid lightgray;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) {
  margin-top: 10px;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden):nth-child(3) .grid-field__column-label,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden):nth-child(3) .grid-field__column-label,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden):nth-child(3) .grid-field__column-label,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden):nth-child(3) .grid-field__column-label,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden):nth-child(3) .grid-field__column-label,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden):nth-child(3) .grid-field__column-label {
  position: inherit;
  top: inherit;
  left: inherit;
  height: inherit;
  width: inherit;
  opacity: inherit;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td {
  border: none;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td.grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td.grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td.grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td.grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td.grid-field__column--tools,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td.grid-field__column--tools {
  right: 0 !important;
  top: 30px !important;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2) {
  flex-basis: calc(35% - 10px);
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3) {
  flex-basis: calc(65% - 10px);
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4) {
  flex-basis: calc(30% - 10px);
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5), .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) {
  flex-basis: calc(70% - 10px);
  margin-top: 10px;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid-field__column-label label, .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid-field__column-label label,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid-field__column-label label,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid-field__column-label label,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid-field__column-label label,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid-field__column-label label,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid-field__column-label label,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid-field__column-label label,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid-field__column-label label,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid-field__column-label label,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid-field__column-label label,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid-field__column-label label {
  line-height: 1.6;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding, .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label, .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  font-size: 14px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  color: black;
}
.profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label input, .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label input,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label input,
.profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label input,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label input,
.profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label input,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label input,
.profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label input,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label input,
.profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label input,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5) .grid_padding label input,
.profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) .grid_padding label input {
  height: 12.5px;
  width: 12.5px;
}
@media only screen and (min-width: 680px) {
  .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td {
    padding: 0;
  }
  .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
  .profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
  .profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
  .profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
  .profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2),
  .profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(2) {
    flex-basis: calc(25% - 15px);
  }
  .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
  .profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
  .profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
  .profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
  .profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3),
  .profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(3) {
    flex-basis: calc(35% - 15px);
  }
  .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
  .profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
  .profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
  .profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
  .profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4),
  .profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(4) {
    flex-basis: calc(25% - 15px);
    margin-right: 15%;
  }
  .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5), .profile-edit-mailing-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
  .profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
  .profile-edit-affiliate-address-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
  .profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
  .profile-edit-phone-numbers-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
  .profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
  .profile-edit-waterbody-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
  .profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
  .profile-edit-research-focus-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6),
  .profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(5),
  .profile-edit-socials-grid-wrapper #phone_numbers .grid-field__table tbody tr:not(.hidden) td:nth-of-type(6) {
    flex-basis: calc(50% - 15px);
  }
}
.profile-edit-mailing-address-grid-wrapper #mailing_address .grid-field__column--tools,
.profile-edit-mailing-address-grid-wrapper #mailing_address .grid-field__footer,
.profile-edit-affiliate-address-grid-wrapper #mailing_address .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #mailing_address .grid-field__footer,
.profile-edit-phone-numbers-grid-wrapper #mailing_address .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #mailing_address .grid-field__footer,
.profile-edit-waterbody-grid-wrapper #mailing_address .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #mailing_address .grid-field__footer,
.profile-edit-research-focus-grid-wrapper #mailing_address .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #mailing_address .grid-field__footer,
.profile-edit-socials-grid-wrapper #mailing_address .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #mailing_address .grid-field__footer {
  display: none !important;
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__table tbody tr:not(.hidden),
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__table tbody tr:not(.hidden),
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__table tbody tr:not(.hidden),
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__table tbody tr:not(.hidden),
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__table tbody tr:not(.hidden),
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__table tbody tr:not(.hidden) {
  margin-top: 15px;
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__table tbody tr:nth-of-type(4)::before,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__table tbody tr:nth-of-type(4)::before,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__table tbody tr:nth-of-type(4)::before,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__table tbody tr:nth-of-type(4)::before,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__table tbody tr:nth-of-type(4)::before,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__table tbody tr:nth-of-type(4)::before {
  height: 22px;
  min-height: 22px;
  width: 100%;
  color: var(--kt-form-label-color) !important;
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  line-height: 13px;
  content: "Secondary work or school affiliation";
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__footer,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__footer,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__footer,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__footer,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__footer,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__footer {
  margin-top: -15px;
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools {
  right: 0;
  bottom: -35px;
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools button,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools button,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools button,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools button,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools button,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools button {
  display: flex !important;
  align-items: center;
  color: #3f4254;
  font-size: 12px;
  font-family: "Roboto Regular", Arial, Sans-Serif;
  line-height: 1;
  font-weight: 600;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools button span i,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools button span i,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools button span i,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools button span i,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools button span i,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools button span i {
  margin-right: 5px;
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools button span i::before,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools button span i::before,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools button span i::before,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools button span i::before,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools button span i::before,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools button span i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f00d";
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools button::after,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools button::after,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools button::after,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools button::after,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools button::after,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools button::after {
  content: "Remove affiliation";
}
.profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools button:hover, .profile-edit-mailing-address-grid-wrapper #affiliate_address .grid-field__column--tools button:focus,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools button:hover,
.profile-edit-affiliate-address-grid-wrapper #affiliate_address .grid-field__column--tools button:focus,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools button:hover,
.profile-edit-phone-numbers-grid-wrapper #affiliate_address .grid-field__column--tools button:focus,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools button:hover,
.profile-edit-waterbody-grid-wrapper #affiliate_address .grid-field__column--tools button:focus,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools button:hover,
.profile-edit-research-focus-grid-wrapper #affiliate_address .grid-field__column--tools button:focus,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools button:hover,
.profile-edit-socials-grid-wrapper #affiliate_address .grid-field__column--tools button:focus {
  color: #EA1010 !important;
}
.profile-edit-mailing-address-grid-wrapper #waterbody_focus .grid-field__column--tools,
.profile-edit-mailing-address-grid-wrapper #research_focus .grid-field__column--tools,
.profile-edit-mailing-address-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #waterbody_focus .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #research_focus .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #waterbody_focus .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #research_focus .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #waterbody_focus .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #research_focus .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #waterbody_focus .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #research_focus .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #waterbody_focus .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #research_focus .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #social_links .grid-field__column--tools {
  right: -35px;
  top: 28px;
}
.profile-edit-mailing-address-grid-wrapper #waterbody_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-mailing-address-grid-wrapper #research_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-mailing-address-grid-wrapper #social_links .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-affiliate-address-grid-wrapper #waterbody_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-affiliate-address-grid-wrapper #research_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-phone-numbers-grid-wrapper #waterbody_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-phone-numbers-grid-wrapper #research_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-waterbody-grid-wrapper #waterbody_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-waterbody-grid-wrapper #research_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-waterbody-grid-wrapper #social_links .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-research-focus-grid-wrapper #waterbody_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-research-focus-grid-wrapper #research_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-research-focus-grid-wrapper #social_links .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-socials-grid-wrapper #waterbody_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-socials-grid-wrapper #research_focus .grid-field__column--tools .js-grid-reorder-handle,
.profile-edit-socials-grid-wrapper #social_links .grid-field__column--tools .js-grid-reorder-handle {
  display: none !important;
}
.profile-edit-mailing-address-grid-wrapper #waterbody_focus .grid-field__footer,
.profile-edit-mailing-address-grid-wrapper #research_focus .grid-field__footer,
.profile-edit-mailing-address-grid-wrapper #social_links .grid-field__footer,
.profile-edit-affiliate-address-grid-wrapper #waterbody_focus .grid-field__footer,
.profile-edit-affiliate-address-grid-wrapper #research_focus .grid-field__footer,
.profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__footer,
.profile-edit-phone-numbers-grid-wrapper #waterbody_focus .grid-field__footer,
.profile-edit-phone-numbers-grid-wrapper #research_focus .grid-field__footer,
.profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__footer,
.profile-edit-waterbody-grid-wrapper #waterbody_focus .grid-field__footer,
.profile-edit-waterbody-grid-wrapper #research_focus .grid-field__footer,
.profile-edit-waterbody-grid-wrapper #social_links .grid-field__footer,
.profile-edit-research-focus-grid-wrapper #waterbody_focus .grid-field__footer,
.profile-edit-research-focus-grid-wrapper #research_focus .grid-field__footer,
.profile-edit-research-focus-grid-wrapper #social_links .grid-field__footer,
.profile-edit-socials-grid-wrapper #waterbody_focus .grid-field__footer,
.profile-edit-socials-grid-wrapper #research_focus .grid-field__footer,
.profile-edit-socials-grid-wrapper #social_links .grid-field__footer {
  margin-top: -15px;
}
.profile-edit-mailing-address-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-waterbody-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-research-focus-grid-wrapper #social_links .grid-field__column--tools,
.profile-edit-socials-grid-wrapper #social_links .grid-field__column--tools {
  top: 28px;
  right: -40px;
  bottom: unset;
}
.profile-edit-mailing-address-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden),
.profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden),
.profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden),
.profile-edit-waterbody-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden),
.profile-edit-research-focus-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden),
.profile-edit-socials-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) {
  margin-top: 10px;
}
.profile-edit-mailing-address-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-waterbody-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-research-focus-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
.profile-edit-socials-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td {
  flex-basis: 100%;
  border: none;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 680px) {
  .profile-edit-mailing-address-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-affiliate-address-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-phone-numbers-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-waterbody-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-research-focus-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td,
  .profile-edit-socials-grid-wrapper #social_links .grid-field__table tbody tr:not(.hidden) td {
    flex-basis: calc(33% - 10px);
  }
}
.profile-edit-mailing-address-grid-wrapper .affiliations-checkbox .form-check,
.profile-edit-affiliate-address-grid-wrapper .affiliations-checkbox .form-check,
.profile-edit-phone-numbers-grid-wrapper .affiliations-checkbox .form-check,
.profile-edit-waterbody-grid-wrapper .affiliations-checkbox .form-check,
.profile-edit-research-focus-grid-wrapper .affiliations-checkbox .form-check,
.profile-edit-socials-grid-wrapper .affiliations-checkbox .form-check {
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
}
.profile-edit-mailing-address-grid-wrapper .affiliations-checkbox .form-check .form-check-label,
.profile-edit-affiliate-address-grid-wrapper .affiliations-checkbox .form-check .form-check-label,
.profile-edit-phone-numbers-grid-wrapper .affiliations-checkbox .form-check .form-check-label,
.profile-edit-waterbody-grid-wrapper .affiliations-checkbox .form-check .form-check-label,
.profile-edit-research-focus-grid-wrapper .affiliations-checkbox .form-check .form-check-label,
.profile-edit-socials-grid-wrapper .affiliations-checkbox .form-check .form-check-label {
  height: unset;
}

.profile-edit-waterbody-grid-wrapper [data-repeater-item]:not(:first-of-type) {
  margin-top: 15px;
}
.profile-edit-waterbody-grid-wrapper [data-repeater-item]:not(:first-of-type) table, .profile-edit-waterbody-grid-wrapper [data-repeater-item]:not(:first-of-type).repeater-item {
  margin-top: 0;
}
.profile-edit-waterbody-grid-wrapper [data-repeater-item]:not(:first-of-type) .affiliations-checkbox {
  display: none !important;
}
@media only screen and (min-width: 680px) {
  .profile-edit-waterbody-grid-wrapper [data-repeater-item]:not(:first-of-type) {
    margin-top: 10px;
  }
}
.profile-edit-waterbody-grid-wrapper [data-repeater-item]:last-of-type {
  margin-bottom: 0;
}
.profile-edit-waterbody-grid-wrapper [data-repeater-item] .repeater-remove {
  text-align: right;
}

.profile-edit-waterbody-grid-wrapper tr:not(.hidden) td,
.profile-edit-socials-grid-wrapper tr:not(.hidden) td {
  padding: 0;
}
.profile-edit-waterbody-grid-wrapper .remove-waterbody,
.profile-edit-socials-grid-wrapper .remove-waterbody {
  position: relative;
}
.profile-edit-waterbody-grid-wrapper .remove-waterbody a,
.profile-edit-socials-grid-wrapper .remove-waterbody a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: 14px;
  height: unset !important;
  padding: 10px !important;
}
.profile-edit-waterbody-grid-wrapper .remove-waterbody a span,
.profile-edit-socials-grid-wrapper .remove-waterbody a span {
  font-size: 16px;
}

.profile-edit-socials-grid-wrapper [data-repeater-item]:last-of-type {
  margin-bottom: 10px;
}
.profile-edit-socials-grid-wrapper .repeater-remove {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: 0px !important;
  height: unset !important;
  padding: 10px !important;
}
.profile-edit-socials-grid-wrapper .repeater-remove span {
  font-size: 16px;
}

.repeater-button {
  height: 22px !important;
  font-size: 12px !important;
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
  line-height: 13px !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
}
.repeater-button span {
  margin-right: 5px;
}
.repeater-button.repeater-add {
  color: #3f4254 !important;
}
.repeater-button.repeater-add:hover, .repeater-button.repeater-add:focus {
  color: #006bb6 !important;
}
.repeater-button.repeater-remove:hover, .repeater-button.repeater-remove:focus {
  color: #EA1010 !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-left {
  text-align: left !important;
}

.profile-image-wrapper {
  flex-shrink: 1 !important;
  width: unset !important;
  max-height: 150px;
}
.profile-image-wrapper .file_field .file_set .filename {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  height: 150px;
  max-width: 150px;
  text-align: center;
  border: none;
  border-radius: 50%;
  overflow: hidden;
}
.profile-image-wrapper .file_field .file_set .filename img {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  width: 150px;
  min-width: 150px;
  max-width: unset;
  height: auto !important;
  min-height: 100% !important;
}
.profile-image-wrapper .file_field .file_set .filename .remove_file {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  color: #3f4254;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background-color: #3f4254;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.profile-image-wrapper .file_field .file_set .filename .remove_file:hover, .profile-image-wrapper .file_field .file_set .filename .remove_file:focus {
  background-color: white;
  opacity: 0.8;
}
.profile-image-wrapper .image-input-outline {
  position: relative;
  background-color: #62B7ED;
  border-radius: 50%;
}
.profile-image-wrapper .image-input-outline span.fa-user {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 40px;
  transform: translateX(-50%) translateY(-50%);
}
.profile-image-wrapper .image-input-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  border: none !important;
  border-radius: 50%;
  background-position: center;
  box-shadow: none !important;
  overflow: hidden;
}
.profile-image-wrapper .edit-profile-image {
  top: 0;
  left: 0;
  width: 150px !important;
  height: 150px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  transform: none !important;
}
.profile-image-wrapper .edit-profile-image i {
  font-size: 34px !important;
}
.profile-image-wrapper .edit-profile-image i::before {
  color: #3f4254 !important;
  transition: color 0.15s ease-in-out !important;
}
.profile-image-wrapper .edit-profile-image:hover, .profile-image-wrapper .edit-profile-image:focus {
  background-color: rgba(98, 183, 237, 0.8) !important;
}
.profile-image-wrapper .edit-profile-image:hover i::before, .profile-image-wrapper .edit-profile-image:focus i::before {
  color: white !important;
}
.profile-image-wrapper .remove-profile-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px !important;
  height: 40px !important;
  transform: none !important;
  background-color: #3f4254 !important;
}
.profile-image-wrapper .remove-profile-image span {
  color: white;
  font-size: 16px;
}
.profile-image-wrapper .remove-profile-image:hover, .profile-image-wrapper .remove-profile-image:focus {
  background-color: #EA1010 !important;
}

#awards tr:not(.hidden) {
  margin-bottom: 15px;
}
#awards tr:not(.hidden) td:nth-of-type(4) {
  flex-basis: 100%;
}
#awards .grid-field__column--tools {
  top: 28px;
  right: -35px;
}
#awards .grid-field__column--tools .js-grid-reorder-handle {
  display: none !important;
}
#awards .grid-field__footer {
  margin-top: -15px;
}

.multiselect-dropdown {
  position: relative;
}
.multiselect-dropdown > div:not([class]) {
  max-height: 32px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  background-size: 16px 12px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.multiselect-dropdown > div:not([class]) a {
  display: flex;
  align-items: center;
  height: 30px;
  min-height: 30px !important;
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
}
.multiselect-dropdown > div:not([class]),
.multiselect-dropdown .select-box {
  width: 100% !important;
  padding-left: 10px !important;
  font-size: 14px;
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
  border: solid;
  border-width: 1px;
  border-color: #A8B7C7;
  border-radius: 4px;
  box-shadow: none;
}
.multiselect-dropdown .select-box {
  position: absolute;
  left: 0;
  right: 0;
  height: 300px;
  max-height: 300px;
  width: calc(100% - 20px) !important;
  margin-left: 10px;
  padding: 5px 0 5px 0;
  list-style: none;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 1;
}
.multiselect-dropdown .select-box.closed {
  display: none;
}
.multiselect-dropdown .select-box li {
  height: 32px;
  min-height: 32px;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto Regular", Arial, Sans-Serif !important;
}
.multiselect-dropdown .select-box li.multiselect-child {
  padding-left: 30px;
}

.benefactors .nav-item .nav-link {
  justify-content: flex-start !important;
  border: 2px solid white !important;
  background-color: white !important;
}
.benefactors .nav-item .nav-link img {
  width: auto;
  max-height: 100px;
  max-width: 125px;
}
.benefactors .nav-item .nav-link .benefactor-logo-missing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.benefactors .nav-item .nav-link .benefactor-logo-missing span {
  color: #707070 !important;
}
.benefactors .nav-item .nav-link:hover, .benefactors .nav-item .nav-link:focus {
  border: 2px solid #006bb6 !important;
  background-color: white !important;
}
.benefactors .nav-item .nav-link:hover .benefactor-logo-missing span, .benefactors .nav-item .nav-link:focus .benefactor-logo-missing span {
  color: #006bb6 !important;
}

.card img {
  padding: 15px;
  max-width: 100%;
  height: auto !important;
}

.membership-renew-table-wrapper {
  border: 1px solid rgba(168, 183, 199, 0.3);
  border-radius: 4px;
  overflow-x: hidden;
}
.membership-renew-table-wrapper .membership-renew-table {
  width: calc(100% + 2px);
  margin-left: -1px;
}
.membership-renew-table-wrapper .membership-renew-table thead tr th {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.membership-renew-table-wrapper .membership-renew-table thead tr:last-of-type {
  background-color: #F1F1F1 !important;
}
.membership-renew-table-wrapper .membership-renew-table tbody tr:nth-of-type(2n) {
  background-color: #F1F1F1 !important;
}
.membership-renew-table-wrapper .membership-renew-table tbody tr td p {
  padding-right: 20px;
}
.membership-renew-table-wrapper .membership-renew-table .greyName,
.membership-renew-table-wrapper .membership-renew-table p {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.fs-h1 {
  font-size: 48px !important;
}

.progress-bar-new {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.progress-bar-new li {
  flex-basis: 20%;
  flex-grow: 1;
}
.progress-bar-new li div {
  position: relative;
  border-top: 5px solid #D0D7E6;
}
.progress-bar-new li div span:not([class]) {
  padding-left: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .progress-bar-new li div span:not([class]) {
    display: none;
  }
}
.progress-bar-new li div .final-check {
  display: none;
}
.progress-bar-new li div::before {
  position: absolute;
  top: -12.5px;
  left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #D0D7E6;
  border: 4px solid #F7F8FA;
  border-radius: 50%;
}
.progress-bar-new li div .fas {
  position: absolute;
  top: -8px;
  left: -6px;
  padding-left: 0;
  color: white;
  font-size: 12px;
}
.progress-bar-new li div.step-active::before {
  background-color: white;
  border-color: #006BB6;
}
.progress-bar-new li div.step-complete {
  border-color: #8AC4F6;
}
.progress-bar-new li div.step-complete::before {
  background-color: #006BB6;
  border-color: #006BB6;
}
.progress-bar-new li div.step-complete .final-check {
  display: block !important;
  position: absolute !important;
  top: -8px !important;
  right: -6px !important;
  left: unset !important;
  z-index: 9 !important;
}
.progress-bar-new li div:not(.step-complete) .fas {
  display: none;
}
.progress-bar-new li:last-of-type div::after {
  position: absolute;
  top: -12.5px;
  right: -10px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #D0D7E6;
  border: 4px solid #D0D7E6;
  border-radius: 50%;
}
.progress-bar-new li:last-of-type div.step-complete {
  border-color: #8AC4F6;
}
.progress-bar-new li:last-of-type div.step-complete::after {
  background-color: #006BB6;
  border-color: #006BB6;
}
@media only screen and (min-width: 1200px) {
  .progress-bar-new.progress-bar-donation li div span:not([class]) {
    display: none;
  }
}

.auto-renew-wrapper > div:not([class]) {
  padding-right: 0;
  padding-left: 0;
}
.auto-renew-wrapper > div:not([class]) > label {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  color: black;
  font-size: 16px;
}
.auto-renew-wrapper > div:not([class]) > label input {
  margin-right: 10px;
}
.auto-renew-wrapper > div:not([class]) p {
  margin-left: calc(3.25rem + 10px);
  margin-bottom: 1rem !important;
}
.auto-renew-wrapper > div:not([class]) p:first-of-type {
  color: #707070;
  font-size: 14px;
}
.auto-renew-wrapper > div:not([class]) p:not(:first-of-type) {
  color: black;
  font-size: 16px;
}

.profile-image-wrapper {
  position: relative;
}
.profile-image-wrapper .assets-thumbview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #006bb6;
}
.profile-image-wrapper .assets-thumbview ul li {
  width: 100%;
  float: none;
}
.profile-image-wrapper .assets-thumbview ul li .assets-thumb-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  background: none;
}
.profile-image-wrapper .assets-thumbview ul li .assets-thumb-wrapper .assets-thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.profile-image-wrapper .assets-buttons .assets-add,
.profile-image-wrapper .assets-buttons .assets-remove {
  position: absolute;
  margin: 0;
  color: rgba(0, 0, 0, 0) !important;
  border-radius: 50%;
}
.profile-image-wrapper .assets-buttons .assets-add span,
.profile-image-wrapper .assets-buttons .assets-remove span {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
}
.profile-image-wrapper .assets-buttons .assets-add span::before,
.profile-image-wrapper .assets-buttons .assets-remove span::before {
  color: white;
}
.profile-image-wrapper .assets-buttons .assets-add:hover, .profile-image-wrapper .assets-buttons .assets-add:focus,
.profile-image-wrapper .assets-buttons .assets-remove:hover,
.profile-image-wrapper .assets-buttons .assets-remove:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.profile-image-wrapper .assets-buttons .assets-add {
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.profile-image-wrapper .assets-buttons .assets-add span {
  top: 50%;
  left: 75px;
  transform: translateY(-50%) translateX(-50%);
  font-size: 50px;
}
.profile-image-wrapper .assets-buttons .assets-add span::before {
  content: "+";
  color: white;
}
.profile-image-wrapper .assets-buttons .assets-remove {
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #3f4254;
}
.profile-image-wrapper .assets-buttons .assets-remove span {
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}
.profile-image-wrapper .assets-buttons .assets-remove span::before {
  content: "\f00d";
  color: white;
}
.profile-image-wrapper .assets-buttons .assets-remove:hover, .profile-image-wrapper .assets-buttons .assets-remove:focus {
  background-color: #EA1010 !important;
}
.profile-image-wrapper .assets-buttons .assets-remove.assets-disabled {
  background-color: #d0d9e1;
}
.profile-image-wrapper .assets-buttons .assets-remove.assets-disabled:hover, .profile-image-wrapper .assets-buttons .assets-remove.assets-disabled:focus {
  background-color: #d0d9e1 !important;
}

.iaglr-membership-id-year {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.iaglr-membership-id-year p {
  margin-right: 25px !important;
}

.preferences-wrapper .auto-renew-wrapper div:not([class]) {
  margin-bottom: 0.75rem;
  padding-left: 0;
}
.preferences-wrapper .auto-renew-wrapper div:not([class]) label,
.preferences-wrapper .auto-renew-wrapper div:not([class]) .form-check-label {
  display: flex;
  align-items: center;
  margin-left: 0;
}

#kt_header.header {
  height: auto !important;
}

.menu-item-logout input {
  width: 100%;
  font-weight: 500;
  background: none;
  border: none;
}
.menu-item-logout input:focus, .menu-item-logout input:hover {
  transition: color 0.2s ease;
  color: var(--kt-menu-link-color-hover);
  background-color: var(--kt-menu-link-bg-color-hover);
}

.membership-logo-wrapper {
  padding: 10px 0;
}
.membership-logo-wrapper img {
  max-width: 200px;
  height: auto;
}
@media (min-width: 576px) {
  .membership-logo-wrapper img {
    max-width: 277px !important;
  }
}

.menu-help-wrapper {
  width: 40px;
  height: 40px;
}
.menu-help-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  height: 100%;
  text-align: center;
  color: var(--kt-text-gray-800);
  font-weight: 500;
  border-radius: 0.475rem;
}
.menu-help-wrapper a:focus, .menu-help-wrapper a:hover {
  color: var(--kt-menu-link-color-hover);
  background-color: var(--kt-menu-link-bg-color-hover);
}
.menu-help-wrapper a span {
  flex-basis: 100%;
}

.font-italic {
  font-style: italic;
}

table.dataTable thead .sorting {
  font-weight: 600;
  text-transform: uppercase;
}
table.dataTable thead .sorting:after {
  position: relative !important;
  opacity: 1 !important;
  display: inline-block !important;
  width: 0.75rem;
  height: 0.75rem;
  bottom: auto;
  right: auto !important;
  left: auto;
  margin-left: 0.5rem;
}

.choices_query_parent .secondary {
  min-height: 32px;
}

ul.donation-amount {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.donation-amount li {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.donation-amount .plan label {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.icon-link,
.icon-link i {
  color: var(--bs-link-color);
}

.membership-show-more.closed {
  height: 0;
  overflow: hidden;
}
.membership-show-more .iaglr-membership-row {
  margin-bottom: 1rem;
}
.membership-show-more .iaglr-membership-row:last-of-type {
  margin-bottom: 0;
}

.show-hide-membership {
  display: block;
  margin-top: 0.75rem;
}

.research-focus-row .research-focus-list li:nth-of-type(1n+4) {
  display: none;
}
.research-focus-row.open .research-focus-list li:nth-of-type(1n+4) {
  display: flex;
}

.forgot-password:hover, .forgot-password:focus {
  text-decoration: underline !important;
}

.hide-top-board-utilities .admin-member-utilities {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.example-modal {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: scroll;
}
.example-modal.modal-closed {
  display: none;
}
.example-modal.modal-open {
  display: block;
}
.example-modal .card {
  background-color: #FCFCFD;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .example-modal .card {
    max-width: 70%;
  }
}

.checkout-blocker {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.checkout-blocker.blocker-open {
  display: flex !important;
}
.checkout-blocker .card {
  background-color: #FCFCFD;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  margin-top: 30px;
  font-size: 1.15rem;
}
.pagination-wrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-wrapper ul li {
  padding: 0 5px;
}
.pagination-wrapper ul li a:focus, .pagination-wrapper ul li a:hover {
  text-decoration: underline !important;
}

.breadcrumb li a {
  background: url(/pics/crumbsep.gif) no-repeat scroll right center transparent;
  margin: 0 6px 0 0 !important;
  padding: 2px 10px 0 0 !important;
}

.tooltip.bs-tooltip-auto.fade.show .tooltip-inner {
  text-align: left;
}

#header-search {
  flex-flow: row wrap;
}
#header-search .search-field {
  flex-grow: 2;
  width: auto;
}
#header-search .search-all {
  margin-top: 5px;
}
#header-search .search-all .checkbox {
  vertical-align: middle;
}