
/************************** HL Colors *************************/
:root{
    --hlprimary-blue: #0FCEC9;
    --hlprimary-black: #222222;
    --hlsecondary-coolgray1: #D8D7D6;
    --hlsecondary-coolgray3: #C7C7C7;
    --hlsecondary-pms7477: #234B59;
    --hlsecondary-pms7409: #F4B123;
    --hlsecondary-pms274: #1F1651;
    --hltertiary-pms297: #6BC3E8;
    --hltertiary-pms1595: #DB5F14;
    --hltertiary-pms308: #00567C;
    --hltertiary-pms555: #2A6F50;

}
/************************** Footer *************************/
.hlfooter{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
    min-height: 30px;
  background-color: white;
  color: var(--hlsecondary-pms7477);
  text-align: center;
  z-index: 999;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px
}
