@import url("fontawesome.css");

.calendar-icon-widget.font-icon {
  background-image: none;
  color: #142948;
  position: relative;
  text-decoration: none;
}
.calendar-icon-widget.font-icon i {
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 9px;
}
a.calendar-icon-widget.font-icon:hover {
  background-color: #3192d8;
  color: #fff;
}

.search-input {
  background: #fff;
  line-height: 19px;
}

.visual-nav {
  justify-content: center;
}

.skip-to-content-link {
  background: #132948;
  color: white;
  height: 30px;
  left: 20%;
  padding: 1px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

/* Override color for links on form submissions with blue backgrounds */
.header-form-block a {
    color: #ffcb4f !important;
}

.form-panel a {
    color: #ffcb4f !important;
}
