/* MAIN SETTINGS */
h1, .h1 {
    font-size: 54px;
}
h2, .h2 {
    font-size: 36px;
}
h1 a, .row a {text-decoration: none;}

/* SECTION STATE VIEW */
.wrapper {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-right: 3rem;
    padding-left: 3rem;
    position: relative;
}
.state-list a, a:focus, a:hover {
    color: #112236;
}
.state-list a {
    text-decoration: none;
    background-color: transparent;
}

/* HEADER */
.navbar-dark-blue{background-color: #198754;color: #fff;}
.navbar-brand2 a{color: #fff;text-decoration:none;}
.navbar-nav .nav-item .nav-link, .navbar-toggler .navbar-toggler-icon{color: #fff;}
.brand-title {
    text-decoration: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-weight: bold !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {flex-direction: row-reverse;}
}

/* FOOTER */
footer .h5{
    letter-spacing: .56px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}
footer ul li a {
    font-weight: 600;
    line-height: 142.857%;
    text-decoration: none;
}
footer ul {
    margin-left: 0;
    padding-left: 0;
}
footer li {
    margin: 0;
    padding: 0.4rem 0;
    list-style: none;
}
footer a {
    color: #4E505A;
    text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active {
    color: #0071EB;
}
a:hover, a:active, a:focus {
    color: #007BFF;
    outline: none;
}
.shadow-box {
    box-shadow: 0 3px 3px #ccc;
    -webkit-box-shadow: 0 3px 3px #ccc;
    border-radius: .4rem;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
.accordion-button {
    font-size: 1.2rem !important;
}
td p {
  margin-top: 0;
  margin-bottom: 0;
}
/* Navbar settings */
.top-navbar{
  top: 0;
  position: fixed;
  width: -webkit-fill-available;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5em;
  z-index: 9;
}
.top-navbar .nav{
  flex-wrap: nowrap;
}
#fld_unit_checker_pre_content{
    max-height: 250px !important; overflow: auto !important;
}
.text-orange{color: rgb(255, 128, 37);}