#bb_container .bb_header .bb_heading .bb_logoContainer {
    padding: 15px;
}

.bb_logoContainer {
    display: inline-flex;
}

.bb_heading {
    display: flex;
    align-items: center;
}

#bb_container .bb_header .bb_heading {
    padding: 0;
    max-width: 100%;
    margin: 0px auto;
    background-color: #ffffff;
}

#bb_container .bb_clientLogo img {
    height: 80px;
    width: 200px;
    margin: 10px 10px 10px 70px;
}

.bb_heading_text {
    flex-grow: 1;
}

.header-links {
    margin-right: 100px;
}

.header-links a {
    margin-left: 20px; /* Add space between links */
    text-decoration: none;
    color: #000; /* Set the desired text color */
    font-size: large;
}

.btn-primary {
    background-color: #007945;
}

body > footer.footer {
    margin-top:0;
    font-size:0.9em;
    background-color: #007945;

}

html {
    font-size: initial;
}

.footer-container {
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    clear: both;
    background-color: #3e3e3f;
    color: #eceff0;
}

.footer-top .footer-container {
    background-position: right 110%;
    background-repeat: no-repeat;
    padding-bottom: 1.5rem;
}

.footer__bottom {
    text-align: center;
    font-weight: 400;
    font-size: 0.8125rem;
    font-family: Arial, 'Open Sans', sans-serif;
    padding: 2rem 0 1.75rem;
    background-color: #28292a;
    color: #fff;
}

.footer__bottom a {
    color: #fff;
    white-space: nowrap;
}

.footer__bottom__sep:before {
    display: inline-block;
    content: '|';
    padding: 0 0.15rem;
}

.footer__copyright {
    position: relative;
    padding-left: 46px;
}

.footer__copyright:before {
    position: absolute;
    top: -15px;
    left: 0;
    content: '';
    height: 32px;
    width: 37px;
    background-image: url("../images/footer_watermark.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 70em) {
    .footer-container {
        max-width: 1120px;
        max-width: 70rem;
    }
}

.social-icons {
    display: -webkit-box;
    display: flex;
}

.newsletter-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    padding: 0 1.5rem;
    background-color:#005b33;
    color: #ffffff;
}
.newsletter-icon i {
    font-size: 1.5rem;
}
.newsletter-icon span {
    margin-right: 10px;
    padding-bottom: 5px;
    display: flex;
}
.social-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    background-color: rgb(255 255 255 / 8%);
    color: rgb(255 255 255 / 50%);
}


.newsletter-icon, .social-icon {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.social-icon:hover, .newsletter-icon:hover {
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.social-icon--newsletter:hover {
    background: #a6c55d;
    color: #000000;
}
.social-icon--facebook:hover {
    background: #3b5a9b;
    color: #fff;
}
.social-icon--twitter:hover {
    background: #2b97f1;
    color: #fff;
}
.social-icon--youtube:hover {
    background: #FF0000;
    color: #fff;
}
.social-icon--linkedin:hover {
    background: #006599;
    color: #fff;
}

.social-icon--instagram:hover {
    background: #C13584;
    color: #fff;
}

.footer-top {
     border-top: solid 5px #007945;
     background: #3e3e3f url('../images/footer-bg-2.png') no-repeat 0% 0% / contain;
     background-size:1000px;
     padding: 3rem 0;
}

@media all and (max-width:768px) {
   .social-icons {
        display: block;
   }
   .newsletter-icon {
        display: block;
        align-items: inherit;
        -webkit-box-pack: inherit;
        justify-content: inherit;
        position: relative;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
        border-radius: 0;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
         font-size: 1.5rem;
        text-decoration: none;
         padding: 1rem;
         text-align: center;
        margin-bottom: 20px;
   }

   .newsletter-icon span {
        margin-right: 10px;
        padding-bottom: 5px;
        display: inline-block;
    }

   .social-icon {
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
        border-radius: 0;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
        font-size: 1.5rem;
        text-decoration: none;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
        -webkit-box-align: inherit;
        align-items: inherit;
        -webkit-box-pack: inherit;
        text-align: center;
        justify-content: inherit;
        padding: 1rem 0;
    }

}

@media all and (min-width:992px) {
  .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: "left-col left-col right-col";
      grid-column-gap: 7%;

    }
    .left-col   { grid-area: left-col;}
    .right-col  { grid-area: right-col;}
    .right-col p {
           font-size: 0.8125rem;
    }
}

h3.footer_header {
    border-bottom: dashed 1px rgb(204 204 204 / 0.30);
    padding: 0;
    margin: 0 0 1.5rem;
}
h3.footer_header a {
    color: #ffffff;
    font-family:"Open Sans", sans-serif;
    text-decoration: none;
}

.text-white {
    color: #ffffff!important;
}

h3, .h3 {
    font-size: initial;
    font-weight: bold;
}
