/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: left;
  font-style: normal;
  color: #c8102e;
  padding: 0;
  margin: 1rem 0;
}

.card-title {
  color: #c8102e;
}

h1,
.h1 {
  font-weight: 400;
  font-size: 2rem;
}

h2,
.h2 {
  font-weight: 400;
  font-size: 1.375rem;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 1.125rem;
}

h4,
.h4 {
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase !important;
}

h5,
.h5 {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase !important;
  color: #58595a !important;
}

p {
  color: #555;
  padding: 0;
}

main
  a:not(.border-bottom-0):not(.btn):not(.nav-link):not(.dropdown-item):not(
    .nav-tabs
  ):not(.nav-link):not(.icon-link):not(.buttonbutnot):not(.social):not(
    .faq_question
  ):not(.img-link):not(.page-link):not(.blockquote-footer):not(
    .carousel-control-prev
  ):not(.carousel-control-next) {
  color: #252525;
  text-decoration: none;
  box-shadow:
    inset 0 -1px 0 #c8102e,
    inset 0 -1px 0 #c8102e;
  text-decoration: none;
}

a:focus,
a:focus-visible {
  box-shadow: none;
  outline: none;
}

a:focus-visible {
  outline: rgb(0, 33, 245) auto 1px;
}

.text-muted {
  color: #666 !important;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning a {
  color: #856404 !important;
}

.alert-secondary {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.alerts-bar {
  display: flex;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: left;
}

.alerts-bar a {
  color: #721c24 !important;
}

h2.header-special > span.fas {
  display: none;
}

.btn-primary {
  border-radius: 0;
  background-color: #c8102e;
  color: #fff;
  border-color: #c8102f;
  text-transform: uppercase;
  font-size: 0.85rem !important;
}

.btn:hover {
  border: 1px solid transparent;
  box-shadow: inset 0px 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.85;
}

.btn-primary:hover {
  background-color: #8f0c21;
  border-color: #8f0c29;
  color: #fff;
  text-decoration: none;
}

.btn-primary:active,
.btn-primary:focus {
  color: rgba(143, 12, 43, 1) !important;
  background-color: #ffffff !important;
  border-color: rgba(143, 12, 43, 0.5) !important;
  font-weight: bold;
  box-shadow: 0 0 0 0.2rem rgba(143, 12, 43, 0.25) !important;
}

.btn:disabled {
  background-color: #c8102e;
  border-color: #c8102e;
}

.btn-secondary {
  border-radius: 0;
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem !important;
}

.btn-secondary:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
  text-decoration: none;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  align-content: center;
  border-radius: 0;
}

input:active,
input:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 12, 43, 0.25) !important;
}

.card {
  border: none;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 1rem 1.25rem;
}

form section {
  margin-bottom: 40px;
  padding: 15px;
  border: none;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* niu header  */

header .full-width-container {
  width: 100%;
  margin: 1rem auto;
  padding-left: 1rem;
}

header .niu-header {
  background-color: #c8102e;
  padding: 0;
  margin: 0;
}

header .row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5em;
}

header .niu-header ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0;
  min-height: 36px;
  list-style: none;
  align-items: center;
  width: 100%;
}

header .niu-header ul li:first-child {
  margin-right: auto !important;
  display: flex;
  align-items: center;
}

header .niu-header ul li a {
  font:
    300 13px "Montserrat",
    sans-serif;
  display: block;
  width: auto !important;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  padding: 0 8px;
  margin: 0;
  border: 0;
  border-right: none;
  text-decoration: none;
}

@media (min-width: 576px) {
  .full-width-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .full-width-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .full-width-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .full-width-container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .full-width-container {
    max-width: 1440px;
  }
}

/* niu footer */

footer {
  width: 100%;
  margin-top: auto;
}

footer .niu-footer {
  background-color: #222;
  color: #ccc;
  margin: 5rem auto;
  margin-bottom: 0;
}

footer .row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 0;
}

footer p {
  font-size: small;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ccc;
}

footer #footercentercolumn {
  position: relative;
  top: -55px;
}

footer #footercentercolumn p {
  text-align: right;
}

@media (min-width: 992px) {
  footer .col-lg-4:last-child p {
    text-align: end;
  }
}

footer p a,
footer p a:link,
footer p a:visited {
  text-decoration: none;
  color: #ccc;
  box-shadow: unset;
}

@media screen and (min-width: 992px) {
  footer #footercentercolumn {
    position: relative;
    top: -55px;
  }

  footer #footercentercolumn p {
    text-align: center;
  }
}

/* logon | logonfromhs */

.logon-directions {
  display: none;
}

form#Logon {
  background-color: #f5f5f5;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 720px;
  margin: 2rem auto;
}

.forgot-password-link {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* navbar */

.navbar {
  justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link:hover {
  box-shadow: 0px 5px 0px 0px #c8102e;
}

.main-navbar {
  border-bottom: 4px solid #d2d3d3;
  background-color: transparent;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  padding: 2px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #58595a;
}

.header-special,
.header-detailed {
  margin-top: inherit;
  font-size: 1.375rem;
}

.dropdown-menu {
  background: #c8102e;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.dropdown-item {
  display: block;
  font-size: 14px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  font-weight: 400;
}

.dropdown-item:focus,
.dropdown-item:not(.disabled):hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(143, 12, 43, 0.8);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #fff !important;
  opacity: 0.85;
}
