/*
    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.
*/

/*
    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, p, h1, h2, h3, h4, h5, h6,
a, li, td, th, label, input, 
select, textarea, span, div  {
    font-family: ShermanSans, Verdana, Tahoma, sans-serif !important;
    color:#000e54 !important;
}
.small-notes {
  font-family: ShermanSans, Verdana, Tahoma, sans-serif !important;
  color:#000e54 !important;
}

.fa, .fas, .far, .fab, .fal {
  font-family: 'Font Awesome 5 Free' !important;
}

.fab {
  font-family: 'Font Awesome 5 Brands' !important;
}

.head {
    background-color: #fff;
    height: auto;
    padding: 10px;
    text-align: left;
    width: 100%;
}
#content h1 {
    text-align: left !important;
     font-size: 24px !important;
    font-weight: 600 !important;
    padding-top: 6px !important;
   
}
.head img {
    max-height: 55px;
}
p{
     color:#000e54 !important;
}
a {
    color: #d74100 !important;
}
a:hover{
    text-decoration: underline;
}
[type=submit]:not(:disabled){
  background-color: #d74100;
  color:white !important;
  font-family: ShermanSans, Verdana, Tahoma, sans-serif !important;
  border:2px solid #d74100;
}
[type=submit]:not(:disabled):hover{
  background-color: #707780;
  text-decoration: underline;
  color:white !important;
  font-family: ShermanSans, Verdana, Tahoma, sans-serif !important;
  border:2px solid #d74100;
}
.btn-primary {
    background-color: #d74100 !important;
    color: #fff;
    margin: 10px 5px 10px 0;
}
.btn-primary:hover {
    background-color: #707780 !important;
    text-decoration: underline;
    color: #fff;
    margin: 10px 5px 10px 0;
}
.btn-secondary {
    background-color: #d74100 !important;
    color: #fff;
    margin: 10px 5px 10px 0;
}
.btn-secondary:hover {
    background-color: #707780 !important;
    text-decoration: underline;
    color: #fff;
    margin: 10px 5px 10px 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
#illiadServices{
    color:#000e54 !important;
}
#servicespan {
    color:#000e54 !important;
    font-weight: 600 !important;
}
#illiadServices {
  padding-left: 1.25rem;
}

#illiadServices li {
  line-height: 1.5;
}

.servicespan {
  font-weight: 600;
}
.lead{
    padding:0 !important;
}
.heading-bar {
   /* background: #d74100;*/
    color: #000e54 !important;
    padding-left: 5px !important;
    margin-top:25px !important;
    padding-bottom:0 !important;
}
#law-span{
    color:#d74100 !important;
    text-decoration: underline;
    
}
#law-span:hover {
    text-decoration: underline;
    color:#fff;
    font-weight: bold;
}
#nonaffiliate-text{
    font-weight: 600;
}
#nonaffiliate-text:hover {
    text-decoration: underline;
}   

/* default: show down chevron */
.other-users-toggle .icon-open { display: none; }
.other-users-toggle .icon-closed { display: inline-block; }

/* when expanded: show up chevron */
.other-users-toggle[aria-expanded="true"] .icon-open { display: inline-block; }
.other-users-toggle[aria-expanded="true"] .icon-closed { display: none; }

/* optional: slightly smaller icon */
.other-users-toggle .toggle-icon i { font-size: 0.9em; }

.foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  color:#fff !important;
}
body > div.container > footer > address > span{
  color:#fff !important;
}
body > div.container > footer > address > a {
  color:#fff !important;

}

.foot .footer-atlas {
  margin-left: auto;
  text-align: right;
  color:#fff !important;
}
.foot .footer-atlas > a {
  color:#fff !important;
}

.offscreen {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.offscreen:focus,
.offscreen:active {
  left: 1rem !important;
  top: 1rem !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  z-index: 10000 !important;
  background: #fff !important;
  color: #000 !important;
  padding: .5rem .75rem !important;
  border: 2px solid #000 !important;
  border-radius: .25rem !important;
}

.foot {
  background-color: #000e54;
  color: #ffffff;
  padding: 1.25rem 1rem; /* optional, makes it feel nicer */
}

.foot a,
.foot a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.foot a:hover,
.foot a:focus {
  color: #ffffff;
  text-decoration: none;
}
/* Fix: ensure the modal sits above the backdrop */
.modal-backdrop.show {
  z-index: 1040 !important;
}

.modal {
  z-index: 1050 !important;
}

@media (min-width: 992px) {
  .main-navbar {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-navbar .navbar-nav,
  .main-navbar .navbar-collapse {
    height: 44px;
  }

  .main-navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px; /* vertically centers link text/icons */
  }
}
/* Make navbar + dropdowns render above the sticky alerts sidebar */
.main-navbar {
  position: relative;
  z-index: 2000;
}

.main-navbar .dropdown-menu {
  z-index: 2100;
}

/* Keep the sticky sidebar from floating above nav dropdowns */
.sticky-top {
  z-index: 100;
}
