.related-links ul {
    list-style: none;
    padding: 0;
}
.related-links ul li {
    margin-bottom: 8px;
}
.accordion {
    margin-bottom: 2.5rem !important;
    /* margin-left: 16px; */
}
.accordion-item {
    border-color: #ccc;
    /* background: #EBF4FE; */
}
.accordion-button {
    background-color: #EBF4FE;
    padding: 12px;
    /* padding-left: 0; */
    /* padding-right: 0; */
    /* background-color: #EAF0F7; */
    transition: background-color 0.15s ease-in-out;
    /* background-color: #EBF4FE; */
}
.accordion-button:hover {
    background-color: #C4DDFD;
    transition: background-color 0.15s ease-in-out;
}
.accordion-body {
    background-color: #fff;
    padding: 12px;
    /* background-color: #EAF0F7; */
    transition: background-color, none;

}
.accordion-button strong {
    /* font-weight: 600; */
}
.accordion-button:not(.collapsed) {
    /* background-color: transparent; */
    /* background-color: #EAF0F7; */
    background-color: #C4DDFD;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:focus:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
#contactUs:focus {
    outline-offset: 8px;
    outline: solid 3px rgba(59, 140, 247, 1);
    border-radius: 4px;
}
.about-border {
    border-bottom: solid 1px #ccc;
}
.about-img {
    width: 100%;
}

/* md and up screen size */
@media (min-width: 768px) {
    .about-img {
        float: right;
        width: 240px;
    }
    .about-content p {
        margin-left: 16px;
    }
    .about-border {
        border-right: solid 1px #ccc;
    }
    .accordion {
        margin-left: 16px;
    }
}
/* lg and up screen size */
@media (min-width: 992px) {
    .about-img {
        width: 280px;
    }
}


/* Become a Supporter landing page */

.nav-tabs {
    border-color: #ccc;
}
.nav-tabs .nav-link {
    border: none;
    color: #666;
    padding: 4px;
    border-bottom: solid 4px #fff;
    position: relative;
    bottom: 1px;
    margin-bottom: 8px;
}
.nav-tabs .nav-link:hover {
    border-color: #FDB78B;
    /* border-color: #FB6F18; */
    color: #222;
}
.nav-tabs > li:last-child .nav-link {
    margin-bottom: 0;
}
.nav-tabs .nav-link .small {
    /* color: #9f9f9f; */
}
.nav-tabs .nav-link.active {
    border-bottom: solid 4px #FB6F18;
    color: #222;
}

.tab-card {
    background-color: #EBF4FE;
    padding: 16px;
    border-radius: 6px;
    border: solid 1px #ccc;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.most-support {
    border: 3px solid #3B8CF7;
    box-shadow: 0 0 0 3px #C4DDFD inset;
}
.stars {
    gap: 2px;
}
.stars i {
    color: #FFB108;
}
ul.tier-list {
    list-style-type: none;
    padding-left: 0;
}
.tier-list li {
    border-bottom: solid 1px #ccc;
    padding: 4px 0 4px 1.5rem;
    font-size: .875rem;
}
.tier-list > li:last-child {
    border-bottom: none;
}
.tier-list li:before {
    /* content: '✓'; */
    content: "\f00c";
    font-family: "Font Awesome 6 Pro"; 
    font-weight: 900;
    display: inline-block;
    margin-left: -1.5rem;
    width: 1.5rem;
}
.tab-pane .row {
    margin: 0 -24px;
}
.tab-pane .row > div {
    position: relative;
}
.tab-pane .btn {
    /* font-size: .875rem; */
    margin-top: auto;
    align-self: flex-start;
}
.flow-root {
    display: flow-root;
}
.featured {
    font-size: .875rem;
    position: absolute;
    left: 32px;
    top: -12px;
    background: #3B8CF7;
    border-radius: 40px;
    color: #fff;
    padding: 4px 12px;
    font-weight: 600;
}


/* md and up screen size */
@media (min-width: 768px) {
    .nav-tabs .nav-link {
        margin-bottom: 0;
    }
}

/* lg and up screen size */
@media (min-width: 992px) {
    .nav-tabs .nav-link {
        padding: 4px 16px;
    }
}