/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 17:59:08 */
/* Footer */

#global-footer {
	background: #f7fafe;
}
.dltn-footer {
    padding: 6rem 6rem 3rem !important;
}
.dltn-footer__newsletter-row {
    display: flex;
    gap: 40px;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dltn-footer .highlighted-sub {
    margin: 0;
}
.dltn-footer__newsletter-copy {
  	max-width: 500px;
}
.dltn-footer .title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.dltn-footer__newsletter-form {
  flex: 1;
  min-width: 260px;
}
label.gfield_label.gform-field-label {
    font-weight: 500 !important;
    color: var(--color-accent-navy) !important;
}
.dltn-footer__divider {
  width: 100%;
  height: 1px;
  margin: 3rem 0;
  background: linear-gradient(
    to right,
    rgba(5, 36, 80, 0) 0%,
    rgba(5, 36, 80, 0.25) 20%,
    rgba(5, 36, 80, 0.25) 80%,
    rgba(5, 36, 80, 0) 100%
  );
}
.dltn-footer__main-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}
.dltn-footer__logo {
    max-width: 180px !important;
    margin-bottom: 20px !important;
}
.dltn-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    max-width: 180px;
    justify-content: center;
}
.dltn-footer__social-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bdf438;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #052450;
  text-decoration: none;
}
.dltn-footer__links {
  	list-style: none;
  	margin: 0;
  	padding: 0;
}
.dltn-footer__links li + li {
  	margin-top: 8px;
}
.dltn-footer li {
    list-style: none;
}
.dltn-footer__links a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
	color: var(--color-accent-navy);
}
.dltn-footer__social-item img {
    width: 16px !important;
}
.dltn-footer__partners-title {
    font-size: 18px;
    color: var(--color-accent-navy);
    font-weight: 600;
    margin: 0 0 10px;
}
.dltn-footer__partners-list {
  	list-style: none;
  	margin: 0 0 18px;
  	padding: 0;
  	font-size: 13px;
  	line-height: 1.5;
}
.dltn-footer__partners-list li {
    font-size: 14px;
	color: var(--color-accent-navy);
    max-width: 280px;
    padding-bottom: 10px;
}
.dltn-footer__partners-list li + li {
  	margin-top: 4px;
}
.dltn-footer__cta-shortcode {
  margin-top: 10px;
}
.dltn-footer .register-or {
    grid-template-columns: 1fr;
	border: 8px solid #E5F0FF;
}
.dltn-footer .register-or .register,
.dltn-footer .register-or .or {
    padding: 1.5rem;
}
.dltn-footer .register-or .register {
    border-bottom: 1px solid #ddecff;
}
.dltn-footer .register-or .register::before {
    top: unset;
    bottom: -10px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 0 5px;
}
.dltn-footer__bottom {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	gap: 16px;
  	font-size: 12px;
}
.dltn-footer__copy a {
  	color: inherit;
  	text-decoration: underline;
}
.dltn-footer__privacy {
  	text-decoration: none;
	display: none;
}
#footer-outer {
    display: none;
}

/* Responsive */
@media (max-width: 960px) {
  .dltn-footer__main-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .dltn-footer__col--partners {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .dltn-footer {
    padding: 56px 20px 24px;
  }

  .dltn-footer__newsletter-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .dltn-footer__main-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .dltn-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}