.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs ul[role="menu"] {
  gap: 8px;
}
.breadcrumbs ul[role="menu"] li a {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: 'Archivo';
  text-transform: uppercase;
}
.breadcrumbs ul[role="menu"] li:last-child a {
  color: #000000;
  font-weight: 600;
}
{#
  .breadcrumbs ul li{
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000;
  }
  .breadcrumbs ul li a{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #666666;
  }
  #}


.community-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 30px 0;
}
.community-text {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0 15px;
}
.community-form {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.community-text .adma-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.community-text h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

/* .community-text h1 {
text-transform: uppercase;
margin: 0 0 20px;
} */
.community-text .description {
  font-size: 20px;
}
.community-text .description  p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px;
}
.community-text .description ol {
  padding-left: 30px;
}
.community-text .description ol li::marker {
  font-size: 16px;
}
.community-text .description ul {
  margin: 0 0 20px;
}
.community-text .description ul li {
  padding-left: 35px;
  margin: 0 0 5px;
  position: relative;
}
.community-text .description ul li::before {
  /*   content: url('https://442003138.fs1.hubspotusercontent-ap1.net/hubfs/442003138/Assets/Icons/check_icon_sm.svg'); */
  content: '';
  position: absolute;
  left: 3px;
  top: 2px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #5e7688;
}
.community-text .description ul li::after {
  content: url('https://442003138.fs1.hubspotusercontent-ap1.net/hubfs/442003138/Assets/Icons/check_icon_sm.svg');
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 24px;
  height: 24px;
}


.community-text .description p:last-child {
  margin-bottom: 0;
}
.community-form h3 {
  display: none;
}

/* ADMA theme form */
.adma-theme-form form {
  padding: 0 0 32px;
  border-bottom: 1px solid #666666;
}

.adma-theme-form form .hs_submit.hs-submit input[type="submit"] {
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  background: #000;
  color: #FFF;
}
.adma-theme-form form .hs_submit.hs-submit input[type="submit"]:hover {
  background: #666666;
  border: 1px solid #666666;
}

.adma-theme-form form .hs-richtext {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.adma-theme-form form .hs-richtext a {
  color: #666666;
  text-decoration: underline;
}

.adma-theme-form form .hs-fieldtype-textarea {
  resize: none;
}

.adma-theme-form form .input {
  position: relative;
}
.adma-theme-form form .input::after {
  content: '';
  display: none;
  width: 20px;
  height: 20px; 
  background-image: url('https://442003138.fs1.hubspotusercontent-ap1.net/hubfs/442003138/Assets/Icons/hs_input_invalid_icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.adma-theme-form form .input:has(input[type="text"].error.invalid)::after,
.adma-theme-form form .input:has(input[type="tel"].error.invalid)::after,
.adma-theme-form form .input:has(input[type="email"].error.invalid)::after {
  display: block;
}

.adma-theme-form form ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 12px;
  line-height: 18px;
}

.adma-theme-form form select {
  display: none;
}
.hs-fieldtype-select .select2-container.select2-container--default {
  width: 100% !important;
}
.hs-fieldtype-select .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  padding: 10px 30px 10px 20px !important;
  height: 50px;
  color: #000000 !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.hs-fieldtype-select .select2-selection.select2-selection--single {
  height: 50px;
  border: 1px solid #EDEDED !important;
}
.hs-fieldtype-select .select2-selection__placeholder {
  color: #EDEDED;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.hs-fieldtype-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.hs-fieldtype-select .select2-container--default .select2-selection--single {
  background-image: url('https://442003138.fs1.hubspotusercontent-ap1.net/hubfs/442003138/Assets/Icons/hub_form_select_arrow.svg'); /* your arrow URL */
  background-repeat: no-repeat;
  background-position: right 15px center; /* adjust as needed */
  background-size: 10px 10px; /* adjust size */
}
.hs-fieldtype-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
/* Step form styling */
.adma-theme-form form .hsfc-Step__Content {
  padding: 0 !important;
}

.adma-theme-form form .hsfc-Row {
  margin: 0 0 15px;
  gap: 8px;
}

.adma-theme-form form .hsfc-Row .hsfc-FieldLabel {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 10px;
}
.adma-theme-form form .hsfc-Row .hsfc-TextInput {
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #EDEDED !important;
  background: #FFFFFF;
  width: 100%;
}
.adma-theme-form form .hsfc-Row .hsfc-TextInput:hover,
.adma-theme-form form .hsfc-Row .hsfc-TextInput:active {
  box-shadow: none;
}
.adma-theme-form form .hsfc-Row .hsfc-TextInput:not(:placeholder-shown) {
  border: 1px solid #000000 !important;
}


.adma-theme-form form .hsfc-Row .hsfc-EmailField:has(.hsfc-ErrorAlert) .hsfc-TextInput,
.adma-theme-form form .hsfc-Row .hsfc-TextField:has(.hsfc-ErrorAlert) .hsfc-TextInput {
  border: 1px solid #FA0A37 !important;
  color: #FA0A37 !important;
  box-shadow: none !important;
}
.adma-theme-form form .hsfc-Row .hsfc-EmailField:has(.hsfc-ErrorAlert),
.adma-theme-form form .hsfc-Row .hsfc-TextField:has(.hsfc-ErrorAlert) {
  position: relative;
}
.adma-theme-form form .hsfc-Row .hsfc-EmailField:has(.hsfc-ErrorAlert)::after,
.adma-theme-form form .hsfc-Row .hsfc-TextField:has(.hsfc-ErrorAlert)::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px; 
  background-image: url('https://442003138.fs1.hubspotusercontent-ap1.net/hubfs/442003138/Assets/Icons/hs_input_invalid_icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.hsfc-ErrorAlert {
  font-size: 12px !important;
  line-height: 18px;
}
.adma-theme-form .disclaimer-text p,
.adma-theme-form .disclaimer-text p a,
.adma-theme-form form .hsfc-Row .hsfc-RichText {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.adma-theme-form .disclaimer-text p a {
  text-decoration: underline;
}

.adma-theme-form form .hsfc-Row .hsfc-PhoneInput {
  max-height: 50px;
}
.adma-theme-form form .hsfc-Row .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
  background: transparent;
  border: 1px solid #000;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.adma-theme-form form .hsfc-Row .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret__Flag {
  color: #FFF;
  display: block;
  font-size: 20px;
  line-height: 100%;
}
.adma-theme-form form .hsfc-Row .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret__Caret {
  border-top-color: #000;
  margin-top: 4px;
}
.adma-theme-form form .hsfc-Row .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover {
  background: transparent;
  border: 1px solid #666666;
}

.adma-theme-form form .hsfc-DropdownOptions {
  max-height: 250px;
}
.adma-theme-form form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.adma-theme-form form .hsfc-CheckboxField .hsfc-FieldLabel {
  padding-left: 32px;
/*   width: max-content; */
  position: relative;
}
.adma-theme-form form .hsfc-CheckboxField .hsfc-FieldLabel span {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.adma-theme-form form .hsfc-CheckboxField .hsfc-CheckboxInput[type="checkbox"] {
  display: none;
}
.adma-theme-form form .hsfc-CheckboxField .hsfc-FieldLabel::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.adma-theme-form form .hsfc-CheckboxField .hsfc-FieldLabel::after {
  content: '';
  display: none;
  width: 12px;
  height: 6px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  transform: translateY(-60%) rotate(-45deg);
}
.adma-theme-form form .hsfc-CheckboxField .hsfc-FieldLabel:has(.hsfc-CheckboxInput[type="checkbox"]:checked)::after {
  display: block;
}
.adma-theme-form form .hsfc-CheckboxField .hsfc-FieldLabel:has(.hsfc-CheckboxInput[type="checkbox"]:checked)::before {
  background: #000;
}
.adma-theme-form form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons {
  justify-content: flex-start;
}
.adma-theme-form form .hsfc-NavigationRow .hsfc-Button[type="submit"] {
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  background: #000;
  color: #FFF;
}
.adma-theme-form form .hsfc-NavigationRow .hsfc-Button[type="submit"]:hover {
  background: #666666;
  border: 1px solid #666666;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #EDEDED;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 250px !important;
}
.select2-dropdown .select2-results__option--selectable {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 20px;
  border-bottom: 1px solid #EDEDED;
  position: relative;
}
.select2-dropdown .select2-results__option--selectable::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.select2-dropdown .select2-results__option--selectable::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted  {
  background-color: #EDEDED !important;
  color: #000000 !important;
}
.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted::before {
  background-color: #EDEDED !important;
}
.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted::after {
  background-color: #EDEDED !important;
}
.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border-color: #000;
}
.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected::before {
  background-color: #000000 !important;
}
.select2-dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected::after {
  background-color: #000000 !important;
}
.select2-dropdown .select2-results__option.select2-results__option--disabled {
  color: #EDEDED;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 20px;
  border-bottom: 1px solid #EDEDED;
  position: relative;
}


.adma-theme-form form .hs-form-field .hs-input:focus {
  box-shadow: none !important;
}
.adma-theme-form form .hs-form-field .input .hs-input:focus {
  border-color: #000000 !important;
  color: #000000 !important;
}
.adma-theme-form form .hs-form-field .input textarea.hs-input:focus {
  border-color: #000000 !important;
  color: #000000 !important;
}

.adma-theme-form form .hs-form-field .hs-input:placeholder {
  color: #000000;
}

.adma-theme-form form .inputs-list label {
  padding-left: 32px;
  width: max-content;
  position: relative;
}
.adma-theme-form form .inputs-list label input[type="checkbox"]  {
  display: none;
}
.adma-theme-form form .inputs-list label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.adma-theme-form form .inputs-list label::after {
  content: '';
  display: none;
  width: 12px;
  height: 6px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  transform: translateY(-60%) rotate(-45deg);
}
.adma-theme-form form .inputs-list label:has(input[type="checkbox"]:checked)::before {
  background: #000;
}
.adma-theme-form form .inputs-list label:has(input[type="checkbox"]:checked)::after {
  display: block;
}

.adma-theme-form form .inputs-list.no-list.hs-error-msgs label {
  position: static;
  padding: 0;
} 
.adma-theme-form form .hs-form-field .hs-input[type="checkbox"] + span {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 2px;
}





.community-form form h2 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
/* .community-form form label span {
font-weight: 600;
} */

.community-form form .hs-richtext {
  margin: 0 0 15px;
}
.community-form form .hs-form-field {
  margin: 0 0 15px;
}
.community-form form .hs-form-field .hs-input {
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #EDEDED !important;
  background: #FFFFFF;
  width: 100%;
}
.community-form form .hsfc-TextInput {
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #EDEDED !important;
  background: #FFFFFF;
}
.community-form form .hs-form-field .hs-input[type="tel"],
.community-form form .hs-form-field .hs-input[type="email"],
.community-form form .hs-form-field .hs-input[type="text"],
.community-form form select {
  width: 100% !important;
}

/* .community-form form .hs-form-field .hs-input:focus {
box-shadow: none !important;
} */

/* .community-form form .hs-form-field .input .hs-input:focus {
border-color: #000000 !important;
color: #000000 !important;
} */

/* .community-form form .hs-form-field .input textarea.hs-input:focus {
border-color: #000000 !important;
color: #000000 !important;
} */

/* .community-form form .hs-form-field .hs-input[type="radio"],
.community-form form .hs-form-field .hs-input[type="checkbox"] {
height: unset;
width: 20px !important;
height: 20px !important;
padding: 0 !important;
border: 1px solid #000 !important;
border-radius: 0px;
background-color: #FFFFFF;
cursor: pointer;
position: relative;
box-sizing: border-box !important;
display: inline-block;
margin-right: 32px !important;
} */

.community-form form ul[role="checkbox"] {
  display: flex;
  margin-top: 5px;
}
.community-form form ul[role="checkbox"] li[role="radio"] {
  margin-right: 32px !important;
}

.community-form form li[role="radio"],
.community-form form li.hs-form-booleancheckbox {
  margin: 0 !important;
}
.community-form form p.privacy-description {
  color: #5e7688;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 !important;
}



/* .community-form form .hs-form-field .hs-input:placeholder {
color: #EDEDED           
} */
/* .community-form form .hs-form-field .hs-input::-webkit-input-placeholder {
color: #EDEDED
}
.community-form form .hs-form-field .hs-input:-ms-input-placeholder {
color: #EDEDED
}
.community-form form .hs-form-field .hs-input::-ms-input-placeholder { 
color: #EDEDED
} */
.community-form form .hs-form-field select.hs-input:has(option[value=""]:checked)  { 
  color: #000000;
}
.community-form form .hs-form-field label {
  font-size: 18px;
  margin: 0;
}
.community-form form .inputs-list > li {
  margin: 0 0 15px;
}

.community-form form .inputs-list[role="checkbox"] > li {
  margin: 0;
  width: 50%;
  padding-left: 8px;
}

.community-form form .hs-form-field .input {
  margin: 0 0 10px;
}
.community-form form .hs_error_rollup {
  color: #EF6B51;
}
.community-form form .hs_error_rollup label {
  color: inherit;
  font-size: 18px;
  margin: 0;
}
/* .community-form form .hs-submit .hs-button {
border: 1px solid #000;
border-radius: 22px;
color: #000;
font-size: 16px;
font-weight: 300;
letter-spacing: 0;
line-height: 20px;
padding: 10px 20px;
transition: all 0.3s ease-in-out;
background-color: transparent;
}
.community-form form .hs-submit .hs-button:hover,
.community-form form .hs-submit .hs-button:focus{
background-color: #000000;
color: #FFF;
} */
.community-form form .hs-form-field textarea.hs-input {
  height: auto;
  min-height: 200px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
}
.community-form form .inputs-list > li {
  margin: 0 0 15px;
}
.community-form form ul.no-list {
  padding: 0;
  margin: 0;
}
.list-nav {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
.list-nav li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
}
.list-nav li .list-icon {
  width: 50%;
  position: relative;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 22px;
}
.list-nav li > div {
  width: 50%;
  font-size: 16px;
}
.list-nav li .list-icon em {
  position: absolute;
  font-style: normal;
  width: 18px;
  left: 0;
  top: 4px;
}
.list-nav li .list-icon em svg {
  display: block;
}
.list-nav li > div p {
  font-size: inherit;
}
.list-nav li > div p:last-child {
  margin: 0;
}


.social-nav {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.social-nav li { 
  width: 20px;
  margin: 0 10px;
}
.social-nav li a {
  display: block;
  line-height: normal;
  width: 20px;
}
.social-nav li a span {
  display: block;
  line-height: normal;
  width: 20px;
}
.social-nav li a span svg {
  width: 20px;
}
@media (max-width: 1199px) {
  .community-text h1 {
    font-size: 40px;
    line-height: normal;
  }
}

@media (max-width: 991px) {
  .list-nav li .list-icon {
    width: 100%;
    margin: 0 0 10px;
  }

  .list-nav li>div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .community-text h1 {
    font-size: 28px;
  }
  .community-holder {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .community-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .community-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}

.community-form form .hs-form-field .input .hs-input.error,
.community-form form .hs-form-field .input .hs-input.invalid,
.community-form form .hs-form-field .input .hs-input.hs-error {
  border: 1px solid #FA0A37 !important;
  color: #FA0A37 !important;
  box-shadow: none !important;
}
.community-form form .hs-form-field .input .hs-input:not(:focus):not(:placeholder-shown) {
  border-color: #000000 !important;
  color: #000000 !important;
}