/* Brand Colour Variables */
:root {
  --brand-primary: #23448C;
  --brand-primary-foreground: #FFFFFF;
  --brand-secondary: #C62406;
  --brand-secondary-foreground: #FFFFFF;
  

}

.CustomFooter ul li{
    margin-bottom: 5px !important;
}

.btn{
    border-radius: 40px !important;
}

.columnCard{
    padding: 0 !important;
    overflow: hidden;
    border: none !important;
}

.columnCard .lump-1col{
    padding: 0 10px;
}

.columnCard .lump{
    padding: 0 !important;
}

.myBanner{
    position: relative;
    overflow-y: visible;
}

/*.myBanner:after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 175px;*/
/*    position: absolute;*/
/*    bottom: -45px;*/
/*    background-image: url(https://d1phevgksja0dv.cloudfront.net/dd782e3dd6c4352a6181d911d39d8062.png);*/
/*    background-size: cover;*/
/*}*/

.myBanner:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: calc(100% + 70px);
  background-image: url(https://d1phevgksja0dv.cloudfront.net/dd782e3dd6c4352a6181d911d39d8062.png);
  background-size: contain; /* keeps full image visible */
  background-repeat: no-repeat;
  background-position: bottom;
}



/* Medium Devices, Desktops */
@media only screen and (max-width: 1599px) {



}

@media only screen and (max-width: 1399px) {


}


@media only screen and (max-width: 1199px) {




}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {


    

    

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {





    


}

@media only screen and (max-width: 660px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width: 460px) {


}












/* Brand Colours */
.dropdown-item.active, .dropdown-item:active {color: var(--brand-primary-foreground); background-color: var(--brand-primary);}

.bg-primary a {color: var(--brand-primary-foreground);}


/* Buttons */
.btn {white-space: normal;}

.btn-social {display: inline-flex; justify-content: center; align-items: center;}
.btn-social i {margin: 0;}
.share-page-icons a.btn-social {background: transparent !important; border: 1.5px solid #FFFFFF !important; color: #FFFFFF !important; transition: all 0.2s ease-out;}
.share-page-icons a.btn-social:hover {background: var(--brand-secondary) !important; border: 2px solid var(--brand-secondary) !important; color: var(--brand-secondary-foreground) !important;}

.lump_buttons .btn {display: flex;flex-direction: row;justify-content: center;align-items: center;column-gap: 10px;}
.lump_buttons .btn .material-icons {margin: 0;}


/* Navigation */
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a {color: inherit;}
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a:hover {color: var(--brand-primary);}

.funraisin-sticky-nav {border-bottom: none !important; box-shadow: 0px 0px 40px -10px hsla(0, 0%, 0%, 0.1);}
.funraisin-sticky-nav .site-logo {padding: 0px 15px;}

.lump.tab-content .nav-tabs li.active a {color: unset;}


/* Fundraising Pages */
.popup-col h2 {font-size: 24px;}
.popup-col.bg-primary {padding: 30px !important;}

#Badges .row {justify-content: center !important;}
#Badges .reward-badge {padding-top: 10px;padding-bottom: 10px;}
#Badges p {line-height: 130%;}


/* Search Pages */
.fundraiser-search .col-sm-6, .searchPageWrapper .col-sm-6 {width: 100%;}

/*Nav*/
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #333;
    font-size: 16px;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color: #00aeef;
}

/*Registrasion success */

#popup .fa-link {
     color: #fff;
}

