body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #333333;
  /*background-color: #1F99DD;*/
  background-color: #001641;
}
p { margin: 0 0 20px; }
strong {
  font-weight: 600;
  color: #5F5F5F;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.page-header {
  /*background-color: #1f99dd;*/
  background-color: #001641;
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  margin: 0 0 150px 0;
  border: none;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 0 10px 0 #000;
}
.home-logo, .inform-er {
  display:block;
  opacity: 1;
}
.home-logo {
  background-image: url("../img/hcaefd-knockout.png");
  background-size: 36px 40px;
  background-repeat: no-repeat;
  height: 50px;
  width: 45px;
  margin: 6px 0 0 20px;
  float: left;
}
.inform-er {
  background-image: url("../img/informer-logo-white.png");
  background-size: 130px 32px;
  background-repeat: no-repeat;
  height: 50px;
  width: 140px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.home-logo:hover { opacity: 0.8; }
.page-header-clear {
  height: 75px;
  background-color: #FFF;
}

.page-header h1 {
    font-size: 24px;
    font-family: Lato;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
    margin-top: 10px;
    line-height: 30px;
    color: #fff;
}

.title-section {
  background-color: #303030;
  padding: 15px 0 15px 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.footer-section {
  margin: 0;
  background-color: #333333;
  height: 20px;
}

.copyright .legal-info a{
    color: #fff;
}

.page-update {
  border-bottom: 2px solid #929292;
  background-color: #FFF;
}
.page-update a.update-button {
  display: block;
  padding: 25px 0 25px 20px;
  text-decoration: none;
  outline: 0;
}
.page-update a.update-button::before, .page-update a.update-button::after {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  text-align: center;
}
.page-update a.update-button::before {
  font-size: 22px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  height: 42px;
  width: 42px;
  line-height: 40px;
  margin-top: -12px;
}
.how-update::before {
  content: '\f128';
  color: #1f99dd;
  border-color: #1f99dd;
}
.info-update::before {
  content: '\f129';
  color: #1f99dd;
  border-color: #1f99dd;
}
.help-update::before {
  content: '\f128';
  color: #1f99dd;
  border-color: #1f99dd;
}
.time-update::before {
  content: '\f017';
  color: #1f99dd;
  border-color: #1f99dd;
}
.warning-update::before {
  content: '\f071';
  color: #d00000;
  border-color: #d00000;
}
.page-update a.update-button::after {
  right: 30px;
  color: #5F5F5F;
  margin-top: -18px;
}
.update-closed::after { content: '\f107'; }
.update-open::after { content: '\f106'; }
.page-update h2, .page-update h3 {
  display: block;
  line-height: 20px;
}
.page-update h2 {
  margin: 0 0 0 60px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5F5F5F;
}
.page-update h3 {
    font-size: 14px;
    color: #1f99dd;
    margin:0;
}
.page-update > div { padding: 5px  40px; }
.update-step {
  color: #1f99dd;
  text-transform: uppercase;
}
.footer-wrap {
  background-color: #1f99dd;
  color: #fff;
}
.footer-wrap .footer {
  padding: 10px 18px;
  float: left;
}
.copyright span {
  display: block;
}
.footer-links a { color: inherit; }
.footer > figure {
  margin: 4px 10px 0 0;
}
.footer ul {
  margin: 0;
  font-size: 12px;
  color: inherit;
  line-height: 1;
  list-style: none;
  padding: 0;
}

@media (min-width:768px) {
  .page-update h2 {
    font-size: 18px;
  }
  .copyright span {
    display: inline;
  }
  .footer ul li {
    display: inline;
  }
  .footer ul li::after {
    content: " | ";
  }
  .footer ul li:last-of-type::after {
    content: "";
  }

}

@media (max-width: 768px) {
    .page-update > div {
    padding: 5px 20px;
  }

  .page-header h1 {
    font-size: 20px;
  }

  .page-update a.update-button {
    padding: 25px 0 25px 15px;

  }
}

@media (max-width: 320px) {

  .page-header h1 {
    font-size: 15px;
  }

}