/*CSS*/
/*Navigation*/
#sticky-nav ul.navbar-nav li.funraisin-dropdown-nav a {
    color: #000;
}
#sticky-nav ul.navbar-nav li.funraisin-dropdown-nav a:hover {
    color: #FF665E;
}
#sticky-nav .site-logo img {
    width: 160px;
}
/*Fundraiser*/
#Donations {
    background: #F8F8F9;
}
#Donations .panel .amount.bg-secondary p {
    font-weight: 700;
}
#popup span.fa-link {
    color: #fff;
}
/*Hero*/
.row-header h1 {
    font-size: 64px;
}

/*social share icons*/
.btn-social.share-email {padding: 5px;}

.btn-text {
    text-transform: uppercase;
    line-height: 1;
    display: contents;
}

/*Articles*/
.article .desc {
    color: #000;
}
.snippet-text p {
    color: #000;
}


/*-----2023 Rebrand-----*/


.filtersWrapper br {
    display: none;
}
.filtersWrapper .filter {
    padding: 4px 4px !important;
}
.filtersWrapper .bootstrap-select {
    background: transparent;
}
.filtersWrapper .dropdown-toggle {
    height: 40px;
    padding: 0 16px;
    border-radius: 40px;
    line-height: 40px;
    border: none;
    background: #FBF8F3;
    border: 1px solid rgba(0,0,0,.05);
    font-family: 'Unbounded',sans-serif;
    font-weight: 500;
}
.filtersWrapper .dropdown-toggle::after {
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-right: 6px;
    margin-top: 4px;
}
#blogSnippetsCustom .article h3.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
#blogSnippetsCustom .article .blog_intro {
    position: relative;
    width: 100%;
    padding-right: 80px !important;
}
#blogSnippetsCustom .article .plus-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
#blogSnippetsCustom .article .date {
    color: #000;
    font-family: 'Manrope',sans-serif;
    font-weight: 600;
}
#blogSnippetsCustom .article .blog_intro .description {
    color: #000;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
#blogSnippetsCustom .article .blog_intro .btn-learn-more {
    background: #fff;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 40px;
    border: 1px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
#blogSnippetsCustom .article .blog_intro .btn-learn-more i {
    margin-left: 8px;
}

.lump-snippet .snippet-vertical .article {
    border: 2px solid #000;
    overflow: hidden;
}
.lump-snippet .snippet-vertical .article .btn.btn-tertiary {
    background: #fff;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 40px;
    border: 1px solid #000;
    margin-top: 20px;
    color:#000!important;
}
.lump-snippet .snippet-vertical .article .btn.btn-tertiary i {
    margin-left: 8px;
}


#blogSnippetsCustom {
    display: flex;
    flex-wrap: wrap;
}
.lump-blog .blog-wrapper {
    height: 100%;
}
#blogSnippetsCustom .article h3.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}

/*Nav*/
.funraisin-desktop-nav .funraisin-primary-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a {
    padding: 8px 30px;
}

.funraisin-primary-nav li a:not(.btn):hover, .funraisin-secondary-nav li a:not(.btn):hover {
    color: #363636 !important;
}

.funraisin-secondary-nav i.fa-circle-user {
    color: #E62420 !important;
    margin-right: 5px;
    font-size:24px;
}

.funraisin-primary-nav .navbar-nav {
    gap: 20px;
}

.funraisin-secondary-nav .input-group {
    display: flex;
    border: 1px solid #000 !important;
    border-radius: 60px !important;
}

.funraisin-secondary-nav .input-group .btn {
    order: 1;
    border-radius: 60px 0 0 60px !important;
}

.funraisin-secondary-nav .input-group .form-control:first-child {
    order: 2;
    /*margin-left: 29px;*/
    border-radius: 0 60px 60px 0 !important;
    border: 0;
}

.funraisin-secondary-nav .input-group-btn:last-child>.btn {
    background: #fff;
    border: 0;
    color: #000;
    margin-left: 10px;
}

.funraisin-dropdown-nav .funraisin-dropdown-menu li:not(li:first-child):not(li:last-child) {
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
}
.funraisin-dropdown-nav .funraisin-dropdown-menu li:last-child {
    border: 1px solid #000;
    border-top: none;
    padding-bottom:20px;
}
.funraisin-dropdown-nav .funraisin-dropdown-menu li:first-child {
    border: 1px solid #000;
    border-bottom: none;
    padding-top:20px;
}

.blog_intro h3.title {
    font-size: 18px;
}

.snippet-text h4.title {
    font-size: 20px;
}

.snippet-text p {
    font-weight: 600;
    line-height:1.4;
}

.lump-snippet .date {
    color: #000;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 10%;
}

.lump-snippet .options.text-link span {;
    font-weight: 500;
    font-size: 14px;
}

.lump-snippet .snippet-vertical.snippet-image-block .article .textBlock {
    text-align:left;
}



/*Blog Roll*/
.blog-wrapper {
    border: 2px solid #000;
    border-radius: 10px;
}

.lump-blog .blog-image {
    max-height: 190px;
}

.lump-blog .blog_intro {
    width: 80%;
    border: none;
}

/*Page Snippet*/
.snippet .article {
    border-radius:10px;
    border: 2px solid #000;
}

.snippet .article .thumbBlock img {
    max-height: 180px!important;
    aspect-ratio: 30 / 18;
    object-fit: cover;
}

.lump-snippet .options.text-link span {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 40px;
    color: #000;
}

.options.text-link {
    margin-top: 30px;
}

/*CustomCTA Button Styling*/
.btn.CustomCTA {
    text-transform: none;
    line-height: 100%;
}

.btn.CustomCTA > i {
    color: #e62420;
    margin-left: 5px;
    margin-bottom: -2.5px;
}

.blogSnippetsCustom .article .plus-icon {
    position: absolute;
    right: -50px;
    top: 20px;
}


/*-----End 2023 Rebrand-----*/


/* Filters */
.filtersWrapper {
    display: flex;
    justify-content: center;
}
#Lump38246 .filtersWrapper {
    justify-content: flex-start;
}
.filtersWrapper label {
    display: none;
}
.filtersWrapper {
    display: flex;
    align-items: center;
    border: 1px solid #bbb;
    margin: 0 15px;
    width: calc(100% - 30px);
    margin-bottom: 20px;
    height: 54px;
    border-radius: 54px;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
    padding: 0 4px;
}
.filtersWrapper > div {
    margin: 0 !important;
    padding: 0 !important;
}
.filtersWrapper .resetstates {
    right: 25px;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    font-family: 'Unbounded',sans-serif;
}
.filtersWrapper br {
    display: none;
}
.filtersWrapper .filter {
    padding: 4px 4px !important;
}
.filtersWrapper .bootstrap-select {
    background: transparent;
}
.filtersWrapper .dropdown-toggle {
    height: 40px;
    padding: 0 16px;
    border-radius: 40px;
    line-height: 40px;
    border: none;
    background: #FBF8F3;
    border: 1px solid rgba(0,0,0,.05);
    font-family: 'Unbounded',sans-serif;
    font-weight: 500;
}
.filtersWrapper .dropdown-toggle::after {
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-right: 6px;
    margin-top: 4px;
}