@charset "UTF-8";






::selection {
  background: #004589;
  color: #ffd800;
}

::-moz-selection {
  background: #004589;
  color: #ffd800;
}

body {
  background-color: #fff;
  font-family: "Forgotten Futurist Regular Italic", sans-serif;
  font-style: italic;
}

.navbar {
  background-color: #004589;
}

.navbar-brand img {
  position: absolute;
  max-height: initial;
  height: 119px;
  top: 0;
  margin-top: -15px;
}
@media(min-width: 768px) {
  .navbar-brand img {
    left: 50px;
    margin-top: 0;
  }
}
@media(min-width: 1680px) {
  .navbar-brand img {
      height: auto
  }
}

.nav-link {
  text-transform: uppercase;
  color: #fff;
}

.nav-link:hover {
  color: #ffd800;
}

body > header {
  margin-bottom: 1rem;
  padding: 3.5rem 0 2rem;
}
body > header h1 {
  color: #ffd800;
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 0;
}
@media(min-width: 992px) {
  body > header {
    padding: 3rem 0 3rem;
  }
  body > header h1 {
    font-size: 4rem;
  }
}
@media(min-width: 1200px) {
  body > header {
    padding: 6rem 0 3rem;
  }
  body > header h1 {
    font-size: 5rem;
  }
}
@media(min-width: 1440px) {
  body > header {
    padding: 8rem 0 3rem;
  }
}
@media(min-width: 1680px) {
  body > header {
    padding: 12rem 0 5rem;
  }
}
@media(min-width: 1920px) {
  body > header {
    padding: 20rem 0 5rem;
  }
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-style: italic;
}

h1, .h1,
h2, .h2 {
  font-family: "Anton-Regular", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

h2, .h2 {
  color: #004589;
  margin-bottom: 1rem;
  text-align: center;
}

.bg-primary {
  background-color: #004589 !important;
  color: #fff !important;
}

.bg-secondary {
  background-color: #4a4a49;
}

.text-primary {
  color: #004589 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff6000 !important;
}

.card {
  border: 2px solid #ffd800;
  background-color: #e1e1e1;
  color: #004589;
}
.card table {
  color: #6c757d;
}
.card-clickable .card-title {
  color: #ffd800;
}

.btn {
  border: none;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #004589;
  box-shadow: none;
  color: #ffd800 !important;
  font-family: "Forgotten Futurist Bold Italic", sans-serif;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active .btn-primary:active {
  background-color: #ffd800 !important;
  border: none !important;
  box-shadow: none !important;
  color: #004589 !important;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #e1e1e1;
  border: 2px solid #ffd800;
  color: #004589;
  font-family: "Anton-Regular", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active .btn-secondary:active {
  background-color: #004589 !important;
  border: 2px solid #ffd800 !important;
  color: #ffd800 !important;
}
.btn-secondary.btn-lg {
  font-size: 1.5rem;
}

.btn-light {
  background-color: #004589;
  color: #ffd800;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-color: #ffd800;
  color: #004589;
}

.input-group > .input-group-prepend > .input-group-text {
  border: none;
}

.form-control {
  background-color: #fff;
  border: none;
  color: #333;
}
.form-control::placeholder {
  background-color: #fff;
  color: #333;
}

.form-control:focus {
  background-color: #fff;
  /*  border: 1px solid #ff6000; */
  /* box-shadow: 0 0 0 2px #ff6000; */
  color: #004589;
}
.form-control-lg,
.form-control-lg:focus,
.form-control-highlight,
.form-control-highlight:focus {
  background-color: #fff;
  color: #004589;
  font-family: "Anton-Regular", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-style: italic;
}

.form-group label {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.form-check-newsletter,
.control-label-username,
#inputUsername {
  display: none;
}

#inputDate,
#inputTime {
  border: 2px solid #ffd800;
  background-color: #e1e1e1;
  height: calc(1.5em + 3rem + 4px);
}

.category-box h2 {
  text-transform: uppercase;
}

#steps .fas {
  color: #004589;
}
#steps .fas:hover,
#steps .fas:focus {
  color: #ffd800;
}
#steps .disabled > .fas,
#steps :disabled > .fas {
  color: #797979;
}

#steps ul > li a {
  color: #4a4a49;
}
#steps ul > li a.disabled,
#steps ul > li a:disabled {
  color: #797979;
}

#steps ul > li a:hover {
  color: #ffd800;
}
#steps ul > li a.active.router-link-exact-active {
  color: #004589;
}

#footer {
  font-size: 80%;
}
#footer ul > li:before {
  content: "//";
  letter-spacing: -1.5px;
  padding: 0 5px;
}
#footer a {
  color: #fff;
}

.vdp-datepicker__calendar {
  background: #e1e1e1 !important;
  color: #004589 !important;
}
.vdp-datepicker__calendar header:hover {
  background: #004589 !important;
  color: #ffd800 !important;
}

.vdp-datepicker__calendar header .prev::after,
.vdp-datepicker__calendar header .next::after {
  color: #ffd800 !important;
}

.vdp-datepicker__calendar header .next::after {
  border-left: 10px solid #ffd800 !important;
}
.vdp-datepicker__calendar header .prev::after {
  border-right: 10px solid #ffd800 !important;
}
.vdp-datepicker__calendar header .next.disabled::after {
  border-left: 10px solid #4a4a49 !important;
}
.vdp-datepicker__calendar header .prev.disabled::after {
  border-right: 10px solid #4a4a49 !important;
}

.vdp-datepicker__calendar header .prev:not(.disabled):hover,
.vdp-datepicker__calendar header .next:not(.disabled):hover,
.vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: #004589 !important;
}

.vdp-datepicker__calendar .cell.selected {
  background: #ffd800 !important;
}

.vdp-datepicker__calendar .cell.disabled {
  color: #4a4a49;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #4a4a49 !important;
}

.popover {
  border: 2px solid #ffd800;
  border-radius: 0;
  background-color: #e1e1e1;
}

.popover-header {
  background-color: #e1e1e1;
  border-bottom: none;
  text-align: center;
  font-family: "Forgotten Futurist Bold Italic", sans-serif;
  font-size: 20px;
  color: #004589;
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffd800;
}

.text-white {
  color: #004589 !important;
}
