.dialogue-h1 {
  color: #ffffff;
  font-weight: 500;
  line-height: 2rem;
}

.dialogue-h5 {
  color: #202329;
  font-weight: 500;
  line-height: 1.5rem;
}

#hero-dialogue img {
  max-width: 450px;
}

#hero-business .subhead {
  font-size: 1.15rem;
}

#hero-business .subhead1 {
  font-size: 1.15rem;
  font-weight: normal;
}

.dialogue-card-pink {
  color: #54565a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  height: 250px;
  width: 200px;
  padding: 25px 25px;
  margin: 0 auto;
  border: 3px solid #E50695;
  border-radius: 20px 20px;
  position: relative;
  z-index: 1;
}

.dialogue-card-green {
  color: #54565a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  height: 250px;
  width: 200px;
  padding: 25px 25px;
  margin: 0 auto;
  border: 3px solid #CDDE00;
  border-radius: 20px 20px;
  position: relative;
  z-index: 1;
}

.dialogue:before,
.dialogue:after {
  content: "";
  background: #f3f3f3;
  border-radius: 20px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  z-index: -1;
}

.dialogue-card-pink:after {
  background: transparent;
  width: 100px;
  height: 100px;
  border: 15px solid #E50695;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 20px;
  box-shadow: none;
  top: auto;
  left: -10px;
  bottom: -10px;
  right: auto;
}

.dialogue-card-green:after {
  background: transparent;
  width: 100px;
  height: 100px;
  border: 15px solid #CDDE00;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 20px;
  box-shadow: none;
  top: auto;
  left: -10px;
  bottom: -10px;
  right: auto;
}

.dialogue h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.dialogue-card-body-pink {
  background-color: rgb(229, 6, 149, .3);
  border-bottom: 5px solid #E50695;
  border-radius: 20px;
}

.dialogue-card-body-white {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid #E50695;
  border-radius: 20px;
}

.dialogue-card-body-green {
  background-color: rgb(205, 222, 0, .3);
  border-bottom: 5px solid #CDDE00;
  border-radius: 20px;
}

.dialogue-circle {
  position: relative;
  width: 30%;
  padding-bottom: 30%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -10px;
  margin-top: -50px;
}

.dialogue-circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #202329;
  font-size: 40px;
}

.dialogue-card-title {
  color: #54565a;
  font-weight: bold;
}

.dialogue-card-body-green i {
  display: inline-block;
  font-size: 50px;
  color: #54565a;
  text-align: center;
}

.dialogue-form {
  background-color: #202329;
}

.dialogue-form p {
  color: #FFFFFF;
}

.dialogue-form a {
  color: #FFFFFF;
  text-decoration: underline;
}

#form277 .hide {
  display: none;
}

#form288 .hide {
  display: none;
}

#form243 .hide {
  display: none;
}

.qr-logo {
  width: 300px;
}

/* NEW FOR 2023 */
.dialogue-text {
  color: #231f20;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.dialogue-text p {
  padding: 0;
  margin: 0;
}

.dialogue-title {
  color: #e50695;
  line-height: 36px;
}

.dialogue-card-rounded {
  border-radius: 1.5rem;
}

#dialogue hr {
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#e50695bf), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #e50695bf, rgba(0, 0, 0, 0));
}
#dialogue .card {
  border-radius: 1.5rem;
}
/* #dialogue .card-img {
  border-radius: 1.5rem;
} */
#dialogue p {
  margin: 0;
}
.dialogue-btn-fix .btn {
  text-decoration: none;
}
.dialogue-form-alt .card {
  border-radius: 1.5rem;
}
.dialogue-form-alt a {
  color: #000000;
  text-decoration: underline;
}
.dialogue-border {
  border-color: #e50695;
  border-width: .1rem;
  border-style: solid;
}
.hs_recaptcha,
.hs-recaptcha,
.grecaptcha-badge,
.grecaptcha-logo {
  display: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card-dialogue-alt {
  background-color: #ffffff;
  border-radius: 20px;
}
.dialogue-icon,
.dialogue-icon .fa-users {
  color: #e50695;
  font-weight: 500;
  font-size: 3.5rem;
}
#dialogue ul {
  padding: 10px 0;
  list-style-type: none;
}
.dc-what {
  background: url("../../images/grant-support/grant-hero2.png") center center no-repeat #000000 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}
.text-primary-dlg {
  color: #e50695
}
.theme-teal {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #00aea9;
  --fa-secondary-color: #54565b;
}

.theme-pink {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #e50695;
  --fa-secondary-color: #54565b;
}
.logo-md {
  width: 75%;
}
.logo-sm {
  width: 50%;
}
@media (max-width:1200px) {
  h1.display-4 {
    font-size: 2rem;
  }
  .logo-lg {
    width: 40%;
  }
}
@media (min-width:1200px) {
  h1.display-4 {
    font-size: 3.1rem;
  }
}
.bg-wht {
  background-color: #eaeaea;
}
.bg-wht-card-text {
  padding: 10px 15px;
  background: #eaeaea;
  font-size: 16px;
  color: #000000
}
.glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.accordion {
  --bs-accordion-border-radius: 1.35rem;
  --bs-accordion-inner-border-radius: 1.35rem;
  --bs-accordion-bg: #ededed;
  --bs-accordion-active-bg: #ededed;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-btn-color: #000000;
  --bs-accordion-button-active-color: #000000;
  --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-btn-focus-box-shadow: none;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  --bs-accordion-inner-border-radius: 1.35rem;
}
.accordion-body:not(.collapsed) {
  --bs-accordion-border-color: #dee2e6;
  background-color: #ffffff;
}
.accordion-item:last-of-type>.accordion-collapse {
  border-bottom-right-radius: 1.35rem;
  border-bottom-left-radius: 1.35rem;
}