/* Missing Vanilla Framework p-icon--arrow-right */
.p-icon--arrow-right {
  background-image: var(--vf-theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23da291b'  fill-rule='evenodd' d='m12.154 8.714-3.737 3.737 1.06 1.06 5.548-5.547-5.547-5.547-1.06 1.06 3.736 3.737H.976v1.5z' clip-rule='evenodd'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23da291b'  fill-rule='evenodd' d='m12.154 8.714-3.737 3.737 1.06 1.06 5.548-5.547-5.547-5.547-1.06 1.06 3.736 3.737H.976v1.5z' clip-rule='evenodd'/%3E%3C/svg%3E"));
  background-size: contain;
  height: 1rem;
  width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: calc(.5px + .3465em - .5rem);
  overflow: hidden;
  text-indent: 110vw;
  white-space: nowrap;
  color: transparent;
padding-left: 2rem;
transition: margin-left .3s ease;
}

.p-cta-text {
  text-decoration: none;
}

.p-cta-text:hover {
  text-decoration: none;
}

.p-cta-text:hover .p-icon--arrow-right {
  margin-left: 0.25rem;
  transition: margin-left .3s ease;
}

/* Missing Vanilla Framework social icons */
.p-icon--linkedin {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.p-icon--twitter {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;}

/* Footer bottom row responsive design */
.footer-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-copyright,
.footer-links {
  width: 100%;
  text-align: center;
  margin-bottom: 0.25rem;
}

.footer-links {
  margin-bottom: 0;
}

/* Desktop layout */
@media (min-width: 769px) {
  .footer-bottom-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-copyright {
    text-align: left;
    margin-bottom: 0;
  }
  
  .footer-links {
    text-align: right;
    margin-bottom: 0;
  }
}

@media (max-width:468px) {
  .footer-copyright {
    text-align: center !important;
    margin-bottom: 0;
  }
  
  .footer-links {
    text-align: center !important;
    margin-bottom: 0;
  }
}

/* Ensure u-hide class works for tabs */
.u-hide {
  display: none !important;
}

/* Fix dropdown visibility issues */
.p-navigation__dropdown.is-collapsed {
  display: none;
}

.p-navigation__dropdown[aria-hidden="false"] {
  display: block;
}