.line.line-accent:after {
    background-color: #f68d27;
    display: none; /* hides orange accent */
}

.subheader-link-block:before {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    z-index: -1;
    background: #163963 url(/themes/custom/brown_advisory_d8/images/bg--topograph-pattern.svg) no-repeat;
    background-size: cover;
    content: "";
}

.subheader-link-block {
    margin-left: -5rem;
    padding: 0;
    width: calc(100% + 5rem);
}

.paragraph--type--subheader-link-block {
    margin: 0;
}

.subheader-link-block__link svg {
    display: none;
    color: #e17509;
    fill: currentColor;
    width: 1.5rem;
}

.line.line-accent.my-3 {
    display: none;
}

.btn-link-accent:after {
    color: #90B9DF;
}

.btn-link-accent:hover:after {
    color: #90B9DF;
}


 @media (max-width: 768px) {
            h3 {
                font-size: 24px;
                padding-top: 15px;
                padding-bottom: 10px;
            }
            .full-cta p, .tab-pane p {
                padding-right: 15px;
            }
            .tab-pane h2 {
                font-size: 20px;
                line-height: 28px;
            }
        }
/* Custom CSS to override the block's set style */
.featured-bottom {
    width: 100%;
    padding: 0;
}

.featured-bottom .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.featured-bottom .section.row {
    margin: 0;
}

.featured-bottom .col-md-12 {
    padding: 0 70px; /* Adjust left and right padding as necessary */
    text-align: left;
}

.featured-bottom .text-align-left {
    color: #FFFFFF;
    font-size: 12px;
}

.featured-bottom .btn-primary {
    background-color: #005ba3; /* Adjust this as necessary */
    border-color: #005ba3; /* Adjust this as necessary */
}
.full-cta__cta-wrapper a {
    display: none;
    background: #e17509;
    border-radius: 5px;
    padding: .5rem 1rem;
    font-weight: 700;
    color: inherit;
    letter-spacing: .063rem;
    text-transform: uppercase;
}
/* Override the default accent color for active dropdown items */
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #fff !important; /* Ensure background color remains white */
  color: #005BA5 !important; /* Desired text color */
}

/* Additional specificity to ensure the background is not overridden elsewhere */
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff !important; /* Ensure background color remains white */
  color: #005BA5 !important; /* Desired text color */
}
/*Full-width-CTA-Component-based-page block Bg color*/
.full-cta__background:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color:#102B4A ;
}