/* =============================================================
   Contact-style pages
   Used by contact, newsletter, and event submission pages
   ============================================================= */

.ccp-contact-section {
  padding-bottom: 1.5rem;
}

.ccp-contact-intro {
  margin-bottom: 1.5rem;
}

.ccp-contact-form-frame iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ccp-newsletter-embed-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ccp-newsletter-embed,
.ccp-newsletter-embed-wrap .ml-form-embedContainer,
.ccp-newsletter-embed-wrap .ml-form-embedWrapper,
.ccp-newsletter-embed-wrap iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 420px;
  width: 100% !important;
}

.ccp-submit-event-eligibility {
  background: #f8fbfc;
  border-left: 4px solid #2baab1;
  color: #263f52;
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0 auto 1rem;
  max-width: 740px;
  padding: 1rem 1.15rem;
}

.ccp-submit-event-eligibility p {
  margin-bottom: 0.55rem;
}

.ccp-submit-event-eligibility p:last-child {
  margin-bottom: 0;
}

.ccp-submit-event-eligibility strong {
  color: #103a5d;
}

.ccp-submit-event-notes {
  color: #263f52;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 auto 1.5rem;
  max-width: 740px;
}

.ccp-submit-event-notes p {
  color: #103a5d;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.ccp-submit-event-notes ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.event-box {
  margin-bottom: 2rem;
}

.event-box .form-control {
  max-width: 100%;
}

.event-box input[name="website"] {
  display: none !important;
  height: 1px;
}

.ccp-submit-event-confirm {
  background: #f8fbfc;
  border-left: 4px solid #2baab1;
  margin-top: 1rem;
  padding: 0.85rem 1rem 0.85rem 2.35rem;
}

.ccp-submit-event-confirm .form-check-label {
  color: #263f52;
  font-weight: 600;
  line-height: 1.45;
}

.ccp-submit-event-confirm .text-danger {
  font-weight: 400;
  margin-top: 0.35rem;
}

.ccp-contact-recaptcha {
  color: #666;
  margin: 0 auto 2rem;
  max-width: 720px;
}

.ccp-contact-recaptcha a {
  color: #103a5d;
}

@media (max-width: 767px) {
  .ccp-contact-section {
    padding-bottom: 1rem;
  }

  .ccp-contact-intro {
    margin-bottom: 1rem;
  }

  .ccp-contact-recaptcha {
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
