/*******************
    navbar logo
*******************/
@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 89px !important;
        height: auto!important;
        max-height: none !important;
        padding: 0px;
        }
    .navbar-fixed-spacer {
    height: 97px;
}
}
@media (min-width: 768px) {
    .navbar-header a.navbar-brand img {
        max-width: 125px !important;
        max-height: none !important;
        }
}


/****
homepage Banner
*****/
.cus-hom-ban {
    background-color: #005d4a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px!important;
    text-transform: uppercase;
}

.cus-hom-ban a {
    text-decoration: underline;
    color: white;
    font-size: 18px;
}

@media (min-width: 768px) {
.cus-hom-ban,
.cus-hom-ban a {
    font-size: 20px;
}
}

/****
Banner
*****/
@media (max-width: 767.98px) {
.banner-links-bar .address-link {
    display: block;
    text-align: center;
}
}

/******************
    Hero
*******************/
.hero-section {
    text-align:center;
    min-height: 730px;
}
.hero-section a.btn {
    margin-inline: auto;
}

.hero-text {
    font-weight: 700;
    font-size: 24px;
}
.cus-text {
    font-size: 18px;
}

@media (min-width: 768px) {
.hero-text {
    font-weight: 700;
    font-size: 28px;
}
.hercol {
    min-height: 164px;
}
}

.navbar-default {
    background-color: #000000
}

.hero-button .quicklinkbutton {
    border-color: #ffffff !important;
    background-color: #000000 !important;
    color: var(--clr-neutral-100) !important;
}

.hero-button .quicklinkbutton .quicklinkbutton-label {
    color: #f0f0f0 !important;
}

a.banner-link {
    color: #131313;
}
a.banner-link:hover {
    color: #000;
}

.hero-button .quicklinkbutton .quicklinkbutton-label:hover {
    color: #000000 !important; /* Change the color on hover */
}
@media (min-width: 768px) {
a.banner-link {
    font-size: 18px;
}
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        font-size: larger;
    }
}

.disclaimer-container {
    font-size: 18px;
}

body[data-page="/custom-10"] .site-footer,
body.page-template-custom-10 .site-footer {
  display: none !important;
}