
:root{
  --al-navy:#071a2d;
  --al-red:#c63c36;
  --al-red-soft:#ff6a63;
}

/* Footer match for pages that include this file */
footer,
.site-footer{
  position:relative !important;
  background:#071a2d !important;
  color:#ccc !important;
  overflow:hidden !important;
  text-align:center !important;
  padding:26px 0 20px !important;
  border-top:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
}
footer::before,
.site-footer::before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  width:140px !important;
  height:2px !important;
  background:linear-gradient(90deg,transparent,#c63c36,#ff6a63,#c63c36,transparent) !important;
  opacity:.9 !important;
  box-shadow:0 0 12px rgba(198,60,54,.35) !important;
  animation:none !important;
}
footer::after,
.site-footer::after{
  content:"" !important;
  position:absolute !important;
  top:-90px !important;
  left:0 !important;
  width:100% !important;
  height:90px !important;
  pointer-events:none !important;
  background:linear-gradient(to bottom,rgba(198,60,54,0) 0%,rgba(198,60,54,.12) 35%,rgba(7,26,45,.85) 70%,rgba(7,26,45,1) 100%) !important;
}
.site-footer .container,
footer .container{
  position:relative !important;
  z-index:2 !important;
}
.footer-links{
  margin-bottom:12px !important;
}
.footer-links a,
.site-footer .footer-links a,
footer a{
  color:rgba(255,255,255,.70) !important;
  text-decoration:none !important;
  font-size:14px !important;
  margin:0 14px !important;
  position:relative !important;
  background:none !important;
  box-shadow:none !important;
  border:none !important;
  transition:.3s ease !important;
}
.footer-links a::after,
.site-footer .footer-links a::after,
footer a::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  bottom:-6px !important;
  width:0 !important;
  height:2px !important;
  background:linear-gradient(90deg,#c63c36,#ff6a63) !important;
  transition:width .3s ease !important;
}
.footer-links a:hover,
.site-footer .footer-links a:hover,
footer a:hover{
  color:rgba(255,255,255,.70) !important;
  text-decoration:none !important;
  background:none !important;
  box-shadow:none !important;
}
.footer-links a:hover::after,
.site-footer .footer-links a:hover::after,
footer a:hover::after{
  width:100% !important;
}
.footer-copy,
.site-footer .footer-copy,
footer p{
  margin:0 !important;
  color:rgba(255,255,255,.55) !important;
  font-size:13px !important;
  line-height:1.6 !important;
}

/* Keep Who We Are hover border/glow */
body .content-card,
body .side-card,
body .info-box{
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
}
body .content-card:hover,
body .side-card:hover,
body .info-box:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(198,60,54,.55) !important;
  box-shadow:0 18px 44px rgba(7,26,45,.10), 0 0 0 1px rgba(198,60,54,.16) inset !important;
}
