/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0056b3;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* 2NAU Legacy Styles */

.shadow {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.nau-font-condensed {
    font-family: 'acumin-pro-condensed', sans-serif !important;
}

.nau-font {
    font-family: "acumin-pro", sans-serif !important;
}

h3 {
    font-size: 20px !important;
}

.btn-jp {
    color: #4a3f3a !important; /* Improved contrast from #64564f */
    font-weight: bold;
}

.btn-jp--one {
    background: #ffd200;
    border-color: #ffd200;
}

.btn-jp--one:hover {
    background: #fbb040;
    border-color: #fbb040;
}

.l-h--standard {
    line-height: 1.5;
}

.nav-pills > .nav-item > .active {
    color: #0459aa !important;
    background: transparent !important;
    text-decoration: underline;
}

.nav-pills > .nav-item > .disabled {
    color: #555 !important; /* Improved contrast from #6c757d */
    background: transparent !important;
    font-weight: normal !important;
}

.nav-pills > .nav-item > .nav-link {
    color: #4a3f3a; /* Improved contrast from #64564f */
    background: transparent !important;
}

.btn-jp--previous {
    background: #e1dbd8;
    border-color: #e1dbd8;
}

.btn-filter--active {
    background: #0057ab;
    color: #f9f7f6;
}

.btn-filter--inactive {
    background: #ede9e7;
    color: #4a3f3a; /* Further improved contrast from #766a65 */
}

.border--blue {
    border: 1px solid #0057ab;
    border-radius: 0.25rem;
}

@keyframes loading-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loading-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes loading-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading-spinner {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
    transform: scale(0.96);
}

.loading-spinner > div {
    -webkit-animation: loading-animation 0.87s linear infinite;
    animation: loading-animation 0.87s linear infinite;
    top: 80px;
    left: 95px;
    width: 10px;
    height: 40px;
    background: #00c2ff;
    border-radius: 40%;
    position: absolute;
}

.loading-spinner > div:nth-of-type(1) {
    transform: rotate(0deg) translate(0, -16px);
    -webkit-transform: rotate(0deg) translate(0, -16px);
    animation-delay: -0.435s;
    -webkit-animation-delay: -0.435s;
}

.loading-spinner > div:nth-of-type(2) {
    transform: rotate(36deg) translate(0, -16px);
    -webkit-transform: rotate(36deg) translate(0, -16px);
    animation-delay: -0.348s;
    -webkit-animation-delay: -0.348s;
}

.loading-spinner > div:nth-of-type(3) {
    transform: rotate(72deg) translate(0, -16px);
    -webkit-transform: rotate(72deg) translate(0, -16px);
    animation-delay: -0.261s;
    -webkit-animation-delay: -0.261s;
}

.loading-spinner > div:nth-of-type(4) {
    transform: rotate(108deg) translate(0, -16px);
    -webkit-transform: rotate(108deg) translate(0, -16px);
    animation-delay: -0.174s;
    -webkit-animation-delay: -0.174s;
}

.loading-spinner > div:nth-of-type(5) {
    transform: rotate(144deg) translate(0, -16px);
    -webkit-transform: rotate(144deg) translate(0, -16px);
    animation-delay: -0.087s;
    -webkit-animation-delay: -0.087s;
}

.loading-spinner > div:nth-of-type(6) {
    transform: rotate(180deg) translate(0, -16px);
    -webkit-transform: rotate(180deg) translate(0, -16px);
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.loading-spinner > div:nth-of-type(7) {
    transform: rotate(216deg) translate(0, -16px);
    -webkit-transform: rotate(216deg) translate(0, -16px);
    animation-delay: 0.087s;
    -webkit-animation-delay: 0.087s;
}

.loading-spinner > div:nth-of-type(8) {
    transform: rotate(252deg) translate(0, -16px);
    -webkit-transform: rotate(252deg) translate(0, -16px);
    animation-delay: 0.174s;
    -webkit-animation-delay: 0.174s;
}

.loading-spinner > div:nth-of-type(9) {
    transform: rotate(288deg) translate(0, -16px);
    -webkit-transform: rotate(288deg) translate(0, -16px);
    animation-delay: 0.261s;
    -webkit-animation-delay: 0.261s;
}

.loading-spinner > div:nth-of-type(10) {
    transform: rotate(324deg) translate(0, -16px);
    -webkit-transform: rotate(324deg) translate(0, -16px);
    animation-delay: 0.348s;
    -webkit-animation-delay: 0.348s;
}
