.elementor-26409 .elementor-element.elementor-element-8a082c2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26409 .elementor-element.elementor-element-8826c95 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8826c95 */:root {
  --tci-blue-ink:  #20223F;
  --tci-blue-deep: #34379B;
  --tci-blue:      #2020BE;
  --tci-blue-mid:  #8A8CCB;
  --tci-blue-wash: #F4F4F8;
  --tci-ink:   #1C1E1A;
  --tci-slate: #54564E;
  --tci-muted: #74776C;
  --tci-rule:  #DEDDD4;
  --tci-rule2: #CFCEE6;
  --tci-font-display: 'Newsreader', serif;
  --tci-font-label:   'League Spartan', sans-serif;
  --tci-font-body:    'Mulish', sans-serif;
}

.gform_wrapper.tci-contact-form_wrapper {
  background: #fff;
  border: 1px solid var(--tci-rule2);
  padding: 44px 40px;
  font-family: var(--tci-font-body);
  max-width: none;
  min-width: 0;
}
.gform_wrapper.tci-contact-form_wrapper form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.gform_wrapper.tci-contact-form_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper.tci-contact-form_wrapper .gfield {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 !important;
  min-width: 0;
}

.gform_wrapper.tci-contact-form_wrapper .gform_fields:has(.gf_left_half) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.gform_wrapper.tci-contact-form_wrapper .gf_left_half,
.gform_wrapper.tci-contact-form_wrapper .gf_right_half {
  margin: 0 !important;
  min-width: 0;
}

.gform_wrapper.tci-contact-form_wrapper .gfield_label,
.gform_wrapper.tci-contact-form_wrapper label.gfield_label {
  font-family: var(--tci-font-label);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--tci-ink);
  white-space: nowrap;
  margin: 0;
}
.gform_wrapper.tci-contact-form_wrapper .gfield_required,
.gform_wrapper.tci-contact-form_wrapper .gfield_required_text,
.gform_wrapper.tci-contact-form_wrapper .gfield_label .gfield_required,
.gform_wrapper.tci-contact-form_wrapper span[class*="required"],
.gfield_required {
  color: var(--tci-ink) !important;
  font-family: var(--tci-font-label) !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  font-style: normal !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
}

.gform_wrapper.tci-contact-form_wrapper input[type="text"],
.gform_wrapper.tci-contact-form_wrapper input[type="email"],
.gform_wrapper.tci-contact-form_wrapper input[type="tel"],
.gform_wrapper.tci-contact-form_wrapper input[type="number"],
.gform_wrapper.tci-contact-form_wrapper select,
.gform_wrapper.tci-contact-form_wrapper textarea {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tci-ink);
  background: #fff;
  border: 1px solid var(--tci-rule2);
  padding: 14px 16px;
  width: 100%;
  min-height: 48px;
  border-radius: 0;
}
.gform_wrapper.tci-contact-form_wrapper textarea {
  line-height: 1.6;
  min-height: 130px;
  resize: vertical;
}

.gform_wrapper.tci-contact-form_wrapper select {
  appearance: none;
  -webkit-appearance: none;
  line-height: normal;
  padding: 14px 40px 14px 16px;
  min-height: 48px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--tci-blue) 50%),
    linear-gradient(135deg, var(--tci-blue) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.gform_wrapper.tci-contact-form_wrapper select:required:invalid {
  color: var(--tci-muted);
}
.gform_wrapper.tci-contact-form_wrapper select option {
  color: var(--tci-ink);
}

/* Enhanced UI (Chosen) is now enabled on the topic dropdown, so GF
   hides the plain <select> above and renders this markup instead.
   The plain-select rules above are left in place as a harmless
   fallback for the rare case Chosen's JS fails to load. */
.gform_wrapper.tci-contact-form_wrapper .chosen-container {
  width: 100% !important;
  font-family: inherit;
}

.gform_wrapper.tci-contact-form_wrapper .chosen-container-single .chosen-single {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 48px;
  padding: 14px 40px 14px 16px;
  background: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--tci-blue) 50%),
    linear-gradient(135deg, var(--tci-blue) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  border: 1px solid var(--tci-rule2);
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.4;
  color: var(--tci-ink);
}

.gform_wrapper.tci-contact-form_wrapper .chosen-container-single .chosen-single span {
  overflow: visible;
  text-overflow: clip;
  margin-right: 0;
}

/* Chosen's own sprite-based arrow icon is hidden in favor of the
   site's chevron, drawn via the background-image above. */
.gform_wrapper.tci-contact-form_wrapper .chosen-container-single .chosen-single div {
  display: none;
}

/* Placeholder state -- Chosen adds this class automatically when
   the current value is the placeholder rather than a real answer. */
.gform_wrapper.tci-contact-form_wrapper .chosen-container-single .chosen-default span {
  color: var(--tci-muted);
}

.gform_wrapper.tci-contact-form_wrapper .chosen-container-active .chosen-single,
.gform_wrapper.tci-contact-form_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: var(--tci-blue);
  outline: 2px solid var(--tci-blue);
  outline-offset: -2px;
}

.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-drop {
  border: 1px solid var(--tci-rule2);
  border-top: none;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
  background: #fff;
}

.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-search {
  display: none;
}
.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-search input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--tci-rule2);
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  color: var(--tci-ink);
  background: #fff !important;
  background-image: none !important;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-search input:focus {
  outline: 2px solid var(--tci-blue);
  outline-offset: -2px;
  border-color: var(--tci-blue);
  box-shadow: none;
}

.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-results {
  margin: 0;
  padding: 4px 0;
  max-height: 220px;
}
.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-results li {
  padding: 10px 16px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: var(--tci-ink);
  list-style: none;
}
.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-results li.highlighted {
  background: var(--tci-blue-wash);
  color: var(--tci-ink);
}
.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-results li.result-selected {
  font-weight: 600;
}
.gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-results li.no-results {
  color: var(--tci-muted);
}

.gform_wrapper.tci-contact-form_wrapper input[type="text"]:focus,
.gform_wrapper.tci-contact-form_wrapper input[type="email"]:focus,
.gform_wrapper.tci-contact-form_wrapper input[type="tel"]:focus,
.gform_wrapper.tci-contact-form_wrapper input[type="number"]:focus,
.gform_wrapper.tci-contact-form_wrapper select:focus,
.gform_wrapper.tci-contact-form_wrapper textarea:focus {
  outline: 2px solid var(--tci-blue);
  outline-offset: -2px;
  border-color: var(--tci-blue);
}

.gform_wrapper.tci-contact-form_wrapper .charleft,
.gform_wrapper.tci-contact-form_wrapper .gfield_description {
  font-family: var(--tci-font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--tci-muted);
  margin: 0;
}

.gform_wrapper.tci-contact-form_wrapper .gfield_validation_message,
.gform_wrapper.tci-contact-form_wrapper .validation_message,
.gform_wrapper.tci-contact-form_wrapper .gfield_error .gfield_label {
  font-family: var(--tci-font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #9B2C2C;
}
.gform_wrapper.tci-contact-form_wrapper .gfield_error input,
.gform_wrapper.tci-contact-form_wrapper .gfield_error select,
.gform_wrapper.tci-contact-form_wrapper .gfield_error textarea {
  border-color: #9B2C2C;
}
.gform_wrapper.tci-contact-form_wrapper .validation_error {
  font-family: var(--tci-font-body);
  font-size: 14.5px;
  color: #9B2C2C;
  border: none;
  padding: 0;
  margin: 0 0 8px;
}

.gform_wrapper.tci-contact-form_wrapper .gfield_checkbox,
.gform_wrapper.tci-contact-form_wrapper ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper.tci-contact-form_wrapper .gfield_checkbox li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0 0 18px;
}
.gform_wrapper.tci-contact-form_wrapper .gfield_checkbox li:last-child {
  margin-bottom: 0;
}

/* GF's "Consent" field type (e.g. the Consent checkbox) is a
   separate field type from regular Checkboxes fields (e.g. Coffee
   Mornings) -- different markup (.ginput_container_consent, no
   <ul>/<li>), so it needs its own matching layout rule rather than
   relying on the .gfield_checkbox rules above. */
.gform_wrapper.tci-contact-form_wrapper .ginput_container_consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
}

/* Checkbox size/color -- unscoped from field type so both the
   Consent checkbox and any regular Checkboxes field checkbox
   (e.g. Coffee Mornings) render identically. */
.gform_wrapper.tci-contact-form_wrapper input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 1px 0 0;
  accent-color: var(--tci-blue);
  flex-shrink: 0;
}

.gform_wrapper.tci-contact-form_wrapper .gfield_checkbox label,
.gform_wrapper.tci-contact-form_wrapper .ginput_container_consent label {
  font-family: var(--tci-font-body);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--tci-slate);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
.gform_wrapper.tci-contact-form_wrapper .gfield_checkbox a,
.gform_wrapper.tci-contact-form_wrapper .ginput_container_consent a,
.gform_wrapper.tci-contact-form_wrapper .gfield label a {
  color: var(--tci-slate);
  text-decoration: underline;
}
.gform_wrapper.tci-contact-form_wrapper .gfield_checkbox a:hover,
.gform_wrapper.tci-contact-form_wrapper .ginput_container_consent a:hover,
.gform_wrapper.tci-contact-form_wrapper .gfield label a:hover {
  color: var(--tci-blue);
}

.gform_wrapper.tci-contact-form_wrapper .tci-consent-block {
  border-top: 1px solid var(--tci-rule);
  padding-top: 24px !important;
}

.gform_wrapper.tci-contact-form_wrapper .gform_footer,
.gform_wrapper.tci-contact-form_wrapper .gform_page_footer {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.gform_wrapper.tci-contact-form_wrapper .gform_button,
.gform_wrapper.tci-contact-form_wrapper input[type="submit"],
.gform_wrapper.tci-contact-form_wrapper button[type="submit"] {
  font-family: var(--tci-font-label);
  cursor: pointer;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: var(--tci-blue);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 18px 30px;
  min-height: 48px;
}
.gform_wrapper.tci-contact-form_wrapper .gform_button:hover,
.gform_wrapper.tci-contact-form_wrapper input[type="submit"]:hover,
.gform_wrapper.tci-contact-form_wrapper button[type="submit"]:hover {
  background: var(--tci-blue-deep);
}

.gform_wrapper.tci-contact-form_wrapper .gform_confirmation_wrapper,
.gform_confirmation_message {
  font-family: var(--tci-font-body);
}
.gform_wrapper.tci-contact-form_wrapper .gform_confirmation_message {
  border: 1px solid var(--tci-blue);
  background: #fff;
  padding: 48px 44px;
  color: var(--tci-slate);
  font-size: 16.5px;
  line-height: 1.62;
}

@media (max-width: 900px) {
  .gform_wrapper.tci-contact-form_wrapper .gform_fields:has(.gf_left_half) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gform_wrapper.tci-contact-form_wrapper {
    padding: 32px 28px;
  }
}
@media (max-width: 560px) {
  .gform_wrapper.tci-contact-form_wrapper {
    padding: 28px 20px;
  }
  .gform_wrapper.tci-contact-form_wrapper .gform_button,
  .gform_wrapper.tci-contact-form_wrapper input[type="submit"],
  .gform_wrapper.tci-contact-form_wrapper button[type="submit"] {
    width: 100%;
    justify-content: center;
  }
  .gform_wrapper.tci-contact-form_wrapper .chosen-container .chosen-results li {
    padding: 12px 16px;
  }
}

.elementor-widget-wrap:has(.gform_wrapper.tci-contact-form_wrapper),
.elementor-column:has(.gform_wrapper.tci-contact-form_wrapper),
.elementor-element:has(.gform_wrapper.tci-contact-form_wrapper) {
  min-width: 0;
  max-width: 100%;
}/* End custom CSS */