/*
Theme Name: National Dialogues on Behavioral Health
Author: the Bross team
Author URI: https://brossgroup.com/
*/

.logo-img {
    width: 100%;
}
@media (min-width: 1200px) and (min-width: 992px) {
    .navbar-expand-lg.dark-blue .navbar-nav .nav-item .nav-link {
        padding: 1rem 1.25rem;
    }
}
.inner-banner-section .banner-content {
    background: url(/wp-content/uploads/sites/9/2020/08/bgDarkGold.png);
}
table {
    width: 100%;
}
table caption {
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-align: center;
    caption-side: top;
}
table tr:nth-child(odd) {
    background: #f1f1f1;
}
table tr:nth-child(even) {
    background: #fff;
}
table tr td,
table th {
    padding: 6px;
}
table tr th {
    text-align: left;
    background: #333;
    color: #fff;
    padding-left: 16px;
}
table tr td {
    text-align: center;
    border-left: 1px solid #ccc;
    padding-left: 16px;
    font-weight: normal;
}
table tr td:first-child {
    text-align: left !important;
    border-left: 0;
}
@media (max-width: 992px) {
    .right-img {
        display: none;
    }
    .fixed-header {
        padding-top: 159px;
    }
}
@media (max-width: 786px) {
    .fixed-header {
        padding-top: 145px;
    }
}
.navbar.sample-nav {
    background: #335ebe;
}
.btn-warning {
    background: linear-gradient(to bottom right, #e58e17 0%, #e58e17 100%);
}
.wiche-in-focus-wrapper .text-wrapper span {
    background: #e58e17;
}
.footer .footer-top {
    background: #335ebe;
}
.btn-secondary {
    background: #335ebe;
    border-color: #335ebe;
}
.footer .footer-bottom {
    background: #0a1233;
}
.section-heading .line {
    background: #335ebe;
}
.inner-pages h3,
.h3-headings {
    color: #335ebe;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    background: #e68f1a;
}
.inner-pages h2:not(.section-heading):before {
    background: #e68f1a;
}

#footer img.logo-img {
    height: auto;
    width: 330px;
    max-width: 100%;
}