/*Top Navigation Bar - Features*/

.newsletterBlock .newsletterHeading p {
    color: #fff;
}

.topNavbarText {
	background: #3859FB !important;
	color: #fff;
    padding: 5px 0;
	display: block;
}

.topNavbarText a {
	border-bottom: 1px solid #fff;
	color: #fff;
	/*margin: -5px 10px 0 0;*/
}

.primary-nav-container {
    background-color: white;	
}

.btn-special {
    font-size: 24px;
    line-height: 0;
    padding: 10px;
    display: none;
}

.summit-icon {
    font-size: 24px;
    padding: 0 10px 0 0;
}

/*Custom Styling*/

.header-blog-text {
	width: 29%;
}

.funraisin-header .header-blog-h1 {
	font-size: 4em;
}

.funraisin-header .header-blog-h1 span {
	font-size: 110px;
}

span.learn-more {
	font-size: 20px !important;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 8px 0;
	border-radius: 100em;
	margin-left: 20px;
}

.nav-custom {
	background: #04ff9e;
	padding: 15px 0;
}

.nav-custom a {
	color: #252235;
	font-size: 1em;
	font-family: 'SofiaPro';
	font-style: normal;
}

.nav-custom a span {
	font-family: 'Xheighter';
	font-size: 20px;
	padding: 8px 0;
	margin-right: 20px;
	text-transform: uppercase;
}

.funraisin-primary-nav {
	padding: 0px;
}

.funraisin-mobile-nav {
	height: auto !important;
}

.funraisin-mobile-nav .funraisin-header-nav {
	padding: 20px 0 !important;
	height: auto !important;
}

.sticky-nav-logo img {
	width: 180px;
}

.btn-xl {
	font-size: 19px !important;
	line-height: 1.8em;
}

.btn-xl.btn-white-border {
	padding: 9px 20px;
}

#Footer .site-logo img {
	display: none;
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	transition: 0.2s ease;
	cursor: pointer;
}

.hvr-grow:hover {
	vertical-align: middle;
	transform: scale(1.05, 1.05);
	opacity: 1;
}

.funraisin-dropdown-nav .fa-angle-down {
	transition: all 0.5s ease;
	margin-left: 5px;
}

.rotate180 {
	transform: rotate(180deg);
}

.grad-back .responsive-padding {
	position: relative;
	overflow: visible;
}

.grad-back .responsive-padding:before {
	display: block;
	background-size: 100% 100%;
	border-radius: 4px;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	background-image: -webkit-gradient(linear, left top, right bottom, from(#f224f2), to(#24aef2));
	background-image: linear-gradient(to bottom right, #f224f2, #24aef2);
	width: calc(100% - 12px);
	top: 12px;
	right: 15px;
	bottom: -12px;
	left: -12px;
}

.grad-back .lump {
	border-radius: 4px;
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .08), 0 12px 17px 2px rgba(0, 0, 0, .056), 0 5px 22px 4px rgba(0, 0, 0, .048);
}

.box-shadow {
	border-radius: 5px;
	box-shadow: 0px 5px 40px -7px rgba(0, 0, 0, 0.08);
}

.funraisin-sticky-nav ul li:hover a {
	color: #000;
}

.funraisin-sticky-nav ul li:hover a:hover {
	color: rgb(46, 144, 255);
}

.blogItems .blogItem .blogIntro h3 {
	font-size: 1em;
}

.blogItems .blogItem .blogIntro .author {
	display: none;
}

.blogItems .blogItem .date {
	display: none;
}

.blog-main>h1 {
	display: none;
}


/*Remove monday.com logo at the bottom roadmap 2020*/

.mondayIframe {
	position: relative;
}

.mondayIframe:after {
	content: '';
	position: absolute;
	width: 300px;
	height: 100px;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: white;
}

.nav-tabs li.active h2 {
	color: #fff;
}

.us-reg-select-box {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.us-reg-select-box .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.us-reg-select-box .logo img {
	width: 120px !important;
}

.us-reg-select-box .copy {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.us-reg-select-box .copy p {
	margin: 0;
}

.us-reg-select-box .copy img {
	width: 7px;
	margin-left: 10px;
	margin-top: 5px;
}

.customSlickSlider .slick-track {
	margin: 0 auto;
}

.customSlickSlider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.customSlickSlider .slick-arrow.carousel-prev {
	left: -30px;
}

.customSlickSlider .slick-arrow.carousel-next {
	right: -30px;
}

.customSlickSlider .carousel-prev.slick-disabled,
.customSlickSlider .carousel-next.slick-disabled {
	opacity: 0.3;
	transition: all .3s ease;
	pointer-events: none;
}

.customSlickSlider .slick-track .slick-slide img {
	width: 90%;
	height: 100%;
	border-radius: 100%;
}

.customSlickSlider .slick-dots {
	bottom: -10px;
	text-align: center;
}

.customSlickSlider .slick-dots li {
	margin: 0;
}

.customSlickSlider .slick-dots li button:before {
	font-size: 35px;
}

.customSlickSlider .slick-slide {
	padding: 0 0 0 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blogItems .blogItem img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.formFieldBlock {
	margin: 30px -5px 0;
	width: 500px;
}

.formFieldBlock .lump-form>div,
.formFieldBlock .lump-form>div .form-group,
.formFieldBlock .lump-form>div .col-sm-12 {
	padding: 0;
	margin: 0;
	height: auto !important;
}

.formFieldBlock .lump-form>div {
	padding: 0 5px !important;
	margin-bottom: 15px;
}

.formFieldBlock .lump-form>.clear {
	display: none;
}

.formFieldBlock .lump-form label {
	color: #fff;
}

.formFieldBlock .lump-form .btn[type="submit"] {
	margin-left: 0;
	margin-top: 15px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 3px;
}

.formFieldBlock .lump-form .form-control {
	border: none;
	padding: 0 20px;
	border-radius: 100px;
	height: 45px;
}

.formFieldBlock .lump-form .form-control,
.formFieldBlock .lump-form .form-control::placeholder,
.formFieldBlock .lump-form .btn[type="submit"] {
	font-size: 16px;
}

.full-text-right {
	width: 690px;
	max-width: 50%;
	margin: 0 auto 0 0;
}

.full-text-left {
	width: 690px;
	max-width: 50%;
	margin: 0 0 0 auto;
}


/*Champion Page Tribute Wall*/

.champImage label+.col-sm-12 {
	display: none;
}

.customChampimages {
	display: flex;
	padding-bottom: 20px;
}

.customChampimages .customChampItem {
	padding: 3px;
	opacity: 0.6;
	cursor: pointer;
}

.customChampimages .customChampItem.active {
	opacity: 1;
}

.customChampimages .customChampItem:first-child {
	padding-left: 0;
}

.customChampimages .customChampItem:last-child {
	padding-right: 0;
}

.customChampimages .customChampItem img {
	width: 160px;
	height: 160px;
	object-fit: cover;
}

.funraisin-footer-legals img {
	max-width: 180px;
}

.full-width-custom {
	position: relative;
	display: table;
	width: 300%;
	left: -100%;
}

.full-width-custom .container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#full-width-custom-p {
	width: 50%;
	margin: 0 auto;
}

.form-control {
	height: 50px;
	line-height: 30px;
}

@media only screen and (max-width: 1300px) {
	.lump.col-md-6 .lump.col-md-6 {
		width: 100%;
	}
}

#TributeWall #Donors .profilename h3:after {
	bottom: -13px !important;
}

#TributeWall #Donors .profilename .comments p {
	padding-top: 10px !important;
}


/*Blogs*/

.related-posts.light-grey {
	background-color: #FFF !important;
}

.light-grey {
	background-color: #EDF7FF !important;
}

.btn-social {
	padding: 7px 10px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	line-height: 26px;
	background: #206bfb !important;
}

.btn-social:hover {
	background: #0c66cc !important;
}


/*Faqs Expand Style*/

.lump-faq .col-md-1 {
	order: 2;
}

.lump-faq .button.circle {
	border: none;
	background: none;
}

.lump-faq .section-answer .col-md-11 {
	width: 100%;
	color: #333 !important;
}


/*Summit Videos*/

.summit-videos .lump-video>* {
	padding-left: 0;
	padding-right: 0;
	line-height: 1;
}

.fancybox-inner {
	aspect-ratio: 16 / 9;
	width: 100% !important;
	height: 100% !important;
}

.fancybox-nav {
    display: none;
}

#template-404 #content-main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
}

#template-404 #content-main .form-horizontal {
	display: none;
}




/*New Site 2023*/

/*Rotating Logo Carousel*/
.carousel {position: relative;overflow: hidden;}
.carousel-cell{width:30%;height:auto;padding:0 1em}
@media (min-width: 1024px) and (max-width: 1600px){.carousel-cell{width:15%;padding:0 1em}}
@media (min-width: 1601px){.carousel-cell{width:9%;padding:0 1em}}

/*Rotating Circle Image*/
.rotate-image img{animation:spin-image 20s linear infinite}
@keyframes spin-image{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/*Custom Underline Link*/
a.custom-link{position:relative;color:#444!important}
a.custom-link:after{display:block;content:'';position:absolute;z-index:0;width:100%;height:2px;bottom:-4px;left:0;backface-visibility:hidden;pointer-events:none;animation:none;border-bottom:2px solid #000}
a.custom-link:hover:after{animation:custom-link-line-2 .45s cubic-bezier(.15,.75,.5,1) forwards}
a.custom-link:not(:hover):after{animation:custom-link-line .45s cubic-bezier(.15,.75,.5,1) forwards}
@keyframes custom-link-line{0%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}
@keyframes custom-link-line-2{0%{transform:scaleX(1);transform-origin:right}100%{transform:scaleX(0);transform-origin:right}}
.cl-large{font-size:1.25em}
.cl-light{color:#fff!important}
.custom-link.cl-light:after{border-color:#fff}

/*Global Custom Fonts*/
p.lg-body{font-size:22px;line-height:30px;font-weight:400;color:#444}

/*Custom Icon Button*/
.btn-icon .material-icons{font-size:24px;margin:0 0 0 8px}
.btn-icon .btn-primary .material-icons{color:#F7ADD8}
.cl_icon .material-icons {font-size:32px}
.cl_icon .material-icons {font-size:32px;line-height:32px}

/* Feature Accordion*/
.feature-list .content-title>*{display:flex;gap:16px;align-items:center}
.feature-list .content-title .material-icons-outlined{font-size:28px;}
.feature-list .content-body{padding:0 0 0 44px}
.feature-list .content-body p{margin-top:0;font-size:16px!important;line-height:24px}

/*Tags*/
.tag{border-radius:60px;padding:8px 16px;margin:8px 0 16px;width:fit-content}
.tag p{font-size:13px;line-height:15px;margin:0;text-transform:uppercase;font-weight:600;letter-spacing:.8px;color:#fff}
.tag .tag-title>*{display:flex;gap:6px;align-items:center}
.tag .tag-title .material-icons-outlined{font-size:19px;color:#fff}
.tag-blue{background:#3859fb}
.tag-dark-blue{background:#1b0166}
.tag-green{background:#43dc93}
.tag-yellow{background:#fcc85a}
.tag-green p, .tag-yellow p{color:#1b0166}
    
/*Background Gradients*/
.grey-gradient-down{background:#fff;background:linear-gradient(180deg,rgba(255,255,255,1) 0%,#F7F9FB 100%)}
.grey-gradient-up{background:#fff;background:linear-gradient(180deg,#F7F9FB 0%,rgba(255,255,255,1) 100%)}

/*Portfolio Section*/
.Portfolio .lump-container{position:relative}
.Portfolio{transition:150ms linear;padding:12px!important}
.Portfolio:hover{transform:translateY(-10px)}
.Portfolio img{object-fit:cover;object-position:top;border-radius:4px;background-image:linear-gradient(180deg,rgb(97 112 146 / 20%),rgb(34 66 245 / 15%));box-shadow:0 120px 100px 0 transparent,0 80px 60px 0 rgb(0 0 0 / 3%),0 40px 32px 0 rgb(0 0 0 / 5%),0 10px 16px 0 rgb(0 0 0 / 5%),0 10px 8px 0 rgb(0 0 0 / 3%),0 2px 4px 0 rgb(0 0 0 / 2%);height:min(50vh,550px);aspect-ratio:16/10;width:100%}
.Portfolio:hover img{transition:2.5s ease-in-out;object-position:bottom;opacity:.45;box-shadow:0 120px 100px 0 rgb(0 0 0 / 7%),0 80px 60px 0 rgb(0 0 0 / 6%),0 40px 32px 0 rgb(0 0 0 / 5%),0 10px 16px 0 rgb(0 0 0 / 8%),0 10px 8px 0 rgb(0 0 0 / 3%),0 2px 4px 0 rgb(0 0 0 / 2%)}
.Portfolio.Mobile img{aspect-ratio:1/2;width:100%}
@media (min-width:768px){.Portfolio{width:calc(33.33333333% - 2px)}.Portfolio.Mobile{width:calc(16.66666667% - 2px)}}
@media (max-width:767px){.Portfolio,.Portfolio.Mobile{width:calc(100% - 2px)}}
@media (min-width:2001px){.Wrapper-Port .container-fluid{max-width:2200px!important}}
body:not(.funraisin-body-admin) .Portfolio .lump[data-type=button]{position:absolute;display:none;transition:.5s ease-in-out}
body:not(.funraisin-body-admin) .Portfolio:hover .lump[data-type=button]{display:block}

/*Portfolio Section Btn Filters*/
.portfolio-btn,.portfolio-btn .material-icons-outlined{font-size:20px}
.filter-btn{display:flex;gap:4px;flex-direction:row}
@media (max-width:767px){.filter-btn{overflow-x:scroll}}.
portfolio-btn{padding:.65rem 1.5rem;border-radius:100em;background:0 0;border:2px solid transparent;transition:250ms ease-in-out;letter-spacing:.5px;line-height:1em;display:flex;align-items:center;gap:.35em;cursor:pointer;flex:0 0 auto;width:fit-content;font-family:SofiaProWOFF}
.portfolio-btn.port-active,.portfolio-btn:not(.port-active):hover{background:#206bfb;border-color:#206bfb;color:#fff}

.donation-nudge-gif {
    margin-bottom: -7px !important;
}