/* Brand Colour Variables */
:root {
  --brand-primary: #00A7AE;
  --brand-primary-foreground: #FFFFFF;
  --brand-secondary: #00144E;
  --brand-secondary-foreground: #FFFFFF;
  --brand-tertiary: #f6871e; /* orange*/
}

/* 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-tertiary) !important; border: 2px solid var(--brand-tertiary) !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%;}

/****** A11y ******/
/* re-enable focus */
a:focus {
	outline-offset: initial;
}
.nav > li > a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: initial;
}

/* underline links */
small > a,
p > em > a,
strong > a,
ol > li > a,
p > a:not(.btn),
p > span > em > a,
p > span > a:not(.btn),
li > span > a:not(.btn),
span > a:not(.btn) > strong,
ul:not(.nav):not(.sitemap):not(.pagination):not(.updates-group):not(.pagination):not(#webTicker):not(.footer-social) > li:not(.completed):not(.current) > a:not(.sidebar-form-tab):not(.lightbox):not(.rego-tab),
div:not(.leaderboardrow):not(#Members):not(.funraisin-admin-nav):not(.EachType):not(.hitem) > a:not(.btn):not(.radio):not(.radio-text):not(.radio-amount):not(.member):not(.admin-pages):not(.funraisin-savepagetemplate):not(.previewchanges):not(.newlump):not(.lump-member):not(.btn-social):not(.btn-share-popup):not(.share-facebook):not(.share-instagram):not(.share-twitter):not(.share-email):not(.share-sms):not(.share-linkedin):not(.share-whatsapp):not(.lump-gallery):not(.lightbox):not(.text-left):not(.introjs-button) {
	text-decoration: underline;
}
/* remove links */
p > a:hover,
ol > li > a:hover,
p > span > a:hover,
div > .btn-social:hover,
li > span > a:not(.btn):hover,
ul:not(.nav) > li > a:not(.btn):hover,
.userMenu > li > a,
.leaderboardrow > a,
.footer-site-map > ul > li > a,
.registration-steps ul > li > a,
.funraisin-dropdown-menu > li > a,
.funraisin-page-nav ul li ul li a,
.funraisin-admin-nav .display-options > div > a {
	text-decoration: none !important;
}
/**** end of A11y ****/

.nav > li > a.btn-secondary:focus {
	background: unset !important;
}

.btn-xl .btn{
    padding: 20px 60px;
    font-size: 24px;
}

#terms-panel {
    height: 180px !important;
}

#fitnesschart svg {
    width: 103% !important;
}

/*look up address fix*/
.getaddress-container.hidden {
    display: block !important;
}
/*look up address fix*/

/*FUnraisin footer logo fix*/
@media (min-width:768px){
    .funraisin-footer-legals img {
        max-width: 100%;
    }    
}



@media (max-width:992px){
    /*Fix table tip jar overlap on profile fundraiser*/
    #template-profile #profileSponsorForm .bootstrap-select .dropdown-menu li a span.text {
        text-wrap: auto;
    }
    
    .sponsor-confirmation-lightbox{
        width:700px !important;
    }
}

.txt-uppercase *{
    text-transform: uppercase;
}

