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

.community-form form .hs-form-field .hs-input::placeholder {
    color:#EDEDED
    font-weight:400;
}
.community-form form .hs-form-field .hs-input.error {
  border-color: #FA0A37;
}
.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;
}
.community-form form {
  width: auto;
  display: block;
  border: none;
}
.community-form form h2 {
  font-size: 28px;
  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;
  padding: 10px 18px;
  background: transparent;
  border-radius: 0px;
  outline: none;
  color:#000;
  border-color:#EDEDED;
}
.community-form form .hs-form-field .hs-input[type="tel"],
.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[type="radio"],
.community-form form .hs-form-field .hs-input[type="checkbox"] {
  height: unset;
}

.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;
}



.community-form form .hs-form-field .hs-input:placeholder {
  color: #999;           
}
.community-form form .hs-form-field .hs-input::-webkit-input-placeholder {
  color: #999;
}
.community-form form .hs-form-field .hs-input:-ms-input-placeholder {
  color: #999;
}
.community-form form .hs-form-field .hs-input::-ms-input-placeholder { 
  color: #999;
}
.community-form form .hs-form-field select.hs-input:has(option[value=""]:checked)  { 
  color: #999;
}
.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 .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: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  transition: .3s 
    ease-in-out;
  min-width: 160px;
}
.community-form form .hs-submit .hs-button:hover,
.community-form form .hs-submit .hs-button:focus{
  background: #fff;
  color: #000;
}
.community-form form .hs-form-field textarea.hs-input {
  height: auto;
  min-height: 200px;
}
.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;
  }
}