.top-spacing {
  margin-top: 85px !important;
}

.lead {
  font-weight: 700;
  font-size: 1.5rem;
}

/* schedule */
.schedule-content {
  background-color: #f7f7f7;
}

/* buttons */
.btn {
  min-width: 75px;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.4;
}

#small-screen-message {
  display: none;
}

@media (max-width: 768px) {
  .schedule-content h5 {
    font-size: 1rem;
  }

  .btn {
    min-width: auto;
    font-size: 0.775rem;
  }
}

/* validations */
.is-invalid {
  color: #dc3545;
}

.is-valid {
  color: #28a745;
}

.form-control:disabled {
  border: none;
  border-color: transparent;
}

.form-control.is-valid:disabled,
.was-validated .form-control:valid:disabled {
  border-color: transparent;
  padding-right: initial;
  background-image: none;
}

/* Loading */
.loading {
  position: fixed;
  z-index: 999;
  height: 64px;
  width: 64px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.relative {
  position: relative;
}

.loading-small {
  height: 18px;
  width: 18px;
  z-index: 999;
  position: absolute;
  top: calc(50% - 18px + 4px); /* 4px equals bottom margin of container */
  left: calc(50% - 18px);
}

/* shane start here */
.blueHeader {
  font-weight: bold;
  color: rgb(0, 117, 191);
}

.offer-disclaimer {
  font-weight: bold;
  color: rgb(0, 117, 191);
}

.blueLine {
  height: 1px;
  border: none;
  color: rgba(0, 37, 204, 0.5);
  background-color: rgba(0, 37, 204, 0.5);
}

.image-overlay {
  background-color: #00000023 !important;
}
.dim-image {
  filter: opacity(90%);
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}
.top-navbar-header {
  top: 38px;
}
.virtual-link-callout {
  padding-right: .9375rem;
  padding-left: .9375rem;
  max-width: 62.5rem;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  padding: .45rem 1.25rem;
}
.virtual-link-callout a {
  color: #eb0000;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width:768px) {
  .virtual-link-callout {
      max-width: 46.875em
  }
}
@media (min-width:992px) {
  .virtual-link-callout {
      max-width: 60.625em
  }
}
@media (min-width:1200px) {
  .virtual-link-callout {
      max-width: 73.125em
  }
}
.no-cursor-pointer-links a {
  cursor: default;
}