.elementor-kit-438{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-525c266:#3D2817;--e-global-color-d081e9e:#6B4423;--e-global-color-ba33a27:#8B6F47;--e-global-color-b8a4a4a:#D4A574;--e-global-color-d3e1bed:#F4E8D8;--e-global-color-aebf7b3:#D4C4A8;--e-global-color-4999108:#4A3A2A;--e-global-color-d2ae08a:#FAF7F2;--e-global-color-9939511:#FFFFFF;--e-global-color-6aa669f:#045D5D;--e-global-color-442319e:#000052;--e-global-color-7777213:#D2B450;--e-global-color-7f6dfb9:#B7410E;--e-global-color-f77a0ae:#A9A9A9;--e-global-color-df6a07d:#F8F0F3;--e-global-color-cfeb31d:#F5EFE3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Source Sans Pro", Sans-serif;}.elementor-kit-438 e-page-transition{background-color:#FFBC7D;}.elementor-kit-438 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-438 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-438 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-438 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-438 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-438 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Vertical separators between info columns */
.huntington-info-grid .info-col {
  position: relative;
}

.huntington-info-grid .info-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(168, 130, 95, 0.3) 20%,
    rgba(168, 130, 95, 0.3) 80%,
    transparent 100%
  );
}

/* Remove separator on mobile */
@media (max-width: 1024px) {
  .huntington-info-grid .info-col::after {
    display: none;
  }
}

/* Base style for text-link button */
.text-link-button {
  display: inline-block;
  padding: 0.55em 1.2em;
  border-radius: 999px;           /* pill shape */
  background-color: #D2B450;      /* muted gold */
  color: #000052;                 /* deep navy text */
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid #D2B450;
  transition: background-color 0.2s ease, 
              color 0.2s ease,
              box-shadow 0.2s ease,
              transform 0.1s ease;
}

/* Hover / focus */
.text-link-button:hover,
.text-link-button:focus {
  background-color: #B7410E;      /* rust */
  border-color: #B7410E;
  color: #F8F0E3;                 /* off white */
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
  transform: translateY(-1px);
}

/* Optional: subtle active (mouse down) state */
.text-link-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.14);
}/* End custom CSS */