/* TEKTAR Corporate Theme 1.9.46.9 — locked footer divider height and subtle text shadow */
@media (min-width:981px){
  .tektar-footer-reference .tektar-footer-address::after,
  .tektar-footer-reference .tektar-footer-contact::after{
    top:0!important;
    bottom:auto!important;
    width:1px!important;
    height:168px!important;
    min-height:168px!important;
    max-height:168px!important;
    background:rgba(255,255,255,.24)!important;
  }
}

/* Footer typography: restrained black shadow for readability. */
.tektar-footer-reference h1,
.tektar-footer-reference h2,
.tektar-footer-reference h3,
.tektar-footer-reference h4,
.tektar-footer-reference p,
.tektar-footer-reference li,
.tektar-footer-reference a,
.tektar-footer-reference span,
.tektar-footer-reference small{
  text-shadow:0 1px 2px rgba(0,0,0,.42),0 0 3px rgba(0,0,0,.16)!important;
}

.tektar-footer-reference h3{
  text-shadow:0 2px 3px rgba(0,0,0,.44),0 0 4px rgba(0,0,0,.16)!important;
}
