
/************************** 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;

}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
/************************** Footer *************************/
.footer {
  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
}

hr.solid {
  border-top: 3px solid #bbb;
}

.form-field-in-row {
  padding: 0;
  margin: 0;
  float: left;
}

.error-status-code {
  font-size: 5vw;
  font-weight: bold;
}
