.section-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0 0 -5px;
  font-size: 0.875rem;
}

 /* On content bottom align to the right */
 .content-bottom .section-navigation {  
  justify-content: flex-end;
  border-top: .01rem solid #32A1FF;
  padding: 5px 0 50px 0;
}

.section-navigation a {
  display: inline-block;
  color: #32A1FF;
  font-weight: normal;
  font-size: 0.875rem;
  height: 1.4rem;
  line-height: 1.275rem;
  margin: 0 2px;
  padding: 0 5px 2px 5px;
  text-align: center;
  text-decoration: none;
  transition: background .15s ease-in;
  width: 1.5rem;
}

.section-navigation a.active {
  background-color: #002675;
  border: .06rem solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}

.section-navigation a:hover {
  background-color: rgba(0, 123, 255, 0.2);
  border-radius: 50%;
  border: none;
  font-weight: bold;
  text-decoration: none;
}
